Author Topic: doing the r-c test on my 1054z scope  (Read 2236 times)

0 Members and 1 Guest are viewing this topic.

Offline 4x1ksTopic starter

  • Newbie
  • Posts: 3
  • Country: il
doing the r-c test on my 1054z scope
« on: February 14, 2017, 08:24:42 pm »
Ok, so I've got an instek function generator and the Rigol 1054Z scope...brand new.  Can anyone tell me the simplest circuit to use to get that nice rise curve on the scope to measure the 63.2 % capacitance figure?  Where to connect the probes and the function generator exactly?  What value resistor and cap?

Thanks

mark
 

Offline rstofer

  • Super Contributor
  • ***
  • Posts: 9886
  • Country: us
Re: doing the r-c test on my 1054z scope
« Reply #1 on: February 14, 2017, 08:37:27 pm »
1 kHz square wave into a 6.8k resistor in series with a 10 nF capacitor to common ground.

I was doing this very thing last week as part of a calculus demonstration of v(t)=v0(1-e-t/T) where v0 is the applied voltage.  The calculus part of the deal was to find the inverse function: t in terms of v(t)/v0, a fraction less than or equal to 1.

T is tau, the RC time constant and you should show 6 time constants.  So, 6.8*103 * 10*10-9 = 68 uS.  Then 68 uS * 6 (tau)  -> 408 uS.  Figuring both sides of the square wave we need 816 uS or just a little less than 1 mS or about 1 kHz.

Still have the breadboard sitting on my bench...
« Last Edit: February 15, 2017, 04:00:24 pm by rstofer »
 

Offline fubar.gr

  • Supporter
  • ****
  • Posts: 365
  • Country: gr
    • Fubar.gr
Re: doing the r-c test on my 1054z scope
« Reply #2 on: February 14, 2017, 10:38:30 pm »
You can set up the oscilloscope in Roll Mode, and if you choose sufficiently large values for R and C you can see the capacitor charging in real time!

Offline rstofer

  • Super Contributor
  • ***
  • Posts: 9886
  • Country: us
Re: doing the r-c test on my 1054z scope
« Reply #3 on: February 14, 2017, 10:53:18 pm »
On my breadboard, I connected Ch 1 of the scope to the junction between the resistor and capacitor and Ch 2 to the incoming square wave.

You can change the display to just show Ch 1. change the time base to show just one waveform (perhaps only the rising edge) and then use the Cursor feature to bracket timings of interest (like 1 tau).

Attached is just an ordinary display like described above.  The rest is an exercise...
 

Offline w2aew

  • Super Contributor
  • ***
  • Posts: 1780
  • Country: us
  • I usTa cuDnt speL enjinere, noW I aR wuN
    • My YouTube Channel
Re: doing the r-c test on my 1054z scope
« Reply #4 on: February 15, 2017, 01:00:48 am »
I did a video on this a couple of years ago:


YouTube channel: https://www.youtube.com/w2aew
FAE for Tektronix
Technical Coordinator for the ARRL Northern NJ Section
 

Offline 4x1ksTopic starter

  • Newbie
  • Posts: 3
  • Country: il
Re: doing the r-c test on my 1054z scope
« Reply #5 on: February 15, 2017, 10:55:32 am »
I got it working.  The function generator is ok and the scope is great...and much more complicated than my old analog scope.  Who says middle-aged guys can't learn things!

thanks

Mark
 

Offline rstofer

  • Super Contributor
  • ***
  • Posts: 9886
  • Country: us
Re: doing the r-c test on my 1054z scope
« Reply #6 on: February 15, 2017, 05:28:00 pm »
Besides the videos by w2aew (see 'oscilloscope training class' in the stickies at the top of this forum), the Tektronix Arduino program might be of interest.

http://www.tek.com/lab-course/learn-digital-oscilloscope-operations-using-arduino-board-dut-signal-generator

 

Offline 4x1ksTopic starter

  • Newbie
  • Posts: 3
  • Country: il
Re: doing the r-c test on my 1054z scope
« Reply #7 on: February 16, 2017, 08:58:38 pm »
thanks, I downloaded the course from tektronix.  I just need an arduino to work with and I will be able to do the experiments.  Looks like a good educational tool. much appreciated.

Mark
 

Offline rstofer

  • Super Contributor
  • ***
  • Posts: 9886
  • Country: us
Re: doing the r-c test on my 1054z scope
« Reply #8 on: February 17, 2017, 01:14:17 am »
It seems to me that the code is dated.  I had to make a minor change to get the sine wave project to run:

Code: [Select]

#include "avr/pgmspace.h"
#define prog_uchar const unsigned char


The toolchain didn't seem to know what a prog_uchar was.  So I added the #define statement.  There is some history and a workaround in avr/pgmspace.h  I didn't look there before just doing my own workaround.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf