Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nice
iocs
utg-evr-03
Commits
9bf8b766
Commit
9bf8b766
authored
Apr 21, 2020
by
Nicklas Holmberg
Browse files
Update st.iocsh
parent
906b7c90
Changes
1
Hide whitespace changes
Inline
Side-by-side
st.iocsh
View file @
9bf8b766
...
...
@@ -2,12 +2,9 @@
################################################################
### requires
require
(
mrfioc2
,2.2.0rc7
)
require
(
mrfioc2
)
require
(
evr_timestamp_buffer
)
require
(
evr_seq_calc
)
require
(
utgard_base
)
epicsEnvSet
(
"TOP"
,
"
$(
E3_CMD_TOP
)
/.."
)
...
...
@@ -23,9 +20,8 @@ epicsEnvSet("CHIC_DEV", "TS-$(DEV)")
epicsEnvSet
(
"BUFFSIZE"
,
"100"
)
epicsEnvSet
(
"MRF_HW_DB"
,
"evr-pcie-300dc-ess.db"
)
# Load utgard_base
iocshLoad
(
"
$(
utgard_base_DIR
)
/utgard_base.iocsh"
)
# Load e3-common
iocshLoad
(
"
$(
E3_COMMON_DIR
)
/e3-common.iocsh"
)
iocshLoad
(
"./iocsh/evr-pcie-300dc-init.iocsh"
,
"S=
$(
IOC
)
, DEV=
$(
DEV
)
, PCIID=
$(
PCIID
)
"
)
#mrmEvrSetupPCI("$(EVR)", $(PCI_SLOT))
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment