From: hadaq@CountingHouse Date: Wed, 16 Apr 2014 17:18:30 +0000 (+0200) Subject: xml-db: Added group for repeated register X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=6008567eeb6b7956eddfd5cca4821c6f0c915c7f;p=daqtools.git xml-db: Added group for repeated register --- diff --git a/web/htdocs/tdc/tdcstatctrl.pl b/web/htdocs/tdc/tdcstatctrl.pl index a552bf3..7a2c1ab 100755 --- a/web/htdocs/tdc/tdcstatctrl.pl +++ b/web/htdocs/tdc/tdcstatctrl.pl @@ -35,7 +35,7 @@ $setup[1]->{period} = -1; $setup[2]->{name} = "Inputs"; -$setup[2]->{cmd} = "TDC-0xfe48-Channel-rate"; +$setup[2]->{cmd} = "TDC-0xfe48-ChannelCounter-rate"; $setup[2]->{refresh} = 1; $setup[2]->{period} = 1000; diff --git a/xml-db/database/TDC.xml b/xml-db/database/TDC.xml index a1839c8..0506ff3 100644 --- a/xml-db/database/TDC.xml +++ b/xml-db/database/TDC.xml @@ -9,6 +9,7 @@ + Channel-specific information @@ -20,7 +21,7 @@ High - + diff --git a/xml-db/get.pl b/xml-db/get.pl index 706388a..f4677bd 100755 --- a/xml-db/get.pl +++ b/xml-db/get.pl @@ -477,7 +477,7 @@ sub runandprint { } #### Show the beautiful result... - if($isb1rowser == 0) { + if($isbrowser == 0) { print $t->render; } else {