BCDA-APS / apstools

various tools for use with Bluesky at the APS
https://bcda-aps.github.io/apstools/latest/
Other
16 stars 9 forks source link

Support profile move databases for ISN with ophyd #986

Open prjemian opened 2 weeks ago

prjemian commented 2 weeks ago

The EPICS motor module has profile move databases (controller and axes). ISN wants to use that with upcoming beam time.

Create an ophyd object to support these databases. Here are some notes.

source files in EPICS motor module

ISN instance example

The control screen is displayed with these arguments:

/APSshare/epics/synApps_6_3/support/motor-R7-3-1//motorApp/op/ui/autoconvert/profileMove.ui, macro: TITLE=ACS test,P=2idsft:,M1=m1,M2=m2,M3=m3,M4=m4,M5=m5,M6=m6,M7=m7,M8=m8,R=pm1:

19id profile move screen

setup code for current bluesky support

setup_profile_move

prjemian commented 1 week ago

ISN is working on this for a demo next week. Delaying this issue until next milestone.