![]() |
![]() |
Temperature sensor monitoring configuration. More...
#include <control/mmwavelink/include/rl_monitoring.h>
Data Fields | |
rlUInt8_t | reportMode |
Value Definition 0 Report is sent every monitoring period without threshold check 1 Report is send only upon a failure (after checking for thresholds) 2 Report is sent every monitoring period with threshold check . | |
rlUInt8_t | reserved0 |
Reserved for Future use. | |
rlInt16_t | anaTempThreshMin |
The temperatures read from near the sensors near the RF analog modules are compared against a minimum threshold. The comparison result is part of the monitoring report message (Error bit is set if any measurement is outside this (minimum, maximum) range). 1 LSB = 1 degree Celsius, signed number Valid range: -99 degree Celsius to 199 degree Celsius . | |
rlInt16_t | anaTempThreshMax |
The temperatures read from near the sensors near the RF analog modules are compared against a maximum threshold. The comparison result is part of the monitoring report message (Error bit is set if any measurement is outside this (minimum, maximum) range). 1 LSB = 1 degree Celsius, signed number Valid range: -99 degree Celsius to 199 degree Celsius . | |
rlInt16_t | digTempThreshMin |
The temperatures read from near the sensor near the digital module are compared against a minimum threshold. The comparison result is part of the monitoring report message (Error bit is set if any measurement is outside this (minimum, maximum) range). 1 LSB = 1 degree Celsius, signed number Valid range: -99 degree Celsius to 199 degree Celsius . | |
rlInt16_t | digTempThreshMax |
The temperatures read from near the sensor near the digital module are compared against a maximum threshold. The comparison result is part of the monitoring report message (Error bit is set if any measurement is outside this (minimum, maximum) range). 1 LSB = 1 degree Celsius, signed number Valid range: -99 degree Celsius to 199 degree Celsius . | |
rlUInt16_t | tempDiffThresh |
The maximum difference across temperatures read from all the enabled sensors is compared against this threshold.The comparison result is part of the monitoring report message(Error bit is set if the measured difference exceeds this field). 1 LSB = 1o Celsius, unsigned number Valid range: 0 degree Celsius to 100 degree Celsius . | |
rlUInt32_t | reserved1 |
Reserved for Future use. | |
rlUInt32_t | reserved2 |
Reserved for Future use. | |
Temperature sensor monitoring configuration.
Definition at line 252 of file rl_monitoring.h.