276°
Posted 20 hours ago

RIGOL DS1054Z 50MHz OSCILLOSCOPE Unlocked 4 Channels up tp 1GS/s 7 In" WVGA 12Mpts Memory Digital Oscilloscope 30,000wfm

£9.9£99Clearance
ZTS2023's avatar
Shared by
ZTS2023
Joined in 2023
82
63

About this deal

This work was inspired by the efforts of [cibomahto], who spent some time controlling the Rigol with Linux and Python. This work will plot whatever is being captured by the scope in a window, in Linux, but sometimes you just need a screencap of whatever is on the scope; that’s why there were weird Polaroid adapters for HP scopes in the day.

your own code: from ds1054z import DS1054Z scope = DS1054Z ( '192.168.0.23' ) print ( "Connected to: " , scope . idn ) print ( "Currently displayed channels: " , str ( scope . displayed_channels )) Author The basic idea was to find the signals going into the scope’s display and read them out using a Cypress EZ-USB board. This is a development board that can be used to design USB devices, and supports the UVC mode. However, with no documentation of any of the Rigol’s internal circuitry [kgsws] had to probe the display connector to find out which pin carried which signal. And since he had no other scope available than this Rigol, he hooked up the various bits of the disassembled instrument so that it could (awkwardly) probe its own internal signals.Advanced display and analysis capabilities combine with deep memory and high waveform update rate in RIGOL's UltraVision oscilloscope technology In addition to being able to simply view and export the screen, the program implements waveform measurements (we’re not sure if it is using the measurement ability of the ‘scope, or actually performing measurements in the program). And as you can see in the animated GIF of the program in operation over on the GitHub repository, the numbers are certainly clear and legible. His problem of squinting at the small screen has indeed been solved.

I need a 4-channel scope mostly when debugging protocols and mainly never use more than 2-channels for just analog use.

Video

I’ll be using the scope for debugging low speed analog signals and digital protocols/ communication. Standard on all units sold after 2017… Deeper memory, waveform record & replay, advanced trigger functions & serial-bus analysis After all the channels finish N samples at the same time, N can be 2, 4, 8, 16, 32, 64, 128, 256, 512 or 1024. As [Alfred] notes, there are many other tools available to fetch data and images from your Rigol oscilloscope. [Jenny List] wrote a two-part series on using Python to control your test instruments, and here’s an example of a simple Python script that does a screen grab. Do you have a favorite way to remotely operate your oscilloscope? Let us know in the comments below. Create standard waves from the front panel, convert captured waves to emulated signals, or build arbitrary waves in the UltraStation PC Software. The embedded waveform generators included in the "-S" models adds value and capability to the bench for a variety of applications.

Do you know how to harvest data from your bench tools, like plotting bandwidth from your oscilloscope with a computer? It’s actually pretty easy. Many bench tools make this easy using a standard protocol with USB to make the connection. From there, it’s basically looking at datasheets and drawing a schematic of the circuit; inputs go at the left, outputs at the right, ground is at the bottom, and positive rails are at the top. It’s harder than it sounds – most of [Dave]’s expertise in this area is just pattern recognition. It’s one thing to reverse engineer a circuit through brute force, but knowing the why and how of how the circuit works makes things much easier. note: Nowhere is it written what "sin(x)/x turned off" should be, it's undefined, it's an error condition...)Value, Middle Value, Lower Value, Average, Vrms, Overshoot, Pre-shoot, Area, Period Area, Period Vrms,

The Rigol does have it but it only appears when you turn on more than two channels enabled and it's sampling at 250Mhz. It's greyed out at all other times because the sample rate isn't anywhere near the Nyquist limit so sin(x)/x is the correct thing to do. What the Rigol-hater club discovered is that when you turn sin(x)/x "Off", it doesn't really turn off. Instead it changes to a "Rigol interpolation".

Tired of squinting at the small numbers on the oscilloscope display, [Alfred] aka [Gaze@] decided to take matters into his own hands and wrote yet another tool to remotely view images from a Rigol DS1054Z. At least that was the initial idea. But, it grew unexpectedly — as [Alfred] says, “the more the project turned out to be fun, the more it got out of hand”. We know the feeling well. Some oscilloscopes have the option to turn off sin(x)/x signal reconstruction. Not all of them do (most expensive ones don't!) because it makes no sense to do so. It's a fundamental part of signal reconstruction and drawing the wiggly lines on screen.

Asda Great Deal

Free UK shipping. 15 day free returns.
Community Updates
*So you can easily identify outgoing links on our site, we've marked them with an "*" symbol. Links on our site are monetised, but this never affects which deals get posted. Find more info in our FAQs and About Us page.
New Comment