]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
add monitors to mdcupgrade page
authorJan Michel <j.michel@gsi.de>
Thu, 16 Sep 2021 12:12:42 +0000 (14:12 +0200)
committerJan Michel <j.michel@gsi.de>
Thu, 16 Sep 2021 12:12:42 +0000 (14:12 +0200)
web/htdocs/addons/mdcupgrade.pl

index 9941e0f8baab99372938ad69c951056c21d1f137..cbb2817ec53869310db74e83b882298a6895e915 100755 (executable)
@@ -35,6 +35,12 @@ push(@setup,({name      => "SpikeCount",
               rates     => 1,
               address   => 1}));              
 
+push(@setup,({name      => "HitCount", 
+              cmd       => "InputMonitorTrb3sc-0xfe91-MonitorCounters",
+              period    => 1000,
+              rates     => 1,
+              address   => 1}));              
+
 xmlpage::initPage(\@setup,$page);