Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
I brought the BOOL back.

I brought the BOOL back.

Done.

Done.

You are right. I removed the code.

You are right. I removed the code.

Should this happen in the previous if scope to simplify?

Should this happen in the previous if scope to simplify?

Who's right?

Who's right?

I will implement it in DEN-12224.

I will implement it in DEN-12224.

Seems like this should be an alarm.

Seems like this should be an alarm.

This will be addressed once we were working on deciding the number of rinses.

This will be addressed once we were working on deciding the number of rinses.

This will be addressed once we were working on deciding the number of rinses.

This will be addressed once we were working on deciding the number of rinses.

This will be addressed once we were working on deciding the number of rinses.

This will be addressed once we were working on deciding the number of rinses.

This will be addressed once we were working on deciding the number of rinses.

This will be addressed once we were working on deciding the number of rinses.

Done.

Done.

Done.

Done.

I will test this in DEN-12224.

I will test this in DEN-12224.

Done.

Done.

DG-DEN-12121_SW Dev Sprint 65
DG-DEN-12121_SW Dev Sprint 65
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.

According Blain's PowerPoint, for bicard, the RO Pump speed is 400mL/min. 800mL/min is for acid.

According Blain's PowerPoint, for bicard, the RO Pump speed is 400mL/min. 800mL/min is for acid.

Done.

Done.

Added param: testValue, baseValue, percentFactor

Added param: testValue, baseValue, percentFactor

RO pump rate is already set in the previous state.

RO pump rate is already set in the previous state.

Done.

Done.

Added requestNewOperationMode( DG_MODE_GENE );

Added requestNewOperationMode( DG_MODE_GENE );

Renamed roPumpSpeed to roPumpFlushBubblesSpeed and updated comments

Renamed roPumpSpeed to roPumpFlushBubblesSpeed and updated comments

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 );

Renamed #define to #define MIN_WATER_TEMPERATURE_WARNING_LOW_RANGE 22U #define MAX_WATER_TEMPERATURE_WARNING_LOW_RANGE 24U #define MIN_WATER_TEMPERATURE_WARNING_HIGH_RANGE 37U #define MAX_WATER_TE...

Renamed #define to

#define MIN_WATER_TEMPERATURE_WARNING_LOW_RANGE 22U
#define MAX_WATER_TEMPERATURE_WARNING_LOW_RANGE 24U
#define MIN_WATER_TEMPERATURE_WARNING_HIGH_RANGE 37U
#define MAX_WATER_TEMPERATURE_WARNING_HIGH_RANGE 39U
#define MIN_WATER_TEMPERATURE_ALARM 22U
#define MAX_WATER_TEMPERATURE_ALARM 39U

Renamed #define to #define MIN_WATER_TEMPERATURE_WARNING_LOW_RANGE 22U #define MAX_WATER_TEMPERATURE_WARNING_LOW_RANGE 24U #define MIN_WATER_TEMPERATURE_WARNING_HIGH_RANGE 37U #define MAX_WATER_TE...

Renamed #define to

#define MIN_WATER_TEMPERATURE_WARNING_LOW_RANGE 22U
#define MAX_WATER_TEMPERATURE_WARNING_LOW_RANGE 24U
#define MIN_WATER_TEMPERATURE_WARNING_HIGH_RANGE 37U
#define MAX_WATER_TEMPERATURE_WARNING_HIGH_RANGE 39U
#define MIN_WATER_TEMPERATURE_ALARM 22U
#define MAX_WATER_TEMPERATURE_ALARM 39U

Changed CONCENTRATE_PUMP_MAX_SPEED from 40.0 to 48.0.

Changed CONCENTRATE_PUMP_MAX_SPEED from 40.0 to 48.0.

Added a blank line. Asked Dara to add acid and bicard values to the calibration record on 2/8/2022.

Added a blank line.
Asked Dara to add acid and bicard values to the calibration record on 2/8/2022.

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