Hello,
I have a similar problem. I was searching the forum and I found this thread.
Can you please tell me which version of Measurement studio I should use?
I am not familiar with VB.NET. I would like to stick to VB6. Can I use VB6 with the current version of measurement studio?
Assuming that it is possible, can you tell how do I retrieve the data?
Now let me come to the actual problem.
I acquire values continuously and keep plotting them using the ChartY method.
After an hour I stop acquisition and I would like to analyze the data.
I can keep the Chartlength sufficiently long to retain all the data that I acquired.
I scroll through the data and when I spot the location that interests me, I position two cursors to mark the start and end of the data.
What I would now like is to extract the data between those two limits into a subset array so that I can perform whatever analysis I want on that data.
I suppose I can do it by setting the cursor x-position and getting the y-position, repeating that process from start to end and populate an array with those values.
Is this right ?
Is there a more elegant straight-forward way?
Thanks in advance,
kps