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

Siglent sds hd support #245

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Jun 26, 2024

  1. Added support for SDS2000X HD models based on the work of gralco (Eri…

    …c Kuzmenko) in this PR : github.com/sigrokproject/pull/176/
    
    Created a new protocol version "E11" matching the latest Siglent SDS Scope programming guide.
    Reduced the read-wait time from 7sec to 50ms for better performance (achived by looping on read sample logic to consume the data has it arrives).
    Tested with SDS2504X HD model connected via Ethernet cable.
    Frederic Borry committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f91fb2a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Added declaration of all E11 Siglent oscilocope series : 800X HD, 100…

    …0X HD, 3000X HD, 5000, 6000 and 7000.
    Frederic Borry committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    fa0a72a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Added a timeout while reading data buffer to let time to the underlyl…

    …ing communication stack to get the data from the device.
    Frederic Borry committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d47b871 View commit details
    Browse the repository at this point in the history
  2. Refactored code for better E11 modification isolation.

    Frederic Borry committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f9419df View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Refactored timebase detection code.

    Fixed compilation warnings.
    Frederic Borry committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    253edb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Fixed block acquisition for E11 protocol => adds support for 4Mpts+ f…

    …rames.
    Frederic Borry committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    e91860d View commit details
    Browse the repository at this point in the history
  2. Fixed error detection when digital depth > 50Mpts

    Frederic Borry committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    02fd780 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Fixed pagination for analog channels and digital channels.

    Read block length from block header for both analog and digital channels.
    Added use of WAV:POIN to specify block length as suggested in Siglent code exmaples.
    fredzo committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    14ef910 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Fixed triggering for large timebases by forcing stop mode before acqu…

    …isition.
    
    Removed unused SCPI commands for E11 prtocol
    Frederic Borry committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    e41e10f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    8b7eccf View commit details
    Browse the repository at this point in the history
  2. Fixed 500 micro-volt range for all models (there was a typo leading t…

    …o 5mV instead of 500 uV).
    
    Fixed vertical ranges lower than 10mV for E11 models.
    fredzo committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    07f9912 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    c53aaac View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    dd5af60 View commit details
    Browse the repository at this point in the history
  2. Fixed comment

    Frederic Borry committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8392ad3 View commit details
    Browse the repository at this point in the history
  3. Fixed .vscode gitignore location

    Frederic Borry committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0b9352a View commit details
    Browse the repository at this point in the history
  4. Fixed microvolt multiplier.

    Frederic Borry committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    aa9b218 View commit details
    Browse the repository at this point in the history