dgfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'DEN-15660-test_configuration_treatment_recovery' into develop

DEN-15809 added code to clear the dialysate generation alarm 147

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

Merge branch 'DEN-15660-test_configuration_treatment_recovery' into develop

DEN-15809 updated the code to trigger another alarm if the empty bottle alarms have been triggered.:

What about acid?

What about acid?

This looks strange. If we have a empty bottle alarm, shouldn't we just not start a fill in the first place? With this approach, you're just stuck in fill start state until user clears the alarm.

This looks strange. If we have a empty bottle alarm, shouldn't we just not start a fill in the first place?
With this approach, you're just stuck in fill start state until user clears the alarm.

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

Merge branch 'DEN-15660-test_configuration_treatment_recovery' into develop

    • -1
    • +1
    /firmware/App/Modes/ModeHeatDisinfect.c
DEN-15660, DEN-15781, added code to not check the dialysate temperature sensorswhen the dialysate flow is zero. DEN-15808, Added code to process the empty jug alarm

    • -1
    • +1
    /firmware/App/Modes/ModeHeatDisinfect.c
Can we move these declarations up to top of scope?

Can we move these declarations up to top of scope?

Replace "TIMEOUT" with "TIME"

Replace "TIMEOUT" with "TIME"

Is this really a timeout? Or is it a minimum duration?

Is this really a timeout? Or is it a minimum duration?

Do we still want un-averaged TDi and TRo in this broadcast? Is anybody using them? If not, why not replace the old temps with the new averages?

Do we still want un-averaged TDi and TRo in this broadcast? Is anybody using them? If not, why not replace the old temps with the new averages?

Swap first and TRo positions in enum. TRo should be first, then we add a first to mark it as first.

Swap first and TRo positions in enum. TRo should be first, then we add a first to mark it as first.

Don't like "timeout" in this constant. It's not really a timeout. It's a sample time (or collection time if you prefer). Change TIMEOUT to TIME.

Don't like "timeout" in this constant. It's not really a timeout. It's a sample time (or collection time if you prefer). Change TIMEOUT to TIME.

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

Merge branch 'DEN-15660-test_configuration_treatment_recovery' into develop

DEN-15660, DEN-15767, DEN-15781 cleaned up the SystemCommMessages.c for messages list script. Added moving average for TDi and TRo sensors for dialysate temperature drift check

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

Merge branch 'DEN-15802-no-dg-flow-rate-out-of-range-alarms-191-192-for-heat-disinfect-active-cool' into develop

DEN-15802 Correct alarm 191.192 testing based upon specific modes.

Check alarm Ids 191, 192 in Heat Disinfect Active Cool

Check alarm Ids 191, 192 in Heat Disinfect Active Cool

DG-DEN-15802_NO DG Flow Rate Out OF Range Alarms 191 192 For Heat Disinfect Active Cool
DG-DEN-15802_NO DG Flow Rate Out OF Range Alarms 191 192 For Heat Disinfect Active Cool
Bamboo Commit: Updated DGCommon.h with build versions from Bamboo

Merge branch 'DEN-15802-no-dg-flow-rate-out-of-range-alarms-191-192-for-heat-disinfect-active-cool' into develop

# Conflicts:

# firmware/App/DGCommon.h

    • -2
    • +2
    /firmware/App/Modes/ModeHeatDisinfect.c
STRL-15802 Add Heat Disinfect Active Cool to logic to test for 191, 192

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