dd-firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Probably, we need to signal FP as well when there is a mode change happens. say, DD changes standby to pre-gen/Gen Dialysate mode, FP needs to transition to pre-gen / generate permeate (as we imple...

Probably, we need to signal FP as well when there is a mode change happens. say, DD changes standby to pre-gen/Gen Dialysate mode, FP needs to transition to pre-gen / generate permeate (as we implemented in TD interface).

LEAHI-DD-FIRMWARE-LDT-3735_System Data and Logs - DD - Non-Volatile Memory - 04: DEV - Feature Implementation
LEAHI-DD-FIRMWARE-LDT-3735_System Data and Logs - DD - Non-Volatile Memory - 04: DEV - Feature Implementation
removed

removed

updated comment.

updated comment.

removed.

removed.

removed and added comments.

removed and added comments.

changed.

changed.

done. moved them to dosing concentrates state.

done. moved them to dosing concentrates state.

LEAHI-DD-FIRMWARE-LDT-3749_Ability to set operation sub mode on DD subsystem
LEAHI-DD-FIRMWARE-LDT-3749_Ability to set operation sub mode on DD subsystem
LDT-3749 added transition signal for DD gen dialysate applicable states

    • -4
    • +18
    /firmware/App/Modes/ModeGenDialysate.c
LDT-3749 initial structure for set operation sub mode request.

    • -0
    • +67
    /firmware/App/Modes/ModeGenDialysate.c
    • -0
    • +2
    /firmware/App/Modes/ModeGenDialysate.h
    • -0
    • +56
    /firmware/App/Modes/ModePostGenDialysate.c
    • -0
    • +61
    /firmware/App/Modes/ModePreGenDialysate.c
    • -0
    • +2
    /firmware/App/Modes/ModePreGenDialysate.h
    • -0
    • +160
    /firmware/App/Modes/OperationModes.c
Balancing chamber switching control

Balancing chamber switching control

Can this statement be 'else if' case after BC switch only request handling (after line 1013). Just in case both requests (switch only and regular one) came together and only 'switch only' handled f...

Can this statement be 'else if' case after BC switch only request handling (after line 1013). Just in case both requests (switch only and regular one) came together and only 'switch only' handled first.

remove the space before false.

remove the space before false.

Remove blank line

Remove blank line

Remove blank line.

Remove blank line.

I tried the suggested change and tested. But it did not provide the expected results. If a on was requested while an off was still pending to be processed, the off-request flag gets cleared without...

I tried the suggested change and tested. But it did not provide the expected results.
If a on was requested while an off was still pending to be processed, the off-request flag gets cleared without the actual request being processed and the off request was never executed.

Not sure these min/max are right here either.

Not sure these min/max are right here either.

So we have all temp sensors getting averaged now, right? So should we have one get function that takes a sensor ID as param?

So we have all temp sensors getting averaged now, right? So should we have one get function that takes a sensor ID as param?

Remove extra blank lines.

Remove extra blank lines.

Remove this reference (across the file) if the implementation is updated.

Remove this reference (across the file) if the implementation is updated.

Update the deadband timing in the comments.

Update the deadband timing in the comments.