Controllers

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-15306-hd-fault-valve-position-alarm-after-restoring-ac-power

Made the power loss check uniform

isACPowerLoss is an alarm status, move to AlarmMgmt

Trigger with CPLD power loss flag, recover HW state when AC returns, start alarm block countdown after alarm is cleared.

  1. … 4 more files in changeset.
Add stabilizationStartTimeMs to header.

Add stabilizationStartTimeMs to header.

DEN-15359: handle blood flow rate change in middle of stabilization state.

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

Can't keep in message x47 as f/w will not have calculated new min/max yet. I made it so message x9 will broadcast immediately after user changes pressure limit windows.

Can't keep in message x47 as f/w will not have calculated new min/max yet.
I made it so message x9 will broadcast immediately after user changes pressure limit windows.

DEN-15359: broadcast pressure data immediately after window change by user.

Seems the only message which is providing the calculated A/V min/max is here in message 0x09. I think it was better to keep the min, max of the arterial and venous in the message 0x47 (A/V InTx adj...

Seems the only message which is providing the calculated A/V min/max is here in message 0x09.
I think it was better to keep the min, max of the arterial and venous in the message 0x47 (A/V InTx adj) to let UI immediately have the updated values,
instead of the x09 which is a broadcast and won't immediately send the updated/calculated min/max, and causes a short delay (depending on interval of the broadcast) to update the UI.
Or in both if the message 0x09 is getting continuously updated during treatment.

RESOLVED IN CODE WALKTHROUGH.

RESOLVED IN CODE WALKTHROUGH.

RESOLVED IN CODE WALKTHROUGH.

RESOLVED IN CODE WALKTHROUGH.

RESOLVED IN CODE WALKTHROUGH.

RESOLVED IN CODE WALKTHROUGH.

Fixed.

Fixed.

DEN-15359: Addressed code review comments.

  1. … 1 more file in changeset.
Fixed.

Fixed.

Yes. Fixed.

Yes. Fixed.

Yes. Fixed.

Yes. Fixed.

Fixed.

Fixed.

Fixed.

Fixed.

same here?

same here?

Isn't the Venous Asymmetric missing?

Isn't the Venous Asymmetric missing?

don't you need to add the venous asymmetric here to be reset? Since I am going to give user an option to adjust it during treatment.

don't you need to add the venous asymmetric here to be reset?
Since I am going to give user an option to adjust it during treatment.

Add signalTestConfigRsrvrMgmtUse, currentReservoirMgmtState

Add signalTestConfigRsrvrMgmtUse, currentReservoirMgmtState

Update header. currentPreTreatmentState, signalTestConfigRsrvrMgmtUse

Update header. currentPreTreatmentState, signalTestConfigRsrvrMgmtUse

Add pressureLimitsActive to header.

Add pressureLimitsActive to header.

Add pressureLimitsActive to header.

Add pressureLimitsActive to header.

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

DEN-15359: finished arterial/venous pressure limits window update.

  1. … 3 more files in changeset.
Will always be integers. Prefer to store them that way.

Will always be integers. Prefer to store them that way.