•  

Comment Results

Review Name Created Custom Fields Content
LEAHI-APPLICATION-LDT-4161-1 07 May 2026

udpated

LEAHI-APPLICATION-LDT-3932-1 07 May 2026

BN APPROVES

LEAHI-APPLICATION-LDT-3932-1 05 May 2026

remove demo coe

LEAHI-APPLICATION-LDT-3932-1 05 May 2026

move connection inside _postTreatmentDisconnectStack and remove function and just do

LEAHI-APPLICATION-LDT-3932-1 07 May 2026

BN APPROVES

LEAHI-APPLICATION-LDT-3932-1 05 May 2026

remove RO loop demo code

LEAHI-APPLICATION-LDT-3932-1 07 May 2026

BN APPROVES

LEAHI-APPLICATION-LDT-3932-1 07 May 2026

BN APPROVES

LEAHI-APPLICATION-LDT-4161-1 07 May 2026

BN Appprvoes

LEAHI-DIALIN-LDT-3505-1 07 May 2026

Please remove for the above reasons.

LEAHI-DIALIN-LDT-3505-1 07 May 2026

Please remove for the above reasons.

LEAHI-DIALIN-LDT-3505-1 07 May 2026

please use the generic_override function from the common folder

LEAHI-DIALIN-LDT-3505-1 07 May 2026

Please remove for the above reasons.

LEAHI-TD-FIRMWARE-LDT-2240-1 05 May 2026

don't need this if statement either and don't need what's inside the if.

LEAHI-DIALIN-LDT-3505-1 07 May 2026

please use the generic_override function from the common folder

LEAHI-APPLICATION-LDT-4213-1 05 May 2026

& isInstrucitonbased

LEAHI-DD-FIRMWARE-LDT-3963-1 04 May 2026

Please update the function name : testDDFloaterLevelStateOverride

TD-LDT-1886-7 07 Nov 2025

The test configuration has not been imported yet. I commented it out as a placeholder.

LEAHI-TD-FIRMWARE-LDT-4040-1 23 Jul 2026

Add fluidType to inputs

LEAHI-TD-FIRMWARE-LDT-4040-1 23 Jul 2026

add rinsebackPublishTimerCtr to outputs

LEAHI-DD-FIRMWARE-LDT-3735-1 23 Jul 2026

This else is not needed because isFlashAddressValid is set to False at the top of the function (Optional to change).

LEAHI-DD-FIRMWARE-LDT-4410-3 27 Jul 2026

updated

LEAHI-RO-FIRMWARE-LDT-2116-1 29 Oct 2025

750 now?

TD-LDT-1886-7 03 Nov 2025

I mean, don't you think Sarina/Eliza still want this test config option? Why did you comment it out?

LEAHI-TESTSUITES-LDT-1057-1 29 Oct 2025

updated combobox to o_LogTypeComboBox.

LEAHI-DIALIN-LDT-2658-2 29 Oct 2025

Sean Nash the override functions other than the standard override functions, (e.g. broadcast interval) are implemented as per needed.

LEAHI-APPLICATION-LDT-2666-1 30 Oct 2025

Updated.

LEAHI-APPLICATION-LDT-2666-1 30 Oct 2025

Updated.

LEAHI-APPLICATION-LDT-2666-1 30 Oct 2025

Updated.

LEAHI-APPLICATION-LDT-2666-1 30 Oct 2025

Updated.

LEAHI-TESTSUITES-LDT-1057-1 30 Oct 2025

It is ok for now, but from lines 11 to 19, there are still some object names that need to be refactored.
Will be mentioned in later reviews,

LEAHI-TD-FIRMWARE-LDT-4188-1 30 Apr 2026

Changed to U32

LEAHI-TD-FIRMWARE-LDT-4188-1 30 Apr 2026

Do we have a return confirmation that the command is accepted by DD?

LEAHI-APPLICATION-LDT-2666-1 30 Oct 2025

line 144 should have been removed as we discussed.

LEAHI-TESTSUITES-LDT-3447-1 28 Apr 2026

what is this file for? can we remove it

LEAHI-TD-FIRMWARE-LDT-3970-1 29 Apr 2026

Keep 2 blank lines above the banner below.

LEAHI-APPLICATION-LDT-2666-1 30 Oct 2025

Updated to use common height from Variables.qml

DG-DENBUG-327-1 30 Oct 2025

Do we need to shift CRC bits to lsb position?

LEAHI-RO-FIRMWARE-LDT-2116-1 03 Nov 2025

set to 750 for all controlled flows.

LEAHI-TD-FIRMWARE-LDT-1886-2 03 May 2026

Describe what kind of services are being provided.

LEAHI-TESTSUITES-LDT-1057-1 03 Nov 2025

Added comment block and uploaded test report onto Jira.

LEAHI-DD-FIRMWARE-LDT-3963-1 04 May 2026

I guess, all these checks should be moved to FillEndState.

LEAHI-APPLICATION-LDT-2727-1 12 Nov 2025

why "-3"?
Please put a comment like line @58.

LEAHI-DD-FIRMWARE-LDT-2004-1 05 Nov 2025

Why are we sending Teensy board a string command? I thought we changed Teensy interface to be binary.

LEAHI-DD-FIRMWARE-LDT-2004-1 05 Nov 2025

Why string?

LEAHI-DD-FIRMWARE-LDT-2004-1 05 Nov 2025

Why string?

LEAHI-DD-FIRMWARE-LDT-2662-1 06 Nov 2025

Add blank line between declarations and function code.

LEAHI-DD-FIRMWARE-LDT-2662-1 06 Nov 2025

Add blank line before return statement.

LEAHI-DD-FIRMWARE-LDT-2662-1 06 Nov 2025

Is sending of ACK msg needed here?

LEAHI-DD-FIRMWARE-LDT-2004-2 20 Nov 2025

Why are we doing pre-increment instead of post-increment? I don't think it matters in for loop, but this looks non-standard to me.