Index: firmware/App/Controllers/Voltages.c =================================================================== diff -u -reaf954a53dfe7224d1f4423bd0067f8082dc700f -r568d970bcc3aa5da6813fecb53936bfe8974772a --- firmware/App/Controllers/Voltages.c (.../Voltages.c) (revision eaf954a53dfe7224d1f4423bd0067f8082dc700f) +++ firmware/App/Controllers/Voltages.c (.../Voltages.c) (revision 568d970bcc3aa5da6813fecb53936bfe8974772a) @@ -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