Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rigol MSO5000 Waveform *.bin file import #287

Closed
bvernoux opened this issue Nov 25, 2020 · 0 comments · Fixed by #307
Closed

Rigol MSO5000 Waveform *.bin file import #287

bvernoux opened this issue Nov 25, 2020 · 0 comments · Fixed by #307

Comments

@bvernoux
Copy link
Contributor

bvernoux commented Nov 25, 2020

I have reversed the Rigol MSO5000 Waveform *.bin file format

Example export on USB key all channels on Rigol MSO5000 with following steps

  1. Storage=>Save Wave
  2. Connect an USB Key and choose the "Removable USB Disk (D)" (else by default it will be in "Local Disk (C)")
  3. Format *.bin
  4. Channel (choose all channels it also work for LA channels even if there is some strange bugs sometimes)
  5. Save
    Then you have a *.bin file in your USB Key

To parse this bin file see https://github.com/bvernoux/rigol_mso5000/tree/main/waveform_bin which include some examples and 010 Editor Template to parse the Rigol MSO5000 Waveform *.bin file format
Note:
The 010 Editor parser template v0.2 is also compatible with Agilent Oscilloscope Waveform *.bin file format only the signature change AG instead of RG for the 2 first bytes
Thanks to miek for the link on Keysight website which use same bin format as Rigol MSO5000
https://www.keysight.com/main/redirector.jspx?action=ref&cname=EDITORIAL&ckey=3088654&lc=fre&cc=FR&nfr=-32541.0.00

@bvernoux bvernoux changed the title Add support import for Rigol MSO5000 Wave *.bin file Rigol MSO5000 Wave *.bin file import Nov 25, 2020
@bvernoux bvernoux changed the title Rigol MSO5000 Wave *.bin file import Rigol MSO5000 Waveform *.bin file import Nov 26, 2020
@azonenberg azonenberg linked a pull request Apr 12, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant