Index: shared/scripts/configuration/strings.py =================================================================== diff -u -ree44469d9fc90afbd5769b8cd5f4d92b3ae2102e -r642015a2dd0cf927bf5868ac2d16be8bb8dd997a --- shared/scripts/configuration/strings.py (.../strings.py) (revision ee44469d9fc90afbd5769b8cd5f4d92b3ae2102e) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 642015a2dd0cf927bf5868ac2d16be8bb8dd997a) @@ -13,7 +13,8 @@ # ############################################################################ ALARM_ID_AND_MESSAGES = { - 1: "Stuck button POST failure.\nStop or Off button detected to be pressed for at least 1 second during test shortly after power up.", + 0: "Indication for when no alarms is a possible situation", + 1: "Stuck button POST failure.\nStop or Off button detected to be pressed for at least 1 second during test shortly after power up", 2: "HD FPGA POST failure.", 3: "DG FPGA POST failure.", 4: "HD Watchdog POST failure.", @@ -128,7 +129,7 @@ 113: "HD blood leak zero command fault.", 114: "HD venous air bubble detector self-test failure.", 115: "DG temperature sensor out of range.", - 116: "DG temperature sensor ADC out of range.", + 116: "DG temperature sensor ADC fault.", 117: "DG CAN message not acked.", 118: "DG RTC config error.", 119: "DG RTC battery low error.", @@ -205,13 +206,13 @@ 190: "DG drain pump off fault.", 191: "DG flow rate out of upper range.", 192: "DG flow rate out of lower range.", - 193: ".", + 193: "Alarm available for use.", 194: "DG RO pump duty cycle out of range.", 195: "DG RO pump pressure out of range.", - 196: "DG temperature sensor error flag fault.", - 197: "DG temperature sensors ADC fault.", - 198: "Alarm ID available for use.", - 199: ".", + 196: "DG temperature sensor error bit fault.", + 197: "DG temperature sensors FPGA fault.", + 198: "RO flow too low while primary heater is on.", + 199: "Dialysate flow too low while trimmer heater is on.", 200: "DG thermistors/sensors temperature out of range.", 201: "HD pre-treatment mode wet self-test lc vs FMD failure.", 202: "HD pre-treatment mode dry pressure normal self-test failure.", @@ -220,7 +221,7 @@ 205: "Conductivity sensor fault.", 206: "DG dialysate fill runs out of time.", 207: "DG flow meter check failure alarm.", - 208: "Alarm ID available for use.", + 208: "HD venous pressure occlusion alarm.", 209: "DG drain circulation line timeout.", 210: "HD battery pack detected an error.", 211: "Blood sitting too long warning (>4 min).", @@ -359,8 +360,8 @@ 45: "REQUEST_REJECT_REASON_DG_CONCENTRATE_CAP_OPEN", #Concentrate cap open 46: "NUM_OF_REQUEST_REJECT_REASONS" # Number of settings change reject codes } - -UNDEFINED_ALARM_ID_MSG = "ALARM_ID_UNDEFINED" + +UNDEFINED_ALARM_ID_MSG = "ALARM_ID_UNDEFINED" ALARM_TITLE = "Alarm" ALARM_PRIORITY_OPTIONS = {