Index: PersistentAlarm.h =================================================================== diff -u -r88dba74a3b70a531a6bfa56f0633b0ae8eba11d4 -r2949e80c17ff3669201eb1895ef1b28571a93ad9 --- PersistentAlarm.h (.../PersistentAlarm.h) (revision 88dba74a3b70a531a6bfa56f0633b0ae8eba11d4) +++ PersistentAlarm.h (.../PersistentAlarm.h) (revision 2949e80c17ff3669201eb1895ef1b28571a93ad9) @@ -8,7 +8,7 @@ * @file PersistentAlarm.h * * @author (last) Bill Bracken -* @date (last) 10-Feb-2023 +* @date (last) 01-Jun-2023 * * @author (original) Quang Nguyen * @date (original) 17-Aug-2020 @@ -45,7 +45,6 @@ FPGA_PERS_ERROR_LOAD_CELL_A1_B1_SENSORS, ///< Load cell A1/B1 sensors. FPGA_PERS_ERROR_LOAD_CELL_A2_B2_SENSORS, ///< Load cell A2/B2 sensors. FPGA_PERS_ERROR_MAIN_PRIMARY_HEATER_VOLTAGE_ADC, ///< Main primary heater voltage ADC. - FPGA_PERS_ERROR_DRAIN_PUMP_DIR_HALL_SENSOR, ///< Drain pump direction hall sensor. NUM_OF_FPGA_SENSOR_GROUPS ///< Number of FPGA sensor groups. } FPGA_PERSISTENT_ALARMS_GROUP_T; #endif Index: Utilities.h =================================================================== diff -u -rc73962069a069298c7020aa60087b5afebe33969 -r2949e80c17ff3669201eb1895ef1b28571a93ad9 --- Utilities.h (.../Utilities.h) (revision c73962069a069298c7020aa60087b5afebe33969) +++ Utilities.h (.../Utilities.h) (revision 2949e80c17ff3669201eb1895ef1b28571a93ad9) @@ -8,7 +8,7 @@ * @file Utilities.h * * @author (last) Bill Bracken -* @date (last) 15-May-2023 +* @date (last) 01-Jun-2023 * * @author (original) Sean * @date (original) 17-Feb-2020 @@ -52,6 +52,7 @@ TIME_WINDOWED_COUNT_FPGA_CONDUCTIVITY_SENSOR_ERROR, ///< FPGA Conductivity sensor error TIME_WINDOWED_COUNT_FPGA_TEMPERATURE_SENSOR_ERROR, ///< FPGA Temperature sensor error TIME_WINDOWED_COUNT_FPGA_COMM_FAILURES, ///< FPGA communication failure (NAK, CRC, timeout) + TIME_WINDOWED_COUNT_FPGA_DRAIN_PUMP_HALL_SENSOR_ERROR, ///< FPGA Drain pump hall sensor failure #endif NUM_OF_TIME_WINDOWED_COUNTS ///< Number of pressure sensors } TIME_WINDOWED_COUNT_T;