Controllers

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'DEN-16102-vtchd-554-actuator-state-not-match-wrong-transition-to-stopped-state' into develop

Done.

Done.

BP is turned on in the resume from stop, and patient reconnect states, .100ml/min. Removed anything that is off, and stays off in recirculation. Done.

BP is turned on in the resume from stop, and patient reconnect states, .100ml/min. Removed anything that is off, and stays off in recirculation.
Done.

s/b recirculate. Done.

s/b recirculate. Done.

Done

Done

Done.

Done.

Agree that BP is on in the recirc state. Forget 2nd comment - focus on multiple function calls comment.

Agree that BP is on in the recirc state. Forget 2nd comment - focus on multiple function calls comment.

In treatment recirc, BP is turned on in the resume from stop, and patient reconnect states, .100ml/min. It seems as though the user stop should turn off both pumps.

In treatment recirc, BP is turned on in the resume from stop, and patient reconnect states, .100ml/min. It seems as though the user stop should turn off both pumps.

HD-DEN-15927_Alarm 127 Low Venous Pressure Triggers Post Treatment
HD-DEN-15927_Alarm 127 Low Venous Pressure Triggers Post Treatment
Add inputs.

Add inputs.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Why does this function return/set state? It is not a state handler function.

Why does this function return/set state? It is not a state handler function.

Call these blocked functions once and save values to local vars. Use local vars throughout function so you don't have to keep calling the functions. Also, why are we looking at blood recirc at all...

Call these blocked functions once and save values to local vars. Use local vars throughout function so you don't have to keep calling the functions.

Also, why are we looking at blood recirc at all? BP is never on in recirc states so no need to manage blocking blood recirculation.

Should not go to stopped state - let state machine manage state transitions. Just stop DPi and trimmer heater.

Should not go to stopped state - let state machine manage state transitions. Just stop DPi and trimmer heater.

Function header says no return value and I think that should be right. Remove return here.

Function header says no return value and I think that should be right. Remove return here.

Everything in this function except DPi and trimmer heater stops should already be set in transition to recirc function. Most of this is redundant.

Everything in this function except DPi and trimmer heater stops should already be set in transition to recirc function. Most of this is redundant.

Why are we talking about rinseback here? This is recirc sub-mode of treatment mode - not rinseback.

Why are we talking about rinseback here? This is recirc sub-mode of treatment mode - not rinseback.

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

Merge branch 'DENBUG-62-fw-alarm-130-when-changing-qd-pressure' into develop