Max 1797
Output Voltage Calculation for using a Dimmer
 

This page requires a JavaScript-compatible browser with JavaScript activated.

This program solves two simultaneous equations as shown below to select values for R1 and R2 so the Max 1797 output voltage will vary from Vmin to Vmax when the dimmer pot moves through it's full range from R3 to 0.

If R3 is entered in kohms, then R1 and R2 will be in kohms.

For example: Vmin=2.4, Vmax=3.2, R3=9.5, gives R1=21.5373, R2=13.7156

Enter values for Vmin, Vmax, R3:

The R1 and R2 values are:


From the Max 1797 data sheets:

R1 = R2[(Vout/k) - 1] or
V = k(R1+R2)/(R2) with k=1.245

let R2 = R2 + R3
V = k(R1+R2+R3)/(R2+R3)

Write two simultaneous equations and solve for R1 and R2.  This calculation uses R3=10k ohms.

Vmin = k(R1+R2+10)/(R2+10)
Vmax = k(R1+R2+0)/(R2+0)

Vmin/k = (R1+R2+10)/(R2+10)
Vmax/k = (R1+R2+0)/(R2+0)

(Vmin/k)(R2+10) = (R1+R2+10)
(Vmax/k)(R2+0) = (R1+R2+0)

(Vmin/k)(R2)+(Vmin/k)(10)-R2-10 = R1
(Vmax/k)(R2)-R2 = R1

(Vmin/k)(R2)-R2+(Vmin/k)(10)-10 = R1
(Vmax/k)(R2)-R2 = R1

((Vmin/k)-1)(R2)+((Vmin/k)-1)(10) = R1
((Vmax/k)-1)(R2) = R1

( (Vmin/k)-1 )(R2)+( (Vmin/k)-1 )(10) =
             ( (Vmax/k)-1 )(R2)

( (Vmin/k)-1 )(10) =
           (( Vmax/k)-1 )(R2) - ( (Vmin/k)-1 )(R2)

( (Vmin/k)-1 )(10) = (R2)( ((Vmax/k)-1 ) - ((Vmin/k)-1) )

R2 = ((Vmin/k)-1)(10) /( ((Vmax/k)-1) - ((Vmin/k)-1) )

then from above
R1 = ((Vmax/k)-1)(R2)

Back to main index