curve trace, collage

Oscilloscope XY Outputs are Working!

Using two PWM outputs and using a couple of simple RC circuits on the board, we have managed to get the XY outputs working well enough to display on any oscilloscope! I now feel that the hardware is feature-complete!

Status

The hardware in github is up to version 1.2, which is electrically identical to v1.0 and v1.1. The only changes have been to the interfaces in order to make it easier for you to connect your devices to the curve tracer.

Setting Up

You will be able to see the settings in our screenshots below, but it is always a good thing to state some of them explicitly.

The vertical offset for each trace is 2.5V. You may recall from the schematic that the voltage applied is 5V, so it stands to reason that the offset applied to each trace is half of that.

The X trace is set to 1V/division and the Y trace is set to 0.5V/division. This is somewhat arbitrary, but not as critical as the vertical offset. I have found myself with a few different settings for these values that work just fine.

Finally, the horizontal scale was adjusted so that at least one complete waveform is shown on the screen, which corresponds to 2.0ms/division.

Couple of Pics

I have a Rigol DS1054, which is a great oscilloscope for the price. I would like to see the XY on an old CRT screen for comparison. Perhaps I shouldn't have given my old scope away...

I inverted the display in the print settings, so it looks a bit odd. I may flip it back in the future, I just wanted to try it out.

The display actually looks better than these screenshots. I suspect that inverting the shots pushes the color data through some filter that causes visual artifacts.

Dead Short

A short-circuit condition is easily distinguished from all others.

curve trace, short

Resistor, 100Ω

As a resistor is defined by its voltage-vs-current slope, we expect a straight line here.

curve trace, 100ohm resistor

Resistor, 1kΩ

Should be the same as the previous picture, but with a lower slope value.

curve trace, 1kohm resistor

Capacitor, Alum. Electrolytic, 4.7μF

Reactance of a capacitor tends to create an ellipse.

curve trace, 4.7uF capacitor

Diode

Standard MBR1100. You can see that the component is an open when positively biased and an approximate short-circuit when the component is negatively biased.

curve trace, diode

MOSFET, Vg = 0.0V

An IRF530 MOSFET in a TO-220 package. The MOSFET with 0.0Vg looks much like the diode.

curve trace, MOSFET, Vg=0.0V

MOSFET, Vg = 4.0V

As we increase Vg, we can see that the MOSFET begins to conduct.

curve trace, MOSFET, Vg=4.0V

MOSFET, Vg = 5.0V

We can only go to 5.0V, but we can see that the component is approaching a short circuit as Vg increases.

curve trace, MOSFET, Vg=5.0V



© by Jason R. Jones 2016
My thanks to the Pelican and Python Communities.