•  

Comment Results

Review Name Created Custom Fields Content
TD-LEAH-60-1 17 Mar 2025

Fixed.

UI-LEAH-2077-2 18 Mar 2025

my preference is to keep UI alarms sequentially next to each other if you don't mind.
Let me know if you would like me to remove them.

UI-LEAH-2077-2 19 Mar 2025

RESOLVED.

UI-LEAH-2077-2 19 Mar 2025

RESOLVED

RO-LEAH-273-1 25 Mar 2025

Fixed. Thanks!

DD-LEAH-230-1 02 Apr 2025

It's needed for heater monitoring. so, reserving it for future.

DD-LEAH-230-1 02 Apr 2025

Done.

DD-LEAH-230-1 03 Apr 2025

Why 590? Magic number - use #define.

LEAHI-APPLICATION-LDT-853-1 10 Jul 2025

Updated to progressbar

LEAHI-APPLICATION-LDT-853-1 10 Jul 2025

updated and removed

LEAHI-APPLICATION-LDT-853-1 10 Jul 2025

RESOLVED

LEAHI-APPLICATION-LDT-853-1 10 Jul 2025

RESOLVED

LEAHI-APPLICATION-LDT-853-1 10 Jul 2025

RESOLVED

LEAHI-APPLICATION-LDT-853-1 10 Jul 2025

RESOLVED

LEAHI-APPLICATION-LDT-853-1 10 Jul 2025

bring back

LEAHI-APPLICATION-LDT-853-1 11 Jul 2025

RESOLVED

LEAHI-APPLICATION-LDT-1209-1 11 Jul 2025

The following:

Variables.notSetVariable(vTreatmentSetPoint.bloodFlow)

need to change to:

Variables.notSetVariable(vTreatmentSetPoint.bloodFlow.toFixed(0))

or (most probably the above is the correct one, but in case)

Variables.notSetVariable(vTreatmentSetPoint.bloodFlow).toFixed(0)

and does not need the ===

LEAHI-APPLICATION-LDT-1209-1 11 Jul 2025

you can remove the
!== ""

DD-LDT-1873-1 18 Aug 2025

Done.

RO-LDT-566-4 19 Aug 2025

These broadcast changes look like temporary test changes. Restore before merging this branch to staging.

DD-LDT-2030-1 26 Aug 2025

Use Leahi style for function headers (e.g. \b before Inputs and Outputs to make bold - reference headers above).

RO-LDT-1928-3 19 Aug 2025

Removed.

RO-LDT-1928-3 18 Aug 2025

Dont think we will need to control the permeate tank in this state

LEAHI-SW-LDT-926-1 19 Aug 2025

FP Versions

RO-LDT-1928-3 21 Aug 2025

If in paused state due to alarm, if alarm is recoverable we would need a way to go back to in progress state when user clears alarm.

RO-LDT-828-2 21 Aug 2025

Should clear immediate property be TRUE for these alarms that do not stop? Or is f/w clearing the condition when back in range?
If we are not stopping anything when these alarms occur, should we set auto resume to TRUE?

DD-LDT-1735-1 25 Aug 2025

Fixed.

DD-LDT-1735-1 22 Aug 2025

Beta and Alpha are swapped here. Beta should be -14.... and Alpha should be 0.0.

RO-LDT-1928-3 25 Aug 2025

Current builds of the FP are not triggering alarms. Alarms and recovery states ( ex: paused states ) will be implemented and covered in https://diality.atlassian.net/browse/LDT-828 once requirement draft is finalized.

DD-LDT-1873-4 26 Aug 2025

Consider keeping the transition to spent chamber fill pending until balancing chamber cycle completes.

RO-LDT-1809-3 26 Aug 2025

Resolved the behavior in latest commit.

RO-LDT-1928-3 19 Aug 2025

Is this assignment needed? Seems like it would already have to be FALSE to get into the if.

DD-LDT-1873-4 26 Aug 2025

Align comment.

DD-LDT-1873-4 26 Aug 2025

Same comment - pend transition until BC cycle completes.

DG-DEN-15014-1 28 Mar 2023

I don't think we need to ack/nak since we always respond with response msg.

LEAHI-BOOTLOADER-LDT-3259-1 27 Feb 2026

Align comments

HD-DEN-16565-1 22 Dec 2023

Spaces inside (). Be explicit with BOOL conditions.

DG-DEN-16565-1 02 Jan 2024

What is this code doing? Why no comments? Is it necessary?

LEAHI-TD-FIRMWARE-LDT-3126-1 27 Feb 2026

Removed

HD-DEN-16563-1 25 Jan 2024

MIN_TIME_BETWEEN_AIR_TRAP_FILL_LOW_PRESSURE_ALARM_EXEMPTIONS_MS (as a suggestion).
Also be more descriptive in comments.

HD-DENBUG-162-1 05 Feb 2024

Done.

UI-LEAH-2077-2 19 Mar 2025

What does this comment mean?

DIALIN-DEN-15014-1 28 Mar 2023

I think timestamp should go last?

HD-DENBUG-298-1 18 Mar 2025

Change to "available" properties (e.g. priority low).

DG-DEN-16587-1 05 Feb 2024

RESOLVED in CODE WALKTHROUGH.

HD-DENBUG-163-1 02 Feb 2024

Just set the 2 local array variables here outside the loop so you don't need the switch statement inside the loop.

DG-DEN-16587-2 05 Feb 2024

Update properties and other alarm changes to match -1 branch.

LEAHI-TD-FIRMWARE-LDT-1903-8 27 Feb 2026

Alarm should be handled inside of setAirPumpState().

HD-DENBUG-298-1 21 Mar 2025

RESOLVED in CODE WALKTHROUGH.

HD-DEN-16595-2 08 Jan 2024

The removed code changes are dead code due to condition of "if" condition check at top level ( ALARM_TABLE[ a ].alarmClearOnly). these alarms have property of 'clear only' as 'TRUE" in the alarm table. hence condition always be false and the removed code changes never executed.