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
As observed at XPCS 8-ID-I by @sureshnaps, a shutter is not moving with the bps.mv(shutter, "close") command from bluesky. Previously, the shutter was closed with the same command, then opened from the GUI screens (unknown to bluesky). When bluesky was told to close the shutter, nothing happened.
The text was updated successfully, but these errors were encountered:
We're observing problems at times with signal.value where the value seems stale. Replacing with signal.get() produces the expected result. Probably the case here. Look in the Shutter base class.
As observed at XPCS 8-ID-I by @sureshnaps, a shutter is not moving with the
bps.mv(shutter, "close")
command from bluesky. Previously, the shutter was closed with the same command, then opened from the GUI screens (unknown to bluesky). When bluesky was told to close the shutter, nothing happened.The text was updated successfully, but these errors were encountered: