LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

controlling signal generator, spectrum analyzer

Hi,

     I want to automate 8656B signal generator(HP make),8590A spectrum analyzer(HP make) using labVIEW 8.6.I'm using GPIB interface to connect the instruments.Do I've to install drivers for signl generator and spectrum analyzer?what should I do?can anyonet ell me from scratch.

 

 

 

Thanks
kiranmayi
0 Kudos
Message 1 of 15
(4,892 Views)
Go to the instrument driver network (here) and search "8656B" and "8590".  They don't always have an exact match to your instrument, but most times any driver with the same model number but different letter will still work.
0 Kudos
Message 2 of 15
(4,888 Views)

K Darin,

               can you tell me what are all the steps needed in sequential order in order to control these two instruments using labVIEW 8.6 like for a beginner.(like 1st what are all the drivers needed to be installed,next what in sequence...)

Thanks
kiranmayi
0 Kudos
Message 3 of 15
(4,878 Views)

You should also get both the programming manuals for the instruments. Remember that Labview drivers is not really drivers. They are more a program for controlling some instrument. The are seldom complete, regarding all instrument functions. Use them as a base for your own application

Steps:

1 download the driver

2 Unzip to a separate folder

3 Read the documentation

4 Test the "driver"

5 Good Luck, post again if you are stuck

Message Edited by Coq Rouge on 08-14-2009 09:49 AM


Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
Message 4 of 15
(4,876 Views)

Hi,

     I'm using GPIB to USB converter to connect  these two instruments to the PC.So, driver for this converter is sufficient or should I have to install drivers for signal generator and spectrum analyser.

Thanks
kiranmayi
0 Kudos
Message 5 of 15
(4,868 Views)
No for the controlling your instruments you need to create a Labview program (given that your GPIB to USB converter has the correct driver). The Labview instrument driver is such program. So as I said use the instrument driver as a base for your program


Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 6 of 15
(4,847 Views)

I suppose you get a CD with your GPIB to USB cable, right?

Did you install it?

If yes, using the MAX, you know "Measurement & Automation", you should be able to send some commands toward your instruments.

If no, install it first 🙂

 

With the MAX you can easily check your connection and get used to "play" with the instruments.

Then, like Coq Rouge said, read the programming manual of your instruments to find out which command you should send for certain actions and, again, try it in the MAX. Once you know what you want to do and which commands you should send, you can start thinking LV programming. 

 

As a final, be sure that both instruments has another address on the GPIB bus!!

0 Kudos
Message 7 of 15
(4,842 Views)
I've installed driver for GPIB to USB converter.Now my question is, Do I've to install drivers for spectrum analyser and signal generator.
Thanks
kiranmayi
0 Kudos
Message 8 of 15
(4,808 Views)

gpsrt wrote:
Do I've to install drivers for spectrum analyser and signal generator.

Basically no, since, like Coq Rouge already said, LV drivers aren't drivers as one think of "driver" they are more like a lot of VI's that can do some things for you, send a command to initialize an instrument, send a command to start a measurement, send a command to read some data and so on. Of course they can help you design youre application but you don't absolutely need them.

 

 

Did you try to communicate through the MAX?

Was it successfull?

0 Kudos
Message 9 of 15
(4,802 Views)
Then, why is this  NI device drivers DVD that comes along with labVIEW 8.6
Thanks
kiranmayi
0 Kudos
Message 10 of 15
(4,793 Views)