Index: firmware/App/Controllers/Voltages.c =================================================================== diff -u -r7a34213f25ce25594311b77a3d003c1e65293a60 -r6b41b9e2eca517741c7260ee3fe2cfd8b02e1653 --- firmware/App/Controllers/Voltages.c (.../Voltages.c) (revision 7a34213f25ce25594311b77a3d003c1e65293a60) +++ firmware/App/Controllers/Voltages.c (.../Voltages.c) (revision 6b41b9e2eca517741c7260ee3fe2cfd8b02e1653) @@ -246,13 +246,13 @@ isPersistentAlarmTriggered( ALARM_ID_HD_AC_POWER_LOST, hasPowerBeenLost ); // Pre-Treatment, Treatment, or Post-Treatment mode - if ( ( MODE_PRET == opMode ) || ( MODE_TREA == opMode ) || ( MODE_POST == opMode ) ) + if ( ( MODE_PRET == opMode ) || ( MODE_TREA == opMode ) || ( MODE_POST == opMode ) ) // TODO - restore alarms when CPLDs updated in lab { - SET_ALARM_WITH_2_F32_DATA( ALARM_ID_HD_AC_POWER_LOST_IN_TREATMENT, getMonitoredLineLevel( MONITORED_LINE_24V ), getMonitoredLineLevel( MONITORED_LINE_24V_REGEN ) ); +// SET_ALARM_WITH_2_F32_DATA( ALARM_ID_HD_AC_POWER_LOST_IN_TREATMENT, getMonitoredLineLevel( MONITORED_LINE_24V ), getMonitoredLineLevel( MONITORED_LINE_24V_REGEN ) ); } else { - SET_ALARM_WITH_2_F32_DATA( ALARM_ID_HD_AC_POWER_LOST, getMonitoredLineLevel( MONITORED_LINE_24V ), getMonitoredLineLevel( MONITORED_LINE_24V_REGEN ) ); +// SET_ALARM_WITH_2_F32_DATA( ALARM_ID_HD_AC_POWER_LOST, getMonitoredLineLevel( MONITORED_LINE_24V ), getMonitoredLineLevel( MONITORED_LINE_24V_REGEN ) ); } } else