prjemian / epics-docker

Provide EPICS IOCs in docker images
9 stars 4 forks source link

4-circle screen points to different motors #28

Closed prjemian closed 3 years ago

prjemian commented 3 years ago

The default screen (orient.ui) points to SM 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

prjemian commented 3 years ago

Change this in xxx.ui.

prjemian commented 3 years ago

ALL the fields are white. Are the PVs defined?

prjemian commented 3 years ago

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

prjemian commented 3 years ago

Still, the real motors need to be changed.

prjemian commented 3 years ago

in ${XXX}/xxxApp/op/ui/xxx.ui: