Skip to content
Snippets Groups Projects
Commit d497d361 authored by Gabriel Fedel's avatar Gabriel Fedel :speech_balloon:
Browse files

Update for TS2 - System 1 - LLRF 2

parent 77abd492
No related branches found
No related tags found
No related merge requests found
# e3-ioc-LLRF # LLRF IOC
ESS LLRF ioc generic - 1 digitizer - Cold linac LLRF IOC for TS2 - System 1 - LLRF 2
--- ---
export IOCNAME="LLRF:Ctrl-IOC-01" export IOCNAME="TS2-010RFC:Ctrl-IOC-102"
export EPICS_CA_MAX_ARRAY_BYTES=16777300 export LLRF_PREFIX="TS2-010RFC:RFS-LLRF-102"
export LLRF_PREFIX="LLRF" export LLRF_DIGRTM_PREFIX="TS2-010RFC"
export LLRF_DIGRTM_PREFIX="LLRF"
export LLRF_DIG_R_1="DIG1" export LLRF_DIG_R_1="RFS-DIG-102"
export LLRF_RFM_R_1="RFM1" export LLRF_RFM_R_1="RFS-RFM-102"
export F_SAMPLING=117.403333333 export F_SAMPLING=117.403333333
export F_SYSTEM=704.42 export F_SYSTEM=704.42
export NEARIQN=14 export NEARIQN=14
export NEARIQM=3 export NEARIQM=3
export LLRF_SLOT_1=3 export LLRF_SLOT_1=6
# Move this to llrfsystem with different substitutions? # Move this to llrfsystem with different substitutions?
export CAVITYCH=0 export CAVITYCH=0
export CAVFWDCH=2 export CAVFWDCH=2
export PWRFWDCH=3 export PWRFWDCH=3
export TABLE_SMNM_MAX=1000 # Double check this export TABLE_SMNM_MAX=1000 # Double check this
# Timing
export EVRPREFIX="LLRF:EVR"
export EVRSLOT="0e:00.0"
...@@ -9,17 +9,11 @@ epicsEnvSet("F-SYSTEM" "$(F_SYSTEM)") ...@@ -9,17 +9,11 @@ epicsEnvSet("F-SYSTEM" "$(F_SYSTEM)")
# Load standard module startup scripts # Load standard module startup scripts
iocshLoad("$(essioc_DIR)/common_config.iocsh") iocshLoad("$(essioc_DIR)/common_config.iocsh")
# Load timing
require mrfioc2, 2.3.1-beta.5
require evrisland
iocshLoad("$(evrisland_DIR)/island_with_mrfioc.iocsh")
# Load LLRF # Load LLRF
require llrfsystem require llrfsystem
epicsEnvSet("RFENDPV", "$(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R_1):PosRFEnd") epicsEnvSet("RFENDPV", "$(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R_1):PosRFEnd")
callbackSetQueueSize(10000) iocshLoad("$(llrfsystem_DIR)/generic-1-dig.iocsh", "P=$(LLRF_PREFIX):, R=, PD=$(LLRF_DIGRTM_PREFIX):, RD=$(LLRF_DIG_R_1):, PD1=$(LLRF_DIGRTM_PREFIX):, RD1=$(LLRF_DIG_R_1):, RR=$(LLRF_RFM_R_1):")
iocshLoad("$(llrfsystem_DIR)/generic-1-dig.iocsh", "P=$(LLRF_PREFIX)::, R=, PD=$(LLRF_DIGRTM_PREFIX):, RD=$(LLRF_DIG_R_1):, PD1=$(LLRF_DIGRTM_PREFIX):, RD1=$(LLRF_DIG_R_1):, RR=$(LLRF_RFM_R_1):")
dbl > PVs.list dbl > PVs.list
## For commands to be run after iocInit, use the function afterInit() ## For commands to be run after iocInit, use the function afterInit()
......
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