LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to display scope plot in Labview GUI?

I am trying to figure out how to show TDS8000 scope output plot in LV GUI(?)
This maybe a two fold question.
 
1. I suppose it may be necessary to adjust the scope scale with appropriate level so that the plot will show enough details of information. (e.g., finding Max and Min points)
 
2. how to display scope plot in LV GUI?
 
It would be a great help if anyone can share an example VI.
 
Thanks,
 
 
 
 
0 Kudos
Message 1 of 4
(2,989 Views)

Did you download the instrument driver?

http://sine.ni.com/apps/we/niid_web_display.download_page?p_id_guid=E3B19B3E9303659CE034080020E74861

Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
0 Kudos
Message 2 of 4
(2,982 Views)

I think I did...I am actually looking for an example VI that can read scope display into a user interface. Is this a difficult task?

Thanks in advance!

0 Kudos
Message 3 of 4
(2,964 Views)
Hi jjlee,

It shouldn't be that difficult of a task. Most instrument drivers have a simple initialize VI, and then some type of waveform measurement VI. You would connect these two VIs and then take the output from the waveform measurement (may be waveform acquire or something like that) to a graph or chart (depending on if you're outside of inside of a loop). That should be all you need to do for the simplest form of this application. You would, of course, want to handle errors and close the connection to the device when you're done collecting the data.

Hope this is of some help,
Regards,
Matt S.

LabVIEW Integration Engineer with experience in LabVIEW Real-Time, LabVIEW FPGA, DAQ, Machine Vision, as well as C/C++. CLAD, working on CLD and CLA.
Message 4 of 4
(2,941 Views)