Hi again,
Circular mils is a description of cross sectional area of a wire.
You can use this next formula to calculate the required wire number AWG for a
give current and cm/A rule of thumb:
N=8.6249*ln(5/sqrt(cmpa*I))+36
where
I is the current, and
cmpa is the circular mils per amp rule, and
ln is the natural log
For example, say we use the 600 cm per amp rule, and we have a current of
2 amps. What wire size do we need?
Using the forumla:
N=8.6249*ln(5/sqrt(cmpa*I))+36
we plug in the value 600 for cmpa, and the value 2 for I, and we get:
N=8.6249*ln(5/sqrt(600*2))+36
and after we do the math we get:
19.3056
and so we can round to AWG #19 gauge wire size.
Here is a short table for wire size (before rounding) with current from 1 to 20
amps using the 600cm/amp rule:
Code:
AMPS AWG
1 22.3
2 19.3
3 17.6
4 16.3
5 15.4
6 14.6
7 13.9
8 13.3
9 12.8
10 12.4
11 12.0
12 11.6
13 11.2
14 10.9
15 10.6
16 10.3
17 10.1
18 9.8
19 9.6
20 9.4