08-13-2009 11:57 PM
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.
08-14-2009 12:22 AM
08-14-2009 02:24 AM
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...)
08-14-2009 02:43 AM - edited 08-14-2009 02:49 AM
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
08-14-2009 03:37 AM
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.
08-14-2009 07:04 AM
08-14-2009 07:42 AM
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!!
08-17-2009 01:35 AM
08-17-2009 02:09 AM
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?
08-17-2009 06:39 AM