LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read indicator array

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

0 Kudos
Message 1 of 7
(4,514 Views)
Use a local variable or property node (Values).
Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 2 of 7
(4,509 Views)
Thank you. I'll try it.
0 Kudos
Message 3 of 7
(4,501 Views)
No need for a local or property node at all. Just connect the same wire that is going to the indicator to whatever other function you need.
Message 4 of 7
(4,486 Views)
But I have to save my measured values. The measurement lasts for examples 2 minutes and then I want to use the recorded (in the array) signals again, maybe to show some of them in a graph or to calculate anything.
0 Kudos
Message 5 of 7
(4,480 Views)

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.

Message 6 of 7
(4,477 Views)

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.

0 Kudos
Message 7 of 7
(4,441 Views)