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 a user I'd like to see visual feedback on the screen when a xy stage is moving. This most likely web based presentation of information would reassure me that the plan is going according to plan.
Discussions of this feature to date include possible solutions:
lightweight 'ophyd as a service' implementation where RunEngine with a single command can get the data, and return to the web GUI through websockets or graphql
The former requires a second configuration mapping devices to PVs, competing with dodal as a source of truth. That would be a maintenance overhead that is now absent from GDA.
The latter would need to be connected to a control-baton service to ensure no invalid changes to the beamline state happen - for instance a move on y axis when the main RunEngine is running a raster scan.
BUT we need a control-baton service anyway for the SWIFT use case with two end stations. Presumably blueapi would need to get a baton to get control of the beamline to change it at the start of a scan.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
As a user I'd like to see visual feedback on the screen when a xy stage is moving. This most likely web based presentation of information would reassure me that the plan is going according to plan.
Discussions of this feature to date include possible solutions:
The former requires a second configuration mapping devices to PVs, competing with
dodal
as a source of truth. That would be a maintenance overhead that is now absent from GDA.The latter would need to be connected to a
control-baton
service to ensure no invalid changes to the beamline state happen - for instance a move on y axis when the main RunEngine is running a raster scan.BUT we need a
control-baton
service anyway for the SWIFT use case with two end stations. Presumably blueapi would need to get a baton to get control of the beamline to change it at the start of a scan.Beta Was this translation helpful? Give feedback.
All reactions