LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I control time/division of real Tektronix oscilloscope through LabWINDOWS?

That means I can directly adjust the waveform of real oscilloscope on computer.Can I find such vi function?
0 Kudos
Message 1 of 5
(3,731 Views)
That depends on what scope you have and what interface options the scope has.
The instrument will typically have a GPIB interface. With a GPIB card in your PC you can send commands to the scope and receive data and status back.
To see an example of GPIB communication, see the gpibrw sample project that ships with CVI at ..\CVI\samples\gpib\gpibrw.prj. You can use this example as is with a scope hooked up to your PC with gpib.
You'll need to know what GPIB address your scope is set to. On a newer Tek scope, goto Utilities >> GPIB Configuration to see or set the GPIB address.
A sample programming manual is available from the Tek website at http://www.tek.com/Measurement/Solutions/openchoice/docs/scope_manuals/PHP0197V4.pdf
In this manual, you can find details o
n the HORizontal[:MAIn]:SCAle command.
Message 2 of 5
(3,731 Views)
Is it possible to communicate with a scope (Tektronix TDS 3052B) through the ethernet interface with labwindows?
0 Kudos
Message 3 of 5
(3,731 Views)
Hi,the oscilloscope is TDS2024
0 Kudos
Message 4 of 5
(3,731 Views)
The all you said have been prepared (gpib card,its address etc.)
0 Kudos
Message 5 of 5
(3,731 Views)