]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
update CTS and Backplane details in network map
authorJan Michel <j.michel@gsi.de>
Mon, 8 Aug 2022 12:35:15 +0000 (14:35 +0200)
committerJan Michel <j.michel@gsi.de>
Mon, 8 Aug 2022 12:35:15 +0000 (14:35 +0200)
web/htdocs/network/map.pl

index 1c012a8e343123f3a585c90e4cff5f6db5973b2b..d9f820b600712d6a3e7a261814e9826b31102dd3 100755 (executable)
@@ -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";}