Commit 99b92a0d authored by John Robert Gill's avatar John Robert Gill

Moved configuration of RFNCO to wr2rf_init.sh

parent 42c6e7c3
......@@ -5,10 +5,6 @@ slot=$1
# Check we have basic access to the register space over VME
./wr2rf -s $slot hwver
# Enable RFNCO to receive FTWs via WR
./wr2rf -s $slot nco-wrcfg 1
./wr2rf -s $slot nco-wrcfg 2
# Stop the vtus if they are currently running
./wr2rf -s $slot vtu 1.1 softstop
./wr2rf -s $slot vtu 1.2 softstop
......
......@@ -69,3 +69,8 @@ slot=$1
# Set the delay point for the trigger unit 1 in both RF channels, sufficiently to guarantee a stable RF signal will be present
./wr2rf -s $slot nco-reset-delay 1 75 9
./wr2rf -s $slot nco-reset-delay 2 75 0
# Enable RFNCO to receive FTWs via WR
./wr2rf -s $slot nco-wrcfg 1
./wr2rf -s $slot nco-wrcfg 2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment