Public Attributes | |
int | nDeviationInAlarm |
Deviation alarm state: non-zero if the alarm is currently triggered. | |
int | nDeviationEnabled |
Enable Deviation alarm. (Boolean) | |
float | fDeviationMiddleRange |
Deviation alarm, previous deviation value. | |
float | fDeviationAmount |
Deviation alarm, current deviation amount. | |
int | nDeviationScratchOn63to32 |
Scratchpad bits to turn on in reaction to a deviation alarm (bits 32-63) | |
int | nDeviationScratchOn31to0 |
Scratchpad bits to turn on in reaction to a deviation alarm (bits 0-31) | |
int | nDeviationScratchOff63to32 |
Scratchpad bits to turn off in reaction to a deviation alarm (bits 32-63) | |
int | nDeviationScratchOff31to0 |
Scratchpad bits to turn off in reaction to a deviation alarm (bits 0-31) | |
int | nHiAlarmInAlarm |
High alarm state: non-zero if the alarm is currently triggered. | |
int | nHiAlarmEnabled |
Enable high alarm. (Boolean) | |
float | fHiAlarmLimit |
High alarm setpoint: values higher than this will trigger the alarm. | |
float | fHiAlarmLimitDeadband |
int | nHiAlarmScratchOn63to32 |
Scratchpad bits to turn on in reaction to a high alarm (bits 32-63) | |
int | nHiAlarmScratchOn31to0 |
Scratchpad bits to turn on in reaction to a high alarm (bits 0-31) | |
int | nHiAlarmScratchOff63to32 |
Scratchpad bits to turn off in reaction to a high alarm (bits 32-63) | |
int | nHiAlarmScratchOff31to0 |
Scratchpad bits to turn off in reaction to a high alarm (bits 0-31) | |
int | nLoAlarmInAlarm |
Low alarm state: non-zero if the alarm is currently triggered. | |
int | nLoAlarmEnabled |
Enable low alarm. (Boolean) | |
float | fLoAlarmLimit |
Low alarm setpoint: values lower than this will trigger the alarm. | |
float | fLoAlarmLimitDeadband |
int | nLoAlarmScratchOn63to32 |
Scratchpad bits to turn on in reaction to a low alarm (bits 32-63) | |
int | nLoAlarmScratchOn31to0 |
Scratchpad bits to turn on in reaction to a low alarm (bits 0-31) | |
int | nLoAlarmScratchOff63to32 |
Scratchpad bits to turn off in reaction to a high alarm (bits 32-63) | |
int | nLoAlarmScratchOff31to0 |
Scratchpad bits to turn off in reaction to a high alarm (bits 0-31) | |
int | nValueLogicalAdr |
Memory map address of the value to watch. | |
int | nIsFloat |
Is value a float? 1 for yes, 0 for no. | |