From 4840d304ad9cce93ffe972ef8cff4c325d7ac198 Mon Sep 17 00:00:00 2001 From: Adrian Weber Date: Wed, 27 Feb 2019 13:55:17 +0100 Subject: [PATCH] dmon updates for mRICH --- dmon/code/get.pl | 3 +- dmon/code/index.pl | 17 +- dmon/code/read_mRICH_ipBus.py | 29 ++ dmon/mRICH_config.pl | 7 +- dmon/scripts/dmon_adcvolt.pl | 49 ++- dmon/scripts/dmon_envSensor.pl | 232 ++++++++++++ dmon/scripts/dmon_qa.pl | 2 +- dmon/scripts/dmon_richrate.pl | 14 +- dmon/scripts/dmon_temperature_mrich.pl | 57 ++- dmon/start.pl | 18 +- dmon/webpage/mrich_drawing.html | 5 +- dmon/webpage/mrich_drawing_bpl.html | 473 +++++++++++++++++++++++++ 12 files changed, 883 insertions(+), 23 deletions(-) create mode 100755 dmon/code/read_mRICH_ipBus.py create mode 100755 dmon/scripts/dmon_envSensor.pl create mode 100644 dmon/webpage/mrich_drawing_bpl.html diff --git a/dmon/code/get.pl b/dmon/code/get.pl index c728aa7..bdbadb7 100755 --- a/dmon/code/get.pl +++ b/dmon/code/get.pl @@ -13,6 +13,7 @@ if ($ENV{'SERVER_SOFTWARE'} =~ /HTTPi/i) { else { print "Expires: Thu, 01 Dec 1994 16:00:00 GMT\r\n"; print "Content-type: text/html\n\n"; + $PATH = "/srv/www/htdocs/dmon/"; } my @args = split('-',$ENV{'QUERY_STRING'}); @@ -76,4 +77,4 @@ my $out; } print $out; - \ No newline at end of file + diff --git a/dmon/code/index.pl b/dmon/code/index.pl index dab0eb2..258d7a6 100755 --- a/dmon/code/index.pl +++ b/dmon/code/index.pl @@ -28,19 +28,28 @@ function openwin(url) { }
-

DAQ Monitoring

+

DAQ Monitoring

-