LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to use LABVIEW to access tektronix RSA513A

Solved!
Go to solution

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,

0 Kudos
Message 1 of 14
(1,924 Views)
Solution
Accepted by topic author gilmaor1

Driver is here.  (The VIs are the driver.)

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 14
(1,913 Views)

@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

0 Kudos
Message 3 of 14
(1,899 Views)

@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.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 4 of 14
(1,887 Views)

Thanks!

0 Kudos
Message 5 of 14
(1,870 Views)

Hi bilko.

For some reason those vi do not work.

And the project will not open. LV tells me it is corrupted.

0 Kudos
Message 6 of 14
(1,864 Views)

@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?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 7 of 14
(1,828 Views)

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,

 

 

0 Kudos
Message 8 of 14
(1,798 Views)

the VI's in mcduff's  link do not open.

 

 

 

Screenshot 2022-03-15 111005.png

0 Kudos
Message 9 of 14
(1,795 Views)

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: 

https://www.tek.com/en/support/software/application/rsa-application-programming-interface-api-32-bit...

 

or this if you use 64-bit LabVIEW:

https://www.tek.com/en/support/software/application/rsa-application-programming-interface-api-64-bit...

 

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. 

Rolf Kalbermatter
My Blog
Message 10 of 14
(1,789 Views)