LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

commanding a signal generator via RS 232 or GPIB; how to do? how to begin with Labview?

My need is to start to automate some experiments which require using labview to command a signal gen through a port (RS or GPIB); where should I start?
0 Kudos
Message 1 of 3
(2,794 Views)
Is it a recent signal generator which has LabView drivers available? And do you have a GPIB card & cable? If so, it is better to start with GPIB.

Usually, when drivers are available, it includes an example. That's a good place to start.

The other place to start is to use MAX (Measurement & Automation Explorer). Under "Devices & Interfaces" you should be able to see your GPIB card (usually GPIB0) and your ports (serial & parallel). You can also send commands to your instrument to verify the communication path.

However, if you do not have a GPIB card, you can rely on the serial port. I think most instrument still have that.

In either case, you will need the set of instructions (commands), or better a driver...

As I mentionned, the best w
ay to communicate with an instrument is through GPIB.

Have fun!!

-JLV-
Message 2 of 3
(2,794 Views)
really appreciated!

marco
0 Kudos
Message 3 of 3
(2,794 Views)