LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to set the time interval for data obtain through labview via write measureme

I'm need to programme to obtain data from oscilloscope. Currently my laptop able to communicate with Agilent DSO6014A oscilloscope via USB. I'm include the write measurement in mty program and save the data in .lvm file. But the time interval in the data are too small which is in micron seconds. Is there a way to modify the interval values?
0 Kudos
Message 1 of 5
(3,220 Views)

Hi,

 

 

can you post your code or an image.

 

 

I suppose writing to the file is fast, so you can use any of the timing vis to wait (msec) in your loop.

 

Regards,

 

Shrek

0 Kudos
Message 2 of 5
(3,210 Views)
The attached file is the capture of my diagram. Thanks.
0 Kudos
Message 3 of 5
(3,199 Views)

Looking at your screen grab you could either reduce the loop rate by increasing the ms delay, or if you need the high loop rate for your other processing you could put the log vi in a case structure and trigger it every x ms or loop iterations

 

Hope this helps

David
www.controlsoftwaresolutions.com
0 Kudos
Message 4 of 5
(3,192 Views)
The dt that is recorded in the file is the sample rate of the scope. You are not setting the sample rate and are depending on the auto-setup function of the scope. Use the function to set the horizontal to whatever you want and whatever the scope supports.
0 Kudos
Message 5 of 5
(3,179 Views)