LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Calling an image grab from the main VI in the sub VI.

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 

0 Kudos
Message 1 of 2
(2,062 Views)

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.

0 Kudos
Message 2 of 2
(2,051 Views)