ssec-jhu / evolver-ng

Next gen eVolver controller for bioreactor project - wip
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Address exception handling in Evolver loop activity #152

Open amitschang opened 2 months ago

amitschang commented 2 months ago

The loop activity contains the critical function experiment logic, we should both ensure that exceptions become visible to the user and that exceptions are handled in a manner appropriate to the device function (e.g. abort, continue experiment, etc)