firmware

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

    • -18
    • +18
    ./App/Services/SystemCommMessages.c
DEN-14689: updated naming msg_id naming in relation to common changes

    • -18
    • +18
    ./App/Services/SystemCommMessages.c
Fixed.

Fixed.

Fixed.

Fixed.

Fixed.

Fixed.

Merge branch 'staging' into DEN-14689-messaging-bugs

Fixed?

Fixed?

To answer this and comment below: above_high_safety_range = temp > 46 above_low_safety_range = temp > 42 above_target_temp = target + 4 below_target_temp = target - 4 below_low_safety_range = temp...

To answer this and comment below:

above_high_safety_range = temp > 46
above_low_safety_range = temp > 42
above_target_temp = target + 4
below_target_temp = target - 4
below_low_safety_range = temp < 33

I did not see any specification regarding to separate or not to separate. Original functionality had separate triggers. Respective PRS's state OR between the two triggers.
I think it would be clear to for us in terms of debugging to see which alarm is triggered since on the low side, temp - 4 would be lower than 33, (31).

Wording may be unclear. Im up for suggestions to help clarify the alarm differences.

Fixed. Thanks!

Fixed. Thanks!

Shouldnt this be set to 0U instead of 0.0F?

Shouldnt this be set to 0U instead of 0.0F?

This should be U32.

This should be U32.

This should be U32.

This should be U32.

RESOLVED IN CODE WALKTHROUGH.

RESOLVED IN CODE WALKTHROUGH.

RESOLVED IN CODE WALKTHROUGH.

RESOLVED IN CODE WALKTHROUGH.

Should we check for stall in bolus & continuous states?

Should we check for stall in bolus & continuous states?

seems odd to create a variable just for it to be returned. Is this value supposed to be overridable?

seems odd to create a variable just for it to be returned. Is this value supposed to be overridable?

Shouldnt this be set to 0U instead of 0.0F?

Shouldnt this be set to 0U instead of 0.0F?

HD-DEN-14906_Dialyzer DE Prime
HD-DEN-14906_Dialyzer DE Prime
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Fixed merge conflict.

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

Merge branch 'DEN-14830-incorrect-dialysate-temperature-alarm-triggered' into develop

more compiler fixes

DEN-14830: compiler fixes for develop.

DEN-14830: Implemented temperature recovery to be set at +-2 C of target temp. Implemented dialysate temperature alarms to have a clear period of 30s.

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

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

DEN-13154: Use raw FMD measured flow for alarm 312. Added capture of raw dialysate flow to facilitate this.

DEN-13154: Add syringe pump stall check to preload and seek states.