Author Topic: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E  (Read 14594 times)

0 Members and 1 Guest are viewing this topic.

Offline TK

  • Super Contributor
  • ***
  • Posts: 1722
  • Country: us
  • I am a Systems Analyst who plays with Electronics
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #75 on: May 12, 2019, 08:47:05 pm »
I applied Gated measurement and now the reported frequency is correct
 

Offline TK

  • Super Contributor
  • ***
  • Posts: 1722
  • Country: us
  • I am a Systems Analyst who plays with Electronics
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #76 on: May 13, 2019, 12:01:10 pm »
All these extensive tests paid off... I found a bug in the serial trigger function.  The Data bits you set for triggering get reset to all 0 when the scope is turned off, so you turn the scope on to continue your work and you need to set again the data bits.
 

Offline Rerouter

  • Super Contributor
  • ***
  • Posts: 4694
  • Country: au
  • Question Everything... Except This Statement
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #77 on: May 13, 2019, 12:09:11 pm »
Out of curiousity TK if you save it as a setup, does it recall correctly after startup?, Currently looking into how and where the siglent preserves settings over power cycles.
 

Offline TK

  • Super Contributor
  • ***
  • Posts: 1722
  • Country: us
  • I am a Systems Analyst who plays with Electronics
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #78 on: May 13, 2019, 05:07:35 pm »
Saving it as a setup, does NOT recall it correctly.  Recalled value is all 0s.
 

Offline TK

  • Super Contributor
  • ***
  • Posts: 1722
  • Country: us
  • I am a Systems Analyst who plays with Electronics
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #79 on: May 14, 2019, 09:54:45 pm »
I modified the code to generate an SPI packet with single byte 0x75 when a button is pressed, and asked the Siglent to trigger on this value.  My test setup is generating 280,000 SPI packets per second and the scope was able to trigger on every single byte value 0x75 I put out with the button.  I am trying to see if it can still trigger for 0x75 (and do a SINGLE capture) while at the same time is triggering (NORMAL mode) on byte value 0x74, but I am not finding an easy solution to do it.

The test case is getting complex and I don't think there a real life use case for it, so I am stopping my tests for now.
« Last Edit: May 14, 2019, 09:56:21 pm by TK »
 

Offline TK

  • Super Contributor
  • ***
  • Posts: 1722
  • Country: us
  • I am a Systems Analyst who plays with Electronics
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #80 on: May 14, 2019, 10:50:12 pm »
OK, thanks to a suggestion from user 2N3055 to use SPI trigger on 0x74 and a mask on 0x75, I was able to test the new challenge on the Keysight and the Siglent

I had to change the bytes to 0x37 and 0x3F (because the Keysight expects a trigger on all the bits of the SPI frame), but you can indicate only the first byte if you are triggering on the first byte, but need to indicate all the bits of the frame if it is the last byte.

So I changed the code to generate 0x3F when a button was pressed.  Defined the Pass/Fail mask on 0x37 and set to trigger on 0011 X111 to trigger on 0x37 or 0x3F. 

When I pressed the button several times on the Keysight, it catches 50% to 75%.  So far, I cannot get the SDS1104X-E to catch a single one.  It catches 100% if I set the trigger on 0011 0111, but does not catch 0011 1111 when the trigger is set to 0011 X111.



« Last Edit: May 14, 2019, 11:07:57 pm by TK »
 

Online alpherTopic starter

  • Frequent Contributor
  • **
  • Posts: 348
  • Country: ca
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #81 on: May 15, 2019, 02:02:37 am »
Jeez guys you're still going at this?
Quite frankly I felt even dumber (if that's possible) after reading first couple of pages of replies.
So I just went with my first instinct, bought an EDUX, quite busy right now getting my RV ready for the season, so any hackin' has to wait.
Thank you anyway, very informative reading.
 
The following users thanked this post: Keysight DanielBogdanoff

Offline TK

  • Super Contributor
  • ***
  • Posts: 1722
  • Country: us
  • I am a Systems Analyst who plays with Electronics
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #82 on: May 15, 2019, 11:19:42 am »
I increased the SPI clock speed to 45MHz.  It means 50,000 x 8 = 400,000 SPI messages per second.  50,000 messages containing the byte 0x37.  Siglent SDS1104X-E can trigger 3,000 per second.  It does not detect the random glitch (byte value 0x3F) when the button is pressed.  Keysight EDUX1002G can trigger all 50,000 per second!.  It still can detect the random glitch, but around 10-30% of the time.

« Last Edit: May 15, 2019, 11:24:48 am by TK »
 

Offline BillB

  • Supporter
  • ****
  • Posts: 615
  • Country: us
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #83 on: May 15, 2019, 12:30:51 pm »
Jeez guys you're still going at this?
Quite frankly I felt even dumber (if that's possible) after reading first couple of pages of replies.
So I just went with my first instinct, bought an EDUX, quite busy right now getting my RV ready for the season, so any hackin' has to wait.
Thank you anyway, very informative reading.

You've chummed the waters and are surprised there is a frenzy?  I can't even think of a topic that would garner more activity than a scope n-way p*ssing contest...

Anyway, congrats on making a decision and moving on with life!  Remember, those afflicted with TEA don't have it so easy.   ;D
 

Offline Old Printer

  • Frequent Contributor
  • **
  • Posts: 747
  • Country: us
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #84 on: May 15, 2019, 03:16:03 pm »
I spent 2 years making my decision for my first digital scope, though I had picked up an AD2 to go with my Tek 2225 so I wasn't naked while I deliberated. A few weeks ago I pulled the trigger on a SDS1104X-E and so far very happy. Then I see TK's tests and my heart sank, my choice was not doing well, but then I realize I don't really know what he is doing and it is unlikely to ever have any impact on me - I hope :) Have not even bothered to hack it yet.
 
The following users thanked this post: Someone

Offline TK

  • Super Contributor
  • ***
  • Posts: 1722
  • Country: us
  • I am a Systems Analyst who plays with Electronics
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #85 on: May 15, 2019, 03:46:10 pm »
I spent 2 years making my decision for my first digital scope, though I had picked up an AD2 to go with my Tek 2225 so I wasn't naked while I deliberated. A few weeks ago I pulled the trigger on a SDS1104X-E and so far very happy. Then I see TK's tests and my heart sank, my choice was not doing well, but then I realize I don't really know what he is doing and it is unlikely to ever have any impact on me - I hope :) Have not even bothered to hack it yet.
Please don't feel bad about your decision on the SDS1104X-E.  I like it very much.  As I said before, I worked long time on performance tuning on large computing systems, so that is why I run these tests, just out of curiosity.  I am not sure if it has any real use case... and the Keysight 1000X does not have serial decoding list function and the sample memory is only 1Mpts, but has a very fast scrolling horizontal knob  ;)
 

Online tautech

  • Super Contributor
  • ***
  • Posts: 28331
  • Country: nz
  • Taupaki Technologies Ltd. Siglent Distributor NZ.
    • Taupaki Technologies Ltd.
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #86 on: May 15, 2019, 07:17:48 pm »
I spent 2 years making my decision for my first digital scope, though I had picked up an AD2 to go with my Tek 2225 so I wasn't naked while I deliberated. A few weeks ago I pulled the trigger on a SDS1104X-E and so far very happy. Then I see TK's tests and my heart sank, my choice was not doing well, but then I realize I don't really know what he is doing and it is unlikely to ever have any impact on me - I hope :) Have not even bothered to hack it yet.
Please don't feel bad about your decision on the SDS1104X-E.  I like it very much.  As I said before, I worked long time on performance tuning on large computing systems, so that is why I run these tests, just out of curiosity.  I am not sure if it has any real use case... and the Keysight 1000X does not have serial decoding list function and the sample memory is only 1Mpts, but has a very fast scrolling horizontal knob  ;)
TK, you know a fairer comparison would be between similar Sa/s rate DSO's eg. SDS2000X-E models that have the same sampling rate as your KS.
Double the sample passing through the scope will impact on signal triggering.
We saw how much higher frequency it could accurately resolve vs a 1 GSa/s DSO in your BW testing thread.
Unfortunately they're only available in 2ch models.  :(
Avid Rabid Hobbyist
Siglent Youtube channel: https://www.youtube.com/@SiglentVideo/videos
 

Online 2N3055

  • Super Contributor
  • ***
  • Posts: 6600
  • Country: hr
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #87 on: May 15, 2019, 07:23:48 pm »
I spent 2 years making my decision for my first digital scope, though I had picked up an AD2 to go with my Tek 2225 so I wasn't naked while I deliberated. A few weeks ago I pulled the trigger on a SDS1104X-E and so far very happy. Then I see TK's tests and my heart sank, my choice was not doing well, but then I realize I don't really know what he is doing and it is unlikely to ever have any impact on me - I hope :) Have not even bothered to hack it yet.

What TK said..

Despite fact that it has slower triggering frequency, I still firmly believe SDS1104X-E is much better all rounder and much better bang for the buck than Keysight 1000.
If you just want digital replacement for your analog scope Keysight is great at that.
But if you use new digital scope as a new digital scope with all advantages that carries, SDS1104X-E is more capable in several areas.

There is no practical use for 50000 triggers per second on SPI packets.
If you wanted to catch elusive random glitch (byte value 0x3F) in a sea of 50,000 messages containing the byte 0x37, you would just set trigger to byte value 0x3F and catch them 100% of the time until there is several thousands of them per second. In which case I wouldn't call them elusive.

If anything, this kind of investigations show how advanced these inexpensive instruments are.
 

Offline TK

  • Super Contributor
  • ***
  • Posts: 1722
  • Country: us
  • I am a Systems Analyst who plays with Electronics
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #88 on: May 15, 2019, 07:24:44 pm »
I spent 2 years making my decision for my first digital scope, though I had picked up an AD2 to go with my Tek 2225 so I wasn't naked while I deliberated. A few weeks ago I pulled the trigger on a SDS1104X-E and so far very happy. Then I see TK's tests and my heart sank, my choice was not doing well, but then I realize I don't really know what he is doing and it is unlikely to ever have any impact on me - I hope :) Have not even bothered to hack it yet.
Please don't feel bad about your decision on the SDS1104X-E.  I like it very much.  As I said before, I worked long time on performance tuning on large computing systems, so that is why I run these tests, just out of curiosity.  I am not sure if it has any real use case... and the Keysight 1000X does not have serial decoding list function and the sample memory is only 1Mpts, but has a very fast scrolling horizontal knob  ;)
TK, you know a fairer comparison would be between similar Sa/s rate DSO's eg. SDS2000X-E models that have the same sampling rate as your KS.
Double the sample passing through the scope will impact on signal triggering.
We saw how much higher frequency it could accurately resolve vs a 1 GSa/s DSO in your BW testing thread.
Unfortunately they're only available in 2ch models.  :(
Actually my test is making the KS to sample at 1 GSa/s because I am using the external input.  It keeps 2 GSa/s when using up to 2 analog channels, but goes down to 1 GSa/s when the external input is enabled.
 

Offline Old Printer

  • Frequent Contributor
  • **
  • Posts: 747
  • Country: us
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #89 on: May 15, 2019, 08:29:51 pm »
I spent 2 years making my decision for my first digital scope, though I had picked up an AD2 to go with my Tek 2225 so I wasn't naked while I deliberated. A few weeks ago I pulled the trigger on a SDS1104X-E and so far very happy. Then I see TK's tests and my heart sank, my choice was not doing well, but then I realize I don't really know what he is doing and it is unlikely to ever have any impact on me - I hope :) Have not even bothered to hack it yet.
Please don't feel bad about your decision on the SDS1104X-E.  I like it very much.  As I said before, I worked long time on performance tuning on large computing systems, so that is why I run these tests, just out of curiosity.  I am not sure if it has any real use case... and the Keysight 1000X does not have serial decoding list function and the sample memory is only 1Mpts, but has a very fast scrolling horizontal knob  ;)
TK, you know a fairer comparison would be between similar Sa/s rate DSO's eg. SDS2000X-E models that have the same sampling rate as your KS.
Double the sample passing through the scope will impact on signal triggering.
We saw how much higher frequency it could accurately resolve vs a 1 GSa/s DSO in your BW testing thread.
Unfortunately they're only available in 2ch models.  :(

Not to worry, really. It was just a second of second guessing myself before it registered that these are just hobby machines. We have come so far in what is available and at what prices, that at least I tend to get greedy. I would have cherry picked options from four different machines to get all the stuff i wanted, individual channel controls, HDMI output etc. At some point you just have to draw a line and say enough is enough, unless you have some particular needs but I really did not.
 

Online 2N3055

  • Super Contributor
  • ***
  • Posts: 6600
  • Country: hr
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #90 on: May 15, 2019, 08:53:15 pm »
Not to worry, really. It was just a second of second guessing myself before it registered that these are just hobby machines. We have come so far in what is available and at what prices, that at least I tend to get greedy. I would have cherry picked options from four different machines to get all the stuff i wanted, individual channel controls, HDMI output etc. At some point you just have to draw a line and say enough is enough, unless you have some particular needs but I really did not.

I wouldn't even say that they are hobby machines. Pretty much all other scopes except Megazoom based Keysight scopes will have same or worse retrigger rate than lowly SDS1104X-E.
In real world work it doesn't matter. Professionals don't spend time benchmarking scopes, they use them to design and troubleshoot stuff they work on.

In real life superfast rettriger rate of my Keysight 3000T is rarely useful, and even more rarely necessary.
On a Picoscope with 512 MPoints mem, I can grab ALL of 50000 packets in one go, and then make detailed analysis of data and timings.
I can create analysis of packet time distribution, data distribution, and try to correlate problematic data with outside world...

With  SDS1104X-E you can do more of that than on a scope with 28 times less memory and only 50 segments....


 
 

Offline branchmispredictor

  • Newbie
  • Posts: 3
  • Country: us
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #91 on: May 16, 2019, 12:05:15 am »
On a Picoscope with 512 MPoints mem, I can grab ALL of 50000 packets in one go, and then make detailed analysis of data and timings.
I can create analysis of packet time distribution, data distribution, and try to correlate problematic data with outside world...

Would a Picoscope be a good supplement to a SDS1104X-E then, for capturing high speed data? Which one would you recommend?
 

Offline TK

  • Super Contributor
  • ***
  • Posts: 1722
  • Country: us
  • I am a Systems Analyst who plays with Electronics
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #92 on: May 16, 2019, 12:10:52 am »
On a Picoscope with 512 MPoints mem, I can grab ALL of 50000 packets in one go, and then make detailed analysis of data and timings.
I can create analysis of packet time distribution, data distribution, and try to correlate problematic data with outside world...

Would a Picoscope be a good supplement to a SDS1104X-E then, for capturing high speed data? Which one would you recommend?
If you want to supplement an SDS1104X-E, the best option is to get a logic analyzer.  I use the Zeroplus which offers over 100 protocols, but the software only runs on Windows.  It has it's own sample memory and triggers in hardware.  You can get the basic one with 16 channels and 64K memory for around $130, you have other options with more channels and more memory, up to 32 channels and 2Mb per channel, but price jumps over $1000.  You can use the SDS1104X-E for signal integrity and trigger the zeroplus or viceversa (it has trigger in and trigger out).

Saleae runs on windows, linux and mac os x... but I consider the hardware to be pretty limited and overpriced, usually captures to PC memory and does post processing, with no or limited on device sample memory.

Another option is an open source logic analyzer with pulseview.
« Last Edit: May 16, 2019, 12:13:36 am by TK »
 

Offline Old Printer

  • Frequent Contributor
  • **
  • Posts: 747
  • Country: us
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #93 on: May 16, 2019, 12:57:21 am »

I wouldn't even say that they are hobby machines. Pretty much all other scopes except Megazoom based Keysight scopes will have same or worse retrigger rate than lowly SDS1104X-E.
In real world work it doesn't matter. Professionals don't spend time benchmarking scopes, they use them to design and troubleshoot stuff they work on.

In real life superfast rettriger rate of my Keysight 3000T is rarely useful, and even more rarely necessary.
On a Picoscope with 512 MPoints mem, I can grab ALL of 50000 packets in one go, and then make detailed analysis of data and timings.
I can create analysis of packet time distribution, data distribution, and try to correlate problematic data with outside world...

With  SDS1104X-E you can do more of that than on a scope with 28 times less memory and only 50 segments....
I understand what you are saying, I just meant it is a hobby machine for me and at my level of experience I could have bought a much less capable tool, but I like my toys to be as good as I can afford.
 

Offline jemangedeslolos

  • Frequent Contributor
  • **
  • Posts: 386
  • Country: fr
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #94 on: May 17, 2019, 05:22:30 pm »
Hello TK,

I wanted to test quickly high speed SPI decoding on my SDS2204X ( I don't have a SDS1000X-E ).
So I made a program on my NucleoF446 with 45Mhz SPI clock.....and I have very strange result.

With my SP2030A, the clock signal is...ugly. I have much better result with my cheap P6100 100Mhz probe !
I never used SPI clock that high, maybe I made something wrong with my measure but with the P6100, the clock signal integrity looks OK.

I saw post from Performa01 who test different probe and it seems that there is no issue with the SP2030A.
Maybe you use a specific technic to measure 45Mhz clock ?

 

Offline jemangedeslolos

  • Frequent Contributor
  • **
  • Posts: 386
  • Country: fr
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #95 on: May 20, 2019, 05:23:10 pm »
Hello,

My daugther is sick, so I took with me the oscilloscope and now I have no issue with the same SP2030A on the same channel...
Very strange as I double check connections on my lab at work.

So I configure my NucleoF446 and now I wondering how do you compute the triggering rate ?
With the time on the decode list or there is hidden option are a specific technic ?

Thank you :)

I have a SDS2204X and a Rigol MSO5074 so maybe my result will be usefull for someone.

 

Offline TK

  • Super Contributor
  • ***
  • Posts: 1722
  • Country: us
  • I am a Systems Analyst who plays with Electronics
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #96 on: May 20, 2019, 05:33:50 pm »
To measure the trigger rate, you connect the trigger out from the Siglent to another scope input and just measure the frequency.
 

Offline jemangedeslolos

  • Frequent Contributor
  • **
  • Posts: 386
  • Country: fr
Re: Everyday bench scope, a 3 way race, EDUX1002A, GDS-1054B, SDS1202X-E
« Reply #97 on: May 20, 2019, 07:16:21 pm »
Ah ok, I don't know why, I was convinced that the SDS1000X didn't have a trigger out BNC   :palm:
 
Thank you TK  :)
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf