Index: NVDataMgmtDGRecords.h =================================================================== diff -u -r793c9593c95fc6ecb33130a6b4a340c825ff01b8 -r6b11ea4a37a54cd47af543900dfa68dac27c8c7e --- NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision 793c9593c95fc6ecb33130a6b4a340c825ff01b8) +++ NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision 6b11ea4a37a54cd47af543900dfa68dac27c8c7e) @@ -8,7 +8,7 @@ * @file NVDataMgmtDGRecords.h * * @author (last) Dara Navaei -* @date (last) 10-Mar-2022 +* @date (last) 01-Jul-2022 * * @author (original) Dara Navaei * @date (original) 12-Feb-2021 @@ -42,25 +42,26 @@ SW_CONFIG_DISABLE_ACCELS, ///< Software configuration disable accelerometers. SW_CONFIG_DISABLE_CAL_CHECK, ///< Software configuration disable calibration check. SW_CONFIG_DISABLE_HEATERS_MONITOR, ///< Software configuration disable heaters monitor. - SW_CONFIG_DISABLE_DRAIN_PUMP_MONITOR, + SW_CONFIG_DISABLE_DRAIN_PUMP_MONITOR, ///< Software configuration disable drain pump monitor. SW_CONFIG_DISABLE_RO_PUMP_MONITOR, ///< Software configuration disable RO pump monitor. SW_CONFIG_DISABLE_RO_RATIO_CHECK, ///< Software configuration disable RO ratio check SW_CONFIG_DISABLE_COND_SENSOR_CHECK, ///< Software configuration disable conductivity sensor check. - SW_CONFIG_DISABLE_WATER_QUALITY_CHECK, - SW_CONFIG_DISABLE_FLOW_VS_LOAD_CELL_CHECK_IN_FILL, - SW_CONFIG_DISABLE_HEATERS_EFFICIENCY, - SW_CONFIG_DISABLE_DISINFECT_CONDUCTIVITY_CHECK, - SW_CONFIG_DISABLE_CONC_PUMPS, - SW_CONFIG_DISABLE_CAPS_MONITOR, - SW_CONFIG_DISABLE_UV_REACTORS, - SW_CONFIG_DISABLE_ACID_ALARMS, - SW_CONFIG_DISABLE_BICARB_ALARMS, - SW_CONFIG_DISABLE_EMPTY_BOTTLES_ALARM, - SW_CONFIG_DISABLE_BICARB_CONDUCTIVITY_TEST, - SW_CONFIG_DISABLE_ACID_CONDUCTIVITY_TEST, - SW_CONFIG_DISABLE_CONC_PUMPS_SPEED_ALARM, - SW_CONFIG_DISABLE_MIXING_IN_FILL, - SW_CONFIG_DISABLE_TEMPERATURE_SENSORS_ALARM, + SW_CONFIG_DISABLE_WATER_QUALITY_CHECK, ///< Software configuration disable water quality check. + SW_CONFIG_DISABLE_FLOW_VS_LOAD_CELL_CHECK_IN_FILL, ///< Software configuration disable flow vs. load cell check in fill. + SW_CONFIG_DISABLE_HEATERS_EFFICIENCY, ///< Software configuration disable heaters efficiency. + SW_CONFIG_DISABLE_DISINFECT_CONDUCTIVITY_CHECK, ///< Software configuration disable disinfect conductivity check. + SW_CONFIG_DISABLE_CONC_PUMPS, ///< Software configuration disable concentrate pumps. + SW_CONFIG_DISABLE_CAPS_MONITOR, ///< Software configuration disable cap monitor. + SW_CONFIG_DISABLE_UV_REACTORS, ///< Software configuration disable UV reactors. + SW_CONFIG_DISABLE_ACID_ALARMS, ///< Software configuration disable acid alarms. + SW_CONFIG_DISABLE_BICARB_ALARMS, ///< Software configuration disable bicarb alarms. + SW_CONFIG_DISABLE_EMPTY_BOTTLES_ALARM, ///< Software configuration disable empty bottle alarms. + SW_CONFIG_DISABLE_BICARB_CONDUCTIVITY_TEST, ///< Software configuration disable bicarb conductivity test. + SW_CONFIG_DISABLE_ACID_CONDUCTIVITY_TEST, ///< Software configuration disable acid conductivity test. + SW_CONFIG_DISABLE_CONC_PUMPS_SPEED_ALARM, ///< Software configuration disable concentrate pumps speed alarm. + SW_CONFIG_DISABLE_MIXING_IN_FILL, ///< Software configuration disable mixing in fill. + SW_CONFIG_DISABLE_TEMPERATURE_SENSORS_ALARM, ///< Software configuration disable temperature sensors alarm. + SW_CONFIG_ENABLE_V3_SYSTEM, ///< Software configuration enable V3 system. NUM_OF_SW_CONFIGS ///< Number of software configurations. } SOFTWARE_CONFIG_T; #endif