SystemCommMessages.c

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

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?

HD-DEN-11250_HD Syringe Pump Updates
HD-DEN-11250_HD Syringe Pump Updates
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Done.

Done.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.