Newer
Older
Pete Jemian
committed
# this definition is optional
setenv EPICS_DISPLAY_PATH .
Pete Jemian
committed
# MUST be defined before calling ./setup_epics_common
Pete Jemian
committed
setenv EPICS_APP_ADL_DIR ${EPICS_APP}/xxxApp/op/adl
# Allow script to be run from any directory
cd ${EPICS_APP}
Pete Jemian
committed
# define environment variables for MEDM and Probe
source ./setup_epics_common
Pete Jemian
committed
echo ${EPICS_DISPLAY_PATH}
cd ${EPICS_APP_ADL_DIR}
setenv START_PUTRECORDER ${EPICS_APP}/start_putrecorder
setenv EDITOR nedit
Pete Jemian
committed
# start MEDM
medm xxx.adl &