09-18-2013 08:14 AM
With the waveform actually visible on the scope, I'm not sure what could be wrong. The VI is simply doing an Initiate and a Fetch. Is there any error indicated?
09-18-2013 09:06 AM
Apparently there is no error. When I click Run, the VI doesn't tell any error. I only see the mentioned horizontal line.
09-18-2013 09:14 AM
09-18-2013 09:32 AM
09-18-2013 09:50 AM
09-18-2013 05:00 PM
Do you mean use the autoset of the oscilloscope or any autoset in labview (I don't know any autoset function in the labview). And in the other hand, can you tell me more about how to specify the horizontal, vertical, and trigger parameters,please?
09-18-2013 05:12 PM
09-19-2013 04:44 AM
Do you refer to the autoset in the scope? I don't use it, I just turn on the scope and connect the cable from generator and the usb cable.
I see in the driver folder called "Public" some VIs called Configure Trigger ... I guess you refer to these VIs. I didn't know that these VIs modify the behavior of the principal example. Is this so?
09-19-2013 07:05 AM - edited 09-19-2013 07:09 AM
Every time you ran the top level example you did an autoset. Did you even look at the block diagram?
You have an entire palette of scope functions - Instrument I/O>Instrument Drivers>Rigol DS1000 Series. All of those functions are for you to write your own code to control the scope. The examples are just that - a starting place. Since the example you are using relies on the autoset function, it's not even a very good example, imho. Try the Acquire Multiple Waveforms and see how the vertical and horizontal are set. Go to the main instrument driver network page and review the information on drivers, especially on how to use one.
09-19-2013 07:38 AM
Ok, I will try it without the block called "autosetup.vi" and I'll post the result.