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
0df38891
Commit
0df38891
authored
9 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
macros_xxx:.py -> macros_xxx.py
parent
654e0433
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
start_putrecorder
+4
-1
4 additions, 1 deletion
start_putrecorder
with
4 additions
and
1 deletion
start_putrecorder
+
4
−
1
View file @
0df38891
...
...
@@ -10,13 +10,16 @@ MACROS_PY_DIR=${EPICS_APP}/xxxApp/op/python
output
=
`
perl
-s
${
EPICS_APP
}
/release.pl
-form
=
bash
${
EPICS_APP
}
`
eval
$output
#echo "CAPUTRECORDER=", $CAPUTRECORDER
CAPUTRECORDER_PY
=
${
CAPUTRECORDER
}
/caputRecorderApp/op/python/caputRecorder.py
arch
=
`
uname
-p
`
COMMAND
=
"/APSshare/anaconda/
${
arch
}
/bin/python
${
CAPUTRECORDER_PY
}
"
#COMMAND="/APSshare/epd/rh6-x86_64/bin/python ${CAPUTRECORDER_PY}"
export
PYTHONPATH
=
${
MACROS_PY_DIR
}
:
$PYTHONPATH
MACROS_PY
=
${
MACROS_PY_DIR
}
/
"macros_"
${
PREFIX
}
.py
namePrefix
=
$(
echo
$PREFIX
|
sed
s/://g
)
MACROS_PY
=
${
MACROS_PY_DIR
}
/
"macros_"
${
namePrefix
}
.py
# start caputRecorder.py
$COMMAND
${
PREFIX
}
${
MACROS_PY
}
&
...
...
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