Recently I have been working on using VEE 9.2 to capture the curve data on the tool screen.
I can save something now but the data is not correct.
The description in the tool manual is as follows,
"Curve data sets are usually much longer than any other kind. Typically a set of curve data will be about 4122 bytes long, with most of the bytes being binary-coded numbers. Thus, most of the string of data is not directly readable, but must be interpreted by the controller."
I attach the code I write, the data I export, and the manual pic.
Can anybody suggest me how to fix the code?
Thanks
I can save something now but the data is not correct.
The description in the tool manual is as follows,
"Curve data sets are usually much longer than any other kind. Typically a set of curve data will be about 4122 bytes long, with most of the bytes being binary-coded numbers. Thus, most of the string of data is not directly readable, but must be interpreted by the controller."
I attach the code I write, the data I export, and the manual pic.
Can anybody suggest me how to fix the code?
Thanks
Well, I can see you wrote the data from the unit to the CURVE.C17 file as binary string data.
So, logically, reading it back as binary string data should recover the original data.
The attched program does this, and plots the resulting array.
I have no idea if this is the image you were expecting, but it should get you on the right track.
Cheers, Simon C.