|
Hi,
So I think the issue is that the speed of the readback is a bit too fast for what this particular power supply can handle. Basically, when you do a READ, the power supply collects a measurement and passes it back to the user over the BUS. There is definite be some latency as the transfer over the BUS, reading, and handling of the value all adds a bit of delay to this overall process. A good experience would be to make this 0.5s bigger to something like 4 seconds and see whether an exception gets thrown. If 4 seconds doesn't produce an exception, then we can be pretty sure that the speed is the issue here.
Steven
|