hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed the reservoirs management for testing

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

Merge branch 'develop' of ssh://dvm-linux02:7999/hd/hdfirmware into develop

Disabled the software configurations

    • -2
    • +2
    /firmware/App/Modes/ConsumableSelfTest.c
DEN-11250 Stopped syringe pump then transition to dry self tests stopped state when alarm is triggered

Moved startHeparinBolus() in transitionToWetSelfTests() to handleWetSelfTestStartState().

Moved startHeparinBolus() in transitionToWetSelfTests() to handleWetSelfTestStartState().

DEN-11250 Incorporated peer review comments

    • -69
    • +18
    /firmware/App/Controllers/SyringePump.c
    • -0
    • +1
    /firmware/App/Controllers/SyringePump.h
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Merge branch 'develop' of ssh://dvm-linux02:7999/hd/hdfirmware into develop

Disabled a software configuraion

Reversed the code to the original. Uncommented result = SYRINGE_PUMP_OFF_STATE;

Reversed the code to the original.
Uncommented result = SYRINGE_PUMP_OFF_STATE;

Reversed the code to the original. Now, implemented check for occlusion in SelfTests.c

Reversed the code to the original.
Now, implemented check for occlusion in SelfTests.c

Removed bolus range check.

Removed bolus range check.

Renamed SYRINGE_FORCE_OCCLUSION_THRESHOLD_VOLT to SYRINGE_FORCE_OCCLUSION_DIFF_V

Renamed SYRINGE_FORCE_OCCLUSION_THRESHOLD_VOLT to SYRINGE_FORCE_OCCLUSION_DIFF_V

Done. Removed bolus time HEPARIN_BOLUS_TIME_HR. Also removed bolus time HEPARIN_BOLUS_TIME_HR in function handleSyringePumpSeekState() F32 hepDurHr = ( (F32)( setTxDur - preStop ) / (F32)MIN_PER_HO...

Done. Removed bolus time HEPARIN_BOLUS_TIME_HR.
Also removed bolus time HEPARIN_BOLUS_TIME_HR in function handleSyringePumpSeekState()
F32 hepDurHr = ( (F32)( setTxDur - preStop ) / (F32)MIN_PER_HOUR ) - HEPARIN_BOLUS_TIME_HR;

Removed checkForPrimeEmpty().

Removed checkForPrimeEmpty().

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

Merged DEN-11750 and resolved the merge conflicts

    • -47
    • +145
    /firmware/App/Controllers/BloodLeak.c
    • -40
    • +4
    /firmware/App/Controllers/SyringePump.c
Renamed forceAtStartOfPriming to forceAtEndOfSeek.

Renamed forceAtStartOfPriming to forceAtEndOfSeek.

Done. Removed max bolus rate.

Done. Removed max bolus rate.

Yes, we use fixed rate. Removed min/max bolus rates

Yes, we use fixed rate. Removed min/max bolus rates

DEN-11750 updated the blood leak driver to send Ctrl U multiple times and make sure the sensor is communicating

    • -48
    • +144
    /firmware/App/Controllers/BloodLeak.c
    • -40
    • +4
    /firmware/App/Controllers/SyringePump.c
    • -2
    • +9
    /firmware/App/Modes/ConsumableSelfTest.c
Done. Removed the 2nd part ( && ( getSyringePumpVolumeDelivered() < bolusVol )

Done. Removed the 2nd part ( && ( getSyringePumpVolumeDelivered() < bolusVol )

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

I think we need some re-start code like this for bolus in SelfTests.c for when a recoverable alarm occurs during wet self-tests (stops pump) and user chooses to resume (pump should restart if bolus...

I think we need some re-start code like this for bolus in SelfTests.c for when a recoverable alarm occurs during wet self-tests (stops pump) and user chooses to resume (pump should restart if bolus not finished).

I think DEN-11750 branch has a better version of this code. Reconcile this code with DEN-11750.

I think DEN-11750 branch has a better version of this code. Reconcile this code with DEN-11750.

Why do we need the second part of this condition? When we start wet self tests, bolus volume delivered should be zero.

Why do we need the second part of this condition? When we start wet self tests, bolus volume delivered should be zero.