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

Fix prefix and include evr island

parent 5745c887
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@ export EPICS_CA_MAX_ARRAY_BYTES=16777300
export LLRF_PREFIX="LLRF"
export LLRF_DIGRTM_PREFIX="LLRF"
export LLRF_DIG_R_1="DIG"
export LLRF_RFM_R_1="RFM"
export LLRF_DIG_R_1="DIG1"
export LLRF_RFM_R_1="RFM1"
export F_SAMPLING=117.403333333
export F_SYSTEM=704.42
......@@ -19,3 +19,7 @@ export CAVITYCH=0
export CAVFWDCH=2
export PWRFWDCH=3
export TABLE_SMNM_MAX=1000 # Double check this
# Timing
export EVRPREFIX="LLRF:EVR"
export EVRSLOT="0e:00.0"
......@@ -4,6 +4,11 @@ epicsEnvSet("TOP", "$(E3_CMD_TOP)")
epicsEnvSet("F-SAMPLING" "$(F_SAMPLING)")
epicsEnvSet("F-SYSTEM" "$(F_SYSTEM)")
# Load timing
require mrfioc2, 2.2.1rc3
require evrisland
iocshLoad("$(evrisland_DIR)/island_with_mrfioc.iocsh")
# Load LLRF
require llrfsystem
......
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