LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hardware Compatibility.



Hello,

I have just started looking over Labview 7.0 and I am trying to find
out what types of hardware connections are compatible with this
software. I will probably be using an Omega Data acquisition board as
the hub for the inputs of my system. If anyone can help I'd appreciate
your input. Thanx.

0 Kudos
Message 1 of 3
(2,629 Views)
Actually, this depends on wether the hardware driver is provided or not. Contact your local LV representive may have more help.
0 Kudos
Message 2 of 3
(2,620 Views)

Just about any type of hardware that you can think of can be compatible with LabVIEW. What you have to consider is how much effort you want to put into it. For example, LabVIEW includes drivers for all DAQ boards from NI. Also included with LabVIEW are functions on palettes for these boards. If you use an NI board, you can be up and running in little time. LabVIEW 7 also includes a wizard for quickly creating DAQ tasks. If you buy a board from a vendor that has LabVIEW drivers, you can install them and use their functions in place of the NI ones. You may or may not get some examples from the vendor and for help, you'll get less on the NI forums (obviously). If the vendor does not have a LabVIEW driver, what you'll probably get is a DLL that you use to write your own LabVIEW driver. LabVIEW has a Call Library Function Node that is used to communicate to DLLs. This is not much different than what you would have to do if you wanted to use the vendor's DLL in a C or VB programming environment.

So, check with the DAQ vendor first. If they don't have a driver, post a new question with details on the board you want to use and see if anyone has developed a driver that they are willing to share.

Message 3 of 3
(2,618 Views)