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

Change PV pattern name for timing

This way PVs from timing will not have the same name, and is possible to
have more than 1 of this on the same network without cause any problem.
parent 3f664a3f
No related branches found
No related tags found
1 merge request!11Update startup
......@@ -72,7 +72,7 @@ if [ ${#pcie_enumeration} != 7 ] ; then
echo "Therefore no timing configuration created."
echo "# no timing configuration as no EVR detected on PCIe bus." > $siteApp/timing.iocsh
else
eval "sed 's/<B:D.F>/$pcie_enumeration/' < $EPICS_SRC/e3-sis8300llrf/startup/timing_template.iocsh" > "/iocs/sis8300llrf/timing.iocsh"
eval "sed -e 's/<B:D.F>/$pcie_enumeration/' -e 's/<LLRF_IOC_NAME>/$4/' < $EPICS_SRC/e3-sis8300llrf/startup/timing_template.iocsh" > "/iocs/sis8300llrf/timing.iocsh"
cp $EPICS_SRC/e3-sis8300llrf/startup/tr-sequencer.sh $siteApp/tr-sequencer.sh
fi
......
require mrfioc2,2.2.0-rc5
epicsEnvSet("IOC" "TR")
epicsEnvSet("DEV1" "LLRF")
epicsEnvSet("DEV1" "<LLRF_IOC_NAME>")
epicsEnvSet("MainEvtCODE" "14")
epicsEnvSet("HeartbeatEvtCODE" "122")
......
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