From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

RIGOL MSO4024 get deep memory 140MPoints 4GSamples

Solved!
Go to solution

Hi!

I need help with returning / reading data from the Rigol MSO4024 oscillioscope (I used this instruction: https://rigol.desk.com/customer/en/portal/articles/2726897-deep-memory-binary-data-collection-and-co...) .

If I run this (see the image) program the buffer just returns the first value which is #9xxxxxxx ; but it should return the whole storage. 

 

Does anyone know how to get the complete internal stored information?

 

 

 

0 Kudos
Message 1 of 2
(2,366 Views)
Solution
Accepted by topic author bittybyte

Hi,

 

in the instruction you mention they state: 

// this part we loop through:
:WAV:START 1
:WAV:STOP 1000000
:WAV:DATA?
(scope returns 1 Million and 11 bytes of a header. Strip off the header)

// Repeat the last 2 commands until at the end of the data changing the start value by adding 1000000 to //it each time. If you have less than a million for the last call, reset STOP to the last point #.

So and you try to fetch all the data at once.

Try fetching the data like they say in the manual.

 

Best wishes

--------------------------------------------------------------------------------------------------------
Work with NI Hard- and Software for about 15 years now.

Certified LabVIEW Developer & TestStand Developer/Architect

--------------------------------------------------------------------------------------------------------

There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Message 2 of 2
(2,242 Views)