•  

Comment Results

Review Name Created Custom Fields Content
LEAHI-TESTSUITES-LDT-1454-1 09 Dec 2025

Added the test case in suite.conf

LEAHI-TD-FIRMWARE-LDT-473-1 02 Dec 2025

We don't need an else here. We already set state to Rx state in declaration above.

LEAHI-TESTSUITES-LDT-1078-1 03 Dec 2025

move outside as its used in another test case and update other test case

LEAHI-TESTSUITES-LDT-2174-1 03 Dec 2025

Added the step to check right arrow is disabled

LEAHI-DD-FIRMWARE-LDT-2936-1 03 Dec 2025

Done in individual units publish functions.

LEAHI-TD-FIRMWARE-LDT-473-1 05 Dec 2025

Removed and Updated

LEAHI-TD-FIRMWARE-LDT-473-1 08 Dec 2025

Add a blank line between declaration and if statement.

LEAHI-TD-FIRMWARE-LDT-4033-1 27 May 2026

We should initialize in the init function?

LEAHI-TD-FIRMWARE-LDT-4063-1 29 Jul 2026

Moved.

LEAHI-TESTSUITES-LDT-2174-1 04 Dec 2025

Method is moved to utility.py file

LEAHI-DD-FIRMWARE-LDT-2936-1 04 Dec 2025

Fixed. Thanks

LEAHI-APPLICATION-LDT-5074-3 29 Jul 2026

added

LEAHI-TD-FIRMWARE-LDT-473-1 05 Dec 2025

Doesn't make sense to have a static function prototyped in the header file. Static suggests the function is private. Prototyping in header file suggests function is public. I suspect this function should be private, so keep that static but move this prototype inside the .c file.

LEAHI-DD-FIRMWARE-LDT-4500-1 29 Jul 2026

Updated

LEAHI-DD-FIRMWARE-LDT-618-2 04 Dec 2025

Updated

LEAHI-DD-FIRMWARE-LDT-618-2 03 Dec 2025

Remove extra blank line.

LEAHI-TESTSUITES-LDT-1078-1 05 Dec 2025

Now get_aut_version(aut_path): method is moved to configuration folder application_init.py file

LEAHI-TESTSUITES-LDT-2174-1 05 Dec 2025

Removed this function and using this method

LEAHI-TESTSUITES-LDT-2278-1 05 Dec 2025

Moved this into config.py file

LEAHI-TESTSUITES-LDT-2278-1 03 Dec 2025

move to shared file

LEAHI-TESTSUITES-LDT-2174-1 08 Dec 2025

Verify the text of confirm and validate button

LEAHI-APPLICATION-LDT-2957-1 10 Dec 2025

Move this outside of the sections folder, since it is no longer a section and has its own dedicated screen.

LEAHI-DD-FIRMWARE-LDT-2004-3 08 Dec 2025

Done

LEAHI-TESTSUITES-LDT-2174-1 02 Dec 2025

1. at this point we need to verify after all parameters are populated then the names.o_PreTreatmentButton is now enabled.
2. User needs to first press the button for the FW to respond

LEAHI-DD-FIRMWARE-LDT-2004-3 08 Dec 2025

I would prefer to keep it here, as the start state (DRY_BICART_START_STATE) is always executed when the fill bicart flag (dryBiCartFillRequested) is not set. There are other execs, say fill chamber (execBicarbChamberFillMode) mode controls D80 in its sub states. So, not two execs controlling same valve. Once we identified where all modes using these execs, will come up with signals to avoid such scenarios.

LEAHI-DIALIN-LDT-2998-1 18 Dec 2025

END_POS_FIELD_19?

LEAHI-APPLICATION-LDT-2957-1 10 Dec 2025

Please put comments for your division number.

LEAHI-APPLICATION-LDT-2957-1 10 Dec 2025

removed

LEAHI-APPLICATION-LDT-2957-1 10 Dec 2025

Please align.

LEAHI-APPLICATION-LDT-2957-1 10 Dec 2025

Shouldn't ""Unfractionated 1000"" come from the configurations?

LEAHI-TESTSUITES-LDT-2278-1 10 Dec 2025

does not match function in stagin please verify and update

LEAHI-TESTSUITES-LDT-2174-1 10 Dec 2025

in staging the function is named setObjectText. Please update to match to avoid conflicts

LEAHI-TD-FIRMWARE-LDT-473-1 16 Dec 2025

Remove extra blank line.

LEAHI-TD-FIRMWARE-LDT-473-1 16 Dec 2025

I think we should initialize pre-treatment mode here now that we have a pre-treatment mode.

LEAHI-TESTSUITES-LDT-2278-1 12 Dec 2025

reason is given has one

LEAHI-DD-FIRMWARE-LDT-2185-1 11 Dec 2025

Remove extra blank line.

LEAHI-TD-FIRMWARE-LDT-473-1 15 Dec 2025

Added.

LEAHI-TD-FIRMWARE-LDT-473-1 09 Dec 2025

I don't see these Lower/Upper Range Limit functions declared in the header file.

LEAHI-DD-FIRMWARE-LDT-2004-2 16 Dec 2025

Its like we need to compile the safe library and include it. But if we are using only memcpy and memset, memcmp and static code analyzer check the destination buffer size , I am marking it as resolved

LEAHI-APPLICATION-LDT-2825-1 17 Dec 2025

add method and macros for this and advaned into VTreatmentranges and update only Rx paraemettes

LEAHI-APPLICATION-LDT-3000-1 18 Dec 2025

done

TEENSY-BOARD-LDT-2004-6 18 Dec 2025

fixed. thanks!

TEENSY-BOARD-LDT-2004-6 18 Dec 2025

added. thanks!

LEAHI-TD-FIRMWARE-LDT-1886-1 16 Dec 2025

Is this temporary?

LEAHI-DIALIN-LDT-2998-1 18 Dec 2025

Moved

LEAHI-RO-FIRMWARE-LDT-2116-1 18 Dec 2025

roRRAvg is an input.

LEAHI-DIALIN-LDT-1886-2 18 Dec 2025

Oh, ok, I thought 'i' only covers 8 bit not 32

LEAHI-TESTSUITES-LDT-2278-1 19 Dec 2025

Test script is updated as per suggestion

LEAHI-RO-FIRMWARE-LDT-2116-1 19 Dec 2025

This is for alpha

LEAHI-APPLICATION-LDT-3000-1 17 Dec 2025

make this a bool and update internally