]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Mon, 18 Jun 2012 11:03:06 +0000 (11:03 +0000)
committerhadeshyp <hadeshyp>
Mon, 18 Jun 2012 11:03:06 +0000 (11:03 +0000)
dac_program.pl

index fa3199989fd6bc09ec8b9c39e2b3e325e53a22a5..c0c3c48c8b68ed79ead8a2d200b5e5cff3d4acb5 100755 (executable)
@@ -14,11 +14,11 @@ if(!$ARGV[0]) {
   print "usage: dac_program.pl <filename of configuration file>\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;
   }