Controllers

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-8030 addressed code review comments

  1. … 8 more files in changeset.
Done

Done

Done.

Done.

Done.

Done.

This was for testing. It is uncommented.

This was for testing. It is uncommented.

Done.

Done.

I removed it.

I removed it.

Done

Done

I removed the function.

I removed the function.

Done.

Done.

Done.

Done.

DEN-8030 merged staging

  1. … 17 more files in changeset.
DEN-8030 added a more code to the cooling stage of the RO filter in heat disinfect

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

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

DEN-7605: Local merge w/ staging.

  1. … 12 more files in changeset.
DEN-7802: Fixed conductivity fault condition

  1. … 2 more files in changeset.
I think we should not stop RO pump or heater. Just go to drain like production state (but no mixing).

I think we should not stop RO pump or heater. Just go to drain like production state (but no mixing).

Call checkDialysateConductivity() once at top of function. Then use return value for the two if conditions. Also, this second if should be an else if to ensure you don't do both.

Call checkDialysateConductivity() once at top of function. Then use return value for the two if conditions.
Also, this second if should be an else if to ensure you don't do both.

DEN-7605: Re-ordered DG POST tests. Fixed comments.

  1. … 1 more file in changeset.
DEN-8030 updated the drain pump RPM conversion

  1. … 2 more files in changeset.
Fixed merge conflicts.

  1. … 6 more files in changeset.
DEN-7605: Removed obsolete code.

DEN-7605: Minor fixes.

  1. … 6 more files in changeset.
DEN-8030 added UI states to heat disinfect. Changed the heaters control.

  1. … 7 more files in changeset.
Change order of comparison.

Change order of comparison.

Blank line after declaration.

Blank line after declaration.

I think we should add the new THd temperature sensor now. I know it's currently using TRo connection (and so we don't have a TRo), but we should handle that with build switch (THd reads from TRo ch...

I think we should add the new THd temperature sensor now. I know it's currently using TRo connection (and so we don't have a TRo), but we should handle that with build switch (THd reads from TRo channel and TRo can just be a copy of TDi for now if THD_USING_TRO_CONNECTOR build switch enabled, actual future code where both sensors exist on their own connectors if build switch is disabled).