Controllers

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-12224 updated the fans driver

DEN-12224: Updated initial DP PWM estimate equations based on preliminary data.

0xA04E was originally MSG_ID_DG_HD_COMMUNICATION_STATUS_OVERRIDE. It was moved to 0xA008 due to an out of sync error in our lovely excel sheet. MSG_ID_DG_SET_FANS_RPM_ALARM_START_TIME_OFFSET should...

0xA04E was originally MSG_ID_DG_HD_COMMUNICATION_STATUS_OVERRIDE. It was moved to 0xA008 due to an out of sync error in our lovely excel sheet. MSG_ID_DG_SET_FANS_RPM_ALARM_START_TIME_OFFSET should now be 0xA04E.

Note: These values are what is currently reflected on staging.

Where is 0xA04E?

Where is 0xA04E?

DEN-12224, DEN-12232 updated the fans driver

Merged DEN-12224

  1. … 1 more file in changeset.
DEN-12215 Merged Staging branch. Updated DG_FILL_ defs, WET_SELF_TESTS_ defs.

  1. … 37 more files in changeset.
Added exception for Stopped sub states and before door should be closed.

Added exception for Stopped sub states and before door should be closed.

Added

Added

Added.

Added.

Added.

Added.

Good catch. Updated.

Good catch. Updated.

Moved and used getSwitchStatus to ensure overrides work.

Moved and used getSwitchStatus to ensure overrides work.

DEN-12224 updated the software configurations

  1. … 1 more file in changeset.
DEN-10974 Code review updates

  1. … 3 more files in changeset.
Sean said leave it as is. No harm to be done.

Sean said leave it as is. No harm to be done.

Yes. It writes the entire block for MEMORY and SECTIONS so the entire section must be overridden rather than single items.

Yes. It writes the entire block for MEMORY and SECTIONS so the entire section must be overridden rather than single items.

DEN-11928 Changed heparin bolus rate from 40.0 to 720.0 mL/hr per Systems request

DEN-11928 Changed heparin bolus target rate from 40.0 to 720.0 mL/hr per Systems request

Merge branch 'DEN-12224-dg_hd_dev-switches-monitor' into develop

  1. … 1 more file in changeset.
DEN-12224 updated the software configurations and increased the wet self test tolerances

  1. … 2 more files in changeset.
DEN-12224, DEN-12232 updated the fans driver

Similiar to how the check is done in ModePostTreat.c, I think we should check if the heparin parameters are > 0.0 than NEARLY_ZERO.

Similiar to how the check is done in ModePostTreat.c, I think we should check if the heparin parameters are > 0.0 than NEARLY_ZERO.

Out of scope of the changes here but hepRate should be getting TREATMENT_PARAM_HEPARIN_DISPENSE_RATE instead of TREATMENT_PARAM_HEPARIN_BOLUS_VOLUME.

Out of scope of the changes here but hepRate should be getting TREATMENT_PARAM_HEPARIN_DISPENSE_RATE instead of TREATMENT_PARAM_HEPARIN_BOLUS_VOLUME.

Should we check pump track switch too?

Should we check pump track switch too?

Should we check pump track switch too?

Should we check pump track switch too?

Why does door need to be closed for this state?

Why does door need to be closed for this state?

Do we want to check pump track switch too?

Do we want to check pump track switch too?

I think you have these switch checks in the right pre-treatment sub-modes, but I think each of these sub-modes will have a "stopped" state in its state machine where it will go if an alarm occurs a...

I think you have these switch checks in the right pre-treatment sub-modes, but I think each of these sub-modes will have a "stopped" state in its state machine where it will go if an alarm occurs and in that state the user should be allowed to open the door to possibly address the issue.
So I think we need to figure out how to exempt those alarm states.

If I understand what you did here, I think we're good updating from HALCoGen w/o breaking the build but if we change stack size(s) we will need to manually update the #if 1 section accordingly afte...

If I understand what you did here, I think we're good updating from HALCoGen w/o breaking the build but if we change stack size(s) we will need to manually update the #if 1 section accordingly after HALCoGen updates this file.