Skip to content
Snippets Groups Projects
Commit b4eab91d authored by Ron Sluiter's avatar Ron Sluiter
Browse files

Added IP to EPICS_DISPLAY_PATH.

parent b10749ac
No related branches found
No related tags found
No related merge requests found
#!/bin/csh
setenv EPICS_APP /home/oxygen/SLUITER/ioc_Vx_5-4/support/xxx
rm tmp;touch tmp;perl $EPICS_APP/release.pl $EPICS_APP;source tmp
setenv IP $ip
setenv IP330 $ip330
setenv MCA $mca
setenv STD $std
setenv MOTOR $motor
setenv EPICS_DISPLAY_PATH ${MOTOR}/motorApp/op/adl':'${STD}/stdApp/op/adl':'${MCA}/mcaApp/op/adl':'${IP330}/ip330App/op/adl
setenv EPICS_DISPLAY_PATH ${MOTOR}/motorApp/op/adl':'${STD}/stdApp/op/adl':'${MCA}/mcaApp/op/adl':'${IP330}/ip330App/op/adl':'${IP}/ipApp/op/adl
setenv BURT_INCLUDE "-I${MOTOR}/motorApp/op/adl -I${STD}/stdApp/op/adl -I${MCA}/mcaApp/op/adl -I${IP330}/ip330App/op/adl"
if (! ${?MEDM_EXEC_LIST}) setenv MEDM_EXEC_LIST 'Help; medm_help.sh &T:Probe;probe &P &'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment