Controllers

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-15404 work in progress. Worked on the RO permeat sample mode

  1. … 5 more files in changeset.
Merged staging

  1. … 3 more files in changeset.
DG-DEN-13989_FW Concentrate Pump Cp1 Speed Error Observed
DG-DEN-13989_FW Concentrate Pump Cp1 Speed Error Observed
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

Yes. The pump minimum target is 3, attempting to set smaller than that limit results in the pump being turned off. The underlying issue is that stepConcentratePumpToTargetSpeed does not initialize...

Yes. The pump minimum target is 3, attempting to set smaller than that limit results in the pump being turned off.

The underlying issue is that stepConcentratePumpToTargetSpeed does not initialize speedIncrease or hasTgtBeenReached, or update the currentPumpSpeed target unless the currentToTargetDiff is < nearly zero. Since the speeds are quantized, we'll see zero more frequently than expected. Particularly when stopping the pump, the Diff will be zero, and currentPumpSpeed may never be updated, leading to odd transient conditions.

By increasing the "zero" level, and adding the initialization and else clauses for zero error and stopping the pump, we guarantee that the speed setting is always set intentionally. Also we already have a minimum speed parameter, used to determine when to stop the motor, and attempts at motor control at these low levels.

DEN-15462 added to be able to disable the voltages monitor with the software configurations

DG-DEN-15462_Nelson Support With Alarm 77
DG-DEN-15462_Nelson Support With Alarm 77
DG Staging Unreviewed Commits
DG Staging Unreviewed Commits
Merge branch 'staging' into DEN-15367-hd_dg_test_configuration_setup

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

  1. … 4 more files in changeset.
DEN-15375, DEN-15374, DEN-15378 fixed release build software fault

  1. … 3 more files in changeset.
DEN-15375 updated the heaters control

DEN-15375 updated the code

DEN-15375 addressed the heaters fixes

  1. … 1 more file in changeset.
DG-DEN-15375_Dialysate Heating Fixes
DG-DEN-15375_Dialysate Heating Fixes
DEN-15367 worked on the treatment recovery

  1. … 6 more files in changeset.
Merged staging

  1. … 4 more files in changeset.
DG-DEN-15367_HD DG Test Configuration Setup
DG-DEN-15367_HD DG Test Configuration Setup
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

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

RESOLVED in CODE WALKTHROUGH.

Merged DEN-15274

  1. … 2 more files in changeset.
Done.

Done.