]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Wed, 28 Nov 2012 18:29:21 +0000 (18:29 +0000)
committerhadeshyp <hadeshyp>
Wed, 28 Nov 2012 18:29:21 +0000 (18:29 +0000)
padiwa.pl

index 8c4683c30cae302506a3b870b95341682b952362..52b0e3eebc46baf131dbb30e3e773eb2ac88ef94 100755 (executable)
--- a/padiwa.pl
+++ b/padiwa.pl
@@ -64,8 +64,6 @@ sub sendcmd {
   
   
 
-
-
   
 if($ARGV[2] eq "temp") {
   my $b = sendcmd(0x10040000);
@@ -74,6 +72,15 @@ if($ARGV[2] eq "temp") {
     }
   }
 
+if($ARGV[2] eq "uid" && defined $ARGV[3]) {
+  my $b = sendcmd(0x10000001);
+  usleep(100000);
+  $b = sendcmd(0x10000000);
+  usleep(100000);
+  }
+
+  
+  
 if($ARGV[2] eq "uid") {
   my $ids;
   for(my $i = 0; $i <= 3; $i++) {