Hello, I'm completely new to LabVIEW but have a project to do and was wondering if anyone could give me some help/advice/ideas.
I need to use LabVIEW to interface with a power meter (Agilent E4419B) via a GPIB cable. I have a GP10 card. I have the drivers from the NI website. Can anyone think of any other software/hardware I may require? Or any advice about the best way to go about this from experience?
Basically I am wondering how you actually go about setting up LabVIEW to communicate with the meter - is all I need a GPIB card and cable? How do the drivers actually work? Do I need to use any different commands to interact with the meter or do the drivers serve this purpose?
The communication with GPIB instruments s very easy so tyou only need a card and cables.
You send commands to the instruments in text format to the driver. The only thing you may know is the address of the instrumet. Then, by using generic or specific sentences you communicate with the instument
It depends on what have to do with the instrument.
For example, if you want to know the identification , you hav to write: "IDN?" And then read, for example, 50 characters. Put an string indicator on the output of the read VI.