Skip to content

Commit

Permalink
iocutca: remove DCC acq modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericonr committed Apr 22, 2024
1 parent e7c6c6d commit 7f8aed0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions iocBoot/iocutca/fofb_acq.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,5 @@ TriggerMux(0)
dbLoadTemplate("db/acq.substitutions", "P=${P}, R=${R}, ACQ_NAME=LAMP, NELM=${NELM}, INDEX=0")
Acq(1)
TriggerMux(1)
dbLoadTemplate("db/acq.substitutions", "P=${P}, R=${R}, ACQ_NAME=DCCFMC, NELM=${NELM}, INDEX=1")
dbLoadRecords("db/raw_data.template", "P=${P}, R=${R}, ACQ_NAME=DCCFMC, NELM=${NELM}, PORT=ACQ-1")
Acq(2)
TriggerMux(2)
dbLoadTemplate("db/acq.substitutions", "P=${P}, R=${R}, ACQ_NAME=DCCP2P, NELM=${NELM}, INDEX=2")
dbLoadRecords("db/raw_data.template", "P=${P}, R=${R}, ACQ_NAME=DCCP2P, NELM=${NELM}, PORT=ACQ-2")
Acq(3)
TriggerMux(3)
dbLoadTemplate("db/acq.substitutions", "P=${P}, R=${R}, ACQ_NAME=SYSID, NELM=${NELM}, INDEX=3")
dbLoadRecords("db/raw_data.template", "P=${P}, R=${R}, ACQ_NAME=SYSID, NELM=${NELM}, PORT=ACQ-3")
dbLoadTemplate("db/acq.substitutions", "P=${P}, R=${R}, ACQ_NAME=SYSID, NELM=${NELM}, INDEX=1")
dbLoadRecords("db/raw_data.template", "P=${P}, R=${R}, ACQ_NAME=SYSID, NELM=${NELM}, PORT=ACQ-1")
2 changes: 1 addition & 1 deletion iocBoot/iocutca/sysid.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SysId(0)
dbLoadTemplate("db/sysid.substitutions", "P=${P}, R=${R}, S=${S}, NELM=${NELM}, PORT=SYSID-0, ACQ_NAME=SYSID, ACQ_PORT=ACQ-3")
dbLoadTemplate("db/sysid.substitutions", "P=${P}, R=${R}, S=${S}, NELM=${NELM}, PORT=SYSID-0, ACQ_NAME=SYSID, ACQ_PORT=ACQ-1")

0 comments on commit 7f8aed0

Please sign in to comment.