11-06-2009 03:33 PM
I’m trying to find the best way to share data between two VIs – actually just one that works and that I understand. I’ve looked into Network Queues, but I’m not completely following the example I found in a different thread. All the shared variables will be on the same PC, but different VIs (of course) contained in different labview projects. Thoughts?
11-09-2009 10:54 AM
Hi mrbean,
I think that shared variables will be the easiest method for you. You need to bind the shared variables together. You can then deploy both libraries and the data will get passed from one project to another. The link below discusses sharing variables between two PC's, but the same principle can be applied to two projects on the same computer. Also take a look at the link at the bottom which provides a detailed introduction to shared variables.
How Do I Set Up Shared Variables to Communicate Between Two PCs?
http://digital.ni.com/public.nsf/allkb/7815BCE435DCC432862575DA006FEBF8?OpenDocument
Nick Keel
Applications Engineering
National Instruments