From d9ff4120e04dd5c60963a50e8ab7953f85150be6 Mon Sep 17 00:00:00 2001 From: Hades DAQ Date: Thu, 7 Feb 2013 16:18:13 +0100 Subject: [PATCH] changed to automatic trbnet address setup, mt --- base/startup_example.sh | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/base/startup_example.sh b/base/startup_example.sh index 23d7cb8..a1c7b33 100755 --- a/base/startup_example.sh +++ b/base/startup_example.sh @@ -5,11 +5,14 @@ ##### TRBNET ##### # set the TRBNet addresses of the Endpoints -trbcmd s 0xb000000390381d28 0 0x0200 -trbcmd s 0xa300000390381328 1 0x0201 -trbcmd s 0x4800000390381628 2 0x0202 -trbcmd s 0x1700000390382028 3 0x0203 -trbcmd s 0xdc00000390380c28 5 0x8000 +#trbcmd s 0xb000000390381d28 0 0x0200 +#trbcmd s 0xa300000390381328 1 0x0201 +#trbcmd s 0x4800000390381628 2 0x0202 +#trbcmd s 0x1700000390382028 3 0x0203 +#trbcmd s 0xdc00000390380c28 5 0x8000 + +# automatic setup of all trbnet addresses +~/daqtools/merge_serial_address.pl ~/daqtools/base/serials_trb3.db ~/daqtools/base/addresses_trb3.db > /dev/null ##### Ethernet and UDP ####### trbcmd w 0x8000 0x8300 0x8000 -- 2.43.0