firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-11750 updated the blood leak driver to send Ctrl U multiple times and make sure the sensor is communicating

    • -48
    • +144
    ./App/Controllers/BloodLeak.c
    • -4
    • +12
    ./App/Services/SystemCommMessages.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.

Add a blank line between declarations and code.

Add a blank line between declarations and code.

Move these includes into user code block above. Cannot make changes outside user code blocks.

Move these includes into user code block above. Cannot make changes outside user code blocks.

Remove blank line. Cannot make changes outside of user code blocks.

Remove blank line. Cannot make changes outside of user code blocks.

Remove this blank line. Cannot make changes outside user code blocks.

Remove this blank line. Cannot make changes outside user code blocks.

Need to uncomment this now that testing is done.

Need to uncomment this now that testing is done.

Not sure if check for prime empty makes sense. An insufficient Heparin alarm should always occur first, so empty check would be unreachable.

Not sure if check for prime empty makes sense. An insufficient Heparin alarm should always occur first, so empty check would be unreachable.

I don't think this will work. When you stop pump above, you will leave this state, so you will never get into the if condition below. I think the 1 second delay and check for occlusion should be ha...

I don't think this will work. When you stop pump above, you will leave this state, so you will never get into the if condition below.
I think the 1 second delay and check for occlusion should be handled in the SelfTests.c.

Why is this commented out? If alarm, need to leave this state (and go to off state).

Why is this commented out? If alarm, need to leave this state (and go to off state).

Bolus rate is fixed now so no range check is needed. Keep check for home though.

Bolus rate is fixed now so no range check is needed. Keep check for home though.

Bolus time obsolete.

Bolus time obsolete.

Max bolus rate is obsolete as it is now fixed.

Max bolus rate is obsolete as it is now fixed.

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

Changed the BLD self test timeout

I think we should say end of seek or before prime instead of start of priming.

I think we should say end of seek or before prime instead of start of priming.

This name and comment suggest that threshold is absolute (literally > 0.5V), but threshold is actually a baseline voltage (taken after seek) + 0.5V.

This name and comment suggest that threshold is absolute (literally > 0.5V), but threshold is actually a baseline voltage (taken after seek) + 0.5V.

These min/max bolus rates are obsolete now, right?

These min/max bolus rates are obsolete now, right?

DEN-11250 Merged branch DEN-11750 dg_dev-dg dialysate temperature tune up to branch DEN-11250 hd syringe pump update before working on syringe pump bug ticket #11824

    • -171
    • +188
    ./App/Controllers/SyringePump.c
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

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

Enabled the build switches