Closed qzhang234 closed 3 years ago
Missing an from ophyd import DeviceStatus
statement in ~/.ipython-bluesky/profile_bluesky/startup/instrument/devices/lambda_750k.py
:
NameError: name 'DeviceStatus' is not defined
Pete's patch fixed the problem. Thanks!
I'm testing Bluesky with Lambda by running
AD_Acquire
only and Bluesky crashed with the following message. Lambda itself seems to work as confirmed from the EPICS interface.8-ID-I has a dry-run with Nicholas and his team members next Monday and the real demo with light source directors on 01/13. Although we could always run Spec with Lambda and Bluesky with Rigaku (which seems to be working by the way), it would be great to just run a few measurements with Bluesky/Lambda as well.
Error message from Bluesky
``` In [25]: In [25]: RE(AD_Acquire(lambdadet, 'A001_Test', 0.1, 0.11, 100, '/home/8ididata/2020-3/demo202101')) Transient Scan ID: 203664 Time: 2021-01-08 22:35:59 Persistent Unique Scan ID: 'e15ef308-155c-4817-aab2-e4a07a66e299' New stream: 'baseline' New stream: 'Timebase_monitor' New stream: 'pind1_monitor' New stream: 'pind2_monitor' New stream: 'Atten1_monitor' New stream: 'Atten2_monitor' New stream: 'pid1_controlled_value_monitor' New stream: 'pid1_final_value_monitor' --------------------------------------------------------------------------- NameError Traceback (most recent call last)