03-13-2022 10:11 AM
Hello ALL,
I need to connect to tektronix RSA513A (500 series spectrume analyzer)
I have found pictures over the internet of labview doing that but, not the drivers and VI's.
Can anyone please shed some light on this matter?
Thanks!
Gil,
Solved! Go to Solution.
03-13-2022 11:02 AM - edited 03-13-2022 11:02 AM
Driver is here. (The VIs are the driver.)
03-13-2022 12:32 PM
@billko wrote:
Driver is here. (The VIs are the driver.)
Actually those drivers are for different models. The best place to find drivers for the 500 series is https://github.com/tektronix/RSA_API
03-13-2022 07:37 PM - edited 03-13-2022 07:37 PM
@mcduff wrote:
@billko wrote:
Driver is here. (The VIs are the driver.)
Actually those drivers are for different models. The best place to find drivers for the 500 series is https://github.com/tektronix/RSA_API
Holy cow - my link where the driver page redirected me.
03-14-2022 03:03 AM
Thanks!
03-14-2022 03:09 AM
Hi bilko.
For some reason those vi do not work.
And the project will not open. LV tells me it is corrupted.
03-14-2022 12:48 PM
@gilmaor1 wrote:
Hi bilko.
For some reason those vi do not work.
And the project will not open. LV tells me it is corrupted.
The NI device driver selection page sent me to the wrong driver, and I failed to realize this. Did you try mcduff's link?
03-15-2022 04:03 AM
Hi,
I have found a way to make it work.
First, I down loaded the DLL from https://www.tek.com/en/spectrum-analyzer/rsa306-manual/rsa306-rsa306b-and-rsa500a600a
and than I used the following instructions.
The thing is, I had to insert the path to the dll for each vi.
Otherwise I will get a brocken arrow.
Gil,
03-15-2022 04:10 AM
the VI's in mcduff's link do not open.
03-15-2022 05:24 AM - edited 03-15-2022 05:26 AM
That is because those VIs only are thin wrappers around the Tektronix shared library that is the driver for your device. You need to install that driver first on your system. A quick glance on the Tektronix site would indicate that you probably need to install this:
or this if you use 64-bit LabVIEW:
And from what I saw on the github page, those VIs are EXTREMELY minimal. Calling that a LabVIEW driver is a blatant over exaggeration. It's at best a single example.