•  

Comment Results

Review Name Created Custom Fields Content
LEAHI-DD-FIRMWARE-LDT-2198-1 09 Sep 2025

Combine to one publish function w/ separate counters, intervals, msg ID, payload structures and CAN channels (see pressures for example).

HD-DEN-15306-3 02 Jun 2023

Restore blank line. Should be 2 blank lines above and below test support banner.

HD-DEN-15306-3 01 Jun 2023

It is a timer counter. Counts down to zero.

And still need to address function header per Bill's first comment.

DD-LEAH-225-1 16 Oct 2024

I think we can use 0.0F here instead of NEARLY_ZERO. I see no reason or benefit to using NEARLY_ZERO.

Based on this code, I am assuming pump is not or cannot be run in reverse (target speed never negative). If this is not correct, this function needs to handle negative target speeds.

DD-LEAH-227-1 01 Oct 2024

Done

HD-DEN-15306-3 02 Jun 2023

Use power loss to reset the out of position counter for the valves. CPLD and isACPowerLost used to give the valves time to settle before checking.

LEAHI-DD-FIRMWARE-LDT-2198-1 09 Sep 2025

Remove DD => FP requests and FP => DD responses.

LEAHI-SW-LDT-261-2 05 Jun 2025

RESOLVED

DD-LEAH-227-1 01 Oct 2024

Done.

LEAHI-APPLICATION-LDT-713-1 13 Jun 2025

RESOLVED

LEAHI-APPLICATION-LDT-2160-1 15 Sep 2025

RESOLVED

LEAHI-DIALIN-LDT-566-1 23 Jun 2025

fixed

LEAHI-APPLICATION-LDT-2160-1 05 Sep 2025

set to _heparinStopTimeControl not set when this is changed

LEAHI-APPLICATION-LDT-2160-1 05 Sep 2025

same as above

LEAHI-DIALIN-LDT-566-1 23 Jun 2025

Are we confirmed for removal? Would there be a situation we need this override that the proxy cmd could not satisfy?

LEAHI-DIALIN-LDT-566-1 23 Jun 2025

b18?

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

RESOLVED

HD-DEN-15306-3 02 Jun 2023

We appear to need a delay from AC's return to the first alarm check. We have natural times at CPLD, Alarm clear, and the end of the alarm block interval. The alarm block timer currently clears 10 seconds after CPLD; the alarm is clear at a random interval from milliseconds to minutes after CPLD.
I have modified the calls for consistent use of CPLD or of isACPowerLost.

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

RESOLVED

HD-DEN-15306-3 02 Jun 2023

Done.

HD-DEN-15306-3 01 Jun 2023

Remove extra blank line.

HD-DEN-15306-3 02 Jun 2023

Done.

LEAHI-DD-FIRMWARE-LDT-3372-2 02 Mar 2026

Not for this situation since its an array of structs and looks like a 2d array. Please see

static const FP_OP_MODE_T MODE_TRANSITION_TABLE in FPOperationModes.c
static const DD_OP_MODE_T MODE_TRANSITION_TABLE in OperationModes.c
static PI_CONTROLLER_T piControllers in PIControllers.c ( FWCommon repo )

LEAHI-APPLICATION-LDT-907-2 04 Aug 2025

RESOLVED

LEAHI-APPLICATION-LDT-1536-1 07 Aug 2025

removed

LEAHI-DD-FIRMWARE-LDT-3344-1 13 Feb 2026

Rinse pump fault? do we have one? remove concentrate references, commented codes, empty lines.

LEAHI-TD-FIRMWARE-LDT-3126-1 03 Mar 2026

Added

LEAHI-TESTSUITES-LDT-2741-1 03 Mar 2026

Now moved all text to config file and in script using as config.THAT_TEXT

DD-LDT-1873-1 08 Aug 2025

Done.

DD-LDT-1873-1 08 Aug 2025

Reverted.

LEAHI-TD-FIRMWARE-LDT-3126-1 03 Mar 2026

Add a blank line after declarations.

DD-LDT-1873-1 08 Aug 2025

Reverted.

DD-LDT-1873-1 08 Aug 2025

Declarations should come first in a {} scope. And no need to align these "=".

RO-LDT-1809-3 11 Aug 2025

Removed.

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

Please remove gradients.

RO-LDT-1809-3 11 Aug 2025

What if .data is zero but .ovdata is > 0? Why aren't we using the get function to access the data anymore? Looks like we're still using the get function inside the if to initialize the control.

LEAHI-TESTSUITES-LDT-3153-1 03 Mar 2026

updated as per comment

LEAHI-APPLICATION-LDT-2071-1 29 Aug 2025

moved outside of translation

LEAHI-TESTSUITES-LDT-3153-1 03 Mar 2026

mouseClick(waitForObject(utility.findChildByText(pre_treatment, config.NEXT), 2000))

LEAHI-SW-LDT-2071-1 29 Aug 2025

Perfect!

RESOLVED.

LEAHI-DD-FIRMWARE-LDT-3352-1 13 Feb 2026

Looks like we are doing a lot of the dialysate temp control in Gen Dialysate mode. Do we not do any heating in PreGen mode?
Even if all dialysate heating is done in this mode, should we consider creating a service controller (like BC controller) to manage this complex temperature control?

LEAHI-DD-FIRMWARE-LDT-2198-1 10 Sep 2025

Removed

LEAHI-DD-FIRMWARE-LDT-2198-1 10 Sep 2025

removed and added TODO comment in line 335

LEAHI-DD-FIRMWARE-LDT-2198-1 10 Sep 2025

removed

LEAHI-TESTSUITES-LDT-3060-1 04 Mar 2026

remove this line

LEAHI-DD-FIRMWARE-LDT-2198-1 11 Sep 2025

yes they should have the parameters in the last spot

DD-LEAH-227-1 01 Oct 2024

Done.

HD-DEN-15196-3 02 Jun 2023

fixed. set to no sub state (0xFF) once we transition to pretx recirc

HD-DEN-15306-3 02 Jun 2023

Done. Changed each instance to the negative form for consistency.

DG-DENBUG-318-1 05 Jun 2025

hd mode should be >= standby mode. You have it backward.