From: hadaq@countinghouse Date: Thu, 28 Aug 2014 15:19:05 +0000 (+0200) Subject: status X-Git-Tag: pre2018~52 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=fca74d09e4c0e42d533e2e5c4f341580e76d64fe;p=hadesdaq.git status --- diff --git a/hmon/hmon_filllevel.pl b/hmon/hmon_filllevel.pl index 527d45c..e0f306a 100755 --- a/hmon/hmon_filllevel.pl +++ b/hmon/hmon_filllevel.pl @@ -18,7 +18,7 @@ while (1) { my $data_oep = trb_register_read(0xfffd, 0x7100) or sleep 5 and next; my $data_shw = trb_register_read_mem(0xfff7, 0x7100,0,6) or sleep 5 and next; my $data_trb = trb_register_read(0xffef, 0x7100) or sleep 5 and next; - my $data_lvl1 = trb_register_read(0x3000, 0x1) or sleep 5 and next; + my $data_lvl1 = trb_register_read(0x2, 0x1) or sleep 5 and next; # print Dumper $data_trb; @@ -49,4 +49,4 @@ while (1) { # print("$maxoep, $maxshw, $maxtrb\n"); sleep(10); - } \ No newline at end of file + }