•  

Comment Results

Review Name Created Custom Fields Content
LEAHI-DD-FIRMWARE-LDT-3978-1 23 Apr 2026

Is this macro still being used? if not, delete it.

LEAHI-DD-FIRMWARE-LDT-3978-1 23 Apr 2026

lower? and change the D98 level sensor comment as well.

LEAHI-TD-FIRMWARE-LDT-1886-2 22 Apr 2026

Add a space before )

LEAHI-TD-FIRMWARE-LDT-1886-2 22 Apr 2026

Not necessary. Just make alarm have fault property = TRUE.

LEAHI-DD-FIRMWARE-LDT-3978-1 26 Apr 2026

Declare local variables at top of scope.

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

Why does confirm msg have duration again? If UI resends duration, we have to validate it again. If UI just sends confirmation of previously sent duration, we don't have to validate it again.

LEAHI-APPLICATION-LDT-4979-8 20 Jul 2026

RESOLVED

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

decays to threshold level (4 PSI).

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

minor spell issue : change responceStatus to responseStatus

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

please break this line into two lines

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

this line is too long, please break it into two or more lines, if needed.

LEAHI-TD-FIRMWARE-LDT-4049-1 20 Jul 2026

Remove last 5 messages.

LEAHI-TD-FIRMWARE-LDT-4049-1 22 Jul 2026

Should return a BOOL (that is what ModeStandby is expecting).

LEAHI-TD-FIRMWARE-LDT-4029-1 21 Jul 2026

Should this be the "Load Syringe" alarm that you just added?

LEAHI-DD-FIRMWARE-LDT-2662-1 23 Oct 2025

This is only temporarily showing the FPGA bits of BLD status for debugging purposes.

LEAHI-APPLICATION-LDT-2686-1 24 Oct 2025

remove

LEAHI-DD-FIRMWARE-LDT-2004-9 14 Apr 2026

will finalize it when ocean spray logic is tested

LEAHI-TD-FIRMWARE-LDT-1886-2 26 Apr 2026

Invalid payload length shouldn't be a reject reason, it should cause a s/w fault (because it suggests the UI and TD software are not compatible versions).

LEAHI-TD-FIRMWARE-LDT-2240-1 26 Apr 2026

What is this flag for? And why is it only set here and not above where test passed.
Also, we are going to the loaded check state, but we are not requesting a scan first.

LEAHI-TD-FIRMWARE-LDT-2240-1 26 Apr 2026

We should now send the scanned text to the UI s/w for authentication before we go to next state where we wait for UI response.

LEAHI-APPLICATION-LDT-2707-1 15 Apr 2026

removed

LEAHI-DD-FIRMWARE-LDT-3218-4 14 Apr 2026

Why U32? Why not RECOVER_STATE_T?

LEAHI-DD-FIRMWARE-LDT-3218-4 14 Apr 2026

Add blank line after declarations.

LEAHI-APPLICATION-LDT-3656-1 16 Apr 2026

fix names

LEAHI-DD-FIRMWARE-LDT-2004-9 14 Apr 2026

The resetPIController is already invoked in InitializePIController with the InitialControlSignal. Instead of 0.0F, pass the STD_BICARB_DOSING as initialControlSignal ( in InitializePIController)

LEAHI-APPLICATION-LDT-2707-1 17 Apr 2026

RESOLVED.

LEAHI-APPLICATION-LDT-3800-1 17 Apr 2026

comment out and add TODO to test on new display

LEAHI-TD-FIRMWARE-LDT-3959-1 21 Apr 2026

updated.

LEAHI-TESTSUITES-LDT-2741-1 21 Apr 2026

RESOLVED.

LEAHI-TD-FIRMWARE-LDT-2240-1 23 Apr 2026

added

LEAHI-TESTSUITES-LDT-3153-1 24 Apr 2026

merged with staging branch and added all the scripts

LEAHI-TESTSUITES-LDT-3153-1 24 Apr 2026

updated code as per comment

LEAHI-DD-FIRMWARE-LDT-3978-1 23 Apr 2026

Space inside parenthesis.

LEAHI-TD-FIRMWARE-LDT-4049-1 22 Jul 2026

Should return T/F. Change comment to "TRUE if DD f/w is compatible with TD f/w, FALSE if not.".

LEAHI-TD-FIRMWARE-LDT-4049-1 22 Jul 2026

Fix implementation to return a BOOL (TRUE if SW_COMPATIBILITY_REV == ddVersion.compatibilityRev.

LEAHI-TD-FIRMWARE-LDT-4049-1 22 Jul 2026

Swap order of == for these 2 if statements - put constant on left side.

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

Remove values in the comment, as they are changing during development (200ms persistence, 4 PSI low pressure, 17 PSI high pressure etc.,), instead use defined persistence, low or high threshold pressure etc.,

LEAHI-TESTSUITES-LDT-3447-1 27 Jul 2026

yes same object

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

I agree but it is already in the init function.

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

So then no need to initialize it here too. Remove " = FALSE".

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

This is not required , we should design the state machine properly to handle chamber low level

LEAHI-TD-FIRMWARE-LDT-4029-1 21 Jul 2026

Can we remote this TODO comment?

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

To be deleted this line?

LEAHI-TD-FIRMWARE-LDT-4049-1 22 Jul 2026

Why?

LEAHI-TD-FIRMWARE-LDT-4049-1 22 Jul 2026

Use ternary operator to explicitly set to TRUE or FALSE.

LEAHI-TD-FIRMWARE-LDT-4049-1 20 Jul 2026

Alphabetize these includes.

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

This was added by Vinay to force the chamber F filling.

LEAHI-TD-FIRMWARE-LDT-4505-1 27 Jul 2026

Move details down to its own line.

LEAHI-TD-FIRMWARE-LDT-4149-1 27 Jul 2026

not homed state.

LEAHI-TD-FIRMWARE-LDT-4149-1 27 Jul 2026

Use /// comment.