-
Notifications
You must be signed in to change notification settings - Fork 11
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
Sample Waveforms #1
Comments
Hi Sam, I cannot read my RigolMSO5074 bin file, I have attached sample file. |
Hi Revaes, I'm taking a look now. The waveform header is a different length for some reason.
|
Hi Sam, I have a Siglent SDS2000x Plus .bin for you. It currently does not open for me |
Hi Jeff, thanks for the Siglent sample. wavebin doesn't have a parser for the Siglent binary format at the moment. I've found the format specification on the Siglent site which makes it much easier to implement in wavebin. I've created issue #8 to keep track of progress on this. |
Handyscope HS4-Diff (but according to manual all Handyscopes) are using a header free binary file. The settings for this one (also written in the filename): Info about export format: I have added a preview picture of the waveform too. All that said: |
These files from a Rigol DHO804 give this error:
It recognizes that the file was generated by a Rigol scope, but it doesn't see any waveforms |
I'll try to modify the code and issue a pull request to make it work with the newer Rigol scopes. |
PR submitted with fix |
Pushed v2.3 to PyPI with DHO800 support. Thanks for the sample capture and PR @yspacedev! |
Some files from a Rigol scope if they're of any use |
New waveform files for testing wavebin can be submitted here by attaching them to a comment.
Waveform files contain the serial number of the capturing oscilloscope. If you wish to remove this number before uploading, open the
.bin
file in a hex editor (such as HxD) and look for the oscilloscope model number near the top of the file. The 8 digit serial number (e.g.CN12345678
) follows the model number. Replace the serial number with zeros (CN00000000
) rather than deleting it so the size of the file is not changed.The text was updated successfully, but these errors were encountered: