Commit f4790125 authored by John Robert Gill's avatar John Robert Gill

Fix configuration scripts pulse shaper output. Add observed fine delay settings for v2 cards.

parent 99b92a0d
......@@ -25,8 +25,8 @@ sh vtu_init.sh $slot 2.2 4620 5 highfreq
# Enable diag units and counters
./wr2rf -s $slot vtu 1.1 diag en 50ms
./wr2rf -s $slot vtu 1.2 diag en 50ms
./wr2rf -s $slot vtu 2.2 diag en 50ms
./wr2rf -s $slot vtu 2.1 diag en 50ms
./wr2rf -s $slot vtu 2.2 diag en 50ms
echo "Bring trigger units out of reset"
./wr2rf -s $slot vtu-out 1.1 trig_reset 0
......@@ -35,8 +35,8 @@ echo "Bring trigger units out of reset"
./wr2rf -s $slot vtu-out 2.2 trig_reset 0
echo "Turn off the trigger unit shaper circuit for bunch clock duty cycle improvement"
./wr2rf -s $slot vtu-out 1.2 shape_n 1
./wr2rf -s $slot vtu-out 1.2 shape_n 1
./wr2rf -s $slot vtu-out 1.2 shape_n off
./wr2rf -s $slot vtu-out 2.2 shape_n off
echo "Dump trigger units output status "
./wr2rf -s $slot vtu-out 1.1
......@@ -47,7 +47,8 @@ echo "Dump trigger units output status "
# Use a software start signal
./wr2rf -s $slot vtu 1.1 softstart
./wr2rf -s $slot vtu 1.2 softstart
./wr2rf -s $slot vtu 2.2 softstart
./wr2rf -s $slot vtu 2.1 softstart
./wr2rf -s $slot vtu 2.2 softstart
echo "Trigger Units waiting for a sync pulse - via RFframe FTW ..."
......@@ -67,7 +67,7 @@ slot=$1
./wr2rf -s $slot wrs-tolat 2000
# 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 1 75 7
./wr2rf -s $slot nco-reset-delay 2 75 0
# Enable RFNCO to receive FTWs via WR
......
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