12-23-2011 10:29 AM
Hey,
How can I call an imaqdx image grab in my sub vi from the main one without using queues? I tried using an invoke node but I fail. Help is appreciated.
thanks
12-23-2011 04:35 PM
If your subVI runs side-by-side to your mainVI and that subVI must run a grab on request of the mainVI you will have to use a "communication channel" between these VIs. Using a queue (that takes an image) might be an appropriate approach. You could also use a notification.
You can also move the call to the grab to your mainVI.