-
Notifications
You must be signed in to change notification settings - Fork 6
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
Test files needed for Rigol 1000B scopes #1
Comments
Unfortunately I don't have access to this scope currently. It is not my scope, it belongs to my coworker. |
No problem. Just keep this project in mind when you regain access to the scope. (or ask your coworker to upload a few files :-) |
I have some sample files for DS1024B. Hope this helps. Can get more. |
Sample files for DS1202Z-E. Appears that scope won't write CSV files where exporting deep memory records, the CSV file has just what was on the screen. DS1202Z-E.zip |
I have some information from old records about decoding timebase information for the DS1204B but not sure how reliable it is |-----------------------+--------------------------+---------| |
Please upload more info from your old records about the DS1204B. I started a parser for the B variant, but I did not get very far. It seems that the DS1204B waveform format differs substantially from others. |
I'm not sure if this is correct but it may shed light on the header. |
There is not much on the web about the Rigol .wfm formats. Nearly all the info used in this project is unattributed sources :-) The header you provided will get me much farther along. I will see what I can do. |
Thanks to your header file, we can now parse DS1204B wfm files! I have checked in code that successfully converts your DS1204B.wfm file to a file that is equivalent to the .csv file that you sent. See docs/1-DS1000B-Waveforms.ipynb for details. |
It would be good if you submitted a few files with some channels disabled and with a 10X probe for additional testing. But we have basic functionality now. |
DS1204B x10 c2-c4.zip |
@JoetVer Rigol now correctly parses these files! One last test |
Great work, see file attached. DS1204B x10 c2+c4.zip |
That file works. Released v0.9.0 yesterday. Thanks for your help. I will look at the DS1202Z-E files eventually. |
I loaded up a historical file that I was hoping to analyse but got an error |
Fixed. I still don't really understand how data is stored. It seemed like all channels were saved in every wfm file, even if they were not enabled. I added logic so that only enabled channels will be read. This seems to fix the problem with the file you just uploaded. |
Looks like every historical record I have for that scope is the same size. |
Will you be releasing an update soon? |
I was hoping you could test from the repository. However I just released v0.9.1 that might work for your old files. |
Thanks. That one works. |
Rigol has been surprising forthcoming with info. When I asked, they had no info about the B-series, though. Maybe if you ask, your rep will be able to find something. |
I see on the Rigol site that the B's in the 1000's are marked as obsolete. The header info I provided was from 2013 and was all that I could get out of Rigol when the instrument was purchased. |
Just a few sets of saved waveforms created by a Rigol DS1074B, DS1104B, or DS1204B scope. Each set should contain
Ideally these would cover a range of vertical and horizontal settings.
The text was updated successfully, but these errors were encountered: