-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwires.json
More file actions
50 lines (50 loc) · 2.45 KB
/
Copy pathwires.json
File metadata and controls
50 lines (50 loc) · 2.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"core": {
"30 Gauge": { "area": 0.05, "source": { "reference": "AWG table", "notes": "conductor area mm²" } },
"28 Gauge": { "area": 0.08, "source": { "reference": "AWG table" } },
"26 Gauge": { "area": 0.13, "source": { "reference": "AWG table" } },
"24 Gauge": { "area": 0.20, "source": { "reference": "AWG table" } },
"22 Gauge": { "area": 0.33, "source": { "reference": "AWG table" } },
"20 Gauge": { "area": 0.52, "source": { "reference": "AWG table" } },
"18 Gauge": { "area": 0.82, "source": { "reference": "AWG table" } },
"16 Gauge": { "area": 1.31, "source": { "reference": "AWG table" } },
"14 Gauge": { "area": 2.08, "source": { "reference": "AWG table" } },
"12 Gauge": { "area": 3.31, "source": { "reference": "AWG table" } }
},
"PVC": {
"30 Gauge": { "radius": 0.55, "amp_limit": 0.5 },
"28 Gauge": { "radius": 0.6, "amp_limit": 0.8 },
"26 Gauge": { "radius": 0.65, "amp_limit": 1.2 },
"24 Gauge": { "radius": 0.7, "amp_limit": 2.0 },
"22 Gauge": { "radius": 0.85, "amp_limit": 3.0 },
"20 Gauge": { "radius": 0.9, "amp_limit": 5.0 },
"18 Gauge": { "radius": 1, "amp_limit": 8.0 },
"16 Gauge": { "radius": 1.2, "amp_limit": 13.0 },
"14 Gauge": { "radius": 1.35, "amp_limit": 20.0 },
"12 Gauge": { "radius": 1.65, "amp_limit": 30.0 }
},
"TXL": {
"30 Gauge": { "radius": 0.19, "amp_limit": 0.6 },
"28 Gauge": { "radius": 0.24, "amp_limit": 0.9 },
"26 Gauge": { "radius": 0.30, "amp_limit": 1.3 },
"24 Gauge": { "radius": 0.46, "amp_limit": 2.2 },
"22 Gauge": { "radius": 0.53, "amp_limit": 3.3 },
"20 Gauge": { "radius": 0.63, "amp_limit": 5.5 },
"18 Gauge": { "radius": 0.79, "amp_limit": 8.8 },
"16 Gauge": { "radius": 1.00, "amp_limit": 14.3 },
"14 Gauge": { "radius": 1.26, "amp_limit": 22.0 },
"12 Gauge": { "radius": 1.55, "amp_limit": 33.0 }
},
"Raychem": {
"30 Gauge": { "radius": 0.17, "amp_limit": 0.55 },
"28 Gauge": { "radius": 0.22, "amp_limit": 0.85 },
"26 Gauge": { "radius": 0.28, "amp_limit": 1.25 },
"24 Gauge": { "radius": 0.44, "amp_limit": 2.1 },
"22 Gauge": { "radius": 0.50, "amp_limit": 3.1 },
"20 Gauge": { "radius": 0.62, "amp_limit": 5.2 },
"18 Gauge": { "radius": 0.78, "amp_limit": 8.4 },
"16 Gauge": { "radius": 0.87, "amp_limit": 13.5 },
"14 Gauge": { "radius": 1.08, "amp_limit": 21.0 },
"12 Gauge": { "radius": 1.31, "amp_limit": 31.0 }
}
}