-
Notifications
You must be signed in to change notification settings - Fork 53
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
Testing with DS2xxx/DS2xxxA #9
Comments
Please attach here the log file, "OscScreenGrabLAN.py.log". |
Two more observations (or two mistakes on my end):
The log is attached (renamed to .txt to please github). I've zero'd the scope serial number - it was originally read correctly. |
Thanks for posting more details. Seems to happen because the program requests the status for channel 3 and 4 of the oscilloscope. Channel 3 and 4 does not exist on a DS2000 oscilloscope. To test by yourself if this is the case, you can edit line 197 in file 'OscScreenGrabLAN.py' from Even after doing that, you might still find other incompatibilities between DS2000 and DS1000. The script was made for DS1000 only, because I don't have access to other models. If you decide to change that line, please share here the results and the log file. |
OK. First, I only removed CHAN3/CHAN4, but the issue persisted. I re-triggered on a signal, relaunched OscScreenGrabLAN and this time, I got a different error:
The log (.log.2.txt) is attached. Since the signal was still on the scope, I downloaded the PNG (also attached). Its log is also attached (.log.3.txt). Although it works, it ends with a warning. |
Thank you for sharing the info. I will review the code and the SCPI commands for RAW memory data extraction, and will try to add capabilities for DS2000 series, maybe this weekend, but please don't take it as a promise. Will post here if any progress. Again, thank you very much for your testing! |
For info only - I know this hardware isn't officially supported.
I just tested this code with a Rigol DS2202, firmware 00.03.04.SP2.
Code identifies it as:
Found instrument model 'DS2202' from 'RIGOL TECHNOLOGIES'
PNG capture works.
BMP capture works.
CSV capture seems to always fail after ~1minute, with the following trace:
I'm personally very happy with just the screen capture functionality, and I hope the word will spread that this is available.
Thanks for your work.
The text was updated successfully, but these errors were encountered: