firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-11114: Fixed sign issue in HD pump set function.

DEN-11250 Updated the syringe pump empty position

DEN-11098 Updated header

DEN-11114: Added reset status bits to startup event to aid investigation into spurious HD resets.

Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Enabled HD pump speed/flow checks.

DEN-11114: Added build switch to disable illegal air trap levels state alarm.

DEN-11098 Corrected R1 and R2 in bypass state and dialyzer state

Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Fixed merge conflicts.

    • -194
    • +56
    ./App/Controllers/DGInterface.c
    • -91
    • +157
    ./App/Controllers/DialOutFlow.c
    • -5
    • +53
    ./App/Services/SystemCommMessages.c
DEN-11114 addressed the code review comments

    • -21
    • +21
    ./App/Services/SystemCommMessages.c
DEN-10247: UI Acknow timeouts on HD side, due to the delay of almost 2 seconds.

- Added another timeout of 5000 ms ( same value as UI_COMM_TIMEOUT_IN_MS ) only for the INIT state in which UI has a delayed response.

DEN-11114 updated the reservoirs code

Merge branch 'DEN-11114-dg_dev-dg-dialysate-temperature-control-2-of-2' of ssh://dvm-linux02:7999/hd/hdfirmware into DEN-11114-dg_dev-dg-dialysate-temperature-control-2-of-2

DEN-11114: Prevent pump set command from restarting pump control if rate/mode are not changed.

DEN-11114 tested the modified the reservoir management code

DEN-11098: Addressed code review feedback.

DEN-11098 Added compiler switch RUN_BLOOD_CIRCUIT_PRIME_AGAIN

DEN-11114 continued working on the reservoir management

DEN-11089 Added cases in switch statement to handle prime pause for new saline dialyzer state

DEN-11114 continued working on the resevoir management

    • -5
    • +51
    ./App/Services/SystemCommMessages.c
DEN-11114: perform periodic clock check only if release build so debugging will not cause alarm.

DEN-11089 Removed signalDialOutPumpHardStop since it has not been started

DEN-11114: Removed obsolete UF PI controller. Cleaned up UF control code changes.

DEN-11089 the VDO pump is stopped before transition from dialyzer state to wet selftests state

DEN-11089 Correction - dialyzer dialysate bypass priming path uses R1 instead of R2 and dialyzer dialysate priming path uses R2 instead of R1

DEN-11114: Added comment.

Merge branch 'DEN-11114-dg_dev-dg-dialysate-temperature-control-2-of-2' of ssh://dvm-linux02:7999/hd/hdfirmware into DEN-11114-dg_dev-dg-dialysate-temperature-control-2-of-2

DEN-11114 initial commit of the reservoirs module. Continued with implementing the reservoir management

    • -19
    • +120
    ./App/Controllers/DGInterface.c
    • -0
    • +407
    ./App/Services/Reservoirs.c
    • -0
    • +38
    ./App/Services/Reservoirs.h
DEN-11114: Updated UF control to included estimated UF flow as input.

    • -40
    • +106
    ./App/Controllers/DialOutFlow.c