From: Jan Michel Date: Mon, 8 Aug 2022 12:35:15 +0000 (+0200) Subject: update CTS and Backplane details in network map X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=bb3e82c8d858bccc243988b20e8a5fe39ecc41af;p=daqtools.git update CTS and Backplane details in network map --- diff --git a/web/htdocs/network/map.pl b/web/htdocs/network/map.pl index 1c012a8..d9f820b 100755 --- a/web/htdocs/network/map.pl +++ b/web/htdocs/network/map.pl @@ -173,10 +173,14 @@ if($ENV{'QUERY_STRING'} =~ /getmap/) { if ($feat eq "") {$feat = "N/A";} } if($table == 1) { - if($inclLow->{$addr}&0x8000) { #CTS + if($inclHigh->{$addr}&0x80) { #CTS $feat .= "\nCTS: "; if(($inclLow->{$addr} & 0xF) == 1) { $feat .= "CBM-MBS module, ";} if(($inclLow->{$addr} & 0xF) == 2) { $feat .= "Mainz A2 module, ";} + if(($inclLow->{$addr} & 0xF) == 3) { $feat .= "CBMnet module, ";} + if(($inclLow->{$addr} & 0xF) == 4) { $feat .= "Mimosa26 module, ";} + if(($inclLow->{$addr} & 0xF) == 5) { $feat .= "R3B module, ";} + if(($inclLow->{$addr} & 0x10)) { $feat .= "\nTDC: "; if(($inclLow->{$addr} & 0x20)) { $feat .= "non-standard pinout, ";} @@ -222,6 +226,7 @@ if($ENV{'QUERY_STRING'} =~ /getmap/) { $feat .= ", trigger generation" if ($inclLow->{$addr}&0x8000); } if($table == 1 || $table == 2 || $table ==3 || $table == 4) { + if ($inclLow->{$addr} & 0x10000000) { $feat .= "\nBackplane TrbNet";} if ($inclHigh->{$addr} & 0x100) { $feat .= "\nLCD Output";} if ($inclHigh->{$addr} & 0x200) { $feat .= "\nReference Time: through Clock Manager";} if ($inclHigh->{$addr} & 0x400) { $feat .= "\nSPI";}