]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
nxyter update
authorhadaq@CountingHouse <hadaq@CountingHouse>
Thu, 1 May 2014 09:18:29 +0000 (11:18 +0200)
committerhadaq@CountingHouse <hadaq@CountingHouse>
Thu, 1 May 2014 09:18:29 +0000 (11:18 +0200)
web/htdocs/thresh/threshold.htm
xml-db/database/Nxyter.xml

index 46cb4392f74bf99413c6b9522ec6a074cacfcaea..5b920388f542f825092f4b6799a05bc9ff6a36d9 100644 (file)
@@ -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) {
index d6d1b56b3af2da88f543718b76a5541c0f5d1ed2..781af2fe1ac77a7a4da846bf058e6564a71751b6 100644 (file)
         <enumItem value="3">TS 14Bit, ADC 11Bit</enumItem>
       </field>
     
-      <field name="HistTriggerAll" start="31" bits="1" format="boolean">
-        <description>Write all incoming Data to Histograms</description>
+      <field name="HistTSCutOff" start="31" bits="1" format="boolean">
+        <description>Turn off Timestamp Selection Cut of online Histos</description>
       </field>
       
     </register>    
     <register name="HistLimits" address="001f" purpose="status" mode="rw">
       <description>HistLimits Setup</description>
       <field name="HistLimitsOn" start="31" bits="1" format="bitmask" />
-      <field name="HistUpperThr" start="16" bits="14" format="unsigned" unit="ns"/>
-      <field name="HistLowerThr" start="0" bits="14" format="unsigned" unit="ns"/>
+      <field name="HistLowerThr" start="16" bits="14" format="unsigned" unit="ns"/>
+      <field name="HistUpperThr" start="0" bits="14" format="unsigned" unit="ns"/>
     </register>
 
   </group>