‎05-14-2015 12:53 PM
@prof.Anil wrote:
Is that common problem ?
Is what a common problem? The error? It is if you don't know how to use the equipment you're trying to control.
‎05-14-2015 12:56 PM
‎05-14-2015 01:02 PM
Rule #1 of instrument control: Know how you do what you are trying to do using the buttons and knobs of the instrument manually. Once you have that figured out, you can start writing a program to mimic exactly what you did manually. If you do not understand how to work the instrument manually, you'll never figure it out programatically.
So if you do not understand how to work the oscilloscope, go find somebody who does and have them teach you how to use it.
‎05-14-2015 01:03 PM
Thak you for your attention.
‎05-14-2015 01:05 PM
You are right sir.
‎05-14-2015 01:05 PM
Check out this topic: http://forums.ni.com/t5/LabVIEW/instrument-control/m-p/3134112#M901103
Just connect your USB cable to the scope and use Help > Find Instrument Drivers... LabVIEW will find your scope and download everything you need including a new palette of Agilent VIs and examples. It takes only a few minutes. Don't make it more complicated than it needs to be.
‎05-14-2015 01:15 PM
@prof.Anil wrote:
Is that common problem ?
Well, technically YES. A timeout error is a very general problem that means you're not communication with the scope. There could be many reasons why. The firs thing to do is see if your scope shows up in NI MAX (Measurement and Automation Explorer). Click on Devices and Interfaces and tell us if you see your DSO. If NOT, you must fix the problem before you go any further...
‎05-14-2015 01:20 PM
‎05-14-2015 01:22 PM
Yes ı see.
‎05-14-2015 01:52 PM
Then open this most simple example: Help > Find Examples >