Controllers

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDT-4873 merge into develop

LDT-4873 heater dutycycle reset

Add comment.

Add comment.

Initialize these in init function.

Initialize these in init function.

update input section (for the prime fluid discard status)

update input section (for the prime fluid discard status)

Remove empty line

Remove empty line

Remove this commented code.

Remove this commented code.

Add comment.

Add comment.

Add comments.

Add comments.

updated

updated

updated

updated

updated

updated

LDT-5409 addressed code review comments

2.0 PSI?

2.0 PSI?

Add comment. Also add parenthesis for multiplication.

Add comment. Also add parenthesis for multiplication.

Do we want to increase to higher - 1.0F?

Do we want to increase to higher - 1.0F?

LDT-5186 dry bicart firmware implementation

Merge branch staging into LDT-5186-dialysate-composition-dry-bicart

Update header

Update header

Align indent.

Align indent.

Add Doxygen comments.

Add Doxygen comments.

Align indent

Align indent

0.0F

0.0F

p40RPMCnts -> typecast to F32.

p40RPMCnts -> typecast to F32.

mention as 30.0F, its being used in float calculations.

mention as 30.0F, its being used in float calculations.

p40RPMCnts variable defined as U16, but assigning U32 value.

p40RPMCnts variable defined as U16, but assigning U32 value.

LDT-5409 code update for control interval

LEAHI-DD-FIRMWARE-LDT-5357_Dialysate Composition (Dry Bicarbonate) - FW Implementation - 9/1:
LEAHI-DD-FIRMWARE-LDT-5357_Dialysate Composition (Dry Bicarbonate) - FW Implementation - 9/1:
My understanding is that Standby should stop all pumps and heaters, including D108. Although the D108 driver implementation is not available yet, I thought keeping this call would preserve the inte...

My understanding is that Standby should stop all pumps and heaters, including D108. Although the D108 driver implementation is not available yet, I thought keeping this call would preserve the intended Standby behavior and allow it to work once driver support is added. Could you please let me know if there is any concern with leaving it in place for now?