| Author
|
Matrix
|
| Version
|
1.0
|
| Category
|
Misc
|
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
|
| Sends the given Humidity to the display, and calculates the internal values used by the simulated read macros.
|
- FLOAT
|
Humidity
|
| Relative Humidity from 0 to 100 %
|
- VOID
|
Return
|
|
SetConsoleHandle
|
| Pass the parent sensor's console handle to the GUI to allow opening of the console from the 'Console' button.
|
- HANDLE
|
Handle
|
| Handle of the console
|
- VOID
|
Return
|
|
SetTemperature
|
| Sends the given temperature to the display, and calculates the internal values used by the simulated read macros.
|
- FLOAT
|
Temperature
|
| Temperature value in Celcius,
|
- VOID
|
Return
|
|
GetData
|
| Return a simulated register value for the given commands. Recognised commands are 0xF3 (Temperature register) and 0xF5 (Humidity Register). Note that a CRC checksum is not used in simulation.
|
- BYTE
|
Command
|
| The address of the byte to return.
|
- UINT
|
Return
|
Property reference
|
Properties
|
|
Simulation
|
|
Label
|
| A text label to help you identify the component on the panel.
|
|
Sub Label
|
|
|
|
Min. Temp.
|
| Minimum termperature that can be set or displayed on the thermometer slider.
|
|
Max. Temp.
|
| Maximum termperature that can be set or displayed on the thermometer slider.
|
|
Scale divisions
|
| Number of numbered divisions shown on the thermometer scale.
|
|
I2C Data
|
| Choose whether the I2C data is shown as decimal or hexadecimal values.
|
==Macro reference==
|
SetHumidity
|
| Sends the given Humidity to the display, and calculates the internal values used by the simulated read macros.
|
- FLOAT
|
Humidity
|
| Relative Humidity from 0 to 100 %
|
- VOID
|
Return
|
|
SetConsoleHandle
|
| Pass the parent sensor's console handle to the GUI to allow opening of the console from the 'Console' button.
|
- HANDLE
|
Handle
|
| Handle of the console
|
- VOID
|
Return
|
|
SetTemperature
|
| Sends the given temperature to the display, and calculates the internal values used by the simulated read macros.
|
- FLOAT
|
Temperature
|
| Temperature value in Celcius,
|
- VOID
|
Return
|
|
GetData
|
| Return a simulated register value for the given commands. Recognised commands are 0xF3 (Temperature register) and 0xF5 (Humidity Register). Note that a CRC checksum is not used in simulation.
|
- BYTE
|
Command
|
| The address of the byte to return.
|
- UINT
|
Return
|
Property reference
|
Properties
|
|
Simulation
|
|
Label
|
| A text label to help you identify the component on the panel.
|
|
Sub Label
|
|
|
|
Min. Temp.
|
| Minimum termperature that can be set or displayed on the thermometer slider.
|
|
Max. Temp.
|
| Maximum termperature that can be set or displayed on the thermometer slider.
|
|
Scale divisions
|
| Number of numbered divisions shown on the thermometer scale.
|
|
I2C Data
|
| Choose whether the I2C data is shown as decimal or hexadecimal values.
|
==Macro reference==
|
SetHumidity
|
| Sends the given Humidity to the display, and calculates the internal values used by the simulated read macros.
|
- FLOAT
|
Humidity
|
| Relative Humidity from 0 to 100 %
|
- VOID
|
Return
|
|
SetConsoleHandle
|
| Pass the parent sensor's console handle to the GUI to allow opening of the console from the 'Console' button.
|
- HANDLE
|
Handle
|
| Handle of the console
|
- VOID
|
Return
|
|
SetTemperature
|
| Sends the given temperature to the display, and calculates the internal values used by the simulated read macros.
|
- FLOAT
|
Temperature
|
| Temperature value in Celcius,
|
- VOID
|
Return
|
|
GetData
|
| Return a simulated register value for the given commands. Recognised commands are 0xF3 (Temperature register) and 0xF5 (Humidity Register). Note that a CRC checksum is not used in simulation.
|
- BYTE
|
Command
|
| The address of the byte to return.
|
- UINT
|
Return
|
Property reference
|
Properties
|
|
Simulation
|
|
Label
|
| A text label to help you identify the component on the panel.
|
|
Sub Label
|
|
|
|
Min. Temp.
|
| Minimum termperature that can be set or displayed on the thermometer slider.
|
|
Max. Temp.
|
| Maximum termperature that can be set or displayed on the thermometer slider.
|
|
Scale divisions
|
| Number of numbered divisions shown on the thermometer scale.
|
|
I2C Data
|
| Choose whether the I2C data is shown as decimal or hexadecimal values.
|
==Macro reference==
|
SetHumidity
|
| Sends the given Humidity to the display, and calculates the internal values used by the simulated read macros.
|
- FLOAT
|
Humidity
|
| Relative Humidity from 0 to 100 %
|
- VOID
|
Return
|
|
SetConsoleHandle
|
| Pass the parent sensor's console handle to the GUI to allow opening of the console from the 'Console' button.
|
- HANDLE
|
Handle
|
| Handle of the console
|
- VOID
|
Return
|
|
SetTemperature
|
| Sends the given temperature to the display, and calculates the internal values used by the simulated read macros.
|
- FLOAT
|
Temperature
|
| Temperature value in Celcius,
|
- VOID
|
Return
|
|
GetData
|
| Return a simulated register value for the given commands. Recognised commands are 0xF3 (Temperature register) and 0xF5 (Humidity Register). Note that a CRC checksum is not used in simulation.
|
- BYTE
|
Command
|
| The address of the byte to return.
|
- UINT
|
Return
|
Property reference
|
Properties
|
|
Simulation
|
|
Label
|
| A text label to help you identify the component on the panel.
|
|
Sub Label
|
|
|
|
Min. Temp.
|
| Minimum termperature that can be set or displayed on the thermometer slider.
|
|
Max. Temp.
|
| Maximum termperature that can be set or displayed on the thermometer slider.
|
|
Scale divisions
|
| Number of numbered divisions shown on the thermometer scale.
|
|
I2C Data
|
| Choose whether the I2C data is shown as decimal or hexadecimal values.
|