CohenLabPrinceton / pvp

Raspberry pi code for controlling the rapid-deploy critical care ventilator
GNU General Public License v3.0
13 stars 15 forks source link

Make sure technical alarms are raised #143

Open mschottdorf opened 4 years ago

mschottdorf commented 4 years ago

I've never seen a blue box; maybe bug?

mschottdorf commented 4 years ago

I've done some digging:

In the pushed version, we update oxygen every 5 seconds, but should raise a stuck-sensor alert if a number doesn't change >0.2s [ this is prefs.get_pref('CONTROLLER_MAX_STUCK_SENSOR') ]. As it should, the controller is generating a warning, and logging it: image

But no technical alert on the UI, so this might be a proper bug @sneakers-the-rat