Controllers

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

  1. … 3 more files in changeset.
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-11114 continued working on the reservoir management

  1. … 3 more files in changeset.
DEN-11114 continued working on the resevoir management

  1. … 7 more files in changeset.
Done.

Done.

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.

  1. … 2 more files in changeset.
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-11114: Added comment.

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

  1. … 6 more files in changeset.
DEN-11114: Updated UF control to included estimated UF flow as input.

  1. … 2 more files in changeset.
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

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

DEN-11114: Restored previous motor controller speed feedback conversion to RPM - it was right before.

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

This might be reservoir 1 - there is a pre-treatment reservoir mgmt function handling this - check to see which reservoir is active at beginning of prime here.

This might be reservoir 1 - there is a pre-treatment reservoir mgmt function handling this - check to see which reservoir is active at beginning of prime here.

Why reset start time here?

Why reset start time here?

I think this needs to be closed or saline will not be forced across dialyzer into dialysate flow path.

I think this needs to be closed or saline will not be forced across dialyzer into dialysate flow path.

Make it clearer that this is for prime dialyzer state.

Make it clearer that this is for prime dialyzer state.

Dialyzer is spelled with a "z" not "s".

Dialyzer is spelled with a "z" not "s".

I would rename to something like prime dialyzer stop weight.

I would rename to something like prime dialyzer stop weight.

DEN-11114: Fixed conversion issue for pump speed ADC voltage levels.

  1. … 1 more file in changeset.
DEN-11114: Changed syringe ID measurement to median between min and max ID given by manufacturer. Included prime volume in calculation of volume needed to meet needs of treatment.