From: hadeshyp Date: Wed, 28 Nov 2012 18:21:21 +0000 (+0000) Subject: first padiwa GUI X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=053d53f0e4256900e2768d50747e06b5e8b14ed3;p=daqtools.git first padiwa GUI --- diff --git a/cts/htdocs/thresh/padiwa.htm b/cts/htdocs/thresh/padiwa.htm index 8235f92..1ad5cdd 100644 --- a/cts/htdocs/thresh/padiwa.htm +++ b/cts/htdocs/thresh/padiwa.htm @@ -65,6 +65,7 @@ function update(data) { } else if(option == "id") { val = c[j][(i-1)*4+4]+c[j][(i-1)*4+3]+c[j][(i-1)*4+2]+c[j][(i-1)*4+1]; + if(c[j][(i-1)*4+1].substr(2,2) != "28") val = "---"; o += ""+(val); } }