11-17-2017 04:33 PM - edited 11-17-2017 04:35 PM
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?
Solved! Go to Solution.
11-21-2017 03:46 AM
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