]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
added nxyter AddOn to network map
authorJan Michel <j.michel@gsi.de>
Thu, 11 Jul 2013 17:24:26 +0000 (19:24 +0200)
committerJan Michel <j.michel@gsi.de>
Thu, 11 Jul 2013 17:24:26 +0000 (19:24 +0200)
web/htdocs/network/map.htm

index 2b9ec11fb198324b7b34849a8ed3e154036acabf..3ed115da804ddea6295e2c299093388d5792123e 100644 (file)
@@ -61,7 +61,7 @@ function update(data) {
         case 2: o += "Multitest"; break;
         case 3: o += "SFP"; break;
         case 4: o += "Padiwa"; break;
-        case 5: o += "GPIN"; break;        
+        case 5: o += "GPIN"; break;
         case 6: o += "Nxyter"; break;     
         default: o+= "---";
         }
@@ -71,7 +71,8 @@ function update(data) {
     o += "<td title=\"0x"+(c[j][4]*1).toString(16)+"\">";
     if(type == 0x91 || type == 0x92) {
       if((c[j][4] & 0x8000) == 0x8000) o += "RX sync, ";
-      if((c[j][4] & 0x0b00) == 0x000 && (c[j][4]>>12 & 0x7) != 6&& (c[j][4]>>12 & 0x7) != 3) {o += "TDC, single, "+(Math.pow(2,(c[j][4]>>4)&0xf))+"ch, ";}
+      if((c[j][4] & 0x0b00) == 0x000 && (c[j][4]>>12 & 0x7) != 6 && (c[j][4]>>12 & 0x7) != 3) {o += "TDC, single, "+(Math.pow(2,(c[j][4]>>4)&0xf))+"ch, ";}
+      if((c[j][4] & 0xf000) == 0x6000) {o += "Nxyter RDO, ";}
       if((c[j][4] & 0x0900) == 0x100) {o += "TDC, double, "+(Math.pow(2,(c[j][4]>>4)&0xf))+"ch, ";}
       if((c[j][4] & 0x0900) == 0x800) {o += "TDC, dbl-sep, "+(Math.pow(2,(c[j][4]>>4)&0xf))+"ch, ";}
       if((c[j][4] & 0x0200) == 0x200) o += "Hub, ";