Difference between revisions of "Component: EEPROM (DS28E07) (Storage)"
From Flowcode Help
Jump to navigationJump to searchLine 16: | Line 16: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 24: | Line 26: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 127: | Line 131: | ||
| colspan="2" | 16-bit value to write | | colspan="2" | 16-bit value to write | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:]] - | + | | width="10%" align="center" | [[File:Fc9-bool-icon.png]] - BOOL |
| width="90%" | MSBFirst | | width="90%" | MSBFirst | ||
|- | |- | ||
Line 199: | Line 203: | ||
| colspan="2" | 32-bit value to write | | colspan="2" | 32-bit value to write | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:]] - | + | | width="10%" align="center" | [[File:Fc9-bool-icon.png]] - BOOL |
| width="90%" | MSBFirst | | width="90%" | MSBFirst | ||
|- | |- | ||
Line 217: | Line 221: | ||
|- | |- | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:]] - | + | | width="10%" align="center" | [[File:Fc9-s16-icon.png]] - INT |
| width="90%" | Address | | width="90%" | Address | ||
|- | |- | ||
| colspan="2" | The starting byte address | | colspan="2" | The starting byte address | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:]] - | + | | width="10%" align="center" | [[File:Fc9-bool-icon.png]] - BOOL |
| width="90%" | MSBFirst | | width="90%" | MSBFirst | ||
|- | |- | ||
| colspan="2" | 0: LSB is the first byte, 1: MSB is the first byte | | colspan="2" | 0: LSB is the first byte, 1: MSB is the first byte | ||
|- | |- | ||
− | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:]] - | + | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-f32-icon.png]] - FLOAT |
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
Line 240: | Line 244: | ||
|- | |- | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:]] - | + | | width="10%" align="center" | [[File:Fc9-s16-icon.png]] - INT |
| width="90%" | Address | | width="90%" | Address | ||
|- | |- | ||
| colspan="2" | The starting byte address | | colspan="2" | The starting byte address | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:]] - | + | | width="10%" align="center" | [[File:Fc9-bool-icon.png]] - BOOL |
| width="90%" | MSBFirst | | width="90%" | MSBFirst | ||
|- | |- | ||
Line 263: | Line 267: | ||
|- | |- | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:]] - | + | | width="10%" align="center" | [[File:Fc9-s16-icon.png]] - INT |
| width="90%" | Address | | width="90%" | Address | ||
|- | |- | ||
| colspan="2" | The starting byte address | | colspan="2" | The starting byte address | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:]] - | + | | width="10%" align="center" | [[File:Fc9-bool-icon.png]] - BOOL |
| width="90%" | MSBFirst | | width="90%" | MSBFirst | ||
|- | |- | ||
Line 360: | Line 364: | ||
| colspan="2" | Address of the value to write | | colspan="2" | Address of the value to write | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:]] - | + | | width="10%" align="center" | [[File:Fc9-f32-icon.png]] - FLOAT |
| width="90%" | Value | | width="90%" | Value | ||
|- | |- | ||
| colspan="2" | Floating point value to write | | colspan="2" | Floating point value to write | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:]] - | + | | width="10%" align="center" | [[File:Fc9-bool-icon.png]] - BOOL |
| width="90%" | MSBFirst | | width="90%" | MSBFirst | ||
|- | |- |
Revision as of 13:31, 17 November 2021
Author | MatrixTSL |
Version | 1.0 |
Category | Storage |
Contents
EEPROM (DS28E07) component
A rugged EEPROM allowing one or more devices to be addressed and accessed. Requires a One Wire component to perform the bus operations.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
GetSerialString |
Gets the Serial String for the current addressed device. | |
![]() |
Return |
![]() |
AddressNextDevice |
Scans for the next connected device with a matching family code. Goes through the device list generated by the ScanBus macro. | |
![]() |
Return |
![]() |
SetByte |
Writes a single byte to the EE memory. | |
![]() |
Address |
Address of the value to write | |
![]() |
Data |
![]() |
Return |
![]() |
GetByte |
Reads a single byte from the selected address. | |
![]() |
Address |
Address of the value to read | |
![]() |
Return |
![]() |
Initialise |
Configures each matching sensor on the bus with the specified conversion bits. | |
![]() |
Return |