07-28-2016 02:11 PM
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.
07-28-2016 02:17 PM - edited 07-28-2016 02:18 PM
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.
07-28-2016 02:40 PM
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.