From: hadeshyp Date: Wed, 28 Nov 2012 18:32:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=74b55423dc6519eabfef4d7f4ea4c719d6d0fd70;p=daqtools.git *** empty log message *** --- diff --git a/padiwa.pl b/padiwa.pl index 52b0e3e..3e1fd18 100755 --- a/padiwa.pl +++ b/padiwa.pl @@ -73,9 +73,9 @@ if($ARGV[2] eq "temp") { } if($ARGV[2] eq "uid" && defined $ARGV[3]) { - my $b = sendcmd(0x10000001); + my $b = sendcmd(0x10800001); usleep(100000); - $b = sendcmd(0x10000000); + $b = sendcmd(0x10800000); usleep(100000); }