Index: shared/scripts/configuration/strings.py =================================================================== diff -u -rb575f65fdac844229ace1dab1b00ffba231a1314 -ra12a47b9685a630565ff5764d3597eb766c4c4c1 --- shared/scripts/configuration/strings.py (.../strings.py) (revision b575f65fdac844229ace1dab1b00ffba231a1314) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision a12a47b9685a630565ff5764d3597eb766c4c4c1) @@ -392,7 +392,8 @@ RINSEBACK_UNIT_MIN = " mL/min" 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.", @@ -507,7 +508,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.", @@ -584,13 +585,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.", @@ -599,7 +600,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).", @@ -751,6 +752,10 @@ PRESCRIPTION_TITLE = "PRESCRIPTION" OPERATING_PARAMETERS_TITLE = "OPERATING PARAMETERS" +UNDEFINED_ALARM_ID_MSG = "ALARM_ID_UNDEFINED" +ALARM_TITLE = "Alarm" + + #wifi WIFI_TITLE_TEXT = "Wi-Fi" IP_ADDRESS_TEXT = "IP Address"