LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"Separate x and y values."

Is it possible to get the separate x and y values on an occsilliscope? For example for time .1 the voltage is 2, for time.2 the voltage is 4, etc.
0 Kudos
Message 1 of 3
(2,562 Views)
Could you explain your problem in more detail? I don't understand what your "seperate" meant. If you mean an XY plot, you can have it from the control "XY Graph" which accepts array of points clusters or cluster of "seperate" X and Y arrays.
0 Kudos
Message 2 of 3
(2,562 Views)
Hi Adam,

if I understand it right, then you want to readout a waveform from scope. In instrument driver .llb's (from TEKTRONIX) you will find TKTDS read waveform.vi.
This vi outputs the y-values, t0 and delta t.
Then you only need to extract these Data.
Find attached two pic's - first: 2channels of TEKTRONIX TDS7054 are separate read out and then a resulting graph is created (mean between cursors of multiple measurements); second: read entire waveform of selected channel - other options available.
You should have a look to instr. driver of your scope - you will find equivalent vi's.

regards
wha
Download All
0 Kudos
Message 3 of 3
(2,562 Views)