11-19-2007 10:21 AM
11-20-2007 01:05 PM - edited 11-20-2007 01:06 PM
So let’s see we have a laptop with LabVIEW 8.2 and the necessary drivers for the DIO card, use for development and then you have a desktop with a PCI DIO card on the same network. Since your desktop computer does not have LabVIEW you will need to install on it at least the NI DAQmx drivers and the LabVIEW run time engine, both are downloadable from our website.
1. First option and the easiest one is to simulate your DIO card in Measurement and Automation Explorer, this way you don’t need to connect to the desktop and you can develop even if the laptop is not connected to the network. For more information look at: NI-DAQmx Simulated Devices.
2. Second option can be building an executable that will bind your DAQmx channels to shared variables, since share variables can be deployed over the network and you only need the runtime engine on the desktop it can be a feasible solution for you, though you will have to create an executable that will be deployed on the desktop handling the binding of the variable to the DAQmx channel. For more information: Knowledge base: 3S08AS88 and Using the LabVIEW Shared Variable.
3. In the case you have traditional DAQ drivers you might be interested in using Remote Device Access, for more information you can check this DevZone article: Networking Two PCs for Remote Data Acquisition.
I hope it helps
11-26-2007 05:34 PM
11-27-2007 09:32 AM
Hi,
I cannot attest as to why the RDA feature was removed, If this is a feature that you would like to see return then you can always create a product suggestion to give us feedback. Our developers take these suggestions into consideration when developing the next version of a product. I am glad to hear that everything seems to be going smoothly with your application. Please post back if you encounter any troubles.