LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting different VI's

Solved!
Go to solution

 Hello everyone,

I'm having problems with LABVIEW. I would like to control eight LED indicators from eight buttons, simple, but I wish the two were in different VI's (one for buttons and one to indicators). How can I do this?

 

Thanks,

0 Kudos
Message 1 of 3
(2,442 Views)
Solution
Accepted by topic author Adrianoamf

Assuming two VIs that are running in parallel in the same application, I would use a Queue or User Event to message the second VI when an update has happened.  Do a search for Queued Message Handler and you should find a few examples of how to do this.


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 2 of 3
(2,428 Views)

Thanks! Soon i'll return with marked solution.

0 Kudos
Message 3 of 3
(2,422 Views)