From: Cahit Ugur Date: Wed, 23 Apr 2014 17:28:39 +0000 (+0200) Subject: design information display for the cbmtof boards X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=b6c406854befe14d9d5118c9dc488c2a03ef30d6;p=daqtools.git design information display for the cbmtof boards --- diff --git a/web/htdocs/network/map.htm b/web/htdocs/network/map.htm index 08575cb..e2762bf 100644 --- a/web/htdocs/network/map.htm +++ b/web/htdocs/network/map.htm @@ -71,7 +71,7 @@ function update(data) { else o+= "---"; o += ""; - if(type == 0x91 || type == 0x92) { + if(type == 0x91 || type == 0x92 || type == 0x93) { 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 && (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, ";}