LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Generating Event with Subvi Control on Main Vi

It concerns me that you have two places that you are dequeuing the data.  And inside your lowest subVI, you are constantly adding elements to the queue.  I think you are trying to make things way too difficult.  Just pass the cluster out of the subVIs.  Then you don't have to worry about all of this syncronization and whatnot.  It will also simplify your state machines.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 11 of 12
(200 Views)

yes i need to deque the data at two places, i was not knowing that whem we are calling subvi as pop up window, we can pass values through it that's why i was not passing the cluster out of subvi, i will try this.

0 Kudos
Message 12 of 12
(184 Views)