Jump to content

Using USB in LabVIEW


decyL

Recommended Posts

Hello. Has anyone ever tried to add usb device in the way described on NI website: http://zone.ni.com/devzone/conceptd.nsf/we...16?opendocument

What's more - please give me piece of advice - is it worth to buy usb converters (to RS-485, to RS-422) instead of using PCI cards? I've heared that it is slower, and what about LV drivers? If using USB should I write communication protocol to the devices to communicate in LV?

Help me. Greets

Link to comment

Most time you don't really need to write USB driver for the device you use unless that is your own created device. If using USB RS232 converter, it's transparent to your existing software that can talk to RS232, you don't need to change anything in your software, the only thing you need is install the USB RS232 converter driver, then it'll add a virtual com port to your computer like any other COM port.

If you decide to use other USB devices, like USB DAQ, you also don't need to write your own driver because most of the USB DAQs will come with drivers and programming interface for your languages such as LabVIEW.

Irene

Link to comment

Speed of USB to serial converter shouldn't be an issue. USB1 works at few Mbaud and USB2 works at up to 400Mbaud. Serial ports works below 1Mbaud. Many RS-422/485 sytem work at 19,2kbaud or 115kbaud.

I use USB to RS-422/485 converters quite often without problem.

They are cheap (much cheaper than built-in PCI cards) and can be hooked to any computer (also some desktop and barebones without PCI-Slots). As Irene stated, the included drivers build additional com-ports that can be used by your app the same way as it would with COM1 or COM2, even when the USB-RS converter is connected to an USB-Hub.

The only thing you have not to forget is to look up which port is installed by the driver. This varies from computer to computer.

Link to comment

hmmm. I spoke to the guy from NI and he didn't recommend the converters especially when used in big projects involving a lot of equipment. What's more as far as I know there is a problem with the galvanic isolation in this converters - and this is also an important issue. Anyway it is worth knowing that such converters work and devices can be controlled from LV. Thanks for reply! Greetings

Link to comment
hmmm. I spoke to the guy from NI and he didn't recommend the converters especially when used in big projects involving a lot of equipment. What's more as far as I know there is a problem with the galvanic isolation in this converters - and this is also an important issue. Anyway it is worth knowing that such converters work and devices can be controlled from LV. Thanks for reply! Greetings

...ok, I use the USB-Serial converter we sell ourselves (together with our pressure transmitters). They have galvanic isolation.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.