TpTemperatureSensor
The TpTemperatureSensor component is responsible for reading values and configuration of the temperature sensor in the Touch Point panel.
The TpTemperatureSensor component has the following slots:
- Status: shows the component’s status;
- Fault Cause: shows the fault cause description;
- Fault Status: informs about the point error status (true: point read/write error);
- Enable: enables or disables the component (true: enabled, false: disabled);
- Poll Frequency: allows to set the reading poll frequency (fast, normal, slow);
- Displaying Mode: sets the displaying mode (RealValue: the output value is divided by 10; RegisterValue: the value is taken directly from the register);
- Out: the temperature sensor value output slot;
- Visibility: activates or inactivates the sensor value on display;
- Sensor Offset: sets the temperature sensor offset value;
- Sensor Filter: sets the temperature sensor reading filter time in seconds;
- Config Trigger: on rising edge sends configuration parameters to the device components (Visibility, Sensor Offset, Sensor Filter).
The TpTemperatureSensor component has the following actions:
- Read: reads the Touch Point panel’s temperature sensor value and updates the Out slot;
- Read Config: reads configuration parameters from the Touch Point panel (Visibility, Sensor Offset, Sensor Filter);
- Write Config: writes configuration parameters to the Touch Point panel (Visibility, Sensor Offset, Sensor Filter).