•  

Comment Results

Review Name Created Custom Fields Content
RO-LDT-566-1 25 Jun 2025

Use 0.0F for floats.

RO-LDT-566-1 25 Jun 2025

fixed

RO-LDT-566-1 25 Jun 2025

Put back in proper place and use "" instead of <>.

RO-LDT-566-1 25 Jun 2025

Remove blank line.

RO-LDT-566-1 25 Jun 2025

Remove extra ";".

RO-LDT-566-1 25 Jun 2025

These are floats. Initialize to 0.0F.

RO-LDT-566-1 25 Jun 2025

_FLUID_PUMP_H_

RO-LDT-566-1 27 Jun 2025

Remove extra blank line.

RO-LDT-566-1 27 Jun 2025

2 blank lines for test support banner.

RO-LDT-566-1 27 Jun 2025

Remove blank line.

LEAHI-APPLICATION-LDT-1788-1 12 Aug 2025

Same here. http://devapps.diality.us:8060/cru/#LEAHI-APPLICATION-LDT-1788-1CFR-69792
This is not safe.
First, check the list length, and also first get its value in a variable, test it, then use it.

LEAHI-APPLICATION-LDT-1788-1 12 Aug 2025

Please test to see if the list is empty, the code crashes, or not.
I have a feeling that if the list is empty (no role added), the find = 0 == end = 0 and then the line

_data[vIndex.row()][vRole]

will crash.
Generally, do not directly try to get the value out of a function return value without first getting the function output, testing the size with the index(in your case, eRole), then getting the field at the index.
So, please update as mentioned in the line above.

RO-LDT-1735-1 05 Sep 2025

This file has been merged and reviewed with LDT-1928 CR

UI-DEN-15918-3 10 Aug 2023

I have removed the added and using the Settings_Path()

HD-DEN-14007-2 02 Jan 2023

RESOLVED IN CODE WALKTHROUGH.

LEAHI-DIALIN-LEAH-142-2 16 Dec 2024

Fixed. Thanks!

HD-DEN-15980-1 23 Aug 2023

signalInitiatePressureStabilization() call and periodic re-stabilize will go to PRESSURE_LIMITS_STATE_STABILIZATION. When coming from this state (PRESSURE_LIMITS_STATE_WIDE), stabilization should always be the Normal length, not the Short length.

DIALIN-DEN-14497-1 05 Jan 2023

Should you validate given command before using it to index list?

HD-DEN-15980-1 22 Aug 2023

Be explicit (i.e. TRUE == useShortStabilizeTime).

HD-DEN-15980-1 24 Aug 2023

RESOLVED in CODE WALKTHROUGH.

RO-LEAH-1972-1 16 Jan 2025

Disinfect or Descaling?

UI-DEN-15918-3 13 Aug 2023

RESOLVED

RO-LEAH-1972-1 22 Jan 2025

Please update 'ropump' as 'P12Pump' and 'bstPump' as 'P40Pump'.

LEAHI-TD-FIRMWARE-LDT-2749-1 12 Feb 2026

updated.

UI-DEN-16123-5 14 Aug 2023

Sure,
Added

HD-DEN-15980-1 22 Aug 2023

This is a parameter, not an input.

UI-DEN-16123-5 14 Aug 2023

This does not need a semicolon.
RESOLVED

UI-DEN-16123-5 14 Aug 2023

Missing semicolon ; at end

LEAHI-TD-FIRMWARE-LDT-1840-1 12 Feb 2026

Updated

HD-DENBUG-59-1 10 Aug 2023

Remove commented / unused code. If it is to be used, it does not check for overflow.

DG-DEN-16215-1 16 Aug 2023

Do we not want to fix the state? I know we're going to fault mode so not really needed, but we are returning sub-mode at end of function and would be good if it was a legal state.

LEAHI-APPLICATION-LDT-3393-1 26 Feb 2026

add element for status color

HD-DEN-15980-1 24 Aug 2023

Fixed.

RO-LEAH-1972-1 22 Jan 2025

Fixed.

HD-DEN-14706-1 18 Aug 2023

Remove blank line.

DIALIN-DIAL-277-1 18 Aug 2023

Why does DG need this HD proxy command?

HD-DEN-15980-1 25 Aug 2023

RESOLVED in CODE WALKTHROUGH.

TD-LEAH-1970-1 22 Jan 2025

Fixed.

HD-DIAL-278-1 22 Aug 2023

Fixed. Thanks!

RO-LEAH-1972-1 22 Jan 2025

Index needs to be updated per latest changes.

RO-LEAH-1972-1 22 Jan 2025

RO floater

DIALIN-DEN-16093-1 22 Aug 2023

Updated.

HD-DIAL-278-1 22 Aug 2023

Remove blank line.

RO-LEAH-1972-1 22 Jan 2025

Needs to be cleaned up for RO.

HD-DEN-15980-1 23 Aug 2023

Updated header, removed parameter to use static var instead. Good catch.

DG-DEN-16280-1 25 Aug 2023

As we discussed, I think alarm 150 and related inlet water alarms are already set to block triggering during rinseback and post-treatment modes. So these changes are likely not needed.

DG-DEN-16093-1 25 Aug 2023

Done.

DG-DEN-16093-1 28 Aug 2023

RESOLVED in CODE WALKTHROUGH.

UI-DEN-16288-1 28 Aug 2023

If statement - needs indentation

LEAHI-DIALIN-LEAH-136-3 22 Jan 2025

Change "measured blood flow" to "RO pump data".