Controllers

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'staging' into DEN-14763-dg_hd_dev-hd_dg_dvt-update-part-10

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

  1. … 2 more files in changeset.
DEN-14834 updated the code to control the primary heater

  1. … 2 more files in changeset.
Merge branch 'DEN-13154-heparin-syringe-empty-position-incorrect' into develop

  1. … 1 more file in changeset.
DEN-13154: Further fix to DEN-14814 re: do not require syringe removal to re-do preload operation.

  1. … 1 more file in changeset.
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Fixed.

Fixed.

Fixed.

Fixed.

Done.

Done.

Why alarm if above low temp? I think >42 or > tgt+4 should be two ways to get same non-safety high temp alarm. And I think <33 or < tgt-4 should be two ways to get same non-safety low temp alarm. D...

Why alarm if above low temp? I think >42 or > tgt+4 should be two ways to get same non-safety high temp alarm.
And I think <33 or < tgt-4 should be two ways to get same non-safety low temp alarm.
Did Systems want to separate these? My understanding was not to separate.

Add blank line before return.

Add blank line before return.

Fixed merge conflicts.

  1. … 1 more file in changeset.
DEN-13154: Removed dry self-test timeout alarm. Fixed bug DEN-14884.

  1. … 1 more file in changeset.
Merge branch 'DEN-13154-heparin-syringe-empty-position-incorrect' into develop

DEN-13154: Removed obsolete pressure data from broadcast. Tightened no cartridge pressure range for PBA and PBo.

HD-DEN-14834_RO Flow Drops TO Zero And CP Measured Speed 1500 Temporarily During Pre Treatment
HD-DEN-14834_RO Flow Drops TO Zero And CP Measured Speed 1500 Temporarily During Pre Treatment
DEN-14830: reworked dialysate temp timeouts and conditions. Restored previous persistence alarms. added below 33 degC alarm

Merge branch 'staging' into DEN-14830-incorrect-dialysate-temperature-alarm-triggered

This will hard fault the HD. Please change to getTreatmentParameterU32()

This will hard fault the HD. Please change to getTreatmentParameterU32()

This will hard fault the HD. Please change to getTreatmentParameterU32()

This will hard fault the HD. Please change to getTreatmentParameterU32()

Merge branch 'DEN-14689-messaging-bugs' into develop

  1. … 3 more files in changeset.
DEN-14689: message naming sync

  1. … 10 more files in changeset.
Fixed merge conflicts.

  1. … 1 more file in changeset.
DEN-13154: Update to handling of insufficient Heparin alarm per DEN-14814 and DEN-14287.

  1. … 2 more files in changeset.
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

I don't think it's necessary - but I'm ok with either location for declaration. RESOLVED in CODE WALKTHROUGH.

I don't think it's necessary - but I'm ok with either location for declaration.
RESOLVED in CODE WALKTHROUGH.

1. Style, and preference to keep loop control at the top, not buried in the state function. 2. Keep stack size for the state function more predictable. 3. I was considering unwrapping the state mac...

1. Style, and preference to keep loop control at the top, not buried in the state function.
2. Keep stack size for the state function more predictable.
3. I was considering unwrapping the state machine, starting with a separate pause state, that held for priming to advance to the proper state

Ultimately the simplest change may be limited to just this ifndef. No practical reason to move the declaration in that case.