Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to make software for Instrument Control

Hi, 

 

I am a beginner to instrument control using VISA. I have used the R&S Forum application to control instruments in the past over VISA (USB/GPIB). But now I want to make a proper GUI. And I have some shamelessly nooby questions to ask. I have googled this stuff before and found plenty of information, but I'm still not sure. Any help or pointers are appreciated. Thanking all of you very much in anticipation.

 

  1. What is the difference between NI VISA 14.x and NI VISA 5.4.x?
  2. I have an instrument, I have a PC running Windows, what do I need to install other than the instrument drivers (VISA 14 or 5.4 or 488.2 etc.)?
  3. What would you recommend for making the software (GUI), like Visual Basic or C++ or something, or this measurement studio thingy? Preferably something that doesn't cost me money.
0 Kudos
Message 1 of 4
(4,255 Views)

@VISAnoob wrote:
  1. What is the difference between NI VISA 14.x and NI VISA 5.4.x?
  2. I have an instrument, I have a PC running Windows, what do I need to install other than the instrument drivers (VISA 14 or 5.4 or 488.2 etc.)?
  3. What would you recommend for making the software (GUI), like Visual Basic or C++ or something, or this measurement studio thingy? Preferably something that doesn't cost me money.

1.  I would expect just bug fixes and support for some newer drivers.

2. Depends on how you are communicating with your instrument.  If you are using GPIB, then you need to install that driver for that interface (488.2).

3. Visual Studio, LabVIEW, LabWindows/CVI.  I'm a LabVIEW person, so I'm a little biased to that.  But just use the language you are most comfortable with.  It would also help if you got drivers from R&S for whichever environment you are deciding to use.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 4
(4,252 Views)
What is a 'forum application'?
0 Kudos
Message 3 of 4
(4,244 Views)

@Dennis_Knutson wrote:
What is a 'forum application'?

Rohde & Schwarz Forum Application is "a free scripting tool for remote control of Rohde & Schwarz instruments. It allows users to run and edit example script sequences and to write their own script files, as well as on-the-fly remote control of instruments. Script files can range from simple command sequences (Winbatch syntax) to complex programs using the programming language Python."

 

 

 

If the objective of the OP is "free" software, then Microsoft's Visual Studio Community software would be the way to go.

 

 

Message 4 of 4
(4,238 Views)