From c7a98fdb9a9b75ec05c753276b2fdcc2e33b011b Mon Sep 17 00:00:00 2001 From: "hadaq@CountingHouse" Date: Thu, 1 May 2014 11:18:29 +0200 Subject: [PATCH] nxyter update --- web/htdocs/thresh/threshold.htm | 2 +- xml-db/database/Nxyter.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/htdocs/thresh/threshold.htm b/web/htdocs/thresh/threshold.htm index 46cb439..5b92038 100644 --- a/web/htdocs/thresh/threshold.htm +++ b/web/htdocs/thresh/threshold.htm @@ -76,7 +76,7 @@ function update(bar,scale) { value[bar-1] = Math.round(document.getElementById("bar"+bar).scrollLeft/scale); document.getElementById("bar"+bar+"value").innerHTML = value[bar-1]; total = Math.min(value[0]+value[1],65535); - document.getElementById("total").innerHTML = total+" - "+Math.round(total/655.36*reference)/100+" mV"; + document.getElementById("total").innerHTML = total+" - 0x"+total.toString(16)+" - "+Math.round(total/655.36*reference)/100+" mV"; command = (type << 20) + (chan << 16) + (total); command = command.toString(16); if(wasRead == 0) { diff --git a/xml-db/database/Nxyter.xml b/xml-db/database/Nxyter.xml index d6d1b56..781af2f 100644 --- a/xml-db/database/Nxyter.xml +++ b/xml-db/database/Nxyter.xml @@ -105,8 +105,8 @@ TS 14Bit, ADC 11Bit - - Write all incoming Data to Histograms + + Turn off Timestamp Selection Cut of online Histos @@ -227,8 +227,8 @@ HistLimits Setup - - + + -- 2.43.0