Commit 9df39284 authored by David Cussans's avatar David Cussans

Edited TLUconnection.xml to switch to using the ControlHub - since it is…

Edited TLUconnection.xml to switch to using the ControlHub - since it is installed as standard. Hacking init file to suit config
parent 57c57cfc
<?xml version="1.0" encoding="UTF-8"?>
<connections>
<connection id="tlu" uri="ipbusudp-2.0://192.168.200.30:50001"
<!--connection id="tlu" uri="ipbusudp-2.0://192.168.200.30:50001"-->
<connection id="tlu" uri="chtcp-2.0://localhost:10203?target=192.168.200.30:50001"
address_table="file://./TLUaddrmap.xml" />
</connections>
[Producer.fmctlu]
verbose= 2
confid= 20170626
confid= 20221005
delayStart= 1000
# HDMI pin direction:
# 4-bits to determine direction of HDMI pins
# 1-bit for the clock pair
# 0= pins are not driving signals, 1 pins drive signals (outputs)
# 0 = clock pins are not driving signals,
# 1 = clock pins drive signals from FPGA
# 2 = clock pins drive signals from si5345 clock generator
HDMI1_set= 0x7
HDMI2_set= 0x7
HDMI3_set= 0x7
HDMI4_set= 0x7
HDMI1_clk = 0
HDMI2_clk = 0
HDMI3_clk = 0
HDMI4_clk = 0
HDMI1_clk = 2
HDMI2_clk = 2
HDMI3_clk = 2
HDMI4_clk = 2
# Control voltages for the PMTs
PMT1_V= 0.5
......@@ -51,21 +53,22 @@ DACThreshold4 = -0.12
DACThreshold5 = -0.12
# Define which DUTs are ON
DUTMask = 0x1
DUTMask = 0xF
# Define mode of DUT (00 EUDET, 11 AIDA)
DUTMaskMode= 0xFC
DUTMaskMode= 0xFF
# Allow asynchronous veto
DUTMaskModeModifier= 0x0
# Ignore busy from a specific DUT
DUTIgnoreBusy = 0x0
DUTIgnoreBusy = 0xF
# Ignore the SHUTTER veto on a specific DUT
DUTIgnoreShutterVeto = 0x0
# Generate internal triggers (in Hz, 0= no triggers)
#InternalTriggerFreq = 10
InternalTriggerFreq = 0
......
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