07-18-2011 05:56 PM - edited 07-18-2011 05:58 PM
Hello!
I´ve been searching and reading for hours - but probably in the wrong places. I think this is piece of cake for many of you: I now got a small example of what I want - to measure multiple "runs" (up to 10) and display them over each other in an XY graph. Now I want to slice out and separate the different measurements again, but dont know how. Should I use shift registers instead? - didn´t seem like a smart way to do it. Any suggestions? If this is too trivial - please point me in the right direction of an example code.
Thanks! /Martin
Solved! Go to Solution.
07-18-2011 07:06 PM
First, you should probably initialize your shift register.
To get one single plot from the array, use index array.
07-19-2011 01:50 AM
Embarrasing - should be able to figure this out myself...
Anyway: Thanks again Altenbach! Problem solved.
Martin