From: Cahit Ugur Date: Mon, 1 Jul 2013 15:07:56 +0000 (+0200) Subject: Script for starting and controlling the data saving X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=a8d2cdf9c8f40a1905cd4df40bd22950198f2539;p=daqtools.git Script for starting and controlling the data saving --- diff --git a/users/mainz_dircBarrel/start_readout.pl b/users/mainz_dircBarrel/start_readout.pl new file mode 100755 index 0000000..16d04b5 --- /dev/null +++ b/users/mainz_dircBarrel/start_readout.pl @@ -0,0 +1,55 @@ +#!/usr/bin/perl +use warnings; +use strict; +use Getopt::Long; + +my $help = ""; +my $dataPath = "~/trbsoft/data"; +my $source1 = "50000"; # don't use 50001 +my $source2 = "50002"; # it is assign for GbE debug +my $source3 = "50003"; +my $source4 = "50004"; +my $source5 = "50005"; +my $label = "test"; +my $time = -1; +my $c; + +my $result = GetOptions ( + "h|help" => \$help, + "t|time=i" => \$time#, +# "l|label=s" => \$label, +# "p|path=s" => \$dataPath + ); + +if($help) { + print "Usage: start_readout.pl