01-10-2012 03:27 AM
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
01-10-2012 02:10 PM
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
01-11-2012 05:48 AM
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
01-11-2012 06:22 AM
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?
01-11-2012 06:33 AM
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.
01-11-2012 06:38 AM
This is output of NI I/O Trace.
please find the attached file. without error.
01-11-2012 09:58 AM
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?
01-11-2012 11:34 AM
Would you please tell me how can i convert data into correct format for chart/graph?
01-11-2012 11:58 AM
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?
01-11-2012 02:09 PM
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