Index: build/AlarmMapping.py =================================================================== diff -u -r3ce7795a6f3d984f439a37d80f6b4fdf211d2a76 -rc9c18984f86c1066660ec415e99dafe677c53821 --- build/AlarmMapping.py (.../AlarmMapping.py) (revision 3ce7795a6f3d984f439a37d80f6b4fdf211d2a76) +++ build/AlarmMapping.py (.../AlarmMapping.py) (revision c9c18984f86c1066660ec415e99dafe677c53821) @@ -17,7 +17,7 @@ 15 : "HD invalid usage record CRC." 16 : "HD alarm audio failed POST." 17 : "HD UI POST failed." - 18 : "DG load cells invalid calibration record." + 18 : "HD didn't get ACK on message to DG that required acknowledgment." 19 : "HD dialysate temperature above target temperature." 20 : "DG conductivity sensors invalid calibration record." 21 : "DG drain line volume invalid calibration record." @@ -45,7 +45,7 @@ 43 : "DG main primary heater FPGA fault." 44 : "User interface communication timeout." 45 : "HD too many bad communications CRC." - 46 : "HD System message that required acknowledgment was not acknowledged." + 46 : "HD didn't get ACK on message to UI that required acknowledgment." 47 : "Ultrafiltration rate is too high error during treatment." 48 : "Ultrafiltration volume accuracy error during treatment." 49 : "HD FPGA communication down for too long." @@ -100,7 +100,7 @@ 98 : "HD battery communication fault." 99 : "HD syringe pump stall alarm." 100 : "HD no cartridge self-test timeout." - 101 : "HD dry self-test timeout." + 101 : "UI POST HD communication failure." 102 : "DG heat disinfect temperature gradient out of range." 103 : "HD invalid calibration CRC." 104 : "Air trap level sensors reporting illegal combination of air/fluid." @@ -257,7 +257,7 @@ 255 : "HD and UI software builds are not compatible." 256 : "HD processor is in Disinfect Chemical Flush mode." 257 : "DG FPGA power out timeout." - 258 : "HD FPGA power out timeout." + 258 : "***Available for use***." 259 : "HD temperatures out of range." 260 : "UI POST Application Integrity (Sha256Sum) failure." 261 : "UI POST CANBus failure."