LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Looking for some help/advice on LabVIEW

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?
0 Kudos
Message 1 of 25
(3,719 Views)
Can you be a little more specific?

Saludos
0 Kudos
Message 2 of 25
(3,701 Views)
Yeah sorry I am being very vague!

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?
0 Kudos
Message 3 of 25
(3,699 Views)
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

Saludos
0 Kudos
Message 4 of 25
(3,691 Views)
Thanks.

So how do I control the power meter from LabVIEW? Does a representation get added into the VI? Or is programming code required?
0 Kudos
Message 5 of 25
(3,689 Views)
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.

I hope this will be useful, Laura

Saludos desde Barcelona
0 Kudos
Message 6 of 25
(3,674 Views)
Hi

If you want to ask to the instrument anythin, I'll look how to solve the more accurately possible

Saludos
0 Kudos
Message 7 of 25
(3,651 Views)
Hi

If you want to ask to the instrument anything, I'll look how to solve the more accurately possible

Saludos
0 Kudos
Message 8 of 25
(3,650 Views)
Im just kind of planning out the project just now.

Thanks!
0 Kudos
Message 9 of 25
(3,646 Views)
Ok, only one advice: you may do it with labVIEW and GPIB very easily. I've done several projects and it's not complicated.

If you need help, please, contact me

Saludos
Miquel
0 Kudos
Message 10 of 25
(3,641 Views)