Re: passing data to subvi
How about using a queue?
Re: passing data to subvi
Hello, The two previous posts are excellent solutions for your desired action. One thing to note, however, is that the use of local or global variables can cause performance issues on a large scale. Every instance of one of these variables will create a copy of the data in memory. If you are tryi
passing data to subvi
I need to pass data to a subvi which has while loop inside. And the data need to be seen in while loop. How can it implemented? Thx.