From cfe07b5414e2d7bf2ff302107b8918704eeadab8 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 22 Oct 2013 13:18:06 +0200 Subject: [PATCH] corrected nxyter r/w modes --- web/htdocs/tdc/tdcstatctrl.pl | 4 ++-- xml-db/database/Nxyter.xml | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/web/htdocs/tdc/tdcstatctrl.pl b/web/htdocs/tdc/tdcstatctrl.pl index 595083c..00b369c 100755 --- a/web/htdocs/tdc/tdcstatctrl.pl +++ b/web/htdocs/tdc/tdcstatctrl.pl @@ -24,13 +24,13 @@ $setup[0]->{period} = 10000; $setup[1]->{name} = "Control"; $setup[1]->{cmd} = "TDC-0xfe48-Control"; $setup[1]->{refresh} = 1; -$setup[1]->{period} = 0; +$setup[1]->{period} = -1; $setup[2]->{name} = "Inputs"; $setup[2]->{cmd} = "TDC-0xfe48-Channel"; $setup[2]->{refresh} = 1; -$setup[2]->{period} = 0; +$setup[2]->{period} = -1; xmlpage::initPage(\@setup,$page); diff --git a/xml-db/database/Nxyter.xml b/xml-db/database/Nxyter.xml index cefbaa1..582f180 100644 --- a/xml-db/database/Nxyter.xml +++ b/xml-db/database/Nxyter.xml @@ -88,7 +88,7 @@ Maximal read-out time - + Internal reference timestamp of current event @@ -117,43 +117,43 @@ - + Current Timestamp Value read from Fifo Status of the timestamp Fifo - + Timestamp Fifo full - + Timestamp Fifo Empty - + Timestamp Fifo Almost Empty - + Synchronized to Nxyter Frame - + Number of Resyncs - + Number of Parity Errors - Number of Parity Errors (add 4 ns until bugfix is done) + Delay setting for ADC sample clock - + Number of ADC Resets @@ -168,7 +168,7 @@ - + Current ADC Fifo value -- 2.43.0