Index: firmware/App/Controllers/Voltages.c =================================================================== diff -u -r1d07de4e970f54f2ae1786ef546cf5567df9ba8e -r56dcf036f591c8321da3b3d509ce85c807666404 --- firmware/App/Controllers/Voltages.c (.../Voltages.c) (revision 1d07de4e970f54f2ae1786ef546cf5567df9ba8e) +++ firmware/App/Controllers/Voltages.c (.../Voltages.c) (revision 56dcf036f591c8321da3b3d509ce85c807666404) @@ -246,11 +246,11 @@ // Pre-Treatment, Treatment, or Post-Treatment mode 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