Controllers

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-8886: Added build switch to disable bubble alarms.

  1. … 1 more file in changeset.
Add empty line before return.

Add empty line before return.

DEN-8103: Bubble alarms only in blood prime, dialysis, rinseback, and end state

  1. … 1 more file in changeset.
DG-DEN-8030_DG-HD DEV Mode Chemical Disinfect
DG-DEN-8030_DG-HD DEV Mode Chemical Disinfect
DEN-8679: Added more data to treatment log

  1. … 3 more files in changeset.
Added build switch to allow higher pump set speeds.

  1. … 1 more file in changeset.
Fixed merge conflicts.

  1. … 1 more file in changeset.
Added build switch to allow higher pump target speeds.

  1. … 1 more file in changeset.
DEN-8679: Added more parameter change event

  1. … 3 more files in changeset.
DEN-8103: Fixed merge issue

DEN-8103: Removed dead code

Merge branch 'staging' into DEN-8103-dg-hd_dev-alarm-design

  1. … 19 more files in changeset.
DEN-8030 added messages and code to publish the status of the disinfects from DG

  1. … 7 more files in changeset.
DEN-7605: Local merge with staging.

  1. … 9 more files in changeset.
DEN-7605: Fixed comment.

Fixed RTC epoch conversions.

DEN-7605: Fixed comments.

  1. … 2 more files in changeset.
Merge branch 'staging' into DEN-7802-dg_dev-dialysate-generation

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

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Per Dara Navaei, we will need to implement this functions.

Per Dara Navaei, we will need to implement this functions.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Good point. Test will need to be longer than 50ms anyway - FPGA ramps the sound and there is a ~250ms time constant in the electronics. But I will want the sound to at least get started immediately.

Good point. Test will need to be longer than 50ms anyway - FPGA ramps the sound and there is a ~250ms time constant in the electronics. But I will want the sound to at least get started immediately.

Should we call setAlarmAudio here? This test is running at 50 ms while the setAlarmAudio is running at 250 ms. The alarm audio might not be set when we switch to else part.

Should we call setAlarmAudio here?
This test is running at 50 ms while the setAlarmAudio is running at 250 ms. The alarm audio might not be set when we switch to else part.

The flag is latched by using OR with the local updated noNewTreatment status.

The flag is latched by using OR with the local updated noNewTreatment status.

But now in order to use the status flag, I think we can't allow that flag to go from TRUE to FALSE - need to latch it.

But now in order to use the status flag, I think we can't allow that flag to go from TRUE to FALSE - need to latch it.