Controllers

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-15359: finished arterial/venous pressure limits window update.

  1. … 3 more files in changeset.
Will always be integers. Prefer to store them that way.

Will always be integers. Prefer to store them that way.

DEN-15359: Additional implementation of arterial/venous pressure limit windows.

  1. … 3 more files in changeset.
If we think that this is the only spurious alarm that may occur with power loss. We know fan rpm also occurs, but the fans do recover when AC returns. Comm errors have occurred, but they seem rare ...

If we think that this is the only spurious alarm that may occur with power loss. We know fan rpm also occurs, but the fans do recover when AC returns. Comm errors have occurred, but they seem rare now; it's unclear whether they stop with AC returning or the operational state. Would we expect other operational impacts of operating from battery, or the loss and return of AC? Battery alarms, etc.?

The block timer runs from the time the condition clears in alarm management (cpld flag, or flag plus alarm state). If alarms are not included here, the timer may (probably will) time out with the alarm still active and the valves still improperly positioned. The valve position error will occur immediately after clearing the alarms, even with the alarms status checked in valves. The timer could be relocated to valves, but that doesn't take care of other sources of alarms after power recovery.

this might be clearer written as: data = MAX( 0.0F, data )

this might be clearer written as: data = MAX( 0.0F, data )

DEN-15359: Added treatment parameter for asymmetric on venous pressure alarm limits.

  1. … 5 more files in changeset.
Could these recently added variables be defined as F32 instead of casting?

Could these recently added variables be defined as F32 instead of casting?

DEN-15359: Addressed DEN-15381.

  1. … 1 more file in changeset.
DEN-15359: Addressed DEN-15284.

HD-DEN-15359_Usability Arterial And Venous Pressure Alarm Limits
HD-DEN-15359_Usability Arterial And Venous Pressure Alarm Limits
DEN-15359: Updated tx params to change art/ven pressure limit params from min/max to window.

  1. … 4 more files in changeset.
The valves are not returned to their target position until the alarm is cleared. I could make a broader change, but is that what you're suggesting?

The valves are not returned to their target position until the alarm is cleared. I could make a broader change, but is that what you're suggesting?

DEN-13865: Addressed code review comment.

DEN-15396 Use greater of 10sec or 10 Rotor turn times for minimum persistent error time.

Merge branch 'DEN-13865-fw-duplicate-alarms-occur-during-post-treatment-rinseback-and-block-workflow' into develop

  1. … 1 more file in changeset.
DEN-13865: Implemented alarm system feature to prevent alarm re-trigger per new properties. Addressed DEN-15295.

  1. … 3 more files in changeset.
So then can we remove power loss alarm active checks from this condition (just keep the cpld power loss check as before)?

So then can we remove power loss alarm active checks from this condition (just keep the cpld power loss check as before)?

Do we need the alarm active checks? Isn't power loss check sufficient?

Do we need the alarm active checks? Isn't power loss check sufficient?

HD-DEN-13865_FW Duplicate Alarms Occur During Post Treatment Rinseback And Block Workflow
HD-DEN-13865_FW Duplicate Alarms Occur During Post Treatment Rinseback And Block Workflow
Merge remote-tracking branch 'origin/DEN-15363-fw-handle-bld-sensor-communication-errors' into develop

DEN-15363 Reuse alarm ID 63 for Blood Leak communications errors

The root cause is that abnormal AC power loss on the HD causes abnormal operating conditions and spurious errors. The valves return to position after the alarm is cleared, not when AC returns. The ...

The root cause is that abnormal AC power loss on the HD causes abnormal operating conditions and spurious errors. The valves return to position after the alarm is cleared, not when AC returns. The timer gives a ten-second window following removing the power fail signal and the alarm condition, where the alarm block is active. The original block used the alarms alone, we changed to the CPLD power loss detection - which returns with the return of AC. Clearing the alarms late means removing the block before the valves return to normal operation.

I think there are two approaches. We already have distributed failsafe that is entered on power fail, which we recover from after the alarm is cleared.
1. Create a pervasive state that affects every operating mode, allowing transitions to "safe" states during alarms, then back to the original operating state. The safe state would not register errors until after the transition back to normal operation.
2. Block errors until both AC is returned and the alarm is cleared when normal operation is restored.

The second approach is much simpler and addresses the root problem: odd control configurations resulting from having alarms with conflicting controls. In this case, the secondary alarms are spurious since they result from the valves dropping into a safe position, for instance, on the loss of AC. We also have a handful of other errors that occur under these conditions, fan speed, for instance, as well as valve positions,

Added alarm 62 detection disable as suggested.

Added alarm 62 detection disable as suggested.

HD-DEN-15396_2 Alarm 42 HD Fault Dpo Rotor Encountered IN Blood Prime Dvt 00
HD-DEN-15396_2 Alarm 42 HD Fault Dpo Rotor Encountered IN Blood Prime Dvt 00
Fixed merge conflict.

  1. … 3 more files in changeset.
DEN-15396-2: Fixed rotor speed chk persistence function to handle negative motor speeds.

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