dgfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-11750 addressed the code review comments

    • -15
    • +4
    /firmware/App/Controllers/UVReactors.c
DEN-11928 Updated code per peer review comments

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.

Bamboo Commit: Updated DGCommon.h with build versions from Bamboo

Merge branch 'DEN-11750-dg_dev-dg-dialysate-temperature-control-tune-up' into develop

DEN-11750 added a build switch for heat disinfect

    • -0
    • +4
    /firmware/App/Modes/ModeHeatDisinfect.c
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 );