]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
change settings for ADC on DiRich currents
authorhadaq <hadaq@hades33.gsi.de>
Mon, 12 Aug 2024 12:40:22 +0000 (14:40 +0200)
committerhadaq <hadaq@hades33.gsi.de>
Mon, 12 Aug 2024 12:40:54 +0000 (14:40 +0200)
users/frankfurt_test/trb3scadc.pl

index 6fd58a48794fd9b371304ee4785db18b56fae8cd..ca212eee45f97cf027056ffaea37e49c90d7d98b 100755 (executable)
@@ -24,8 +24,8 @@ my $t = [['mV (3.3)','mV (2.5)','mV (1.2)','mV (6)'],
 my $channel = [7,7,7,6,6,7,7]; #SPI interface number -  777657 would be right 
 
 #1:4V, 2:2V, 3:1V
-my $resolution = [[2,1,2,1],  [2,2,2,1],  [2,2,2,4],      [2,2,2,2],       [3,3,2,2],        [1,2,1,2],   [1,2,1,2]];
-my $multiplier=  [[1,1,0.5,2],[1,1,0.5,0],[1,1,0.5,3.125],[1,1,0.5,0.5],   [2.5,1.25,1,0.5], [2,0.5,1,1], [1,0.5,2,1]];
+my $resolution = [[2,1,2,1],  [2,2,2,1],  [2,2,2,4],      [2,2,2,2],       [2,3,2,2],        [1,2,1,2],   [1,2,1,2]];
+my $multiplier=  [[1,1,0.5,2],[1,1,0.5,0],[1,1,0.5,3.125],[1,1,0.5,0.5],   [5,1.25,1,0.5], [2,0.5,1,1], [1,0.5,2,1]];
 my $modedesc =   [ 'Trb3sc',  'DiRich',   'Concentrator', 'Power-Voltages','Power-Currents', 'Trb5sc',    'MDC'];
 
 print "\nRunning in mode ".$modedesc->[$mode]."\n\n";