Skip to content
Snippets Groups Projects
Commit 89011907 authored by Gabriel Fedel's avatar Gabriel Fedel :speech_balloon: Committed by Thomas Fay
Browse files

Configure Scaling module

parent c2a0c15f
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,11 @@ dbLoadRecords("sis8300Register.db", "PREFIX=$(LLRF_PREFIX), ASYN_PORT=$(LLRF_POR
dbLoadRecords("sis8300noAO.db", "PREFIX=$(LLRF_PREFIX), ASYN_PORT=$(LLRF_PORT), AI_NELM=$(AI_SMNM_MAX)")
dbLoadRecords("sis8300llrf-Register.db", "PREFIX=$(LLRF_PREFIX), ASYN_PORT=$(LLRF_PORT), REG_SCAN=2")
# configuration for scaling module
scalingConfigure("scalingLLRF", 10)
dbLoadTemplate("scaling_llrf.substitutions","PREFIX=$(LLRF_PREFIX),PORT=scalingLLRF,TIMEOUT=1,MAX_ELEM=$(AI_SMNM_MAX)")
epicsThreadSleep(1)
# Configure the RTM for LLRF
afterInit("dbpf $(LLRF_PREFIX):RTM 2 > /dev/null")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment