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 );
Checked with Systems. Conductivity min value is 100. #define COND_SENSOR_CPI_MAX_VALUE 2200 #define COND_SENSOR_CPI_WARNING_HIGH 2200 #define COND_SENSOR_CPI_WARNING_LOW 2000 #define COND_SENSOR_CP...
Checked with Systems. Conductivity min value is 100. #define COND_SENSOR_CPI_MAX_VALUE 2200 #define COND_SENSOR_CPI_WARNING_HIGH 2200 #define COND_SENSOR_CPI_WARNING_LOW 2000 #define COND_SENSOR_CPI_MIN_VALUE 100
This doesn't look like a get - status is being set. I don't think we should be setting .ovData here at all - should only be set via an override cmd message. I think .data should always be set here ...
This doesn't look like a get - status is being set. I don't think we should be setting .ovData here at all - should only be set via an override cmd message. I think .data should always be set here (no if).
Problem fetching more activity
You are running release
CR4.8.14
FE4.8.14
(20240111091859 2024-01-11 09:20),
please report your release number when reporting bugs.