Author Topic: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.  (Read 152807 times)

0 Members and 4 Guests are viewing this topic.

Offline kripton2035

  • Super Contributor
  • ***
  • Posts: 2616
  • Country: fr
    • kripton2035 schematics repository
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #400 on: November 04, 2022, 10:27:43 am »
I´m still hoping there will be a discount offer for the probes only someday.
Yes, there will be DIY alternatives, but I like to have the "original".
But not for this price. 8)
yep a digital probe clone on ebay is only $50 ...
... and you have to hack the LA licence...
 
The following users thanked this post: jord4231

Offline kripton2035

  • Super Contributor
  • ***
  • Posts: 2616
  • Country: fr
    • kripton2035 schematics repository
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #401 on: November 04, 2022, 10:29:24 am »
Having some fun with writing apps for the scope:
Code: [Select]
/usr/bin/siglent/usr/mass_storage/U-disk1 # ./rusty_siglent_app
Hello, world!!!
would you like to publish the source code of this "hello" app ?
 

Offline TopQuark

  • Frequent Contributor
  • **
  • Posts: 323
  • Country: hk
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #402 on: November 04, 2022, 11:04:06 am »
Having some fun with writing apps for the scope:
Code: [Select]
/usr/bin/siglent/usr/mass_storage/U-disk1 # ./rusty_siglent_app
Hello, world!!!
would you like to publish the source code of this "hello" app ?

Sure, you need the Nix (https://nixos.org/) build system with flakes enabled (https://nixos.wiki/wiki/Flakes), and only need to run
Code: [Select]
nix develop to reproduce my my cross compile environment and
Code: [Select]
nix build   to cross compile the correct binaries.

product_rcs_begin.sh contains the recommended contents of /usr/bin/siglent/product_rcs_begin.sh on your scope's filesystem, so that you can telnet and ftp to the scope after the scope boots up.

upload.sh is a helper script to upload the compiled binary file to the scope and run it.
 
The following users thanked this post: kripton2035

Offline TopQuark

  • Frequent Contributor
  • **
  • Posts: 323
  • Country: hk
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #403 on: November 04, 2022, 11:15:29 am »
Also, here's the scope's devicetree in case you feel like interfacing with the fpga and poke around the DMA busses...

 

Offline TopQuark

  • Frequent Contributor
  • **
  • Posts: 323
  • Country: hk
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #404 on: November 10, 2022, 08:39:48 pm »
Can anyone with the SDS2kHD and a digital probe set verify what I am seeing? It seems like the digital channel capture rate of the HD is very very slow compared to the SDS2k Plus.

I am only getting 16 wfm/sec on the HD (100ns/div, 2kpts, 8 channel), whereas the Plus is achieving 2.3k wfm/sec with the same settings. :scared:   I have reset the scope a few times and repeated the tests, and the results are the same.

Also on the HD, fast mode in the acq menu cannot be activated with digital channels on, whereas that's possible on the Plus. 

Edit: I am using the original Siglent digital probes, so it shouldn't be a hardware problem
« Last Edit: November 10, 2022, 08:41:20 pm by TopQuark »
 

Offline Martin72

  • Super Contributor
  • ***
  • Posts: 5996
  • Country: de
  • Testfield Technician
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #405 on: November 10, 2022, 08:53:53 pm »
Sounds like a bug to me - Want you place it in the bug/feature thread ?

Offline TopQuark

  • Frequent Contributor
  • **
  • Posts: 323
  • Country: hk
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #406 on: November 10, 2022, 09:01:33 pm »
Just not sure if I'm doing something silly and accidentally killing the performance of the digital mode. Want some confirmation before I make a big fuss out of it.

As a sanity check, I just verified the analog waveform update rate, and I can get the advertised 100k wfm/s with the analog channels.
 
The following users thanked this post: Martin72

Offline Martin72

  • Super Contributor
  • ***
  • Posts: 5996
  • Country: de
  • Testfield Technician
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #407 on: November 10, 2022, 09:14:20 pm »
I do have the MSO option, but unfortunately no logic probes... :(
Maybe tautech can test it when he got a HD there.

Online tautech

  • Super Contributor
  • ***
  • Posts: 28632
  • Country: nz
  • Taupaki Technologies Ltd. Siglent Distributor NZ.
    • Taupaki Technologies Ltd.
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #408 on: November 10, 2022, 10:00:38 pm »
I do have the MSO option, but unfortunately no logic probes... :(
Maybe tautech can test it when he got a HD there.
Sorry, no SDS2000X HD here.
Avid Rabid Hobbyist.
Siglent Youtube channel: https://www.youtube.com/@SiglentVideo/videos
 

Offline TopQuark

  • Frequent Contributor
  • **
  • Posts: 323
  • Country: hk
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #409 on: November 10, 2022, 11:32:57 pm »
I do have the MSO option, but unfortunately no logic probes... :(
Maybe tautech can test it when he got a HD there.
Sorry, no SDS2000X HD here.

@tautech, is it possible for you to reach out to Siglent and ask them what we should expect out of the HD in terms of digital channel waveform update performance? Thanks
 

Offline Martin72

  • Super Contributor
  • ***
  • Posts: 5996
  • Country: de
  • Testfield Technician
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #410 on: November 10, 2022, 11:56:46 pm »
Surely not 16wfms/s...

Offline 2N3055

  • Super Contributor
  • ***
  • Posts: 6868
  • Country: hr
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #411 on: November 11, 2022, 12:22:15 am »
Surely not 16wfms/s...


Yeah I get 16wfms/s too.
Well in that mode it handles double the data and data is routed slightly differently.. It has to be in Slow mode, because it has to capture buffer and process all of it before going to next one. It cannot just do bursts like in Fast mode.

Martin, you can check without probes, enable digital channels, and connect 100KHz (or more) signal to CH1 and trigger on that..

@TopQuark, sorry, what FW are you running..

 
The following users thanked this post: Martin72

Offline Martin72

  • Super Contributor
  • ***
  • Posts: 5996
  • Country: de
  • Testfield Technician
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #412 on: November 11, 2022, 12:26:41 am »
Hi,

OK, try it later on friday.

Quote
It has to be in Slow mode, because it has to capture buffer and process all of it before going to next one.

TopQuark also got the 2000X+, with 2300 wfms/s...


Online tautech

  • Super Contributor
  • ***
  • Posts: 28632
  • Country: nz
  • Taupaki Technologies Ltd. Siglent Distributor NZ.
    • Taupaki Technologies Ltd.
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #413 on: November 11, 2022, 12:34:40 am »
I do have the MSO option, but unfortunately no logic probes... :(
Maybe tautech can test it when he got a HD there.
Sorry, no SDS2000X HD here.

@tautech, is it possible for you to reach out to Siglent and ask them what we should expect out of the HD in terms of digital channel waveform update performance? Thanks
Sorry, no.

First consult datasheet and manuals then wait for feedback from the few beta testers watching this thread as they have more direct contact with product managers than anybody.

I do note max sampling is listed in the datasheet as 500 MSa/s and Memory Depth 50 Mpts/ch although analog memory settings might also impact on WFPS performance. Those with these instruments at their fingertips are best qualified to research this issue.
Avid Rabid Hobbyist.
Siglent Youtube channel: https://www.youtube.com/@SiglentVideo/videos
 

Offline TopQuark

  • Frequent Contributor
  • **
  • Posts: 323
  • Country: hk
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #414 on: November 11, 2022, 02:06:17 am »
Surely not 16wfms/s...
Yeah I get 16wfms/s too.
Well in that mode it handles double the data and data is routed slightly differently.. It has to be in Slow mode, because it has to capture buffer and process all of it before going to next one. It cannot just do bursts like in Fast mode.

Martin, you can check without probes, enable digital channels, and connect 100KHz (or more) signal to CH1 and trigger on that..

@TopQuark, sorry, what FW are you running..

Well, good to know the problem is reproducible, thanks for checking. I am running the latest 1.2.1.1 software, with FPGA version 2022-07-08.

On the SDS2504X Plus it is significantly faster at 2300 wfm/s, digital phosphor works, where you can see the digital trace overlap, the responsiveness is much better, and fast mode can be toggled on in the acquire menu. It is almost like the digital channels are processed in software on the HD, whereas the Plus processes it in hardware.

I do have the MSO option, but unfortunately no logic probes... :(
Maybe tautech can test it when he got a HD there.
Sorry, no SDS2000X HD here.

@tautech, is it possible for you to reach out to Siglent and ask them what we should expect out of the HD in terms of digital channel waveform update performance? Thanks
Sorry, no.

First consult datasheet and manuals then wait for feedback from the few beta testers watching this thread as they have more direct contact with product managers than anybody.

I do note max sampling is listed in the datasheet as 500 MSa/s and Memory Depth 50 Mpts/ch although analog memory settings might also impact on WFPS performance. Those with these instruments at their fingertips are best qualified to research this issue.

No worries, it was a long shot anyways. I'll file the issue in the bugs thread and see if it gets picked up by anyone.  ::)
 

Offline kripton2035

  • Super Contributor
  • ***
  • Posts: 2616
  • Country: fr
    • kripton2035 schematics repository
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #415 on: November 11, 2022, 09:07:07 am »
before ... and after...
I see things ... better !
 
The following users thanked this post: 2N3055, TopQuark, Martin72

Offline Martin72

  • Super Contributor
  • ***
  • Posts: 5996
  • Country: de
  • Testfield Technician
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #416 on: November 11, 2022, 01:08:16 pm »
On the SDS2504X Plus it is significantly faster at 2300 wfm/s, digital phosphor works, where you can see the digital trace overlap, the responsiveness is much better, and fast mode can be toggled on in the acquire menu. It is almost like the digital channels are processed in software on the HD, whereas the Plus processes it in hardware.

Hm-hm..Sounds "interesting"...

Quote
OK, try it later on friday.

Haha, can´t do this, I didn´t got a second scope here for wfm measure, totally forgotten. :P

Offline rf-loopTopic starter

  • Super Contributor
  • ***
  • Posts: 4126
  • Country: fi
  • Born in Finland with DLL21 in hand
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #417 on: November 11, 2022, 02:17:36 pm »
Can anyone with the SDS2kHD and a digital probe set verify what I am seeing? It seems like the digital channel capture rate of the HD is very very slow compared to the SDS2k Plus.

I am only getting 16 wfm/sec on the HD (100ns/div, 2kpts, 8 channel), whereas the Plus is achieving 2.3k wfm/sec with the same settings. :scared:   I have reset the scope a few times and repeated the tests, and the results are the same.

Also on the HD, fast mode in the acq menu cannot be activated with digital channels on, whereas that's possible on the Plus. 



Yes it is DSO like in this. Acquistion, display, next acquistion, display.

If Bus display is off around 16wfm/s max

And with bus decode, it slows bit. here example 8bit bus
With Auto memory (Analog channel length 400pts) around 12wfm/s
With Fixed memory (Analog channel length 20Mpts (400pts displayed and rest outside of screen) around 11wfm/s
Analog channel 40MHz and digital 8 channels all get parallel 20MHz
wfms measured using other scope.

Btw, if wfm/s is lot of faster and signal is changing, how you think what bus decode is displaying.. only way is that it capture just single and display its decoded result and after then next capture... no DPO stacking overlaid (for what).

How it can read if it works like DPO where is severe acquistions overlaid in every display refresh. Think twice.


« Last Edit: November 11, 2022, 04:15:47 pm by rf-loop »
I drive a LEC (low el. consumption) BEV car. Smoke exhaust pipes - go to museum. In Finland quite all electric power is made using nuclear, wind, solar and water.

Wises must compel the mad barbarians to stop their crimes against humanity. Where have the wises gone?
 
The following users thanked this post: tautech

Offline Martin72

  • Super Contributor
  • ***
  • Posts: 5996
  • Country: de
  • Testfield Technician
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #418 on: November 11, 2022, 04:24:01 pm »
And what´s the explanation for that the 2000X+ wfms/s is about 140x faster in the same situation ?
 
The following users thanked this post: kripton2035, Jacon

Offline TopQuark

  • Frequent Contributor
  • **
  • Posts: 323
  • Country: hk
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #419 on: November 11, 2022, 08:40:50 pm »
Hi, shot a quick video showing the differences between the Plus and the HD in digital mode. It demonstrates the speed difference, and that the Plus does have digital phosphor working.

https://youtu.be/tsYzZ_vCalo
 
The following users thanked this post: kripton2035, egonotto, Martin72

Offline baldurn

  • Regular Contributor
  • *
  • Posts: 189
  • Country: dk
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #420 on: November 14, 2022, 12:24:39 pm »
I am considering buying but can I hack it? How? I am not finding anything...
 

Offline TopQuark

  • Frequent Contributor
  • **
  • Posts: 323
  • Country: hk
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #421 on: November 15, 2022, 03:42:16 am »
I am considering buying but can I hack it? How? I am not finding anything...

Yes, you can hack it, there's a few owner of the HD who have fully unlocked their scopes. As to how, I am not the one to be able to answer, look through the thread to see who's the mastermind.  ::)
 

Offline elimenohpee

  • Contributor
  • Posts: 38
  • Country: us
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #422 on: November 15, 2022, 11:02:43 pm »
I am considering buying but can I hack it? How? I am not finding anything...
I'm with you, I'm in the market for a scope of this caliber. I'm up for buying one but if it's not exactly hackable, I'm leaning to the SD2000x+
 

Offline Martin72

  • Super Contributor
  • ***
  • Posts: 5996
  • Country: de
  • Testfield Technician
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #423 on: November 15, 2022, 11:16:55 pm »
Actually you get a bandwithupgrade and the decoders for free when buying a HD, just saying... ;)
IMHO a easy to hack guide won´t be published because it is not easy to hack.
But it could be done, that´s assured.
The rest TopQuark have already "said" in his last post.



Offline baldurn

  • Regular Contributor
  • *
  • Posts: 189
  • Country: dk
Re: Siglent SDS2000X HD, 12bit, 2GSa/s high definition oscilloscope serie.
« Reply #424 on: November 15, 2022, 11:34:12 pm »
Actually you get a bandwithupgrade and the decoders for free when buying a HD, just saying... ;)
IMHO a easy to hack guide won´t be published because it is not easy to hack.
But it could be done, that´s assured.
The rest TopQuark have already "said" in his last post.

Yes it is a good offer but I would still need to go for one the more expensive options for this not be a downgrade. And that would put it out of my budget range :-(

I did manage to hack my SSA3032X-R and that was not too easy either. I can do Linux all day long. May even be willing to open it up to connect to the serial. But I do not want to try to hack it all on my own. Then it becomes a project with no guarantee that I would succeed and I will rather spend my time on something else.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf