Controllers

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed merge conflicts.

  1. … 13 more files in changeset.
Setting first iterator to 0 seems safer (in case somebody adds a new enum before what used to be the first enum). Could also create a redundant 0 enum like below and use the "first" enum to initial...

Setting first iterator to 0 seems safer (in case somebody adds a new enum before what used to be the first enum).
Could also create a redundant 0 enum like below and use the "first" enum to initialize a loop iterator safely:
enum list
{
FIRST_TEMP_SENSOR = 0,
TPI_SENSOR = FIRST_TEMP_SENSOR,
TPO_SENSOR,
TD1_SENSOR,
....
}
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Merge branch 'staging' into DEN-13946-certain-temperature-sensors-trigger-wrong-alarm

DEN-13946 - Use typedefs for iterating over sensors.

DEN-14497 updated the drain pump flow control algorithm. Fixed the inlet water pressure, temperature, conductivity alarm recovery in treatment modes. Updated chemical disinfect flush mode

  1. … 6 more files in changeset.
DEN-13946 Use typedefs for itterating over sensors.

Similar code is in other monitoring functions. monitorTemperatureSensors, monitorPressureSensors iterate over their list of sensors using U08. monitorThermistors iterates over thermistors using typ...

Similar code is in other monitoring functions. monitorTemperatureSensors, monitorPressureSensors iterate over their list of sensors using U08. monitorThermistors iterates over thermistors using typedef THERMISTORS_TEMP_SENSORS_T. Changed load cells to use U08 to be consistent with temperature and pressure monitoring.

Should probably change temperature, pressure and load cells to use correct typedef.

Also, it looks like why the typedefs weren't used was in order to set the initial value of the iterator to 0 (i.e, the first sensor in the list). Seems like there should be a value that is the first item in the list, i.e. TEMPSENSORS_FIRST_SENSOR.

Removed.

Removed.

Remove blank line.

Remove blank line.

DEN-14497: Changed CPo and RR alarms to only occur at end of fill based on average conductivity.

  1. … 3 more files in changeset.
Why change this to U08?

Why change this to U08?

Add to header and alignment.

Add to header and alignment.

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

Use get function for override.

Use get function for override.

Merge branch 'DEN-14086-alarm-159-dialysate-inlet-pump-failed-flow-vs-motor-speed-check' into develop

DEN-14086: fixed logging issue with LC drift alarm.

Fixed merge conflicts.

  1. … 7 more files in changeset.
DEN-13946 - Correct monitor functions where multiple sensors are "or'd" into a single alarm.

DEN-14086: Increase loadcell drift allowance from +/- 60 to 80 grams - and for heat disinfect, +/- 200 grams.

DG-DEN-13946_Certain Temperature Sensors Trigger Wrong Alarm
DG-DEN-13946_Certain Temperature Sensors Trigger Wrong Alarm
DG-DEN-14086_Alarm 159 Dialysate Inlet Pump Failed Flow VS Motor Speed Check
DG-DEN-14086_Alarm 159 Dialysate Inlet Pump Failed Flow VS Motor Speed Check
Assume this is for testing?

Assume this is for testing?

DEN-14497 updated the drain pump control for the flow and updating chemical disinfect is in progress

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

Merge branch 'staging' into DEN-14433-sw-s86-mg-publish-fixes