Difference between revisions of "Component: EBM004 GUI (Misc)"
From Flowcode Help
Jump to navigationJump to search (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix |- | width="20%" style="color:gray;" | Version | 1.0 |- | width="20%" style="color:gray;" |...") |
|||
| Line 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
| Line 36: | Line 38: | ||
==Examples== | ==Examples== | ||
| + | |||
| + | |||
Revision as of 14:40, 16 January 2023
| Author | Matrix |
| Version | 1.0 |
| Category | Misc |
Contents
EBM004_GUI component
Private non-release sub-component for the EBM004 digital temperature sensor.
Component Source Code
Please click here for the component source code: FC_Comp_Source_EBM004_GUI.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
| ReadInt | |
| Get the complete 16bit integer value of the sensor's temperature register. | |
| Address | |
| The address of the byte to return. | |
| Return | |
| ReadFloat | |
| Get the temperature register value converted into an actual floating point temperature readng in Celcius. | |
| Return | |
| SetMinMax | |
| Set the minimum and maximum temperature values that can be shown and set on the thermometer readout. | |
| Min | |
| Minimum Value | |
| Max | |
| Maximum Value | |
| Return | |
| ReadByte | |
| Get the data from the MSB of a sensor register. | |
| Address | |
| The address of the byte to return. | |
| Return | |
| SetConsoleHandle | |
| Pass the parent sensor's console handle to the GUI to allow opening of the console from the 'Console' button. | |
| Handle | |
| Handle of the console | |
| Return | |