Newer
Older
#!/bin/bash
export EPICS_APP=`dirname ${BASH_SOURCE:-$0}`
source ${EPICS_APP}/setup_epics_common medm
Pete Jemian
committed
if [ -z "${MEDM_EXEC_LIST}" ]
fi
#export EPICS_CA_ADDR_LIST="164.54.53.126"
# This should agree with the environment variable set by the ioc
# see 'putenv "EPICS_CA_MAX_ARRAY_BYTES=64008"' in iocBoot/ioc<target>/st.cmd
export EPICS_CA_MAX_ARRAY_BYTES=64008
export START_PUTRECORDER=${EPICS_APP}/start_putrecorder
export MACROS_PY=${EPICS_APP_ADL_DIR}/../python/macros.py
export EDITOR=nedit
medm -x ${1:-${DEFAULT_UI_FILE}} &
# TODO: what about ALL command line parameters? "$*"