09-16-2008 07:28 AM
Hello,
I save my measurement values in an indicator array, first measure (1000 values) in row one, second measure (1000 values) in row tow and so on.
After my measuarments I want to read the array, for example to select one part (function array subset). How can I read an indicator array?
Thanks
09-16-2008 07:47 AM
09-16-2008 07:52 AM
09-16-2008 08:28 AM
09-16-2008 08:36 AM
09-16-2008 09:04 AM
I really don't understand why you can't save and then use the same values later. It's a wire going to the function you are using to save the data and the same wire can go to other functions. That's pretty basic LabVIEW programming and if you are having a problem there is probably a major architecture problem in your code. Post it so someone can look at it.
09-17-2008 12:54 AM
You are right, I can save it. I only thought there is a way to hold the values in an array and using later. I knew this kind of old fashion programming form other languages, but labview is diffrent. I think my question is answered. Thank you.
I used shift register and I think it works. You can look at the picture. Maybe there are some other ideas.