From: hadeshyp Date: Mon, 18 Jun 2012 11:03:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=bfcc0fd649bb31cccc9e7e3f71ab14f9ea37c961;p=daqtools.git *** empty log message *** --- diff --git a/dac_program.pl b/dac_program.pl index fa31999..c0c3c48 100755 --- a/dac_program.pl +++ b/dac_program.pl @@ -14,11 +14,11 @@ if(!$ARGV[0]) { print "usage: dac_program.pl \n\n"; print "Example config file:\n"; print "# Board Chain ChainLen DAC Channel Command Value\n"; + print " f300 1 1 0 0 3 0x3456\n"; + print " f300 1 1 0 1 3 12300\n"; + print " f300 1 1 0 2 3 0xa123\n"; print "!Reference 2500\n"; - print " f300 1 1 0 0 3 1450\n"; - print " f300 1 1 0 1 3 1230\n"; - print " f300 1 1 0 2 3 2280\n"; - print " f300 1 1 0 3 3 345\n"; + print " f300 1 1 0 3 3 1345 #=0x89ba\n"; exit; }