dgfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-1750 merge ccvectorcast2 from the dev testers

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

Updated code to include checking for high conductivity

Updated code to include checking for high conductivity

Added ALARM_ID_INLET_WATER_HIGH_CONDUCTIVITY = 158, ///< Inlet water conductivity too high in AlarmDefs.h

Added ALARM_ID_INLET_WATER_HIGH_CONDUCTIVITY = 158, ///< Inlet water conductivity too high in AlarmDefs.h

Do we need to fix this?

Do we need to fix this?

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

Remove blank line.

Remove blank line.

Any reason why this declaration isn't at top of function?

Any reason why this declaration isn't at top of function?

?

?

Any reason why this is still a TODO?

Any reason why this is still a TODO?

Concentrate pumps are available, right?

Concentrate pumps are available, right?

Any reason why this is still a TODO?

Any reason why this is still a TODO?

?

?

Yes, I think we should do that

Yes, I think we should do that

Put "none" in function headers where there is nothing in that section (throughout this module).

Put "none" in function headers where there is nothing in that section (throughout this module).

testValue is a parameter - not an input. There are 2 other parameters. Need to add @param for each.

testValue is a parameter - not an input. There are 2 other parameters. Need to add @param for each.

Is this average calculation correct? Do we need to weight samples based on CP rate?

Is this average calculation correct? Do we need to weight samples based on CP rate?

Do we still need temperature check here?

Do we still need temperature check here?

What is the point of turning off the pumps here?

What is the point of turning off the pumps here?

Do we need to set RO pump rate here before we move on to produce/delivery dialysate?

Do we need to set RO pump rate here before we move on to produce/delivery dialysate?

Do we still want to check temperature here? I thought this was no longer being done. Check with Dara.

Do we still want to check temperature here? I thought this was no longer being done. Check with Dara.

Is this equation correct? Doesn't look right to me.

Is this equation correct? Doesn't look right to me.

Put space between if and (.

Put space between if and (.

Is 400 mL/min rate correct? I thought it was 800.

Is 400 mL/min rate correct? I thought it was 800.

Do both lines prime in same amount of time? Are volumes same? Is 2 seconds the right amount of time?

Do both lines prime in same amount of time? Are volumes same? Is 2 seconds the right amount of time?

Does this alarm need persistence? Looks like it used to have a timeout but now it's immediate.

Does this alarm need persistence? Looks like it used to have a timeout but now it's immediate.

If alarm is recoverable, we should go to paused state. If not, we should not delete this line of code so we can exit fill mode. Otherwise, we get stuck here forever.

If alarm is recoverable, we should go to paused state. If not, we should not delete this line of code so we can exit fill mode. Otherwise, we get stuck here forever.

You must set isThisFirstFill to FALSE somewhere. This may not be the right place anymore - but it looks ok to me - why deleted?

You must set isThisFirstFill to FALSE somewhere. This may not be the right place anymore - but it looks ok to me - why deleted?