09-07-2018 11:32 AM
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,
Solved! Go to Solution.
09-07-2018 12:53 PM
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.
09-07-2018 01:00 PM
Thanks! Soon i'll return with marked solution.