20.4 Data types for enumerations

20.4.1 StatusEnumeration

This data type is an enumeration of the possible operation modes of the ice machine. The enumeration values are defined in Table 71.

Table 71 — StatusEnumeration values
Value Description
INIT_0Commissioning, started manually (switch on) or automatically (after cleaning)
WATER_PURGE_1Existing water in the tray is flushed out and fresh water is filled for the next cycle
PRE_CHILL_2Precooling of the evaporator for xx seconds during the initial commissioning
FREEZE_3The water freezes on the evaporator to form ice
HARVEST_4Ice is harvested
BIN_FULL_5The state indicates that the ice container is full and that ice making has been stopped
CLEAN_6Ice machine is running through the cleaning steps
OFF_7Ice machine is switched off
SLEEP_MODE_8Power failure detected, system clock continues to run
STANDBY_9State after a temperature sensor error
SAFE_MODE_10Continue with ice making following an error
WATER_OUTAGE_11State with a lack of water
HPCO_DELAY_ACTIVE_12Maintenance state when the overpressure switch is activated and no ice is made for xx minutes
CURTAIN_OPEN_13Curtain was opened because there is an ice slab between the evaporator and the container.
PRODUCTION_TEST_14Ice machine is in the function test mode (at the manufacturer)
SAFE_MODE_PRECHILL_15Like the PRE_CHILL_2 state, but after a SAFE_MODE_10 state
SAFE_MODE_FREEZE_16Like the FREEZE_3 state, but after a SAFE_MODE_10 state
SAFE_MODE_HARVEST_17Like the HARVEST_4 state, but after a SAFE_MODE_10 state
SAFE_MODE_FULL_BIN_18Like the BIN_FULL_5 state, but after a SAFE_MODE_10 state