Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

I need help with wiltron 360b network analyzer controlling via GPIB-USB connection

Hi,
My company has a wiltron/anritsu 360B VNA. My project is to find a way to control that VNA with a computer. I have downloaded NI-VISA, NI-488.2, LABVIEW and the driver for it. I would like any sugestion to get start.
Is it easier to use LABVIEW to control this VNA or I need to program it in C because LABVIEW is new to me?
Thank you,
 
 
0 Kudos
Message 1 of 4
(3,895 Views)
If you are an experienced C programmer, then you could possibly get everything working in less time than it would take to learn LabVIEW. With an existing driver, though, you have a large head start over writing the same code in C. For learning what a LabVIEW driver is and how to use it, check out the links under the Learn topic at http://www.ni.com/devzone/idnet/. For learning the basics of LabVIEW, see http://www.ni.com/academic/lv_training/how_learn_lv.htm.
0 Kudos
Message 2 of 4
(3,894 Views)
Thank you for your help,
 
I understand that NI-488.2 is required for my GPIB-USB cable. If I make a program in C, do I need NI-VISA or NI-488.2 is all I need?
 
Sincerely,
 
0 Kudos
Message 3 of 4
(3,889 Views)
If you want to just use the GPIB functions, then you do not need NI-VISA. If you want your application to be portable, then VISA is the way to go. With VISA, you could change to a non-NI controller and the program would still work. This would be assuming that the vendor of the different controller has a VISA driver for their board. VISA is also portable in the sense of using something other than GPIB. Many vendors offer isntruments with either GPIB, USB, serial, or Ethernet connections. With VISA, you could swap connection types without making any changes to the program.
0 Kudos
Message 4 of 4
(3,885 Views)