LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I can't acquire data from MDO oscilloscope to Labview via LAN with 100k points of record length.

Solved!
Go to solution

Hello, sorry if I repeat the question.

 

Our oscilloscopes TDS3k, MDO3k and MDO4k has a predefined setups, because of experimental specifics, and they are not mostly changed. Acquire mode is SAMPLE. I have a program in LabView which acquires a waveforms via LAN when I run it, and saved it to spreedsheet format on PC. I don't use initiating VIs, because, I don't want to rewrite the predefined settings(it is allways made mannually). So I use only VisaOpen.VI, and then I use VisaClose.VI.

 

Everything is okay when I use horizontal resolution up to 10k points. But if I set up on oscilloscope (MDO) 100k or more points, a problem occurs: the Acquire command returns only 10k points. I tried to rewrite the DATA:STOP comand manually to 100k points in my program, but it is not possible, it stays the same: 10k points.

 

When I save the waveform of 100k points to USB flash disk on oscilloscope, there is no problem. 

 

have any ideas how to solve it, please?

thank you.

0 Kudos
Message 1 of 4
(938 Views)

Sorry, there IS possible to rewrite the DATA:STOP to 100k points, but CURVE? query returns only 10k points of data.

 

May be, I should use CURVE? query as much as there won't be the last 10k portion of total 100k points of data?

0 Kudos
Message 2 of 4
(915 Views)

Sorry misread your post.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 3 of 4
(907 Views)
Solution
Accepted by topic author Balzhima

Oh, sorry, there were my program's errors.

The only one thing I must to do is rewrite DATA:STOP register manually, as it is in HORizontal:RECOrdlength registry.

0 Kudos
Message 4 of 4
(874 Views)