hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-13460: Use max time windowed count instead of persistence for commutation errors.

    • -1
    • +4
    /firmware/App/Controllers/DialInFlow.c
    • -1
    • +5
    /firmware/App/Controllers/DialOutFlow.c
DEN-13460: Added minimum pump speed as criteria for pump direction alarms.

    • -3
    • +6
    /firmware/App/Controllers/DialInFlow.c
    • -3
    • +6
    /firmware/App/Controllers/DialOutFlow.c
Updated the valves transition algorithm

Merge branch 'DEN-13460-dg_hd_dev-hd_dg_dvt-update-part-2' of ssh://dvm-linux02:7999/hd/hdfirmware into DEN-13460-dg_hd_dev-hd_dg_dvt-update-part-2

DEN-13460: Added retract syringe pump command at dry s.t. for unexpected condition that pump is not homed yet.

Removed.

Removed.

Fixed. Good catch. started with boolean, but changed to enum.

Fixed. Good catch. started with boolean, but changed to enum.

Modified names

Modified names

DEN-13460 updated the pressure occlusion

    • -74
    • +24
    /firmware/App/Controllers/PresOccl.c
    • -5
    • +6
    /firmware/App/Controllers/SyringePump.c
    • -88
    • +23
    /firmware/App/Controllers/Temperatures.c
    • -2
    • +0
    /firmware/App/Controllers/Temperatures.h
Updated the syringe pump retract function

    • -1
    • +1
    /firmware/App/Controllers/SyringePump.c
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Merged DEN-13460 and resolved the conflicts

    • -16
    • +4
    /firmware/App/Controllers/SyringePump.c
Updated the drivers with the latest demo changes

    • -1177
    • +1177
    /firmware/App/Controllers/BloodFlow.c
    • -1245
    • +1246
    /firmware/App/Controllers/DialInFlow.c
    • -2
    • +4
    /firmware/App/Controllers/DialOutFlow.c
    • -16
    • +4
    /firmware/App/Controllers/SyringePump.c
    • -10
    • +11
    /firmware/App/Controllers/Valves.c
Merge branch 'DEN-13460-dg_hd_dev-hd_dg_dvt-update-part-2' of ssh://dvm-linux02:7999/hd/hdfirmware into DEN-13460-dg_hd_dev-hd_dg_dvt-update-part-2

DEN-13460: Fixed syringe home issues.

    • -16
    • +4
    /firmware/App/Controllers/SyringePump.c
Merge branch 'DEN-13460-dg_hd_dev-hd_dg_dvt-update-part-2' of ssh://dvm-linux02:7999/hd/hdfirmware into DEN-13460-dg_hd_dev-hd_dg_dvt-update-part-2

DEN-13460 updated the valves homing code

DEN-13460: Relaxed alarm 159 threshold. Reverted back to old way of estimating implied motor speed from target flow for purposes of alarm 159.

    • -4
    • +4
    /firmware/App/Controllers/DialInFlow.c
DEN-13460: Fixed merge conflicts.

DEN-13460: Added persistence to pump direction error count alarm. Fixed comments and pos A average calc for valves.

    • -2
    • +3
    /firmware/App/Controllers/DialInFlow.c
    • -3
    • +10
    /firmware/App/Controllers/DialOutFlow.c
DEN-13167 Code review comment updates 1.

Updated the self tests tolerance

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

Merge branch 'develop' of ssh://dvm-linux02:7999/hd/hdfirmware into develop

Merged DEN-13460

    • -2
    • +2
    /firmware/App/Controllers/SyringePump.c
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

DEN-13460 updated the code for DVT

    • -2
    • +7
    /firmware/App/Controllers/DialOutFlow.c
Can we remove this now?

Can we remove this now?

I though cycle was an enum (start/final), not a boolean. Should we be looking for final (not TRUE)?

I though cycle was an enum (start/final), not a boolean. Should we be looking for final (not TRUE)?

Better name is reservoir use cycle steady sample points (during treatment, but we're in Dialysis.c here so treatment can be inferred).

Better name is reservoir use cycle steady sample points (during treatment, but we're in Dialysis.c here so treatment can be inferred).