You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which means its taking the PV that exists everywhere for turbo pmac, $(SYS)$(DEV)Sts:1-Sts , generically, and its doing the operation on its value:
value>>11&1 and asking if that is equal to 0? If yes, then Kill-Sts is set to 1, if it not equal 0, Kill-Sts is set to 0.
We can embed this logic into the ophyd read back instead, so that it generically maps to all motors without need for custom EPICS database entries.
Will take some modification of class PMACKiller(EpicsSignal):
The text was updated successfully, but these errors were encountered:
we did the most immediate fix here. @maffettone do you want me to close this or leave it open until the feature above is merged and then we import from there?
The solution provided in #83 depended on a
Kill-STS
PV that was custom built by John.We can embed this logic into the ophyd read back instead, so that it generically maps to all motors without need for custom EPICS database entries.
Will take some modification of
class PMACKiller(EpicsSignal):
The text was updated successfully, but these errors were encountered: