Sean Nash

LDT-4072: Removed extra gitignore.

  1. … 43 more files in changeset.
Merge branch 'DENBUG-335-air-trap-fill-design-improvem' into develop

DENBUG-335: run BP in open loop during blood prime for air trap fill.

Merge branch 'DENBUG-335-air-trap-fill-design-improvem' into develop

DENBUG-335: aligned air trap fill approach in RB and Tx:End states with the other Tx states.

Merge branch 'DENBUG-335-air-trap-fill-design-improvem' into develop

Merge branch 'DENBUG-335-air-trap-fill-design-improvem' into develop

Merge branch 'DENBUG-335-air-trap-fill-design-improvem' into develop

DENBUG-335: Reset time window of new alarm after alarm is triggered so it doesn't interfere with alarm recovery. Fix time window from 1 to 5 minutes.

DENBUG-335: Added check for air trap activity too frequent.

    • -6
    • +15
    /firmware/App/Controllers/AirTrap.c
DENBUG-335: Added a time windowed alarm for air trap activity too frequent.

DENBUG-335: Added alarm 217 for too frequent air trap fills/pumps.

DENBUG-335: reduced minimum venous pressure limit to -100 while in rinseback state.

    • -2
    • +13
    /firmware/App/Modes/ModeTreatmentParams.c
DENBUG-335: Add air trap fill handling in Dialysis: BLD Zeroing state.

DENBUG-335: fixed merge conflict.

    • -2
    • +2
    /firmware/App/Controllers/DGInterface.c
    • -1
    • +1
    /firmware/App/Controllers/DGInterface.h
    • -3
    • +3
    /firmware/App/Controllers/SyringePump.c
    • -1
    • +1
    /firmware/App/Controllers/Temperatures.c
    • -11
    • +37
    /firmware/App/Controllers/Valves.c
    • -1
    • +1
    /firmware/App/Modes/ConsumableSelfTest.c
DENBUG-335: more air trap fill tuning.

DENBUG-335: air trap fill refinements.

DENBUG-335: First cut at new air trap fill approach with closing of VBV and slowing of BP.

    • -2
    • +29
    /firmware/App/Controllers/AirTrap.c
    • -34
    • +67
    /firmware/App/Modes/TreatmentStop.c
LDT-4248: Home pinch valves in standby mode if not already homed.

    • -15
    • +25
    /firmware/App/Controllers/Valves.c
    • -19
    • +30
    /firmware/App/Modes/ModeStandby.c
    • -1
    • +1
    /firmware/App/Modes/StateTxBloodPrime.c
LDT-3959: Removed dead test code.

    • -216
    • +0
    /firmware/App/Tasks/TaskGeneral.c
LDT-3952: Fixed bug where moving average overflows its buffer when target flow is zero.

    • -22
    • +11
    /firmware/App/Controllers/BloodFlow.c
LDT-3607: Fixed merge conflicts.

LDT-3607: Fixed wrong message ID on pinch valve home command.

Merge branch 'LDT-3126-blood-prime-td' into develop

Merge branch 'LDT-3126-blood-prime-td' into develop

    • -15
    • +231
    /firmware/App/Modes/StateTxBloodPrime.c
LDT-3126: Fixes to state machine.

    • -54
    • +58
    /firmware/App/Modes/StateTxBloodPrime.c
    • -2
    • +1
    /firmware/App/Modes/StateTxBloodPrime.h
LDT-3126: Updates per code review.

    • -20
    • +21
    /firmware/App/Modes/StateTxBloodPrime.c
LDT-473: Fixed temporary range check code until institutional settings is implemented.

LDT-473: Added temporary range check code until institutional settings is implemented.

LDT-2932: Fixed TMP calculation.