Skip to content
Snippets Groups Projects
Commit 5477e3db authored by dohnarms's avatar dohnarms
Browse files

add alive screen paths to medm and caQtDM scripts

parent b8fe8891
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,9 @@ endif
if ( ${?ASYN} ) then
setenv QTDMDP ${QTDMDP}:${ASYN}/opi/caqtdm
endif
if ( ${?ALIVE} ) then
setenv QTDMDP ${QTDMDP}:${ALIVE}/aliveApp/op/ui
endif
if ( ${?AUTOSAVE} ) then
setenv QTDMDP ${QTDMDP}:${AUTOSAVE}/asApp/op/ui
endif
......
......@@ -30,6 +30,9 @@ endif
if ( ${?ASYN} ) then
setenv QTDMDP ${QTDMDP}:${ASYN}/opi/caqtdm
endif
if ( ${?ALIVE} ) then
setenv QTDMDP ${QTDMDP}:${ALIVE}/aliveApp/op/ui
endif
if ( ${?AUTOSAVE} ) then
setenv QTDMDP ${QTDMDP}:${AUTOSAVE}/asApp/op/ui
endif
......
......@@ -18,6 +18,7 @@ function append_EDP { # note: in bash, macros are not expanded in aliases
}
EDP=.
append_EDP ${EPICS_APP_ADL_DIR}
append_EDP ${ALIVE}/aliveApp/op/adl
append_EDP ${AREA_DETECTOR}/ADApp/op/adl
append_EDP ${AUTOSAVE}/asApp/op/adl
append_EDP ${BUSY}/busyApp/op/adl
......
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