Skip to content
Snippets Groups Projects
start_caQtDM 565 B
Newer Older
mooney's avatar
mooney committed
#!/bin/csh -f

mooney's avatar
mooney committed
setenv EPICS_APP /home/oxygen/MOONEY/epics/synApps/support/xxx
setenv EPICS_APP_NAME xxx
mooney's avatar
mooney committed

# define environment variables for MEDM, caQtDM, and Probe
source ./setup_epics_common

mooney's avatar
mooney committed
# For drag-and-drop workaround:
mooney's avatar
mooney committed
# get xclip in path
mooney's avatar
mooney committed
setenv PATH ${PATH}:/APSshare/bin
unsetenv MEDM_EXEC_LIST
setenv CAQTDM_EXEC_LIST 'Probe;probe &P &:UI File;echo &A:PV Name(s);echo &P:Copy PV name; echo -n &P| xclip -i -sel clip:Paste PV name;caput &P `xclip -o -sel clip`'

mooney's avatar
mooney committed
cd ${EPICS_APP_UI_DIR}

mooney's avatar
mooney committed
alias caQtDM /APSshare/bin/caQtDM
caQtDM -noMsg ${EPICS_APP_NAME}.ui&