Author Topic: New Rigol DS1054Z oscilloscope  (Read 2058161 times)

0 Members and 2 Guests are viewing this topic.

Offline bitseeker

  • Super Contributor
  • ***
  • Posts: 9057
  • Country: us
  • Lots of engineer-tweakable parts inside!
Re: New Rigol DS1054Z oscilloscope
« Reply #3825 on: May 22, 2017, 09:14:41 pm »
I finally updated my scope. Didn't sanitize, just installed the update, let it warm up, then recalibrated. All is well.
TEA is the way. | TEA Time channel
 

Offline Daque

  • Contributor
  • Posts: 31
Re: New Rigol DS1054Z oscilloscope
« Reply #3826 on: May 24, 2017, 04:57:55 pm »
Remote control software? Dave said in his review the Rigol lab software sucked but better had been written by the community.  Anyone have a link or  name for it?
 

Offline frozenfrogz

  • Frequent Contributor
  • **
  • Posts: 936
  • Country: de
  • Having fun with Arduino and Raspberry Pi
Re: New Rigol DS1054Z oscilloscope
« Reply #3827 on: May 24, 2017, 05:22:43 pm »
Hello Daque,

do you mean the name of software provided by Rigol?
Check out the DS1000Z download section at the bottom of the page.

There is also a LAN screen capture, DSRemote on Github, Rigol Bildschirmkopie, Hackaday article on Linux controlling Rigol DS and some more info on the Rigol site.

Regards,
Frederik
He’s like a trained ape. Without the training.
 
The following users thanked this post: edavid

Offline Daque

  • Contributor
  • Posts: 31
Re: New Rigol DS1054Z oscilloscope
« Reply #3828 on: May 24, 2017, 08:42:27 pm »
Thank you, I meant the non Rigol (and superior) software.


Sent from my iPhone using Tapatalk
 

Offline technogeeky

  • Frequent Contributor
  • **
  • Posts: 555
  • Country: us
  • Older New "New Player" Player Playa'
Re: New Rigol DS1054Z oscilloscope
« Reply #3829 on: May 24, 2017, 10:39:37 pm »
Remote control software? Dave said in his review the Rigol lab software sucked but better had been written by the community.  Anyone have a link or  name for it?

That review is many years old now. Many of the other software options didn't exist, and the Rigol software has surely evolved somewhat.
 

Offline frozenfrogz

  • Frequent Contributor
  • **
  • Posts: 936
  • Country: de
  • Having fun with Arduino and Raspberry Pi
Re: New Rigol DS1054Z oscilloscope
« Reply #3830 on: May 25, 2017, 11:06:51 am »
There is also another Hackaday article on FFT analysis via VISA in Python. The article is two years old, however it should have enough pointers for setting everything up and going from there in case you want to dive into pyDSA.

He’s like a trained ape. Without the training.
 

Offline Chumanista

  • Contributor
  • Posts: 41
Re: New Rigol DS1054Z oscilloscope
« Reply #3831 on: May 29, 2017, 05:20:33 pm »
Quick question: is there a way to limit the sample rate for CSV export? It takes incredibly long as-is.
 

Offline TD-Linux

  • Contributor
  • Posts: 16
  • Country: us
Re: New Rigol DS1054Z oscilloscope
« Reply #3832 on: May 31, 2017, 03:33:45 am »
Speaking of remote control, I've been having great luck with controlling the scope over ethernet via the VXI-11 interface, using the python3-vxi11 module. The documentation and feature coverage of the scope is surprisingly complete.

One oddity is when dumping raw BYTE waveforms, the samples are prepended with 11 bytes of '#900000xxxx' garbage and 1 byte of '\n'. I'm not sure if this is the scope's fault or the Python library I'm using, but easy to fix.

The scope also has a telnet-style SCPI interface on port 5555, for quick testing of the commands (vxi-11 exposes SCPI commands over Sun RPC instead).
 

Offline NorthGuy

  • Super Contributor
  • ***
  • Posts: 3146
  • Country: ca
Re: New Rigol DS1054Z oscilloscope
« Reply #3833 on: May 31, 2017, 03:53:56 am »
One oddity is when dumping raw BYTE waveforms, the samples are prepended with 11 bytes of '#900000xxxx' garbage and 1 byte of '\n'. I'm not sure if this is the scope's fault or the Python library I'm using, but easy to fix.

"9" is the number of the digits that follow - that is  "00000xxxx" is 9 digits. "00000xxxx" is the number of bytes returned by the command.
 

Offline zbyr

  • Contributor
  • Posts: 23
  • Country: pl
Re: New Rigol DS1054Z oscilloscope
« Reply #3834 on: May 31, 2017, 08:01:43 pm »
Quote
Quick question: is there a way to limit the sample rate for CSV export? It takes incredibly long as-is.
Limit memory size, or use PC software like this one (i recommend it, it dump whole memory in few seconds.) https://www.eevblog.com/forum/projects/rigol-feat-higher-bitfloat-accuracy-general-purpose-deep-mem-fft-sw/
 

Offline AudioNoob

  • Contributor
  • Posts: 30
  • Country: ua
Re: New Rigol DS1054Z oscilloscope
« Reply #3835 on: June 01, 2017, 08:13:43 am »
Considering the various DSOs for around $300 (Rigol 1054 / Siglent SDS1072 / Hantek dso4072-5102), is Rigol a good choice for audio applications? Would you call it the best choice?
Is the FFT function usable for assessing THD of less than, say, 0.5%? I know it's no spectrum analyzer, but still.
« Last Edit: June 01, 2017, 08:15:22 am by AudioNoob »
 

Online tautech

  • Super Contributor
  • ***
  • Posts: 28380
  • Country: nz
  • Taupaki Technologies Ltd. Siglent Distributor NZ.
    • Taupaki Technologies Ltd.
Re: New Rigol DS1054Z oscilloscope
« Reply #3836 on: June 01, 2017, 08:19:32 am »
Considering the various DSOs for around $300 (Rigol 1054 / Siglent SDS1072 / Hantek dso4072-5102), is Rigol a good choice for audio applications? Would you call it the best choice?
Is the FFT function usable for assessing THD of less than, say, 0.5%? I know it's no spectrum analyzer, but still.
Welcome to the forum.

Consider adding SDS1202X-E to your list. Bit dearer than a 1072 @ $379 but 200 MHz and excellent FFT.
Avid Rabid Hobbyist
Siglent Youtube channel: https://www.youtube.com/@SiglentVideo/videos
 
The following users thanked this post: AudioNoob

Offline AudioNoob

  • Contributor
  • Posts: 30
  • Country: ua
Re: New Rigol DS1054Z oscilloscope
« Reply #3837 on: June 01, 2017, 08:24:20 am »
Welcome to the forum.

Consider adding SDS1202X-E to your list. Bit dearer than a 1072 @ $379 but 200 MHz and excellent FFT.
Thank you!
I certainly don't need high bandwidth (or do I just not realize that I need it?), but excellent FFT is definitely a selling point. So, will FFT actually be useful for seeing small (inaudible) distortions of audio signals?
 

Online tautech

  • Super Contributor
  • ***
  • Posts: 28380
  • Country: nz
  • Taupaki Technologies Ltd. Siglent Distributor NZ.
    • Taupaki Technologies Ltd.
Re: New Rigol DS1054Z oscilloscope
« Reply #3838 on: June 01, 2017, 08:31:42 am »
Welcome to the forum.

Consider adding SDS1202X-E to your list. Bit dearer than a 1072 @ $379 but 200 MHz and excellent FFT.
Thank you!
I certainly don't need high bandwidth (or do I just not realize that I need it?), but excellent FFT is definitely a selling point. So, will FFT actually be useful for seeing small (inaudible) distortions of audio signals?
It will be better than the others on your list due to its 1 Mpts FFT.
Some screenshots:
https://www.eevblog.com/forum/testgear/new-siglent-sds1000x-e-oscilloscope-based-on-xilinx-zynq-7000-soc-architecture/msg1192654/#msg1192654
Avid Rabid Hobbyist
Siglent Youtube channel: https://www.youtube.com/@SiglentVideo/videos
 

Online ebastler

  • Super Contributor
  • ***
  • Posts: 6501
  • Country: de
Re: New Rigol DS1054Z oscilloscope
« Reply #3839 on: June 01, 2017, 08:52:47 am »
Welcome to the forum.

Consider adding SDS1202X-E to your list. Bit dearer than a 1072 @ $379 but 200 MHz and excellent FFT.
Thank you!
I certainly don't need high bandwidth (or do I just not realize that I need it?), but excellent FFT is definitely a selling point. So, will FFT actually be useful for seeing small (inaudible) distortions of audio signals?

The Siglent's FFT will give better spectral resolution -- but it is still a scope with an 8-bit ADC only. In my view, none of the entry-level scopes are suitable for audio work which requires the analysis of signal to noise, harmonic distortion etc. at high dynamic range.

A sound card with suitable PC software is the better choice in my opinion. It will give you 24 bit dynamic range, of course at much lower sampling rates (96 or 192 kHz), but more than adequate for audio work. All affordable, consumer-grade sound cards are AC coupled (i.e. they do not "see" the DC component of your signal), but that should not be a limitation in most audio projects.
 
The following users thanked this post: AudioNoob

Offline Gary.M

  • Regular Contributor
  • *
  • Posts: 137
  • Country: nz
Re: New Rigol DS1054Z oscilloscope
« Reply #3840 on: June 01, 2017, 09:17:27 am »
Google QuantAsylum QA401. It may be what you want.

Sent from my x600 using Tapatalk

 

Online Fungus

  • Super Contributor
  • ***
  • Posts: 16665
  • Country: 00
Re: New Rigol DS1054Z oscilloscope
« Reply #3841 on: June 01, 2017, 09:22:34 am »
Considering the various DSOs for around $300 (Rigol 1054 / Siglent SDS1072 / Hantek dso4072-5102), is Rigol a good choice for audio applications? Would you call it the best choice?
Is the FFT function usable for assessing THD of less than, say, 0.5%? I know it's no spectrum analyzer, but still.

I'm gonna say "no".

If Audio/FFT is your main application the I don't think any entry level 'scope will do. They all use 8-bit ADCs and that simply isn't enough, no matter how long the buffer is.

Almost any 96kHz PC sound card will be better for audio analysis. You can also look at the Analog Discovery which is a little programmable gadget with a decent ADC (14 bits) and it can also generate waveforms for frequency sweeps and bode plots (not that a sound card can't do that, but you're asking in EEVBLOG so we look at more 'engineer' solutions to problems).

https://www.eevblog.com/forum/projects/analog-disovery-as-audio-analyzer/

 
The following users thanked this post: AudioNoob

Offline AudioNoob

  • Contributor
  • Posts: 30
  • Country: ua
Re: New Rigol DS1054Z oscilloscope
« Reply #3842 on: June 01, 2017, 09:30:14 am »
none of the entry-level scopes are suitable for audio work which requires the analysis of signal to noise, harmonic distortion etc. at high dynamic range.
Thank you, that's exactly what I needed to know. Then I will try to get Rightmark Audio Analyzer software working (I even happen to have the great - and highly regarded - EMU 0404 USB interface which is quite suitable as a reference DAC/ADC).
FFT aside, is there a significant difference between the DSOs in question as far as audio applications go?
 

Offline JPortici

  • Super Contributor
  • ***
  • Posts: 3461
  • Country: it
Re: New Rigol DS1054Z oscilloscope
« Reply #3843 on: June 01, 2017, 09:37:06 am »
none is good.

-8 bit digitizer
- too much noise (a side effect of having a very high bandwidth

an audio interface, or a dc coupled audio interface, and a software suite is probably the best choice before ending up spending multi thousand dollars on audio analyzers
 
The following users thanked this post: AudioNoob

Offline AudioNoob

  • Contributor
  • Posts: 30
  • Country: ua
Re: New Rigol DS1054Z oscilloscope
« Reply #3844 on: June 01, 2017, 09:52:35 am »
none is good.

-8 bit digitizer
- too much noise (a side effect of having a very high bandwidth

an audio interface, or a dc coupled audio interface, and a software suite is probably the best choice before ending up spending multi thousand dollars on audio analyzers
Gotcha. Looks like you just saved me upwards of $300. I wanted to have a standalone device with its own screen and controls rather than being tethered to a laptop, but if the several hundred dollar scopes aren't even good then it's just waste of money.
 

Online Fungus

  • Super Contributor
  • ***
  • Posts: 16665
  • Country: 00
Re: New Rigol DS1054Z oscilloscope
« Reply #3845 on: June 01, 2017, 09:56:22 am »
FFT aside, is there a significant difference between the DSOs in question as far as audio applications go?

A common thing for amplifier work is to use two channels in "differential" mode, ie. you show the difference between two wires, not the difference between the wire and oscilloscope ground.

Four channels on your oscilloscope means you can look at stereo differential signals without constantly swapping the probes around.

Apart from that... no not really. They all show wiggly lines on screen.
« Last Edit: June 01, 2017, 10:03:47 am by Fungus »
 

Online ebastler

  • Super Contributor
  • ***
  • Posts: 6501
  • Country: de
Re: New Rigol DS1054Z oscilloscope
« Reply #3846 on: June 01, 2017, 10:01:51 am »
FFT aside, is there a significant difference between the DSOs in question as far as audio applications go?

I don't think so. All are fundamentally limited by 8-bit ADCs. The Siglent may have slightly less input noise than the Rigol, but even a perfect, noise-less 8 bit input would not cut it for audio work.

(All these scopes have an averaging or "high-resolution" mode which improves the signal/noise a bit, but does not get you to where you need to be. Some of them might also offer other post-processing filters, which may have benefits here and there; but again they do not get you around the 8 bit limitation.)

Keysight has recently launched a new scope model with a built-in Bode plot functionality, but that's outside of your price range. And any PC (sound-card based) audio lab software should offer that as well.
 

Offline JPortici

  • Super Contributor
  • ***
  • Posts: 3461
  • Country: it
Re: New Rigol DS1054Z oscilloscope
« Reply #3847 on: June 01, 2017, 10:10:48 am »
none is good.

-8 bit digitizer
- too much noise (a side effect of having a very high bandwidth

an audio interface, or a dc coupled audio interface, and a software suite is probably the best choice before ending up spending multi thousand dollars on audio analyzers
Gotcha. Looks like you just saved me upwards of $300. I wanted to have a standalone device with its own screen and controls rather than being tethered to a laptop, but if the several hundred dollar scopes aren't even good then it's just waste of money.

an used ipad perhaps
 

Online Fungus

  • Super Contributor
  • ***
  • Posts: 16665
  • Country: 00
Re: New Rigol DS1054Z oscilloscope
« Reply #3848 on: June 01, 2017, 10:26:50 am »
Gotcha. Looks like you just saved me upwards of $300. I wanted to have a standalone device with its own screen and controls rather than being tethered to a laptop, but if the several hundred dollar scopes aren't even good then it's just waste of money.
an used ipad perhaps

Assuming there's an "app" for that.  :popcorn:

(maybe it's an excuse to buy a Windows-based tablet, which is a 10000x better choice than iPad if you want to get some work done)

 

Offline AudioNoob

  • Contributor
  • Posts: 30
  • Country: ua
Re: New Rigol DS1054Z oscilloscope
« Reply #3849 on: June 01, 2017, 10:37:37 am »
(maybe it's an excuse to buy a Windows-based tablet, which is a 10000x better choice than iPad if you want to get some work done)
That's a great idea! I do have an x86 (Intel Atom) Windows 10 tablet at work, and I already tried installing the drivers for my USB audio interface there and connecting the thing - everything works. I was considering buying such a tablet as a fan-less alternative to a laptop for listening to music in headphones (fan noise sucks even when it's really quiet), and now you're pointing out that the same device can be used for signal analysis using the same audio interface. A thing to consider indeed.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf