•  

Comment Results

Review Name Created Custom Fields Content
LEAHI-DD-FIRMWARE-LDT-3352-1 06 Apr 2026

Remove extra blank lines.

LEAHI-DD-FIRMWARE-LDT-3777-1 08 Apr 2026

Should we be filtering a new sample every 700ms or should we do it when a new sample is received?
FPGA is giving us a read count right? So we will know when we have a new data set from sensor. It makes more sense to me to take them when they come. Otherwise, we will get out of phase with true sample frequency and occasionally process the previous sample again (if true sample freq is a little slower than 700ms) or miss a sample (if true sample freq is a little faster than 700ms).

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

Are we going to restore this or not?

LEAHI-DD-FIRMWARE-LDT-4733-1 09 Jul 2026

fixed. thanks!

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

not required anymore, forgot to remove

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

Remove extra blank line.

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

Who is calling this function? Should be coming from UI, right? So should be a message handler (returns BOOL, takes a message as param, function is in table at top of Messaging.c).

LEAHI-TD-FIRMWARE-LDT-4028-2 14 Jul 2026

Do we need doxygen comments for static function declarations?
We will have a header in the definition.

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

Need to set state to preload state I think. Otherwise you will go to interrupted state.

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

I think a comment here is needed. Keep it and maybe mention rinseback alarm responses too.

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

Make a structure for initiate treatment request payload (with 1 U32 in it) and use structure instead of U32.

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

Door already not required. Remove.

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

Add blank line between declarations and rest of function code.

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

Add blank line before return statement.

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

Remove blank line.

LEAHI-TESTSUITES-LDT-3060-1 12 Mar 2026

After removing this line of code, test script got failed one time, So I keep this line of code

LEAHI-DIALIN-LDT-2428-1 16 Oct 2025

Do we not need to do this anymore?

LEAHI-TESTSUITES-LDT-1218-1 16 Oct 2025

Removed all unused imports.

LEAHI-TESTSUITES-LDT-1218-1 16 Oct 2025

Removed o_Overlay and o_treatmentHome objects.

LEAHI-DD-FIRMWARE-LDT-3603-1 11 Mar 2026

Are we not supporting sub mode requests for these modes?

LEAHI-TESTSUITES-LDT-1218-1 16 Oct 2025

removed the top portion.

LEAHI-DD-FIRMWARE-LDT-3103-1 12 Mar 2026

Keep this blank line.

LEAHI-TESTSUITES-LDT-1218-1 16 Oct 2025

Removed

LEAHI-TESTSUITES-LDT-1218-1 16 Oct 2025

removed

LEAHI-DD-FIRMWARE-LDT-3103-1 12 Mar 2026

updated.

LEAHI-TESTSUITES-LDT-1218-1 16 Oct 2025

Updated as suggested

LEAHI-DD-FIRMWARE-LDT-3103-1 12 Mar 2026

changed

LEAHI-DD-FIRMWARE-LDT-3103-1 13 Mar 2026

done changed it.

LEAHI-TESTSUITES-LDT-1218-1 16 Oct 2025

should be tmp_RangeBar

LEAHI-TESTSUITES-LDT-1218-1 15 Oct 2025

Remove top comment portion

LEAHI-TD-FIRMWARE-LDT-1840-1 13 Mar 2026

Removed

LEAHI-TD-FIRMWARE-LDT-3215-1 17 Mar 2026

Updated

LEAHI-DIALIN-LDT-2352-1 16 Oct 2025

done

LEAHI-TESTSUITES-LDT-1218-1 17 Oct 2025

Added the opmode as suggested.

LEAHI-TESTSUITES-LDT-1218-1 16 Oct 2025

add changing the the opmode first too.. td.td_operation_mode( TDOpModes.MODE_TREA.value, 0 )

LEAHI-TESTSUITES-LDT-1218-1 15 Oct 2025

I know in the solution infusion i used this but this button is going to be removed so can we do instead:

td_interface.td_operation_mode( TDOpModes.MODE_TREA.value, 0 )
td_interface.td_tx_state(
TDTreatmentStates.TREATMENT_DIALYSIS_STATE.value ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0
)

TD-LDT-1886-7 16 Oct 2025

Replace current with torque.

LEAHI-DD-FIRMWARE-LDT-3352-1 13 Apr 2026

Since feedforward output is same as control signal output, checking control signal min and max seems to be correct.

LEAHI-DD-FIRMWARE-LDT-2008-1 08 Apr 2026

Why do some functions take sensor as a U32 and some as a CONDUCTIVITY_SENSORS_T? The latter seems appropriate.

LEAHI-DD-FIRMWARE-LDT-1195-2 06 Apr 2026

remove the space before false.

LEAHI-DD-FIRMWARE-LDT-3777-1 14 Apr 2026

fixed.

LEAHI-DD-FIRMWARE-LDT-3352-1 03 Apr 2026

I don't think these min/max (for control output in output units i.e. PWM) are appropriate for limiting maximum error sum step size (error is in feedback/target units i.e. RPM).

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

Are we going to restore this or not?

LEAHI-DD-FIRMWARE-LDT-3749-2 08 Apr 2026

Vinayakam Mani, how does that signal happen normally? In your example, when would DD signal FP when starting pre-gen mode? If that signal happened in pre-gen transition function, it would always happen regardless of how we got to pre-gen mode.

LEAHI-DD-FIRMWARE-LDT-3103-1 12 Mar 2026

I don't see a TODO. If we intend to uncomment this line out later, we should add a TODO comment to the right as a reminder. If we do not intend to uncomment this later, we should just delete it.

LEAHI-DIALIN-LDT-1886-1 16 Oct 2025

I don't think we have motor current. We're getting torque instead. Just replace current with torque.

LEAHI-DIALIN-LDT-3629-1 12 Mar 2026

Fixed

LEAHI-DD-FIRMWARE-LDT-3103-1 12 Mar 2026

Can we delete this commented out line?

LEAHI-TESTSUITES-LDT-1218-1 16 Oct 2025

Updated as suggested.

LEAHI-DD-FIRMWARE-LDT-3603-1 11 Mar 2026

I think this validate function needs to know the requested mode as well - should have 2 params.