Difference between revisions of "Component: EBM0016 GUI (Misc)"
From Flowcode Help
Jump to navigationJump to search| Line 52: | Line 52: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
| + | |||
| + | |||
| Line 57: | Line 59: | ||
==Macro reference== | ==Macro reference== | ||
| + | ===SetHumidity=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 75: | Line 78: | ||
| + | ===SetConsoleHandle=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 93: | Line 97: | ||
| + | ===SetTemperature=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 111: | Line 116: | ||
| + | ===GetData=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Revision as of 11:49, 3 February 2023
| Author | Matrix |
| Version | 1.0 |
| Category | Misc |
Contents
EBM0016_GUI component
Private non-release sub-component for the EBM0016 digital Humidity/temperature sensor.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_EBM0016_GUI.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_EBM0016_GUI.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
SetHumidity
| SetHumidity | |
| Sends the given Humidity to the display, and calculates the internal values used by the simulated read macros. | |
| Humidity | |
| Relative Humidity from 0 to 100 % | |
| Return | |
SetConsoleHandle
| 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 | |
SetTemperature
| SetTemperature | |
| Sends the given temperature to the display, and calculates the internal values used by the simulated read macros. | |
| Temperature | |
| Temperature value in Celcius, | |
| Return | |
GetData