Index: dialin/common/alarm_defs.py =================================================================== diff -u -re3bed9f7c447451c6f0d544711ceb6a888705777 -r1d4e881d3df0562201fd5ee5182d58b1946a2aa8 --- dialin/common/alarm_defs.py (.../alarm_defs.py) (revision e3bed9f7c447451c6f0d544711ceb6a888705777) +++ dialin/common/alarm_defs.py (.../alarm_defs.py) (revision 1d4e881d3df0562201fd5ee5182d58b1946a2aa8) @@ -95,26 +95,26 @@ ALARM_ID_HD_ACCELEROMETER_FAILURE = 74 # HD accelerometer error (no readings or FPGA reports error) ALARM_ID_DG_ACCELEROMETER_FAILURE = 75 # DG accelerometer error (no readings or FPGA reports error) ALARM_ID_DG_CRITICAL_DATA_ERROR = 76 # DG critical data integrity check failed. - ALARM_ID_RO_REJECTION_RATIO_OUT_OF_RANGE = 77, # RO rejection ratio out of range - ALARM_ID_INLET_WATER_PRESSURE_FAULT = 78, # Inlet water pressure fault - ALARM_ID_HD_VALVE_HOMING_FAILED = 79, # HD valve homing failed - ALARM_ID_HD_VALVE_TRANSITION_TIMEOUT = 80, # HD valve transition time out - ALARM_ID_HD_VALVE_NOT_FUNCTIONAL = 81, # HD valve not functional - ALARM_ID_HD_VALVE_CURRENT_OUT_OF_RANGE = 82, # HD valve current out of range - ALARM_ID_HD_VALVE_POSITION_OUT_OF_RANGE = 83, # HD valve position out of target - ALARM_ID_AIR_TRAP_ILLEGAL_LEVELS = 84, # Air trap level sensors reporting illegal combination of air/fluid - ALARM_ID_AIR_TRAP_FILL_DURING_PRIME = 85, # Air trap fill timeout during priming - ALARM_ID_AIR_TRAP_FILL_DURING_TREATMENT = 86, # Air trap fill timeout during treatment - ALARM_ID_BLOOD_FLOW_SIGNAL_STRENGTH_TOO_LOW = 87, # Blood flow sensor signal strength too low - ALARM_ID_DIALYSATE_FLOW_SIGNAL_STRENGTH_TOO_LOW = 88, # Dialysate flow sensor signal strength too low - ALARM_ID_EMPTY_SALINE_BAG = 89, # Saline bag is empty - ALARM_ID_SALINE_BOLUS_VOLUME_CHECK_FAILURE = 90, # Saline bolus volume check failure. - ALARM_ID_ARTERIAL_PRESSURE_SENSOR_FAULT = 91, # FPGA reports failure reading arterial pressure sensor. - ALARM_ID_VENOUS_PRESSURE_SENSOR_FAULT = 92, # FPGA reports failure reading venous pressure sensor. - ALARM_ID_UV_REACTOR_NOT_HEALTHY = 93, # UV reactor not healthy (either inlet or outlet) - ALARM_ID_POST_ACID_CONDUCTIVITY_OUT_OF_RANGE = 94, # Post-acid concentrate conductivity out of range. - ALARM_ID_POST_BICARB_CONDUCTIVITY_OUT_OF_RANGE = 95, # Post-bicarb concentrate conductivity out of range. - ALARM_ID_RO_PUMP_FLOW_RATE_OUT_OF_RANGE = 96, # RO pump flow rate out of range. + ALARM_ID_RO_REJECTION_RATIO_OUT_OF_RANGE = 77 # RO rejection ratio out of range + ALARM_ID_INLET_WATER_PRESSURE_FAULT = 78 # Inlet water pressure fault + ALARM_ID_HD_VALVE_HOMING_FAILED = 79 # HD valve homing failed + ALARM_ID_HD_VALVE_TRANSITION_TIMEOUT = 80 # HD valve transition time out + ALARM_ID_HD_VALVE_NOT_FUNCTIONAL = 81 # HD valve not functional + ALARM_ID_HD_VALVE_CURRENT_OUT_OF_RANGE = 82 # HD valve current out of range + ALARM_ID_HD_VALVE_POSITION_OUT_OF_RANGE = 83 # HD valve position out of target + ALARM_ID_AIR_TRAP_ILLEGAL_LEVELS = 84 # Air trap level sensors reporting illegal combination of air/fluid + ALARM_ID_AIR_TRAP_FILL_DURING_PRIME = 85 # Air trap fill timeout during priming + ALARM_ID_AIR_TRAP_FILL_DURING_TREATMENT = 86 # Air trap fill timeout during treatment + ALARM_ID_BLOOD_FLOW_SIGNAL_STRENGTH_TOO_LOW = 87 # Blood flow sensor signal strength too low + ALARM_ID_DIALYSATE_FLOW_SIGNAL_STRENGTH_TOO_LOW = 88 # Dialysate flow sensor signal strength too low + ALARM_ID_EMPTY_SALINE_BAG = 89 # Saline bag is empty + ALARM_ID_SALINE_BOLUS_VOLUME_CHECK_FAILURE = 90 # Saline bolus volume check failure. + ALARM_ID_ARTERIAL_PRESSURE_SENSOR_FAULT = 91 # FPGA reports failure reading arterial pressure sensor. + ALARM_ID_VENOUS_PRESSURE_SENSOR_FAULT = 92 # FPGA reports failure reading venous pressure sensor. + ALARM_ID_UV_REACTOR_NOT_HEALTHY = 93 # UV reactor not healthy (either inlet or outlet) + ALARM_ID_POST_ACID_CONDUCTIVITY_OUT_OF_RANGE = 94 # Post-acid concentrate conductivity out of range. + ALARM_ID_POST_BICARB_CONDUCTIVITY_OUT_OF_RANGE = 95 # Post-bicarb concentrate conductivity out of range. + ALARM_ID_RO_PUMP_FLOW_RATE_OUT_OF_RANGE = 96 # RO pump flow rate out of range. NUM_OF_ALARM_IDS = 97 # Total number of alarms @unique