•  

Comment Results

Review Name Created Custom Fields Content
LEAHI-TD-FIRMWARE-LDT-1415-1 29 Jan 2026

Updated

LEAHI-DIALIN-LDT-4612-1 11 Jun 2026

Rename to CanChannels

LEAHI-APPLICATION-LDT-4511-1 09 Jun 2026

move this into Post Treatment title

LEAHI-TESTSUITES-LDT-2741-1 03 Feb 2026

Uploaded the report

LEAHI-DIALIN-LDT-3350-1 03 Feb 2026

It's a class containing all the enums of the def file.
Yes we need them as many other Framework and huge amount of code are using them.

LEAHI-DIALIN-LDT-3350-1 02 Feb 2026

I thought we removed this.

LEAHI-DIALIN-LDT-3350-1 02 Feb 2026

same

LEAHI-DIALIN-LDT-3350-1 02 Feb 2026

Treatment Params have been removed from firmware.

LEAHI-DD-FIRMWARE-LDT-3343-1 04 Feb 2026

Fixed

LEAHI-TESTSUITES-LDT-2741-1 30 Jan 2026

Please upload report to https://diality.atlassian.net/browse/LDT-2743

LEAHI-TD-FIRMWARE-LDT-1415-1 02 Feb 2026

I think this should be commented out before we merge to staging.

LEAHI-APPLICATION-LDT-3307-1 03 Feb 2026

remove componenet and create where its called

LEAHI-DD-FIRMWARE-LDT-2004-3 22 Jan 2026

Add comment to right.

LEAHI-TD-FIRMWARE-LDT-2749-1 02 Feb 2026

input parameter is not updated

LEAHI-DD-FIRMWARE-LDT-4001-1 11 Jun 2026

Align comment. Change "speed" to "rate in comment too.
Also, I don't see you initializing these rates.

LEAHI-DD-FIRMWARE-LDT-2004-1 27 Jan 2026

fixed. Removed ifdef as well as it is no longer applies here since we are retrieving the data from the monitor which has the #ifdefs for teensy.

LEAHI-DIALIN-LDT-3160-1 27 Jan 2026

TEST_CONFIG_DD_ENABLE_UF_TEMP_COMP. by default, temp compensation is disabled.

LEAHI-TD-FIRMWARE-LDT-4033-1 12 Jun 2026

Removed

LEAHI-TD-FIRMWARE-LDT-1415-1 29 Jan 2026

Sorry, updated

LEAHI-TESTSUITES-LDT-2951-1 16 Jun 2026

Lambda is used here to pass a condition as a function that can be evaluated repeatedly without writing a full function definition.

LEAHI-TESTSUITES-LDT-2971-1 29 Jan 2026

Added the line

LEAHI-DD-FIRMWARE-LDT-2004-3 22 Jan 2026

state is not an input. It is a local (internal to function) variable.

LEAHI-TD-FIRMWARE-LDT-4033-1 12 Jun 2026

Similarly, we can move this to line 282 and delete handleBPDriverClearCmdAfterAckState()

LEAHI-TD-FIRMWARE-LDT-4033-1 12 Jun 2026

Inputs and Outputs should be none

LEAHI-TD-FIRMWARE-LDT-2240-1 12 Jun 2026

Bubble status, Low and high level level sensors.

LEAHI-TD-FIRMWARE-LDT-1415-1 02 Feb 2026

Shouldn't we be getting these defaults from the TxParams unit?

LEAHI-TESTSUITES-LDT-3427-1 18 Jun 2026

we may just need 60 seconds to plot a line can we update to 60 and check if that works

LEAHI-DD-FIRMWARE-LDT-4539-1 18 Jun 2026

prevBalChamberState?

LEAHI-DIALIN-LDT-3160-1 27 Jan 2026

Here is the latest list from fw

TEST_CONFIG_DD_FP_ENABLE_BETA_1_0_HW = 0, ///< Test configuration DD & FP enable Beta 1.0 hardware
TEST_CONFIG_FIRST = TEST_CONFIG_DD_FP_ENABLE_BETA_1_0_HW, ///< Test configuration first configuration.
TEST_CONFIG_DD_DISABLE_BC_PRESSURE_ALARMS, ///< Test configuration DD disabling BC pressure alarms
TEST_CONFIG_DD_ENABLE_DRY_BICARB, ///< Test configuration DD to use dry bicarb
TEST_CONFIG_DD_ENABLE_4WIRE_RINSE_PUMP, ///< Test configuration DD enable 4-wire rinse pump.
TEST_CONFIG_FP_SKIP_PRE_GEN_FLUSH, ///< Test configuration FP skip pre-gen flush
TEST_CONFIG_DD_ENABLE_DIENER_1000_PUMP, ///< Test configuration to use diener 1000 pump for D48
TEST_CONFIG_DD_ENABLE_D79_PWM_CONTROL, ///< Test configuration to switch to PWM control for D79
TEST_CONFIG_DD_ENABLE_SPENT_CHAMBER_H_FILL, ///< Test configuration DD enable spent chamber H fill
TEST_CONFIG_DD_DISABLE_CONDUCTIVITY_ALARMS, ///< Test configuration to disable DD conductivity alarms
TEST_CONFIG_FP_DISABLE_CONDUCTIVITY_ALARMS, ///< Test configuration to disable FP conductivity alarms
TEST_CONFIG_DD_ENABLE_DOSING_OPEN_LOOP_CONTROL, ///< Test configuration to switch to open loop control for concentrate dosing
TEST_CONFIG_DD_ENABLE_UF_TEMP_COMPENSATION, ///< Test configuration for enabling UF temperature compensation
NUM_OF_TEST_CONFIGS ///< Number of test configuration.

LEAHI-DIALIN-LDT-3160-1 28 Jan 2026

why are we passing this exception?

LEAHI-TD-FIRMWARE-LDT-1415-1 28 Jan 2026

Added

LEAHI-TD-FIRMWARE-LDT-1415-1 28 Jan 2026

I don't see it.

LEAHI-TD-FIRMWARE-LDT-1415-1 29 Jan 2026

Updated

LEAHI-TD-FIRMWARE-LDT-1415-1 29 Jan 2026

Added

LEAHI-DD-FIRMWARE-LDT-4001-1 11 Jun 2026

Is this a rate too?

LEAHI-DD-FIRMWARE-LDT-4001-1 11 Jun 2026

Change function name to say rate instead of speed

LEAHI-DD-FIRMWARE-LDT-4011-1 12 Jun 2026

Why only these states are valid?

LEAHI-DD-FIRMWARE-LDT-2004-3 30 Jan 2026

When flag is true and Drain complete , it remains in the DRY_BICART_FLUID_DRAIN_END_STATE, when it is cleared, it go back to DRY_BICART_DRAIN_START_STATE
Its fixed now

LEAHI-TD-FIRMWARE-LDT-1415-1 29 Jan 2026

Format for params is: param name description
Add "psi" (name) between param and "Pressure value in PSI".

LEAHI-APPLICATION-LDT-3194-1 30 Jan 2026

Updated.
File was already deleted, just removed reference in leahi.pro.

LEAHI-TD-FIRMWARE-LDT-4033-1 12 Jun 2026

We can move this line to 247 and delete handleBPDriverSendCmdState()

LEAHI-TESTSUITES-LDT-2971-1 03 Feb 2026

Removed the line

LEAHI-TESTSUITES-LDT-2971-1 03 Feb 2026

Moved all the constants to config.py file

LEAHI-APPLICATION-LDT-3194-1 03 Feb 2026

Updated.

LEAHI-APPLICATION-LDT-3194-1 03 Feb 2026

Updated.

LEAHI-DD-FIRMWARE-LDT-3343-1 03 Feb 2026

Remove blank line.

LEAHI-TESTSUITES-LDT-2971-1 30 Jan 2026

As a general note, avoid try-catch.
Your code should be prepared for exceptions, not to be surprised.

LEAHI-DIALIN-LDT-3350-1 03 Feb 2026

Yes

LEAHI-DIALIN-LDT-3350-1 03 Feb 2026

Look in the td_defs.py for the same comment.

LEAHI-DD-FIRMWARE-LDT-3222-1 03 Feb 2026

I don't think mask or pos require initialization either.