Closed prjemian closed 3 years ago
Change this in xxx.ui
.
ALL the fields are white. Are the PVs defined?
DB prefix (as the IOC starts) is $(P):orient1:
. S
The pattern to follow is:
<string>$(P)orient$(O):stopMotors</string>
the INSTANCE
should change from INSTANCE=1
: https://github.com/prjemian/epics-docker/blob/7a8c886ac2f863e619be4c6d50c35ca389bccb05/v1.1/n5_custom_synApps/ioc_files/customize_xxx.sh#L90
to INSTANCE=_0
Still, the real motors need to be changed.
in ${XXX}/xxxApp/op/ui/xxx.ui
:
mTTH=SM1,mTH=SM2,mCHI=SM3,mPHI=SM4
mTTH=m29,mTH=m30,mCHI=m31,mPHI=m32
The default screen (
orient.ui
) points toSM
motors. Need an additional screen (or change the existing call) that points to the actual motors in use: https://github.com/prjemian/epics-docker/blob/71ca49ed4bafcf4c4e4835f18d741ee2436c7618/v1.1/n5_custom_synApps/ioc_files/customize_xxx.sh#L49-L52