Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

read data from TDS 1002b using Labview with USB

Hello

I want to read data TDS 1002b osiloscope using Labview with USB port.

For agilent I download Agilent 33XXX Series labview VI.

I want to know do yo exist anything similar Agilent 33XXX Series VI for TDS 1002b?

If does not exist, would you please tell me how can I read data using Labview with USB for TDS1002b?

Thank you

0 Kudos
Message 1 of 51
(5,083 Views)

Hey Naser,

Have you tried searching NI's Instrument Driver Network (www.ni.com/idnet)? I did a quick search for "1002B" and came up with this driver:

 

Tektronix TDS 1002B

http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=9073

 

Lars L

NI R&D

0 Kudos
Message 2 of 51
(5,057 Views)

Dear Lars

 

Thank you so much.

 

I download this drive and I run a example (Tektronix TDS 200 1000 2000 Series Acquire Continuous Waveform.VI)

But I don’t show anything in Waveform Data.

Would you please tell me what is problem ?

 

Thnak you again

 

0 Kudos
Message 3 of 51
(5,050 Views)

Have you tried running NISpy?

 

There appears to be minimal setting, have you have used an Auto scope setting or default setting? Also how is it handling any errors?

 

 

Regards
Ray Farmer
0 Kudos
Message 4 of 51
(5,047 Views)

Thank you.

What is NISpy? I don’t know about NISpy.

 

I use default setting what is Auto scale for x and y. It has not error. VI is running without anything in scope.

 

0 Kudos
Message 5 of 51
(5,046 Views)

This is output of NI I/O Trace.

please find the attached file. without error.

 

0 Kudos
Message 6 of 51
(5,045 Views)

Is CURV?" the command sending back the data for the chart?

 

If so what is in the VI to convert the data into the correct format for the chart/graph?

 


 

Regards
Ray Farmer
0 Kudos
Message 7 of 51
(5,038 Views)

Would you please tell me how can i convert data into correct format for chart/graph?

 

0 Kudos
Message 8 of 51
(5,032 Views)

If this is the data, then you will have to convert the string to decimal.

 

65.  VISA Read ("USB0::0x0699::0...:C062162::INSTR", 100000, "#12...")

 

Are you fimilar with LabVIEW?

 

Are you able to look at the block diagram of the VI you are running?

 


 

Regards
Ray Farmer
0 Kudos
Message 9 of 51
(5,034 Views)

Dear Ray Farmer

 

Thank you so much for your helping. I will try to convert the string to decimal.

I want to know what means 65.  VISA Read ("USB0::0x0699::0...:C062162::INSTR", 100000, "#12...")?

I know "USB0::0x0699::0...:C062162::INSTR" is for Tektronix device.

But I dont know about 100000 and '#12...'.

Would you please tell me about this data?

 

Thank you much again

 

0 Kudos
Message 10 of 51
(5,031 Views)