Controllers

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-11250 Implemented heprin bolus target rate override

  1. … 3 more files in changeset.
Disabled the temepratures alarm

DEN-11750 fixed compilation issues

  1. … 1 more file in changeset.
Merged DEN-11750 and resovled the conflicts

  1. … 9 more files in changeset.
DEN-11750 updated the files with the software confiugrations

  1. … 15 more files in changeset.
DEN-11750 updated the files with software configurations

  1. … 9 more files in changeset.
Merge branch 'DEN-11250-hd-syringe-pump-updates' into develop

DEN-11250 Changed syringe pump rate and direction alarm persistence to 3 seconds

  1. … 1 more file in changeset.
DEN-11750 added software configurations for the primes

  1. … 12 more files in changeset.
Merge branch 'DEN-11250-hd-syringe-pump-updates' into develop

DEN-11250 Test code for syringe pump alarm

Merge branch 'DEN-11980-sw_dev-sprint-64' into develop

Fixed merge conflicts with request current treatment parameters.

  1. … 5 more files in changeset.
DEN-11980: Removed init functions for DPI, BP, and DPO in ModeTreatment.c. Changed their respective init functions to read from FPGA instead of zero'ing buffer.

  1. … 1 more file in changeset.
DEN-11250: minor fixes.

Merge remote and resolved the conflicts

DEN-11750 updated the fans moitor and added temperatures and fans POST states

  1. … 8 more files in changeset.
Merge branch 'DEN-11750-dg_dev-dg-dialysate-temperature-control-tune-up' of ssh://dvm-linux02:7999/hd/hdfirmware into DEN-11750-dg_dev-dg-dialysate-temperature-control-tune-up

DEN-11750: DEN-9692 bug - lowered BP ramp up lower venous pressure limit to 0.

Merged DEN-11750 and resolved the merge conflicts

  1. … 5 more files in changeset.
DEN-11750 updated the drivers to get their calibration from NV data

  1. … 6 more files in changeset.
Disabled the blood leak alarms

  1. … 1 more file in changeset.
DEN-11250 Fixed merge conflicts

  1. … 4 more files in changeset.
Done. Called checkForPrimeOcclusion(); with no parameters.

Done. Called checkForPrimeOcclusion(); with no parameters.

Line 489 F32 bolusVol = getTreatmentParameterF32() was moved. it is no longer here.

Line 489 F32 bolusVol = getTreatmentParameterF32() was moved. it is no longer here.

DEN-11250 Updated per peer review comments

  1. … 1 more file in changeset.
Updated handlePOSTStateStart( ) function with the handlePOSTStateStart( ) used in DEN-11750.

Updated handlePOSTStateStart( ) function with the handlePOSTStateStart( ) used in DEN-11750.

Changed function prototype from BOOL checkForPrimeOcclusion( BOOL stopPump ) to BOOL checkForPrimeOcclusion( void );

Changed function prototype from BOOL checkForPrimeOcclusion( BOOL stopPump ) to BOOL checkForPrimeOcclusion( void );

We don't need this here. startHeparinBolus() was moved to handleWetSeltTestStartState(void) function. F32 bolusVol = getTreatmentParameterF32( TREATMENT_PARAM_HEPARIN_BOLUS_VOLUME ); setDialInPum...

We don't need this here. startHeparinBolus() was moved to handleWetSeltTestStartState(void) function.

F32 bolusVol = getTreatmentParameterF32( TREATMENT_PARAM_HEPARIN_BOLUS_VOLUME );

setDialInPumpTargetFlowRate( DIP_FLOW_RATE_SETUP_ML_MIN, MOTOR_DIR_FORWARD, PUMP_CONTROL_MODE_OPEN_LOOP );
fmdIntegratedVolume = 0.0;

if ( ( bolusVol > 0.0 ) && ( getSyringePumpVolumeDelivered() < bolusVol ) )

Unknown macro: { startHeparinBolus(); // moved here from startHeparinPump() in Dialysis.c }
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.