Closed rajanplumley closed 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.
:SYS:EV_RBV
:SYS:T_DES
pv.get()
Currently
:SYS:EV_RBV
and:SYS:T_DES
run coroutines with a PyEpicspv.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.