From: hadeshyp Date: Wed, 28 Nov 2012 18:29:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=ec66b70b8c9fedec2f376d86cf695cd8b1e98c95;p=daqtools.git *** empty log message *** --- diff --git a/padiwa.pl b/padiwa.pl index 8c4683c..52b0e3e 100755 --- 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++) {