Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
e3-ADSpinnaker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESS EPICS Environment
wrappers
e3-ADSpinnaker
Commits
22fd7364
Commit
22fd7364
authored
5 years ago
by
Jeong Han Lee
Browse files
Options
Downloads
Patches
Plain Diff
so, it works for autosave request files
parent
a19ebeb2
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
cmds/jhlee.cmd
+18
-25
18 additions, 25 deletions
cmds/jhlee.cmd
with
18 additions
and
25 deletions
cmds/jhlee.cmd
+
18
−
25
View file @
22fd7364
...
...
@@ -3,11 +3,8 @@ require calc,3.7.3
require
busy
,
1
.7.2
-e
45
eda2
require
autosave
,
5
.10.0
epicsEnvSet
(
"TOP"
,
"$(E3_CMD_TOP)/.."
)
epicsEnvSet
(
"CAMERA_ID"
,
"19299225"
)
...
...
@@ -16,14 +13,12 @@ epicsEnvSet("DEVICE", "cam1")
epicsEnvSet
(
"PREFIX"
,
"$(AREA):$(DEVICE):"
)
epicsEnvSet
(
"IOCNAME"
,
"$(AREA)-$(DEVICE)"
)
epicsEnvSet
(
"CAM"
,
""
)
epicsEnvSet
(
"IMAGE"
,
"Image1"
)
epicsEnvSet
(
"EPICS_CA_MAX_ARRAY_BYTES"
,
"64000000"
)
###
The
port
name
for
the
detector
epicsEnvSet
(
"PORT"
,
"PG"
)
#
-
##
Really
large
queue
so
we
can
stream
to
disk
at
full
camera
speed
epicsEnvSet
(
"QSIZE"
,
"2000"
)
#
-
##
The
maximim
image
width
;
used
for
row
profiles
in
the
NDPluginStats
plugin
...
...
@@ -32,50 +27,48 @@ epicsEnvSet("XSIZE", "2448")
epicsEnvSet
(
"YSIZE"
,
"2048"
)
#
-
##
The
maximum
number
of
time
series
points
in
the
NDPluginStats
plugin
epicsEnvSet
(
"NCHANS"
,
"2048"
)
###
The
maximum
number
of
frames
buffered
in
the
NDPluginCircularBuff
plugin
#
-
##
The
maximum
number
of
frames
buffered
in
the
NDPluginCircularBuff
plugin
epicsEnvSet
(
"CBUFFS"
,
"500"
)
epicsEnvSet
(
"NELEMENTS"
,
"12592912"
)
#
-
ADSpinnakerConfig
(
"$(PORT)"
,
"$(CAMERA_ID)"
,
0x1
,
0
)
asynSetTraceIOMask
(
$
(
PORT
),
0
,
2
)
dbLoadRecords
(
"spinnaker.db"
,
"P=$(PREFIX),R=,PORT=$(PORT)"
)
dbLoadRecords
(
"PGR_BlackflyS_50S5C.db"
,
"P=$(PREFIX),R=,PORT=$(PORT)"
)
#
Create
a
standard
arrays
plugin
NDStdArraysConfigure
(
"$(IMAGE)"
,
5
,
0
,
"$(PORT)"
,
0
,
0
)
dbLoadRecords
(
"NDStdArrays.template"
,
"P=$(PREFIX),R=,PORT=$(IMAGE),ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(PORT),TYPE=Int16,FTVL=SHORT,NELEMENTS=$(NELEMENTS)"
)
#
Load
the
commPlugins
.iocsh
for
ADCore
iocshLoad
(
"$(ADCore_DIR)/commPlugins.iocsh"
,
"P=$(PREFIX),UNIT=1,PORT=$(IMAGE),QSIZE=$(QSIZE),XSIZE=$(XSIZE),YSIZE=$(YSIZE),NCHANS=$(NCHANS),CBUFFS=$(CBUFFS)"
)
#
Define
all
requestfile
paths
set_requestfile_path
(
"$(ADSpinnaker_DB)"
,
""
)
set_requestfile_path
(
"$(ADGenICam_DB)"
,
""
)
set_requestfile_path
(
"$(ADCore_DB)"
,
""
)
set_requestfile_path
(
"$(calc_DB)"
,
""
)
set_requestfile_path
(
"$(busy_DB)"
,
""
)
set_requestfile_path
(
"$(TOP)"
,
"cmds"
)
#
Create
a
standard
arrays
plugin
NDStdArraysConfigure
(
"$(IMAGE)"
,
5
,
0
,
"$(PORT)"
,
0
,
0
)
dbLoadRecords
(
"NDStdArrays.template"
,
"P=$(PREFIX),R=,PORT=$(IMAGE),ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(PORT),TYPE=Int16,FTVL=SHORT,NELEMENTS=$(NELEMENTS)"
)
iocshLoad
(
"$(ADCore_DIR)/commPlugins.iocsh"
,
"P=$(PREFIX),UNIT=1,PORT=$(IMAGE),QSIZE=$(QSIZE),XSIZE=$(XSIZE),YSIZE=$(YSIZE),NCHANS=$(NCHANS),CBUFFS=$(CBUFFS)"
)
#
Load
autosave
iocsh
iocshLoad
(
"$(autosave_DIR)/autosave.iocsh"
,
"AS_TOP=$(TOP),IOCNAME=$(IOCNAME)"
)
#
iocInit
()
create_monitor_set
(
"auto_settings.req"
,
5
,
"P=$(PREFIX),R=,IMAGE=$(IMAGE):"
)
#
-
create_montior_set
for
this
specific
ioc
based
on
cmds
/auto
_settiongs.req
#
-file
"spinnaker_settings.req"
,
P
=
$
(
P
),
R
=
$
(
R
)
#
-file
"NDStdArrays_settings.req"
,
P
=
$
(
P
),
R
=
$
(
R
)
#
-file
"commonPlugin_settings.req"
,
P
=
$
(
P
)
#set_requestfile_path
(
"$(TOP)"
,
"cmds"
)
#create_monitor_set
(
"auto_settings.req"
,
5
,
"P=$(PREFIX),R=,IMAGE=$(IMAGE):"
)
create_monitor_set
(
"$(TOP)/cmds/auto_settings.req"
,
5
,
"P=$(PREFIX),R=,IMAGE=$(IMAGE):"
)
#
Wait
for
enum
callbacks
to
complete
epicsThreadSleep
(
2
.0
)
#
Wait
for
callbacks
on
the
property
limits
(
DRVL
,
DRVH
)
to
complete
epicsThreadSleep
(
2
.0
)
dbl
>
"${IOCNAME}_PVs.list"
#
dbl
>
"${IOCNAME}_PVs.list"
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