•  

Comment Results

Review Name Created Custom Fields Content
LEAHI-APPLICATION-LDT-3194-1 29 Jan 2026

Remove Goal from filename, class name, and variable name.

LEAHI-TD-FIRMWARE-LDT-2749-1 29 Jan 2026

This is not necessary - bubbleDetectionEnabled[] above takes care of this. Remove.

LEAHI-APPLICATION-LDT-3194-1 03 Feb 2026

Updated to align naming with regular ultrafiltration.

LEAHI-TD-FIRMWARE-LDT-1415-1 29 Jan 2026

Add space between = and (F32)

LEAHI-TD-FIRMWARE-LDT-2749-1 29 Jan 2026

Remove blank line.

LEAHI-APPLICATION-LDT-3194-1 29 Jan 2026

Properly align all typedefs.

LEAHI-DD-FIRMWARE-LDT-2004-3 30 Jan 2026

right now, only bicarbChamberFillRequested is cleared during the supply. dryBiCartFillRequested and dryBiCartDrainRequested has a Fill/Drain complete state and it remains in that state to check completion state programmatically. an explicit clear request is required to start the next operation. Do I need to clear it ?

LEAHI-DIALIN-LDT-3350-1 30 Jan 2026

can you remove this Opode as MODE_TPAR is obsolete and update the rest of the enumeration

LEAHI-DD-FIRMWARE-LDT-2004-4 03 Feb 2026

General Dialin question - does it make sense to override temperatures at driver level where they are spread out over several drivers? I would think overriding at monitor level would be simpler where they are all in one place and could be indexed by enum with single command.

LEAHI-TESTSUITES-LDT-2971-1 30 Jan 2026

Why do you need this?
Is any editor used other than Squish?
We need to make sure it is running in the Squish IDE and with its tools on the build server.
Preferably, remove it to be consistent.

LEAHI-DD-FIRMWARE-LDT-3222-1 03 Feb 2026

is it possible to use the function u32ArrayOverride() here ?

LEAHI-DIALIN-LDT-2004-1 03 Feb 2026

@zoltan , could you please confirm whether this is the correct place for BICART_DATA ?

LEAHI-TD-FIRMWARE-LDT-2749-1 29 Jan 2026

done.

LEAHI-DD-FIRMWARE-LDT-2004-3 03 Feb 2026

It is your comment, so please resolve it.

LEAHI-DD-FIRMWARE-LDT-2004-3 30 Jan 2026

its rate , pump speed in ml/min

LEAHI-APPLICATION-LDT-3194-1 30 Jan 2026

Was told by Systems to follow the same resolution as Treatment Duration and set the default to the minimum value.
Updated.

LEAHI-TESTSUITES-LDT-2971-1 30 Jan 2026

Please add a docstring for this function.
And the naming seems like to be better like:

navigation_pageIndicator_step(vStep_name)
LEAHI-TESTSUITES-LDT-2971-1 30 Jan 2026

When appropriate, align the code.

LEAHI-TD-FIRMWARE-LDT-1415-1 02 Feb 2026

Yes, Updated

LEAHI-TD-FIRMWARE-LDT-1415-1 02 Feb 2026

Yes, we do and this is not required here so, I removed

LEAHI-TESTSUITES-LDT-2971-1 02 Feb 2026

code is aligned

LEAHI-TESTSUITES-LDT-2971-1 03 Feb 2026

try catch is avoided as per suggestion

LEAHI-DD-FIRMWARE-LDT-2004-3 02 Feb 2026

Should there be any constraints to setting these request flags to TRUE? What if drain request is still in progress for example? Shouldn't drain finish before fill starts?
This wouldn't be an issue if we combined the 3 state machines.

LEAHI-APPLICATION-LDT-3194-1 03 Feb 2026

Updated.

LEAHI-APPLICATION-LDT-3194-1 03 Feb 2026

Updated.

LEAHI-APPLICATION-LDT-3194-1 03 Feb 2026

Updated.

LEAHI-APPLICATION-LDT-3194-1 27 Jan 2026

Make this use Text.Align instead of defining a new enum.

LEAHI-DIALIN-LDT-2749-1 29 Jan 2026

added.

LEAHI-DD-FIRMWARE-LDT-2004-4 03 Feb 2026

Do we need to say Value?

LEAHI-TD-FIRMWARE-LDT-1415-1 29 Jan 2026

Added

UI-DENBUG-331-1 04 Feb 2026

Check the caller to include logfile name

LEAHI-DIALIN-LDT-3350-1 30 Jan 2026

Removed

UI-DENBUG-331-1 04 Feb 2026

Create enum for all rejection reasons.

Remove default

UI-DENBUG-331-1 04 Feb 2026

Add logname as the third parameter

UI-DENBUG-331-1 04 Feb 2026

change to quint 32

UI-DENBUG-331-1 04 Feb 2026

Change to QString

LEAHI-DIALIN-LDT-3350-1 03 Feb 2026

Yes, they are aliases that are used for example in Dialin's temperature sensor module to decide which msg id to use for the override.
Updating an alias's value when adding new entries to the enum is easier then changing the last or first sensor type across Dialin modules, which could be forgotten or missed.

UI-DENBUG-331-1 04 Feb 2026

Make clarification comments of what each parameter means

UI-DENBUG-331-1 04 Feb 2026

Add third argument for logname like line 526.

LEAHI-DD-FIRMWARE-LDT-2004-3 02 Feb 2026

This state machine running continuously. fill request is initiated for every 1 minutes of balancing chamber exec (since right now level sensor is not working )

//Increment counter for dry bicarb chamber fill
bicarbChamberPeriodicFillCounter += 1;
// Fill bicarb chamber once every 60secs.
if ( bicarbChamberPeriodicFillCounter >= BICARB_CHAMBER_PERIODIC_FILL_TIME )

Unknown macro: { setBicarbChamberFillRequested(); bicarbChamberPeriodicFillCounter = 0; }


The request is cleared here. for consistency I am moving to the end of the fill cycle

LEAHI-DD-FIRMWARE-LDT-1473-1 10 Feb 2026

Updated.

LEAHI-TESTSUITES-LDT-2741-1 02 Feb 2026

updated

LEAHI-DD-FIRMWARE-LDT-3343-1 03 Feb 2026

For these functions that set specific valves, we should specify which (e.g. recovery valves or balancing chamber valves, or ...).

LEAHI-TD-FIRMWARE-LDT-1415-1 04 Feb 2026

Looks like this reverted back.

LEAHI-TD-FIRMWARE-LDT-1415-1 04 Feb 2026

Removed

LEAHI-TD-FIRMWARE-LDT-1415-1 04 Feb 2026

Yes, updated

LEAHI-APPLICATION-LDT-3307-1 04 Feb 2026

updated

LEAHI-APPLICATION-LDT-3307-1 04 Feb 2026

the changes are alreadyy in the one in td folder and I do not see this file in project or the .pro.

LEAHI-APPLICATION-LDT-3307-1 04 Feb 2026

moved and updated all isntances

LEAHI-APPLICATION-LDT-3307-1 04 Feb 2026

added comment