LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use USB interface in Labview?

Hi.

Does labview allow to USB interface?

I have been seen allowing GPIB and RS232.

I'm beginer at Labview and wanna use USB interface for my target system and pc.

I wanna know how to labview interfaces from target system to pc.

And if Labview doesn't provide USB interface module, how can I use USB?

Is using a USB at Labview hard to beginer?

Plz, answer to my quetion.

sorry, my English is very poor.

thx for reading my article.
0 Kudos
Message 1 of 4
(3,797 Views)
You can access devices connected to the USB port, but not in the same way as you would a GPIB or RS232 device. There are no USB drivers like there is VISA for GPIB or serial. Rather devices that plug into the USB appear to the systen as some sort of standard resource like a printer, disk drive or IO board. LabVIEW then interacts with these devices as it would any other device of the same type.Look at it this way, if you have a USB daq device you will access it through MAX the same as if it were a plugin card. Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 2 of 4
(3,797 Views)
Do not look at USB as an equivalent to the serial protocol. It is more inline with ISA and PCI buses. There is not a specific protocol for USB communications like there is for RS-232. Because of this the manufacturer of the USB device will need to supply a DLL (driver) for the specific device. You will interface with the USB device in LabVIEW by making specific function calls to the DLL in a Call Library Function Node. The format of the function calls need to be supplied by the organization the created the DLL.
Message 3 of 4
(3,797 Views)
Hello Kang,

we use USB to RS232 devices with Labtops running LabVIEW runtimes.
Since the USB to RS232 devices appear to LabVIEW as additional COM ports, it is easy to use them with the VISA (serial) vis.

Greetings from Germany
Henrik
Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


0 Kudos
Message 4 of 4
(3,797 Views)