LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to control Aglient Instrument without labview driver

Hi, all

 

I am now using the Aglient E5263a, and I am trying to control it with labview. But there is not labview driver for this instrument. So maybe I have to program with the gpib palette. But I have no idea for how to quote the driver of aglient E5263a and how to configure it. So, could anyone kindly offer me some similar examples for it or introduce me some couses for it?

 

Best regards

0 Kudos
Message 1 of 6
(2,623 Views)

A ubiquitous language used by instruments is SCPI. Download the programmers manual for the instrument take a look at commands. You want to initialize (connect or open via Visa session), *idn? (send query instrument identity), read the *idn? response (Visa Read) and close the Visa session.

 

Maybe someone can post a simple example... once you can do that (i.e. write, query and read), you can send the instrument SCPI commands for control or query. *footnote - you may have to sent the instrument from its hardware button for SCPI language...

0 Kudos
Message 2 of 6
(2,613 Views)

Here is some information on the Agilent site. E5260 Prog Guide

Visualize the Solution

CLA

LabVIEW, LabVIEW FPGA
0 Kudos
Message 3 of 6
(2,604 Views)

Sorry, I can not understand your visualize solution!

Could make some explain on it?

0 Kudos
Message 4 of 6
(2,586 Views)

Actually, I do not know how to deal with the *idn? equery

It would really nice if you can explain a little bit on it!

0 Kudos
Message 5 of 6
(2,582 Views)

Visualize the Solution is my Tagline (LabVIEW is a Visual Programming language).

 

Here is a very basic VISA Instrument Query.

Visualize the Solution

CLA

LabVIEW, LabVIEW FPGA
0 Kudos
Message 6 of 6
(2,571 Views)