]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
reduce maximum TDC buffer size
authorJan Michel <j.michel@gsi.de>
Sat, 6 Apr 2019 13:36:37 +0000 (15:36 +0200)
committerJan Michel <j.michel@gsi.de>
Sat, 6 Apr 2019 13:36:37 +0000 (15:36 +0200)
web/htdocs/tdc/tdc.htm

index 202782241d8ee588213a3821492ac86adc680af4..de6768c2007383cf7bfe3c1a88466e0de7d7a5a0 100644 (file)
@@ -368,8 +368,8 @@ function updatectrlregs(data) {
           if((val&0xFF)==0x0)
             o += "style =\"background-color: #fecccb;\" ";
           o += "maxlength=\"4\" value=\""+val+"\">";
-          if((val&0xFF)>0x7c)
-            o += "<font color=#ff0000> <strong><br>The maximium buffer size may be 124</strong> </font> ";
+          if((val&0xFF)>0x7b)
+            o += "<font color=#ff0000> <strong><br>The maximium buffer size may be 123</strong> </font> ";
           }
         else if(i==5) {
           o += "<input onChange=\"setInvert(this,'"+c[j][0]+"',0)\" type=\"text\" id=\"invert0\" name=\"invert0\" class=\"small\" ";