LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array updating after every iteration

This VI is kind of doing what I want, but I'm losing the values after they are updated. Am I on the right track ? 
Also, lets say that the constarint of array size being unknown is lifted. 

0 Kudos
Message 11 of 13
(1,663 Views)

Go back and reread Gerd's messages.

 

You implemented a shift register for your counter.  You are missing the shift register to store the array.  And you don't need Insert into Array which you really only want if you need to insert something into an array somewhere in the middle.  Build Array is much simpler and allows you to put it at the beginning or end.

 

And PLEASE take those tutorials.  These are very basic LabVIEW questions that you won't need to ask if you spend a few hours working with the tutorials.  If you were programming in C, you wouldn't just open up the editor and typing in lines of code without reading up on the language.

 

0 Kudos
Message 12 of 13
(1,659 Views)

I'm sorry if I'm wasting your time. I will see what I can do and get back to you. 

Thank you for all the help.

0 Kudos
Message 13 of 13
(1,655 Views)