]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
change network map to show data channel busy in first column
authorhadaq <hadaq@hades33.gsi.de>
Mon, 14 Dec 2020 14:30:29 +0000 (15:30 +0100)
committerhadaq <hadaq@hades33.gsi.de>
Mon, 14 Dec 2020 14:30:29 +0000 (15:30 +0100)
web/htdocs/network/map.pl

index f85c96127ab8012a090ab1bde4b5d3f264dc4046..73c6f83ca46fe586633cc8555891c667553bb7b3 100755 (executable)
@@ -40,7 +40,7 @@ if($ENV{'QUERY_STRING'} =~ /getmap/) {
   my $inclLow  = trb_register_read(0xffff,0x41);
   my $hardware = trb_register_read(0xffff,0x42);
   my $inclHigh = trb_register_read(0xffff,0x43);
-  my $hubbusy  = trb_register_read(0xfffe,0x80);
+  my $hubbusy  = trb_register_read(0xfffe,0x81);
 
   my $hubbusy1  = trb_register_read_mem(0xfffe,0x4030,0,16);
   my $gbebusy1  = trb_register_read(0xff7f,0x83e2);