From 4aa98c24e4d59944eb0d52a0e871e37b13315d04 Mon Sep 17 00:00:00 2001 From: Ludwig Maier Date: Sun, 15 Dec 2013 18:31:25 +0100 Subject: [PATCH] nxyter register --- tools/hadplot | 1 + web/htdocs/nxyter/index.pl | 5 ++++ xml-db/database/Nxyter.xml | 48 ++++++++++++++++++++++++++++++++++++-- 3 files changed, 52 insertions(+), 2 deletions(-) diff --git a/tools/hadplot b/tools/hadplot index b445128..c7f9f59 100755 --- a/tools/hadplot +++ b/tools/hadplot @@ -562,6 +562,7 @@ Options: -windowname Name of window (shown in titlebar after "Hadplot - " -timeref In a differential plot, the endpoint with this addressis used for timestamping -(x|y)scale Scaling factor, the x/y values are divided by + -(x|y)min Minimal value for x/y axis -(x|y)max Maximal value for x/y axis -(x|y)title Label for axes -xistime Marks x axis as containing time stamps (used for formatting) diff --git a/web/htdocs/nxyter/index.pl b/web/htdocs/nxyter/index.pl index 0580348..57fcfbc 100755 --- a/web/htdocs/nxyter/index.pl +++ b/web/htdocs/nxyter/index.pl @@ -42,6 +42,11 @@ $setup[4]->{cmd} = "Nxyter-0xfe49-NxyterI2C&Nxyter-0xfe49-NxyterDAC"; $setup[4]->{period} = -1; $setup[4]->{address} = 1; +$setup[5]->{name} = "NXHistograms"; +$setup[5]->{cmd} = "Nxyter-0xfe49-NXHistos&Nxyter-0xfe49-NXHistos"; +$setup[5]->{period} = -1; +$setup[5]->{address} = 1; + xmlpage::initPage(\@setup,$page); 1; diff --git a/xml-db/database/Nxyter.xml b/xml-db/database/Nxyter.xml index 54e714d..d405174 100644 --- a/xml-db/database/Nxyter.xml +++ b/xml-db/database/Nxyter.xml @@ -103,7 +103,7 @@ + address="0400" size="32" purpose="config" mode="rw" continuous="true"> Readout mode selection @@ -201,14 +201,39 @@ Readout wait for data time - + + Nxyter CVT + + + Minimum Validation Time + + + + Out of Window Low Counter + + + + + Window Hit Counter + + + + + Out of Window High Counter + + + + + Data Rate being written to Event Buffer in Hz + + @@ -482,4 +507,23 @@ + + + + + + Continuous Hit Counter per Channel + + + + + Number of Averages, power of two (2^n) + + + + + + -- 2.43.0