11-02-2007 12:55 PM
11-05-2007
04:00 PM
- last edited on
10-02-2025
03:21 PM
by
Content Cleaner
Hi Scott_7723
You have a couple of options to control your USB-6009 over the network. You can use “Remote Front Panels” that allow users to view and control the VI front panels remotely from LabVIEW or from a web browser. They can be built into and executable with a little bit of programming, for more information check: Can a LabVIEW 8.x Executable Use Remote Front Panels?. Two other resources if you choose to go with “Remote Front Panel” are: Developing Remote Front Panel LabVIEW Applications and Remote Panels in LabVIEW -- Distributed Application Development.
Another option is to use “Shared Variables” with which you can share data between loops on a single diagram or between VIs across the network. More information on “Shared Variables” can be found clicking on: Using the LabVIEW Shared Variable and Using Shared Variables in Executables.
My last suggestion will be using “VI Server” which is a set of functions that allows you to dynamically control front panel objects, VIs, and the LabVIEW environment.
Either of the options you select to remotely control you USB-6009 there is always going to be a lot of very good information in NI Developer Zone here you will be able to find examples and all the tutorials that I have provided in this post. Also if you go to LabView->help->find example and in the search tab you type any of the three options I just explained, you will find more basics examples of Remote Front Panel, Shared Variable and VI Server.
I hope t helps
11-06-2007 06:10 AM