UMAS CRAH update
Changed running status to 0: running, 1: stopped per UMAS submittal Made default value of BMS Enable = 2 (BMS), so do not have to change to run Fixed bug associated with Fail State update() --> Standby Mode
This commit is contained in:
@@ -75,6 +75,8 @@ void updateAlarms(Equipment<ModbusIP>* equipment){
|
||||
"Alarm Condensate Pump ON", "Alarm Fire ON", "Alarm Smoke ON"
|
||||
};
|
||||
|
||||
// NOTE: Per UMAS hardwire signals, alarm opened in case of normal operation, closed in case of alarm condition
|
||||
// 0: no alarm, 1: alarm
|
||||
int numAlarms = 0;
|
||||
for (int i =0; i< alarmCommands.size() && i < alarmDescriptions.size(); ++i) {
|
||||
Modbus_Point<ModbusIP>* commandPoint = equipment->getModbus_Point(alarmCommands[i]);
|
||||
|
||||
Reference in New Issue
Block a user