]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
added new fpga hardware info
authorJan Michel <j.michel@gsi.de>
Fri, 13 Dec 2013 16:38:43 +0000 (17:38 +0100)
committerJan Michel <j.michel@gsi.de>
Fri, 13 Dec 2013 16:38:49 +0000 (17:38 +0100)
web/htdocs/network/map.htm

index 53653feaf35121f8c337e42184c47c36b5627da2..c0214bdbf8a9d0a406d9b549dc4096687ecf869c 100644 (file)
@@ -71,12 +71,13 @@ 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 && (c[j][4]>>7 & 0x1) != 1) {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, ";
       if((c[j][4] & 0x0400) == 0x400) o += "SPI, ";
+      if((c[j][4] & 0x00f0) == 0x090) o += "MVD rdo 2013, ";
       o = o.substring(0,o.length-2);  
       }
     if(type == 0x90) {