From: hadeshyp Date: Wed, 28 Nov 2012 19:11:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=f0f7e3a81f87d02ee66fe5482ed095361fe2122c;p=daqtools.git *** empty log message *** --- diff --git a/cts/htdocs/thresh/padiwa.htm b/cts/htdocs/thresh/padiwa.htm index 9084f33..5da860f 100644 --- a/cts/htdocs/thresh/padiwa.htm +++ b/cts/htdocs/thresh/padiwa.htm @@ -72,7 +72,7 @@ function update(data) { o += ""; for(k=1;k<=16;k++) { val = c[j][(i-1)*16+k] & 0xffff; - if( val == 0xffff) val = "---"; + if(c[j][(i-1)*16+k]&0x7ff80000 != 0 || val == 0xffff) val = "---"; o += ""+(val.toString(16))+"
"; } }