06-01-2009 10:33 AM
Hi, I need to know how queue can be used at input and output terminal when creating a new subvi.
I need to replace a loop by its equivalent diagram in a subvi I create, not sure how to include the queue between this loop and the other loops in the subvi design.
Solved! Go to Solution.
06-01-2009 10:54 AM
Do you have the queue wire in your subVI now?
Right click on the Queue reference wire and select create control. That will create a front panel control you can attach to the connector pane to get the queue reference in. If you do the same thing and select create indicator, you can connect that indicator to the connector pane to pass the queue reference back out. Of course wire up the control and indicator appropriately in the subVI.
If this doesn't answer your question, please post your VI so we will know what you are talking about.
06-01-2009 02:15 PM