From: Jan Michel Date: Mon, 16 Dec 2013 16:09:23 +0000 (+0100) Subject: added rate view to TDC xml-based. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=563dd48f5b35349df734a8881d87e5d7f3eeda40;p=daqtools.git added rate view to TDC xml-based. --- diff --git a/web/htdocs/layout/rate.png b/web/htdocs/layout/rate.png index 1f44a19..5cba980 100644 Binary files a/web/htdocs/layout/rate.png and b/web/htdocs/layout/rate.png differ diff --git a/web/htdocs/tdc/tdcstatctrl.pl b/web/htdocs/tdc/tdcstatctrl.pl index c5c9866..f5cc415 100755 --- a/web/htdocs/tdc/tdcstatctrl.pl +++ b/web/htdocs/tdc/tdcstatctrl.pl @@ -17,7 +17,7 @@ $page->{link} = "../"; my @setup; $setup[0]->{name} = "Status"; -$setup[0]->{cmd} = "TDC-0xfe48-Status"; +$setup[0]->{cmd} = "TDC-0xfe48-Status-rate"; $setup[0]->{refresh} = 1; $setup[0]->{period} = 10000; @@ -28,7 +28,7 @@ $setup[1]->{period} = -1; $setup[2]->{name} = "Inputs"; -$setup[2]->{cmd} = "TDC-0xfe48-Channel"; +$setup[2]->{cmd} = "TDC-0xfe48-Channel-rate"; $setup[2]->{refresh} = 1; $setup[2]->{period} = 1000; diff --git a/xml-db/get.pl b/xml-db/get.pl index 39862da..6ed9019 100755 --- a/xml-db/get.pl +++ b/xml-db/get.pl @@ -58,7 +58,7 @@ foreach my $req (@request) { ($entity,$netaddr,$name,$style) = split("-",$req); $file = "$RealBin/cache/$entity.entity"; } - $storefile = "/tmp/".$ENV{'QUERY_STRING'}.".store"; + $storefile = "/dev/shm/xmldb-".$ENV{'QUERY_STRING'}.".store"; } else { # use FindBin qw($RealBin);