Controllers

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 2 more files in changeset.
HD-DEN-14830_Incorrect Dialysate Temperature Alarm Triggered
HD-DEN-14830_Incorrect Dialysate Temperature Alarm Triggered
DEN-14830: Fixed boolean logic for dialysate temperature alarms. Removed persistence counters for alarm 11 and 19 per PRS spec.

DEN-13154: Ensure alarm system has control of alarm lamp in fault mode in case fault occurred before lamp test completed. Do not request DG active alarms on startup if DG is not communicating.

  1. … 3 more files in changeset.
SyringePump.c was included in this code review in error. The repositories associate the correct files with each branch.

SyringePump.c was included in this code review in error. The repositories associate the correct files with each branch.

Extra blank line.

Extra blank line.

Extra blank line.

Extra blank line.

DEN-13154: Added prescribed flow rates to blood and dialysate flow broadcast messages per DEN-13152.

DEN-13154: Fixed merge conflict.

DEN-13154: Updated empty syringe detection logic to address this bug.

HD-DEN-13154_Heparin Syringe Empty Position Incorrect
HD-DEN-13154_Heparin Syringe Empty Position Incorrect
HD-DEN-14457_Reservoir Drains Before Treatment With Pre Treatment Build Flags Off
HD-DEN-14457_Reservoir Drains Before Treatment With Pre Treatment Build Flags Off
DEN-14763 added code to send the results of the chem flush sample to DG

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

  1. … 1 more file in changeset.
HD-DEN-14790_Alarm 199 Occurs Intermittently During Blood Prime And Treatment
HD-DEN-14790_Alarm 199 Occurs Intermittently During Blood Prime And Treatment
DEN-14790: Changed dialysate recirculation rate from 100 to 250 mL/min to add margin for minimum flow for heating.

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

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

DEN-14459: code review comments

Fixed. Thanks!

Fixed. Thanks!

Are there any other ways to exit this state without zeroing this counter (e.g. going to manual control in first if above)? Generally difficult to get all of the places where exiting a state. Safer ...

Are there any other ways to exit this state without zeroing this counter (e.g. going to manual control in first if above)? Generally difficult to get all of the places where exiting a state. Safer to reset things on entry (i.e. line 359 above).

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

This is the only position where its unassigned (changed due to revert below). The counter itself is more controller level than driver level as the persistence counter may be different in other mode...

This is the only position where its unassigned (changed due to revert below). The counter itself is more controller level than driver level as the persistence counter may be different in other modes of operation. This counter is specifically here to hold the air pump on 100ms after upper level is detecting air. Should this check be moved to airpump.c?

DEN-14459: reverted code change due to code review comments.