How to select R and C?

gary36

Full Member level 5
Full Member level 5
Joined
Mar 31, 2018
Messages
253
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
3,439
I have a particular design where timing has to be set from 1s to 90s. I have two options, R=1M(pot) and C=100uf or R=10M(pot) and C=10uf
Which one of the above would be better choice with respect to timing accuracy and long term stability?
 

Look up the leakage current in the data sheet for the capacitors. Multiply by the corresponding pot resistance.
That is the error voltage you get from the leakage current. The 1MOhm + 100uF option is probably best.
Also consider a higher frequency oscillator with a divider chain for such long delay times.
 

Which one of the above would be better choice with respect to timing accuracy and long term stability?

1) What are your goals for accuracy and stability ? Range of T and V effects your environmentals have to
deal with ?

2) What device are you using with these passives to generate delay/timing ?


Regards, Dana.
 

Accuracy and long term stability can be expected with film capacitors. This limits achievable capacitance values.
There are also timers with analog time programming and frequency divider, e.g. TI TPL5xxx series.
 

10M Ω implies tiny Amperes. Very often neighboring devices (example, IC's, op amps) have 1MΩ input impedance. As well as common DMM's. Your RC network is likely to be 'loaded' by such devices, throwing off expected volt levels. The tiny Ampere level may be insufficient to drive another device.

In real life you can discover a range of your 10M potentiometer where you can dial the resistance that provides the needed RC time constant. However I think the 1M potentiometer is a better choice. Does your project run on batteries? Then you might prefer to look for ways to minimize power usage. It depends on what trade-offs you decide to make.
 

Hi,

when talking about accuracy and long term stability I would not go to an analog RC solution at all, especially with periods of 1s and longer.
Any 8 pin microcontroller with XTAL would be by a factor of 1000 more accurate, easily...

Klaus