]> jspc29.x-matter.uni-frankfurt.de Git - hadesdaq.git/commitdiff
status
authorhadaq@countinghouse <hadaq@CountingHouse>
Thu, 28 Aug 2014 15:19:05 +0000 (17:19 +0200)
committerhadaq@countinghouse <hadaq@CountingHouse>
Thu, 28 Aug 2014 15:19:05 +0000 (17:19 +0200)
hmon/hmon_filllevel.pl

index 527d45c22b424f6c383793b50c3be03edaacdbdc..e0f306a90af4d02498b92887e834c77d951a16e7 100755 (executable)
@@ -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
+  }