LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

which board I/O is compatible with labview 7.1?

Hello members,
 
I'm wondering how do we know the compatbility of a board I/O with labview 7.1?  i mean how do we know the electronic board is compatible with the I/O board and at the same time compatible with labview? actually, im on an intern and i need to do a program which test an electronic board. but before that, i need to find the compatible I/O board with labview.  and is there somebody could explain to me DAQ and VISA? Thank u in advanced!
 
Dhirah
 
 


Message Edited by dhirah on 04-07-2008 05:08 AM
0 Kudos
Message 1 of 2
(2,117 Views)

I'm not sure exactly what you are looking for. You have something you want to test? For that test you need some board to provide the I/O for the test? The first thing to do is to define all of the I/O that you need. How many analog inputs/outputs/digital inputs/digital outputs? What is the range of the analog signals you have to source/measure (voltage/current/frequency)? What's your budget? When you have all of that, then you can start looking for test equipment that meets your specifications. You can contact your local NI Sales Engineer for help in configuring a system. For non-NI test equipment, external instruments connected via GPIB/USB/Serial/Ethernet, are usually no problem controlling with LabVIEW. Look for instruments that have drivers already written for them but writing your own driver is always possible. For pc based instruments, ask the vendor if they have a LabVIEW driver. Many do and for the ones that don't, you can usually get documentation in order to write your own. This might require you to use the Call Library Function Node to access a dll that the vendor provides.

There are a lot of tutorials available on the NI web site. You might want to start with http://zone.ni.com/devzone/cda/tut/p/id/4523.

0 Kudos
Message 2 of 2
(2,090 Views)