LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

i'm new with labview.....

Solved!
Go to solution
can anyone help me?? i'm trying to "read" and modify some frequencies from a Test Receiver using IEC625. i cannot find a driver for my instrument. i'm want to use VISA but i don't really now how......
0 Kudos
Message 1 of 7
(3,179 Views)
Solution
Accepted by topic author dafy01

Hi dafy,

 

have you searched the http://www.ni.com/devzone/idnet/?

 

It would also help to name the device (model, maker,...)!

Message Edited by GerdW on 03-09-2009 01:33 PM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 7
(3,152 Views)
i've already searched a driver for my test receiver (Rhode-Schwarz ESVB) and i didn't find one.
0 Kudos
Message 3 of 7
(3,122 Views)
Since many of the R&S drivers on NI's site were written by R&S, the obvious thing to do is to contact R&S and see if they have a driver for this instrument of if one of the existing drivers can be modified. If that does not work, on the main Instrument Driver Network page are links to request a driver and how to create your own.
0 Kudos
Message 4 of 7
(3,103 Views)

Thanks Dennis!

I'll try that.

0 Kudos
Message 5 of 7
(3,097 Views)
can anyone tell me how to "read" and modify frequencies from the R&S Test Receiver ESVB without using a driver instrument?
0 Kudos
Message 6 of 7
(3,077 Views)

You would need to look in the instrument's programming manual for the commands. Then, just use VISA to read/write to the instrument. There's an example that ships with LabVIEW that you can start with. Open the Example Finder (Help -> Find Examples) and search for "GPIB". (This assumes you have installed VISA.)

 

You can also use Measurement and Automation Explorer (MAX) to communicate with it. You should have an icon for MAX on your desktop, as the default installation for LabVIEW would install it. The documentation for MAX explains quite well how to do this. Note: MAX does not use VISA.

0 Kudos
Message 7 of 7
(3,068 Views)