Removed the lines requestConcentratePumpOff( CONCENTRATEPUMPS_CP1_ACID ); requestConcentratePumpOff( CONCENTRATEPUMPS_CP2_BICARB ); The concentrate pumps are already OFF prior to transitioning to ...
Removed the lines requestConcentratePumpOff( CONCENTRATEPUMPS_CP1_ACID ); requestConcentratePumpOff( CONCENTRATEPUMPS_CP2_BICARB );
The concentrate pumps are already OFF prior to transitioning to produce dialysate state.
Added high and low temperature check BOOL isWaterTempTooHigh = ( temperature > MAX_WATER_TEMPERATURE_ALARM ); BOOL isWaterTempTooLow = ( temperature < MIN_WATER_TEMPERATURE_ALARM );
Added high and low temperature check BOOL isWaterTempTooHigh = ( temperature > MAX_WATER_TEMPERATURE_ALARM );
BOOL isWaterTempTooLow = ( temperature < MIN_WATER_TEMPERATURE_ALARM );