firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-11114 tested the modified the reservoir management code

DEN-11098: Addressed code review feedback.

Should only set this to true when we know we will accept request.

Should only set this to true when we know we will accept request.

Comment should change from 200 to 50.

Comment should change from 200 to 50.

DEN-11098 Added compiler switch RUN_BLOOD_CIRCUIT_PRIME_AGAIN

DEN-11114 continued working on the reservoir management

DEN-11089 Added cases in switch statement to handle prime pause for new saline dialyzer state

DEN-11114 continued working on the resevoir management

    • -5
    • +51
    ./App/Services/SystemCommMessages.c
DEN-11114: perform periodic clock check only if release build so debugging will not cause alarm.

Done.

Done.

DEN-11089 Removed signalDialOutPumpHardStop since it has not been started

You can remove this line here. That pump has not yet been run.

You can remove this line here. That pump has not yet been run.

DEN-11114: Removed obsolete UF PI controller. Cleaned up UF control code changes.

DEN-11089 the VDO pump is stopped before transition from dialyzer state to wet selftests state

Fixed. Before transition from dialyzer state to wet selftests state, the VDO pump should be stopped.

Fixed. Before transition from dialyzer state to wet selftests state, the VDO pump should be stopped.

Move this line to when prime dialyzer state is completed before we go to wet self tests.

Move this line to when prime dialyzer state is completed before we go to wet self tests.

DEN-11089 Correction - dialyzer dialysate bypass priming path uses R1 instead of R2 and dialyzer dialysate priming path uses R2 instead of R1

DEN-11114: Added comment.

Merge branch 'DEN-11114-dg_dev-dg-dialysate-temperature-control-2-of-2' of ssh://dvm-linux02:7999/hd/hdfirmware into DEN-11114-dg_dev-dg-dialysate-temperature-control-2-of-2

DEN-11114 initial commit of the reservoirs module. Continued with implementing the reservoir management

    • -19
    • +120
    ./App/Controllers/DGInterface.c
    • -0
    • +407
    ./App/Services/Reservoirs.c
    • -0
    • +38
    ./App/Services/Reservoirs.h
DEN-11114: Updated UF control to included estimated UF flow as input.

    • -40
    • +106
    ./App/Controllers/DialOutFlow.c
DEN-11089 Incorporated peer review comments

Done

Done

Fixed

Fixed

I believe reservoir 2 is used. static PRE_TREATMENT_RESERVOIR_MGMT_STATE_T handlePreTreatmentReservoirMgmtStartState( void ) { PRE_TREATMENT_RESERVOIR_MGMT_STATE_T state = PRE_TREATMENT_RESERVOIR_...

I believe reservoir 2 is used.

static PRE_TREATMENT_RESERVOIR_MGMT_STATE_T handlePreTreatmentReservoirMgmtStartState( void )
{
PRE_TREATMENT_RESERVOIR_MGMT_STATE_T state = PRE_TREATMENT_RESERVOIR_MGMT_START_STATE;

if ( TRUE == fillReservoirOneStartRequested )

Unknown macro: { fillReservoirOneStartRequested = FALSE; state = PRE_TREATMENT_RESERVOIR_MGMT_DRAIN_CMD_STATE; cmdSetDGActiveReservoir( DG_RESERVOIR_2 ); }


return state;
}

Fixed

Fixed

Done

Done

Done

Done

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

Merge branch 'DEN-11114-dg_dev-dg-dialysate-temperature-control-2-of-2' into develop