Re: passing data to subvi

2004-02-26 Thread tmh
How about using a queue?

Re: passing data to subvi

2004-02-25 Thread JDesRosier
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

2004-02-25 Thread Ya-hoo
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.