Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxx-R6-1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
synApps_6_1_Working
xxx-R6-1
Commits
5477e3db
Commit
5477e3db
authored
9 years ago
by
dohnarms
Browse files
Options
Downloads
Patches
Plain Diff
add alive screen paths to medm and caQtDM scripts
parent
b8fe8891
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
start_caQtDM
+3
-0
3 additions, 0 deletions
start_caQtDM
start_caQtDM_APSshare
+3
-0
3 additions, 0 deletions
start_caQtDM_APSshare
start_epics_xxx.bash
+1
-0
1 addition, 0 deletions
start_epics_xxx.bash
with
7 additions
and
0 deletions
start_caQtDM
+
3
−
0
View file @
5477e3db
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
start_caQtDM_APSshare
+
3
−
0
View file @
5477e3db
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
start_epics_xxx.bash
+
1
−
0
View file @
5477e3db
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment