slaclab / pabv_control

BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Changes For Alarm Display #92

Closed marty-pmr closed 4 years ago

marty-pmr commented 4 years ago
  1. Remove CLEAR from green banner.
  2. for PIP MAX (Red) "Peak Patient Inspiratory pressure exceeded. Check PIP Valve"
  3. Vol Low Alarm (Red) "Low Tidal Volume. Check Ventilator, patient circuit"
  4. 12 V (Red) "Electrical power lost"
  5. 9 V (Yellow) "Alarm battery low. Replace soon"
  6. Pressure Low (Red) "Patient Inspiratory Pressure Low, Check patient circuit"
  7. Peep Min (Yellow) "Pressure below PEEP. Check patient circuit"
mwittgen commented 4 years ago

@marty-pmr currently only one alarm condition is displayed on the banner. How do the alarm and warning condition rank? alarms have a higher display priority than warnings, but we would need to sort alarm and warning conditions.

marty-pmr commented 4 years ago

Hi Matthias,

I would like to try scrolling through alarms and warnings, say 2 second shots…

Thanks,

Marty

From: mwittgen Sent: Wednesday, June 24, 2020 11:27 AM To: slaclab/pabv_control pabv_control@noreply.github.com Cc: Breidenbach, Martin mib@slac.stanford.edu; Mention mention@noreply.github.com Subject: Re: [slaclab/pabv_control] Changes For Alarm Display (#92)

@marty-pmrhttps://github.com/marty-pmr currently only one alarm condition is displayed on the banner. How do the alarm and warning condition rank? alarms have a higher display priority than warnings, but we would need to sort alarm and warning conditions.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/slaclab/pabv_control/issues/92#issuecomment-648989961, or unsubscribehttps://github.com/notifications/unsubscribe-auth/APB4OBVUPLOJZZD4SALHJHLRYJAPRANCNFSM4OAY3WBA.

mwittgen commented 4 years ago

Addressed in latest devel