•  

Comment Results

Review Name Created Custom Fields Content
LEAHI-DD-FIRMWARE-LDT-2004-1 26 Jan 2026

The monitor get's are filtered. Driver get's will pull one point of data. The old code was calling the get that was not filtered. Should dialysate temp check based off of a filtered value?

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

removed duplicate

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

This was added as on bootup the registers were looking at beta 1.9 before, so the initialization was failing. Now that it is changed to look at beta 2 registers on bootup can we remove this as this is no longer required?

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

fixed spelling

LEAHI-APPLICATION-LDT-3174-1 22 Jan 2026

change to 250

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

is it a dummy parameter? where are you using it ?

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

With new ui change after click on confirm no need to change the mode Is this ok Can you please confirm

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

remove debug line

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

Does ModeTxParams.h exist? Didn't we change this to a service?

LEAHI-APPLICATION-LDT-3174-1 26 Jan 2026

add 0.1 to variables

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

Fixed

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

Yes, REmoved

LEAHI-DD-FIRMWARE-LDT-4409-2 12 Jun 2026

will address it in new file created for mixing

LEAHI-DD-FIRMWARE-LDT-4409-2 09 Jun 2026

handleBicarbChamberInitiateSupply?

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

Remove extra blank line.

LEAHI-APPLICATION-LDT-2937-1 22 Jan 2026

Updated.

LEAHI-APPLICATION-LDT-2937-1 22 Jan 2026

All the different possible values for cmd in the command request message were added.

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

its used in handleDialysateDeliveryRequestMsg() to set the sub pump's speed. please review the changes thoroughly.

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

please removed commented code

LEAHI-DD-FIRMWARE-LDT-2977-1 23 Jan 2026

its been removed. looks like we send everything down as a percentage now and the fluid pump driver will change it counts.

LEAHI-DD-FIRMWARE-LDT-2977-1 23 Jan 2026

When comment is above, use /// instead of ///<. And add blank lines before/after - doxygen seems to get confused about where to apply the comment without clear separation.

LEAHI-APPLICATION-LDT-3174-1 23 Jan 2026

updated

LEAHI-DD-FIRMWARE-LDT-2977-1 23 Jan 2026

For long macros, consider moving doxygen comment from right side to line above with /// since right side won't line up with others.

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

Fixed it

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

Fixed it

LEAHI-APPLICATION-LDT-3174-1 22 Jan 2026

add message id

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

Updated as per new modification

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

fix numbering of test steps and update to match update test report

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

correct. It has been updated to call around based the build switch

LEAHI-DIALIN-LDT-2004-2 26 Jan 2026

Can't we use the generic override?
You just need to update 3 fields:

msg_id = MsgIds.MSG_ID_DD_SET_CONDUCTIVITY_MODEL_REQUEST
entity_name = 'DD Coductivity sensor model request'
override_text = 'Sent' or ''

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

#ifdef TEENSY for these new functions.

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

Update inputs/outputs throughout this unit.

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

Can we do the separate outer bounds inside the setPressureLimitsToOuterBounds() function?

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

remove the commented code.

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

added faults for default cases in our handle functions.

LEAHI-TD-FIRMWARE-LDT-4027-1 09 Jun 2026

You only addressed the first part of my comment above.

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

Teensy will want to parse the commands as a string when it has >1 parameters in the command. Not every command has a parameter with it. it is copied over to condWriteCmdBuffer once we get the length from snprint()

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

Teensy driver doesn't need overrides too?

LEAHI-TD-FIRMWARE-LDT-4013-2 12 Jun 2026

Consider adding TUBE_SET_TYPE_UNKNOWN = 0 as first enum so you can initialize a type variable to something before we install/identify the type.

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

I think these fields are already U32s so no need to cast them.

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

coefficient data has been updated and commented.

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

removed.

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

Probably shouldn't have "TEENSY" in the name. Non-teensy driver will probably need this too, so can be generic.

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

We need to set the current state to PRESSURE_LIMITS_STATE_STABLE here I think. Otherwise, how will we get to stable state?

LEAHI-APPLICATION-LDT-3174-1 22 Jan 2026

If no instance of this has a colored background, then can this be an Item instead of a Rectangle?

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

added

LEAHI-APPLICATION-LDT-4561-1 10 Jun 2026

if the tx sub mode is going ot be removed this should be fine then

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

fixed thanks

LEAHI-DIALIN-LDT-2004-2 27 Jan 2026

updated to use the generic override.

Both of you are correct, the generic override can be used.

Since we pack the payload outside of the generic override, for this situation we don't pack the reset byte and therefore will stay as a U32 which satisfies the FW constraint. The other concern I had was that the FW would not reply back with a test ACK back to dialin with this cmd, thus causing a timeout in the generic override function. This is address as all messages in the lookup table in FW will reply back with a test ACK.

Therefore im okay using the generic override method

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

fixed thanks