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:
RobertJDavis
2025-10-21 13:14:49 -07:00
parent cd62dd15f3
commit 07bf9036dc
6 changed files with 34 additions and 27 deletions

View File

@@ -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]);