Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Does National Instruments support different hardware that are not signed Ni??

Solved!
Go to solution
Hi, i want to know if i want to remote a programmable power suply via rs232 with labview, must i have a power suply from NI or i can use any kind???
pollon
0 Kudos
Message 1 of 2
(3,110 Views)
Solution
Accepted by topic author pollon

No, the equipment that you are running doesn't have to be made by NI.  Labview supports anything out there, but you may be on your own for drivers.  Sometimes, someone has programmed the drivers for your device already.  They are usually posted in the drivers page.  You can use those driver programs as the start of your code, putting them where you want them.

 

Example; I have a Keithley 195 DMM that I want to program for.  I search 'Keithley 195 DMM drivers' on ni.com.  I get

http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=146

so I sign in and download the drivers.  It really takes the pain out of programming the com commands or the GPIB protocols when you have a starting point like this.  Older or more fringe equipment may not have the drivers, in which case, good luck!

 

Most labview coding, at least in research fields, is done on non-NI equipment.  NI has given us a very flexible base to use with a huge number of pieces of equipment, which is why we stick with labview and NI, even if we can't use their equipment.

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