LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I read the TDS 210 scope and have it show on Labview

I am using a TDS 210 and I am trying to read the signal from the oscilloscope to labview. I tried using the Getting Started 2.vi option, but this does not work. This vi just resets everything on the TDS 210 and then takes data. All I want is to read the data on the TDS 210 without doing anything to it. How would I accomplish this?
0 Kudos
Message 1 of 7
(3,757 Views)
I assume you have the TDS 210 driver for labview. There should be measurement vi. config vi. and init vi. First you set your scope setting using horizontal, vertical, trigger and measure vi. then you acquire the signal you want. Getting Started vis are just for demo and cannot fix your requirement. Browse all the driver vi for your scope and read the comments on each vi and you will be able you complete your task. If you have more specific question or doubt, post here and somebody here can help you.
------------------------------------------------------------------
When you feel sad, laugh
Message 2 of 7
(3,757 Views)
You can use the attached vi.

Bojan

"JonnyF" wrote in message
news:506500000008000000AABF0000-1075935269000@exchange.ni.com...
> I am using a TDS 210 and I am trying to read the signal from the
> oscilloscope to labview. I tried using the Getting Started 2.vi
> option, but this does not work. This vi just resets everything on the
> TDS 210 and then takes data. All I want is to read the data on the
> TDS 210 without doing anything to it. How would I accomplish this?



[Attachment TDS 210 - Get Data.vi, see below]
0 Kudos
Message 3 of 7
(3,757 Views)
I forgot to mention that I am using Labview 5.1 Will this vi work for labview 5.1?
0 Kudos
Message 4 of 7
(3,757 Views)
No, this is for LabVIEW 6.1, but take a look at the attached diagram.
The key is in using Fetch Waveform.vi instead of Read Waveform.vi.

Bojan


"JonnyF" wrote in message
news:506500000005000000815B0100-1075935269000@exchange.ni.com...
> I forgot to mention that I am using Labview 5.1 Will this vi work for
> labview 5.1?



[Attachment TDS 210 - Get Datad.bmp, see below]
0 Kudos
Message 5 of 7
(3,757 Views)
I am unable to find some of the components you used in your example.
I suspect my inexperience with Labview is hindering my efforts.
0 Kudos
Message 6 of 7
(3,757 Views)
You have to download and install Certified IVI driver for TDS 210 scope from
NI(http://www.ni.com/devzone/idnet/default.htm) to use TDS 210 - Get Data.vi
or to build the attached block diagram, because the components in this VI
and block diagram are from this driver.

Unfortunately this driver requires LV ver. 6.1 or higher.

Bojan

"JonnyF" wrote in message
news:506500000005000000445C0100-1075935269000@exchange.ni.com...
> I am unable to find some of the components you used in your example.
> I suspect my inexperience with Labview is hindering my efforts.
0 Kudos
Message 7 of 7
(3,757 Views)