From: Jan Michel Date: Sat, 6 Apr 2019 13:36:37 +0000 (+0200) Subject: reduce maximum TDC buffer size X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=acca0857c957ede2b5997b34f5ceb0562c164f7b;p=daqtools.git reduce maximum TDC buffer size --- diff --git a/web/htdocs/tdc/tdc.htm b/web/htdocs/tdc/tdc.htm index 2027822..de6768c 100644 --- a/web/htdocs/tdc/tdc.htm +++ b/web/htdocs/tdc/tdc.htm @@ -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 += "
The maximium buffer size may be 124
"; + if((val&0xFF)>0x7b) + o += "
The maximium buffer size may be 123
"; } else if(i==5) { o += "