-
RE: MeasureMultiple creates an array of undefined characters in 64-bit processor.
Hello Andrea,
I am using Keithley 2602B.
No it is not touch screen -
MeasureMultiple creates an array of undefined characters in 64-bit processor.
Hello,
I am working on automation in our tests program and I am an encountering errors such as "ERROR -285" and "ERROR 42". In the Keithley this is defined as: "TSP Syntax error at line 1: unexpected symbol near "]"" something like this and "Query Unterminated" respectively.
I have been working on this problem for several days. I have tried changing the hardware setup many times including the LAN, USB, and any sort of connections in the setup. And it still produces the same error.
My suspicion is the MeasureMultiple function of the Keithley, makes a measurement and stores it in the buffer (I have set my buffer size as 10) and stores only in the first index of the buffer. The succeeding values of the buffer reads as "9.97 E36" I do not know where this came from.
The same lines of codes are used in the 32-bit processor and does not produce and error like this. Can you please help me with this problem?