Controllers

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14999: Removed minimum UF change. Added 250ms of persistence to HD fluid leak alarm. Increased no ack retries from 8 to 10 because UI needed more time at startup. Accept UI check-in message regardless of payload size because UI is sending 2 different flavors of check-in message.

  1. … 3 more files in changeset.
Does the new code result in one less TRUE comparison? Can rinsebackTimerCtr ever be greater than RINSEBACK_DONE_WARNING_TIME?

Does the new code result in one less TRUE comparison? Can rinsebackTimerCtr ever be greater than RINSEBACK_DONE_WARNING_TIME?

Fixed merge conflict from staging.

DEN-14999: Removed alarm 306. Increased t/o on alarm 318 to 10 sec. Change alarm 141 to not clear immediate, but instead clear when low level sees fluid.

Fixed merge conflicts from DEN-14999.

  1. … 1 more file in changeset.
DEN-14999: Log DG command ID for rejected DG command alarm.

Fixed merge conflicts.

  1. … 6 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 9 more files in changeset.
DEN-14906: fixed merge conflicts from staging.

  1. … 8 more files in changeset.
DEN-14999: Fixed issue with repeated trimmer heater commands being sent to DG.

  1. … 1 more file in changeset.
Merge branch 'DEN-14906-dialyzer-de-prime' into develop

  1. … 1 more file in changeset.
DEN-14906: Fixed arterial high pressure check while in adjunct treatment states.

DEN-14999: Dont trigger alarm 312 unless in treatment mode or pre-treatment mode after priming complete.

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

Fixed.

Fixed.

DEN-14906: Addressed code review comment.

Changing from U32 to S32. It is a relative ms timer (so wouldn't be negative), but I needed to initialize this to something less than zero so that alarm ranking logic will be forced to rank a brand...

Changing from U32 to S32. It is a relative ms timer (so wouldn't be negative), but I needed to initialize this to something less than zero so that alarm ranking logic will be forced to rank a brand new alarm (triggered 0 ms ago).

What's the significance of changing to U32? Is this being used as a timer?

What's the significance of changing to U32? Is this being used as a timer?

DEN-14999: Fixed alarm mgmt issue where top alarm may not be set if LOW priority alarm triggered. Ensure HD pump on flag is set to FALSE when pump controller is in off state.

  1. … 1 more file in changeset.
Should venPres < venLowLimit be done outside if statement?

Should venPres < venLowLimit be done outside if statement?

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

Merge branch 'DEN-14906-dialyzer-de-prime' into develop

DEN-14906: Increased HD pump max current persistence from 2 to 5 seconds. Added 1 minute delay following start/resume of dialysis where venous pressure limits are set to max selectable to allow pumps to stabilize.

  1. … 2 more files in changeset.