Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Agilent Scopes

Hi,Guys,
 
Anybody working with agilent scope? I have agilent scope 54832D,I use ":WAV : DATA?" fetched  all y-axis data, is there any common can fetch x-axis data. or any other ways to get the data?
otherwise,I need to caculate myself.
 
 

Message Edited by nicosg on 10-19-2007 01:34 AM

Cheers,
Nicosg

anico2127@yahoo.com.sg
0 Kudos
Message 1 of 12
(5,363 Views)
Hi nicosg

any scope that I know off has a t0, a delta t and each point is calculated by t0+i*(delta t)
and that is much faster than reading from the scope.
Even faster is to use a waveform chart instead of an x-y graph

greetings from the Netherlands
Message 2 of 12
(5,356 Views)

Hi,Albert Geven,

Thanks for your reply,

Does wavefrom x-axis data always start at 0?

I qaury from MAX, I found out all these start at -5.9999324E-4,

x=0 just under triggle point.

so,my x-axis data start at 0, or depends?

whats the relationship with triggle point?

Cheers,
Nicosg

anico2127@yahoo.com.sg
0 Kudos
Message 3 of 12
(5,328 Views)

Hi Nicosg,

Thank you for contacting National Instruments.  In order to best help you, I need to clarify a few things.  How exactly are you obtaining and manipulating the data?  Are you using LabVIEW or another program?  How exactly do you want the x-axis to act?

The t0 value defines where the x-axis begins.  If you are using LabVIEW, you can simply use the build waveform function, pulling down the block for more parameters.  The default value of t0 is 0, so if you do not set a value, it will automatically start at 0. 

Do you want the x-axis defined by the real-time value (can be done using "get data/time in seconds" function as the t0 input) or by another parameter?

Let me know exactly what you are trying to do, and the program you want to use, and I can hopefully give you a solution specific to your application.

Regards,

Lauren L.

Applications Engineering
National Instruments
Message 4 of 12
(5,304 Views)
Hi Nicosg

indeed normally the x-axis starts at zero but I forgot that a scope can use the triggerpoint to be defined as zero.
Not all scopes use this however nice feature.

Another thing you should beware of is that in the graph you can select an option to ignore t0.

greetings from the Netherlands
Message 5 of 12
(5,294 Views)

Hi,Albert Geven,

Thanks for your reply.

My program is too big,2mb, can not attach.

Here is a screen capture of front panel of my program.

 

Cheers,
Nicosg

anico2127@yahoo.com.sg
0 Kudos
Message 6 of 12
(5,282 Views)

Hi,Albert Geven,

Here is my program, main_outp'' is main program .

Cheers,
Nicosg

anico2127@yahoo.com.sg
0 Kudos
Message 7 of 12
(5,254 Views)
You seem to have gone out of your way to make this job as complicated as possible. Why don't you simply download the driver for the scope and use that or at least give it a look.
0 Kudos
Message 8 of 12
(5,250 Views)
Hi,Dennis Knutson,
 
Thanks for your reply,I have no chooice, I need to write all these my self  for learning,cos I need to re-structure another kind of labview program for this scope.
yes,ivi driver is useful,but not our needs.
 
what I am trying to do is not only apply this scope,but more on programming.
I am quite new on labview,but need to learn as faster as I can for my re-strcture project.
 
Thanks again for your pantience.
Cheers,
Nicosg

anico2127@yahoo.com.sg
0 Kudos
Message 9 of 12
(5,245 Views)
Hi

In the case of learning study another agilent scope project library and use that to implement the real driver

e.g. the hp546xxx projectstyle driver for lv8.00
greetings from the Netherlands
0 Kudos
Message 10 of 12
(5,236 Views)