Index: firmware/App/Controllers/Voltages.c =================================================================== diff -u -rdf10b0aabdb10971df71abea8bea2f5ebae94f40 -r29e7e3c196ab19ece4cee8b305211bdeecd5a164 --- firmware/App/Controllers/Voltages.c (.../Voltages.c) (revision df10b0aabdb10971df71abea8bea2f5ebae94f40) +++ firmware/App/Controllers/Voltages.c (.../Voltages.c) (revision 29e7e3c196ab19ece4cee8b305211bdeecd5a164) @@ -244,13 +244,13 @@ HD_OP_MODE_T opMode = getCurrentOperationMode(); // 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 + if ( ( MODE_PRET == opMode ) || ( MODE_TREA == opMode ) || ( MODE_POST == opMode ) ) { -// 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