From 4e54d8b0ea57a7109de67db6df98ca445a2851ce Mon Sep 17 00:00:00 2001 From: Hades DAQ Date: Tue, 26 Feb 2013 14:12:29 +0100 Subject: [PATCH] corrected, mt --- users/gsi_ee_lab_kp1pc105/configure_trb3.sh | 40 ++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/users/gsi_ee_lab_kp1pc105/configure_trb3.sh b/users/gsi_ee_lab_kp1pc105/configure_trb3.sh index 5a78bb2..fc025cd 100755 --- a/users/gsi_ee_lab_kp1pc105/configure_trb3.sh +++ b/users/gsi_ee_lab_kp1pc105/configure_trb3.sh @@ -1,24 +1,24 @@ -trbcmd w 0x8000 0x8300 0x8000 -trbcmd w 0x8000 0x8301 0x00020001 -trbcmd w 0x8000 0x8302 0x00030062 -trbcmd w 0x8000 0x8303 0xea60 -trbcmd w 0x8000 0x8304 0x2260 -trbcmd w 0x8000 0x8305 0x1 -trbcmd w 0x8000 0x8306 0x0 -trbcmd w 0x8000 0x8307 0x0 -trbcmd w 0x8000 0x8308 0xffffff -trbcmd w 0x8000 0x830b 0x7 -trbcmd w 0x8000 0x830d 0x0 +trbcmd w 0x8000 0x8300 0x8000 # SubeventId +trbcmd w 0x8000 0x8301 0x00020001 # SubEventDecoding +trbcmd w 0x8000 0x8302 0x00030062 # Queue decoding +trbcmd w 0x8000 0x8303 0xea60 # max packet size +trbcmd w 0x8000 0x8304 0x578 # max frame size +trbcmd w 0x8000 0x8305 0x1 # use GbE +trbcmd w 0x8000 0x8306 0x0 # use TRBnet to send data +trbcmd w 0x8000 0x8307 0x0 # Multi event queue size +trbcmd w 0x8000 0x8308 0xffffff # Trigger counter +trbcmd w 0x8000 0x830b 0x7 # ?? +trbcmd w 0x8000 0x830d 0x1 # enable readout bit #mac address of the EB #kp1pc105 00:1b:21:43:97:ea -trbcmd w 0x8000 0x8100 0x214397ea # lower 4 bytes -trbcmd w 0x8000 0x8101 0x001b # upper two bytes +trbcmd w 0x8000 0x8100 0x214397ea # lower 4 bytes +trbcmd w 0x8000 0x8101 0x001b # upper two bytes -trbcmd w 0x8000 0x8102 0xc0a80101 -trbcmd w 0x8000 0x8103 0xc350 -trbcmd w 0x8000 0x8104 0xdead8001 -trbcmd w 0x8000 0x8105 0x0230 -trbcmd w 0x8000 0x8106 0xc0a80072 -trbcmd w 0x8000 0x8107 0xc350 -trbcmd w 0x8000 0x8108 0x0578 +trbcmd w 0x8000 0x8102 0xc0a80101 # destination IP-address: 192.168.1.1 +trbcmd w 0x8000 0x8103 0xc352 # destination port +trbcmd w 0x8000 0x8104 0xdead0110 # source MAC-address: 192.168.1.16 +trbcmd w 0x8000 0x8105 0x001b # source MAC: upper bytes +trbcmd w 0x8000 0x8106 0xc0a80172 # source IP +trbcmd w 0x8000 0x8107 0xc353 # source Port +trbcmd w 0x8000 0x8108 0x578 # MTU -- 2.43.0