The ARA4 voltage conversion table has an incorrect format, and values are duplicated
First,
For the voltage table, each row should follow the below format
<dda number> <channel number> <block number> <sample #1 coef #1> <sample #1 coef #2> ~ <sample #1 coef #9> <sample #2 coef #1> ~ <sample #64 coef #9>
So each row should have 579 (3 + 64 * 9) element
But the row for all the dda 3, the number of elements is just 12. like the below screenshot
If we want to put 0 for all dda 4, at least we need to put 576 0....
Second,
values are duplicated. By the following highlight on the screenshot, You can see values are duplicated. For example, the pattern 0.98498 0 0 0.98498 0 0 45.90402 84.7015 0.042 0.9202 0 0 0.9202 0 0 42.6837 78.9674 0.0444 is duplicated at least three times in this screenshot...
The ARA4 voltage conversion table has an incorrect format, and values are duplicated
First, For the voltage table, each row should follow the below format
<dda number> <channel number> <block number> <sample #1 coef #1> <sample #1 coef #2> ~ <sample #1 coef #9> <sample #2 coef #1> ~ <sample #64 coef #9>
So each row should have 579 (3 + 64 * 9) element But the row for all the dda 3, the number of elements is just 12. like the below screenshotIf we want to put 0 for all dda 4, at least we need to put 576 0....
Second, values are duplicated. By the following highlight on the screenshot, You can see values are duplicated. For example, the pattern
0.98498 0 0 0.98498 0 0 45.90402 84.7015 0.042 0.9202 0 0 0.9202 0 0 42.6837 78.9674 0.0444
is duplicated at least three times in this screenshot...This table needs debugging...