LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

command line execution and gui execution in paralell

Thank you for the suggestion.  I stumbled upon the Pipe commands for Linux, didnt know that they existed, and was able to return values to the command line using stdout.  What is the standard method for passing data between VIs on Linux?  Are queues the best method?

Cheers
0 Kudos
Message 11 of 12
(628 Views)
Yes, queues work well if you are running both VIs simultaneously and you can use global variables or datasocket otherwise depending on your application.  There is no shared variable support however in Linux.
David_B
Applications Engineer
National Instruments
0 Kudos
Message 12 of 12
(608 Views)