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
440e5863
Commit
440e5863
authored
7 years ago
by
Pete R Jemian
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
structure of AD 2.6
parent
0bfaa2f6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
EXAMPLE_start_caQtDM.sh
+40
-35
40 additions, 35 deletions
EXAMPLE_start_caQtDM.sh
with
40 additions
and
35 deletions
EXAMPLE_start_caQtDM.sh
+
40
−
35
View file @
440e5863
#!/bin/bash
export
EPICS_APP
=
/APSshare/epics/synApps_5_7/support/xxx-5-7-1
if
[
-z
"/APSshare/epics"
]
;
then
export
EPICS_APP
=
/APSshare/epics/synApps_5_7/support/xxx-5-7-1
else
export
EPICS_APP
=
/usr/local/epics/synApps_5_8/support/xxx-5-8-3
fi
export
EPICS_APP_UI_DIR
=
${
EPICS_APP
}
/xxxApp/op/ui
...
...
@@ -42,45 +46,51 @@ eval $output
# add support for modules defined by environment variables
# modules are *appended* to the growing list of directories
if
[
""
==
"
${
ADSIMDETECTOR
}
"
]
;
then
export
ADSIMDETECTOR
=
${
AREA_DETECTOR
}
/ADSimDetector-R2-4
fi
# ======== ================ ===========================
# function MODULE_VARIABLE subdirectory with .ui files
# ======== ================ ===========================
addModule EPICS_APP_UI_DIR
addModule ALIVE ./aliveApp/op/ui
addModule AREA_DETECTOR ./ADCore/ADApp/op/ui
addModule AREA_DETECTOR ./ADCore/ADApp/op/ui/autoconvert
addModule ASYN ./opi/caqtdm
addModule ADCORE ./ADApp/op/ui/autoconvert
addModule ADSIMDETECTOR ./simDetectorApp/op/ui/autoconvert
addModule ASYN ./opi/caqtdm
addModule AUTOSAVE ./asApp/op/ui
addModule BUSY ./busyApp/op/ui
addModule CALC ./calcApp/op/ui
addModule CAMAC ./camacApp/op/ui
addModule BUSY
./busyApp/op/ui
addModule CALC
./calcApp/op/ui
addModule CAMAC
./camacApp/op/ui
addModule CAPUTRECORDER ./caputRecorderApp/op/ui
addModule DAC128V ./dac128VApp/op/ui
addModule DAC128V
./dac128VApp/op/ui
addModule DELAYGEN ./delaygenApp/op/ui
addModule DEVIOCSTATS ./op/ui
addModule DXP ./dxpApp/op/ui
addModule IP ./ipApp/op/ui
addModule IP330 ./ip330App/op/ui
addModule DXP
./dxpApp/op/ui
addModule IP
./ipApp/op/ui
addModule IP330
./ip330App/op/ui
addModule IPUNIDIG ./ipUnidigApp/op/ui
addModule LOVE ./loveApp/op/ui
addModule MCA ./mcaApp/op/ui
addModule MODBUS ./modbusApp/op/ui
addModule MOTOR ./motorApp/op/ui
addModule OPTICS ./opticsApp/op/ui
addModule QUADEM ./quadEMApp/op/ui
addModule LOVE
./loveApp/op/ui
addModule MCA
./mcaApp/op/ui
addModule MODBUS
./modbusApp/op/ui
addModule MOTOR
./motorApp/op/ui
addModule OPTICS
./opticsApp/op/ui
addModule QUADEM
./quadEMApp/op/ui
addModule SOFTGLUE ./softGlueApp/op/ui
addModule SSCAN ./sscanApp/op/ui
addModule STD ./stdApp/op/ui
addModule VAC ./vacApp/op/ui
addModule VME ./vmeApp/op/ui
addModule SSCAN
./sscanApp/op/ui
addModule STD
./stdApp/op/ui
addModule VAC
./vacApp/op/ui
addModule VME
./vmeApp/op/ui
# ======== ================ ===========================
#######################################
# optional: add support directories not associated with environment variables
# QTDMDP=${QTDMDP}:/APSshare/uisys/sr/id
if
[
-z
"/APSshare/caqtdm"
]
;
then
QTDMDP
=
${
QTDMDP
}
:/APSshare/uisys/sr/id
fi
#######################################
# Define CAQTDM_DISPLAY_PATH
...
...
@@ -137,15 +147,19 @@ cd ${EPICS_APP_UI_DIR}
export
MEDM_EXEC_LIST
=
# For drag-and-drop workaround at APS, need /APSshare/bin/xclip
export
PATH
=
${
PATH
}
:/APSshare/bin
export
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`'
export
START_PUTRECORDER
=
${
EPICS_APP
}
/start_putrecorder
export
MACROS_PY
=
${
EPICS_APP_UI_DIR
}
/../python/macros.py
export
EDITOR
=
nedit
export
QT_PLUGIN_PATH
=
/APSshare/caqtdm/plugins
export
LD_LIBRARY_PATH
=
/APSshare/caqtdm/lib
export
LD_LIBRARY_PATH
=
${
LD_LIBRARY_PATH
}
:/APSshare/epics/base-3.14.12.3/lib/linux-x86_64
if
[
-z
"/APSshare/caqtdm"
]
;
then
export
PATH
=
${
PATH
}
:/APSshare/bin
export
QT_PLUGIN_PATH
=
/APSshare/caqtdm/plugins
export
LD_LIBRARY_PATH
=
/APSshare/caqtdm/lib
export
LD_LIBRARY_PATH
=
${
LD_LIBRARY_PATH
}
:/APSshare/epics/base-3.14.12.3/lib/linux-x86_64
else
export
QT_PLUGIN_PATH
=
/usr/local/epics/extensions/lib/linux-x86_64
fi
#######################################
...
...
@@ -158,12 +172,3 @@ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/APSshare/epics/base-3.14.12.3/lib/lin
# start caQtDM
#caQtDM -noMsg xxx.ui &
caQtDM
-style
plastique
-noMsg
xxx.ui &
########### SVN repository information ###################
# $Date$
# $Author$
# $Revision$
# $URL$
# $Id$
########### SVN repository information ###################
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