#start.pl a link to this file as first argument.
#Scripts to start & order of icons in the Overview
-activeScripts => [['time','-','-','-','daqop'],
+activeScripts => [['time','ping','-','-','daqop'],
['numfee','temperature','reftime','-','-'],
['trgrate','datarate','deadtime','-','-'],
['heatmaprich','-','-','-','-'],
['-','-','-','-','-'],],
#Names to be shown in left column of Overview (max 4 letters!)
-qaNames => ['sys','main','rate','-','-','-'],
+qaNames => ['sys','main','rate','Pdwa','-','-'],
#Expected number of FPGAs in system
NumberOfFpga => 90,
-#The address of the CTS
+#The address of the individual boards
CtsAddress => 0x7005,
+PadiwaTrbAdresses => [0x0010,0x0011,0x0012,0x0013,
+ 0x0020,0x0021,0x0022,0x0023,
+ 0x0030,0x0031,0x0032,0x0033,
+ 0x0040,0x0041,0x0042,0x0043,
+ 0x0050,0x0051,0x0052,0x0053,
+ 0x0060,0x0061,0x0062,0x0063,
+ 0x0070,0x0071,0x0072,0x0073,
+ 0x0080,0x0081,0x0082,0x0083,
+ 0x0090,0x0091,0x0092,0x0093,
+ 0x00a0,0x00a1,0x00a2,0x00a3,
+ 0x00b0,0x00b1,0x00b2,0x00b3,
+ 0x00c0,0x00c1,0x00c2,0x00c3,
+ 0x00d0,0x00d1,0x00d2,0x00d3,
+ 0x00e0,0x00e1,0x00e2,0x00e3,
+ 0x00f0,0x00f1,0x00f2,0x00f3,
+ 0x0100,0x0101,0x0102,0x0103,
+ 0x0110,0x0111,0x0112,0x0113],
+
+HubTrbAdresses => [0x7005,0x7000,0x7001,0x7002,0x7003,
+ 0x0015,
+ 0x0025,
+ 0x0035,
+ 0x0045,
+ 0x0055,
+ 0x0065,
+ 0x0075,
+ 0x0085,
+ 0x0095,
+ 0x00a5,
+ 0x00b5,
+ 0x00c5,
+ 0x00d5,
+ 0x00e5,
+ 0x00f5,
+ 0x0105,
+ 0x0115],
+
#Addresses of all TDCs. Either single or broadcast addresses
-TdcAddress => [0xfe48,0xfe4e,0x7999],
+TdcAddress => [0xfe48,0xfe4e,0x7005],
+
+TrbIP => ["192.168.0.0",
+ "192.168.0.1",
+ "192.168.0.2",
+ "192.168.0.3",
+ "192.168.0.4",
+ "192.168.0.5",
+ "192.168.0.6",
+ "192.168.0.7",
+ "192.168.0.8",
+ "192.168.0.9",
+ "192.168.0.10",
+ "192.168.0.11",
+ "192.168.0.12",
+ "192.168.0.13",
+ "192.168.0.14",
+ "192.168.0.15",
+ "192.168.0.16",
+ "192.168.0.17"],
+
+
#User directory
UserDirectory => '/home/hadaq/trbsoft/daqtools/users/cern_cbmrich/';