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
bd9bc7c3
Commit
bd9bc7c3
authored
10 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
caputrecorder
parent
70dbd57f
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
iocBoot/iocLinux/st.cmd
+17
-3
17 additions, 3 deletions
iocBoot/iocLinux/st.cmd
with
17 additions
and
3 deletions
iocBoot/iocLinux/st.cmd
+
17
−
3
View file @
bd9bc7c3
...
@@ -27,11 +27,24 @@ iocxxxLinux_registerRecordDeviceDriver(pdbbase)
...
@@ -27,11 +27,24 @@ iocxxxLinux_registerRecordDeviceDriver(pdbbase)
<
save_restore
.cmd
<
save_restore
.cmd
#
Access
Security
#
Access
Security
#
dbLoadRecords
(
"$(TOP)/xxxApp/Db/Security_Control.db"
,
"P=xxx:"
)
dbLoadRecords
(
"$(TOP)/xxxApp/Db/Security_Control.db"
,
"P=xxx:"
)
#
asSetFilename
(
"$(TOP)/iocBoot/accessSecurity.acf"
)
asSetFilename
(
"$(TOP)/iocBoot/accessSecurity.acf"
)
#
asSetSubstitutions
(
"P=xxx:"
)
asSetSubstitutions
(
"P=xxx:"
)
#
Can
modify
file
and
reinit
with
"asInit"
#
Can
modify
file
and
reinit
with
"asInit"
#
caputRecorder
dbLoadRecords
(
"$(CAPUTRECORDER)/caputRecorderApp/Db/caputRecorder.db"
,
"P=xxx:,N=300"
)
doAfterIocInit
(
"registerCaputRecorderTrapListener('xxx:caputRecorderCommand')"
)
#
caPutLog
#epicsEnvSet
EPICS_AS_PUT_LOG_PV
xxx
:caputRecorderCommand
#define
caPutLogNone
-
1
/
*
no
logging
(
disable
)
*
/
#define
caPutLogOnChange
0
/
*
log
only
on
value
change
*
/
#define
caPutLogAll
1
/
*
log
all
puts
*
/
#define
caPutLogAllNoFilter
2
/
*
log
all
puts
no
filtering
on
same
PV
*
/
#doAfterIocInit
(
"caPutLogInit('mooneylinux',1)"
)
<
areaDetector
.cmd
<
areaDetector
.cmd
#
soft
scaler
for
testing
#
soft
scaler
for
testing
...
@@ -198,3 +211,4 @@ dbcar(*,1)
...
@@ -198,3 +211,4 @@ dbcar(*,1)
#
print
the
time
our
boot
was
finished
#
print
the
time
our
boot
was
finished
date
date
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