pcdshub / solid-attenuator

LCLS Solid Attenuator System IOC
https://pcdshub.github.io/solid-attenuator
Other
1 stars 4 forks source link

IOC will exit if PyEpics connections are lost #8

Closed rajanplumley closed 4 years ago

rajanplumley commented 4 years ago

Currently :SYS:EV_RBV and :SYS:T_DES run coroutines with a PyEpics pv.get() in a loop. Need to wrap these in trys and timeouts so the IOC doesn't exit if it cannot successfully connect to external PVs.