11-23-2008 03:28 AM
Solved! Go to Solution.
11-23-2008
01:25 PM
- last edited on
12-03-2024
11:11 AM
by
Content Cleaner
Hi sddd,
To use the PCI-6251 with LabVIEW 8.2, you just need to make sure to install a driver version of NI-DAQmx that supports that version of LabVIEW. The drivers can be downloaded from our website at www.ni.com/updates, and the readme files for each driver version discuss what it supports.
If you will need to use both LabVIEW 8.0 and 8.2 with the device, then you will need to download and install NI-DAQmx 8.7.1, which is the latest driver with support for LabVIEW 8.0. However, if you are going to use LabVIEW 8.2 or later exclusively, I would strongly suggest downloading the latest version of the driver, as it will provide full support for any newer features and fixed issues. Hope this helps,
11-25-2008
03:13 AM
- last edited on
12-03-2024
11:12 AM
by
Content Cleaner
Hi,
i can't download driver from NI-DAQmx 8.7.1, to connect labview 8.2 with NI-DAQmx PCI-6251....
why????????
please reply......
11-25-2008 10:15 AM
Hi sddd,
What are you seeing happen when you try and download the driver? Is it giving you an error message or does it appear to try to download and then just stop? Are you clicking on the top link for the downloader or the second one for the standard download? I would suggest trying to click the second link, which is a direct download of the file, if the downloader is not working. This download is actually quite large (839 MB), so it may be difficult to get if you do not have a fast connection. Also, you will need to be signed in to the website to download the driver, though I do not think this is your problem since you are able to post on the forums. What browser are you using? I am not aware of any problems with a particular browser, but there is a slight chance this could be an issue. Finally, if you cannot get this to work, it may be possible that you are behind a firewall which will not allow you to download a *.exe file. Please let me know if you are still having trouble after trying these suggestions and if you have more information regarding the questions I asked. Thanks,
12-03-2008 11:43 PM
hi,
I need to implement nural network using labview 8.2. can i get toolkit help me to solve this problem
thanks,
12-04-2008
12:27 PM
- last edited on
12-03-2024
11:13 AM
by
Content Cleaner
Hi,
I attached some developer zone articles and discussion forums that discuss neural networks and implementing them in LabVIEW.
Implementing an Artificial Neural Network Using National Instruments LabVIEW
https://forums.ni.com/t5/LabVIEW/neural-net-implementation-in-LabVIEW/m-p/619231?requireLogin=False
https://forums.ni.com/t5/LabVIEW/Neural-Network-in-LabVIEW/m-p/333920?requireLogin=False
12-21-2008 01:40 AM
hi,
I need to send data by internet to my program in another PC.
can I implement this idea using labview 8.2 and how ??
thanks for reply.............
12-22-2008
11:49 AM
- last edited on
12-03-2024
11:14 AM
by
Content Cleaner
Hi
It depends on what kind of data that you want to share between the two VIs. If you want to share just a boolean or double with non deterministic updating you could use network shared variables. Here is a link that explains their use.
Using the LabVIEW Shared Variable
The recommended way if you were trying to transfer multiple data types would be to use TCP/IP. Below I referenced a few helpful links that will show what TCP/IP is and how to implement it in LabVIEW.
A Simple TCP/IP Messaging Protocol for LabVIEW
Simple TCP/IP Messaging (STM) Reference Library
Also, there are some examples in LabVIEW that show how to use implement TCP/IP. These programs are located in the LabVIEW Example Finder>>Networking>>TCP and UDP.
12-23-2008 02:35 AM
hi,
I need to see the front panel of VI in the server not only send data and receive............
please reply
12-23-2008
08:53 AM
- last edited on
12-03-2024
11:14 AM
by
Content Cleaner
Hi,
To view a VI on a another computer you could use remote front panels. The link below is from the LabVIEW help and shows how to accomplish this task.
Connect to Remote Panel Dialog Box