Index: AlarmDefs.h =================================================================== diff -u -rd2c6bf995359c8ebcde7e6af5e8c93ca988f076d -r92b7585be689ec332643808a755c1efabcdcf592 --- AlarmDefs.h (.../AlarmDefs.h) (revision d2c6bf995359c8ebcde7e6af5e8c93ca988f076d) +++ AlarmDefs.h (.../AlarmDefs.h) (revision 92b7585be689ec332643808a755c1efabcdcf592) @@ -1160,8 +1160,8 @@ { 1 , ALARM_ID_STUCK_BUTTON_TEST_FAILED , "HD | Self Test Error | Call service to schedule a repair. | Stuck button POST failure. Stop or Off button detected to be pressed for at least 1 second during test shortly after power up | Stop or Off button are pressed for more than 1 sec during POST. | "}, { 2 , ALARM_ID_HD_FPGA_POST_TEST_FAILED , "HD | Self Test Error | Call service to schedule a repair. | HD FPGA POST failure | Minimum HD FPGA major revision is not compatible with this version of HD firmware or the FPGA Id is not correct. | "}, { 3 , ALARM_ID_DG_FPGA_POST_TEST_FAILED , "DG | Self Test Error | Call service to schedule a repair. | DG FPGA POST failure | Minimum DG FPGA major and minor revision are not equal to the FPGA major and minor revision in FPGA header | "}, - { 4 , ALARM_ID_HD_WATCHDOG_POST_TEST_FAILED , "HD | Self Test Error | Call service to schedule a repair. | HD Watchdog POST failure | If voltage reading is less than 22.6Volts when the Watchdog recovered If PIN_SIGNAL is not LOW If backup alarm audio is on when Watchdog expired | "}, - { 5 , ALARM_ID_DG_WATCHDOG_POST_TEST_FAILED , "DG | Self Test Error | Call service to schedule a repair. | DG Watchdog POST failure | If voltage reading > 5.0 Volts when the Watchdog recovered If PIN_SIGNAL is not LOW If voltage reading is less than 22.6Volts when the Watchdog recovered | "}, + { 4 , ALARM_ID_HD_WATCHDOG_POST_TEST_FAILED , "HD | Self Test Error | Call service to schedule a repair. | HD Watchdog POST failure | Before and after ceasing w.d. pet, safe state signal low, 24V < 22.6V or backup audio curr > 10mA. While not petting w.d., safe state signal high, 24V >= 5V or backup audio curr < 200mA. | "}, + { 5 , ALARM_ID_DG_WATCHDOG_POST_TEST_FAILED , "DG | Self Test Error | Call service to schedule a repair. | DG Watchdog POST failure | Before and after ceasing w.d. pet, safe state signal low or 24V < 22.6V. While not petting w.d., safe state signal high or 24V >= 5V. | "}, { 6 , ALARM_ID_UI_COMM_POST_FAILED , "HD | Self Test Error | Call service to schedule a repair. | UI communication POST failure. UI failed to communicate within a reasonable time after power up | If the UI failed to checkin via the CAN bus within 40 seconds | "}, { 7 , ALARM_ID_HD_RTC_BATTERY_LOW , "HD | Machine Error | Call service to schedule a repair. | Real-time clock configuration error | If the RTC is not functional as indicated by the bits in the first 3 control registers. | "}, { 8 , ALARM_ID_HD_ACCELEROMETER_SELF_TEST_FAILURE , "HD | Self Test Error | Call service to schedule a repair. | HD accelerometer failed POST | If the calculated vector length of the accelerometer x, y, z is not the nominal length. | "},