Hi,
I have a PCS10 device and made a program in c++ to communicate with it and it works fine, but I am getting a problem when I set the gain and read the data from the device most of the time it gives me wrong values.
What the program does is:
It reads the values in the Channels first with gain of 30V (because I don’t know yet what are the values), then check the values if they are less than 15V , 6V or 3V, then I set the gain depending on these values and reread again to get more accurate values, and this operation is repeated several times.
When I use a delay of 400 ms between the first and second reading I get correct values from the reading, but When I remove this delay I get wrong readings.
Is there any way to make this 400ms delay less or could you please help me to get more accurate values?
Thanks,
David