LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Does NI have HW avail that can receive data wirelessly & import it into LabView?

Does NI have hardware available which will allow one to receive data transmitted wirelessly (ie. WiFi, Bluetooth) and then import it into LabView for analysis? If not, can LabView extract/retrieve the data from another third party wireless receiver? Thanks!
0 Kudos
Message 1 of 3
(2,343 Views)
Regular WIFI is just plain TCP/IP and you communicate using exactly the same way as you would via ethernet cable. The OS will take care of the details. 🙂

Newer versions of LabVIEW also contain Bluetooth VIs to communicate via Bluetooth directly. Look in the "communications" palette.
0 Kudos
Message 2 of 3
(2,336 Views)
NI probably has hardware for receiving and importing data into Labview wirelessly. I am currently working on a project that requires this from both WiFi and Bluetooth in Labview 7.1 using third party hardware.

The WiFi will act as a wired connection - so that should be no problem. There are examples in Labview you can use to get you started there.

The problem with Bluetooth is your hardware needs to be compatible with Window's Native Drivers. Almost all are compatible, but are not programmed in the native drivers to be compatible. There is a way around it, I posted the solution here:
http://forums.ni.com/ni/board/message?board.id=170&message.id=87261

Message Edited by michanga on 03-10-2005 12:47 PM

0 Kudos
Message 3 of 3
(2,333 Views)