Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview code to do simple measuerment with 4294A

Hi,

I am so new with labview, I downloaded the 4294A driver and I was wondering if anyone already developed a  personal code to perform measumerment. 

any help would be appriciated. 

Thanks

 

0 Kudos
Message 1 of 11
(5,872 Views)
I count 8 example VIs that come with the project style driver. Have you tried those? Just like the rest of the examples that come with LabVIEW, go to Help>Find Examples. Then select Hardware Input and Output>Instrument Drivers>LabVIEW Plug and Play.
Message 2 of 11
(5,870 Views)

I did try them, none of them answers what I am looking for, I want to sweep the frequency and read the measured impedance and save it in to a file,

0 Kudos
Message 3 of 11
(5,840 Views)

It's almost been a decade  but I have a code that is just what you want! 🙂

Message 4 of 11
(3,843 Views)

Hello everyone

i am working to make a software for my agilent 4294a by labview.

but as i see it is very easy to make sweep measurements.

but it is limited up to 801 point therefore i need more points instead.

but i could not make single point measurements so that i can control it by computer for very huge points.

is there any way to increase the number of points from 801 to more, or any way to make single point measurements?

0 Kudos
Message 5 of 11
(2,912 Views)

Hi

Why not split your measurements in chunks of 800 samples?

greetings from the Netherlands
Message 6 of 11
(2,900 Views)

thank you for your answer 

i know but if i could do it by single point it would be more easy

as i see i cannot do it by single measurement.

0 Kudos
Message 7 of 11
(2,898 Views)

Moving the data in chunks is a lot faster than is single units. Just try.

greetings from the Netherlands
0 Kudos
Message 8 of 11
(2,891 Views)

The 4294 is an old model, it has only 801pt memory for a sweep.  There's no way around that! 

 

So like Albert said, build separate sweeps and perform each in sequence. 

 

Post your code if you get stuck and we can help.

 

Craig

0 Kudos
Message 9 of 11
(2,879 Views)

Thank you İ am able to make sweep measurements.

so i do not need any help.

best regerds.

0 Kudos
Message 10 of 11
(2,827 Views)