Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-8103: Added battery communication fault

Fixed merge conflicts.

Merge branch 'DEN-7605-hd_dg_dev-self-tests' into develop

DEN-7605: minor fixes.

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

  1. … 1 more file in changeset.
Merge branch 'develop' of ssh://dvm-linux02:7999/hd/hdfirmware into develop

Merged DEN-8030

  1. … 1 more file in changeset.
DEN-8103: Skipped homing syringe pump when heparin is not used

.

DEN-8030 updated the valves controller

DEN-7605: Added safety shutdown state to alarm info broadcast.

Fixed merge conflicts.

DEN-7605: Added build switches.

Need to remove this comment.

Need to remove this comment.

Need to remove this comment.

Need to remove this comment.

Same as comment from DialinFlow.c

Same as comment from DialinFlow.c

We can't have 3 calls to isPersistentAlarmTriggered() on same alarm. If the first call starts the timer and the second or third call is good, it will reset the timer to 0 again. Suggest creating a ...

We can't have 3 calls to isPersistentAlarmTriggered() on same alarm. If the first call starts the timer and the second or third call is good, it will reset the timer to 0 again.
Suggest creating a BOOL variable to have all three conditions or with each other and call isPersistentAlarmTriggered() only once.

DEN-7605: Fixed dialysate flow read count error typo.

v0.5.0.9035

DEN-7860: Initial push for HD air bubble detectors module

    • -0
    • +474
    ./Controllers/Bubble.c
    • -0
    • +70
    ./Controllers/Bubble.h
DEN-7605: minor fixes to compatibility checks.

DEN-7605: Added FPGA compatibility to FPGA POST test. Added skeleton POST for f/w compatibility.

initBloodPrime() is called every time we transition to blood prime sub-mode.

initBloodPrime() is called every time we transition to blood prime sub-mode.

Blood prime last motor count does not seem to get updated except in initBloodPrime(). Should it be updated continuously somewhere?

Blood prime last motor count does not seem to get updated except in initBloodPrime(). Should it be updated continuously somewhere?

DEN-8103: Fixed build warnings

DEN-8103: Cleaned up TODO and added alarms

  1. … 3 more files in changeset.
DEN-8103: Converted blood pump alarms to use persistent alarm

DEN-7605: Added FPGA read timeout checks/alarms for blood/dialysate flow.

Fixed merge conflicts.

DEN-7605: Added FPGA pressure sensor checks and alarms.