CEC Ampacity Calculator: Determine Safe Wire Sizes for Canadian Installations
What it is
A CEC ampacity calculator applies the Canadian Electrical Code (CEC) rules to compute the maximum continuous current (ampacity) a conductor can safely carry under given conditions, then recommends appropriate wire sizes and overcurrent protection.
Key inputs the calculator uses
- Conductor material: copper or aluminum
- Insulation temperature rating: (e.g., 60°C, 75°C, 90°C)
- Conductor size or desired ampacity (you can supply one to calculate the other)
- Ambient temperature and whether conductors are in conduits or free air
- Number of current-carrying conductors in the same raceway (for adjustment factors)
- Voltage and phase (for context; ampacity is independent but sizing and derating depend on system)
- Type of load: continuous vs non-continuous (CEC requires derating/adjustment for continuous loads)
Core calculations performed
- Base ampacity lookup from CEC tables for the conductor material and insulation rating.
- Correction for ambient temperature using CEC temperature correction factors.
- Adjustment for multiple current-carrying conductors in the same conduit.
- Final conductor sizing: select the next standard conductor size that meets or exceeds the required ampacity after corrections.
- Overcurrent device sizing per CEC rules (considering continuous load rules and conductor ampacity).
Practical considerations & common pitfalls
- Always use the conductor ampacity from the correct CEC table matching insulation temperature rating.
- If load is continuous (≥3 hours), size conductors to at least 125% of the continuous load per CEC.
- Derating factors for multiple conductors and ambient temperature multiply together—apply both before choosing the conductor.
- Aluminum conductors have lower ampacity than copper—check terminals and connector ratings.
- Motor and HVAC circuits may require additional rules (e.g., branch circuit sizing vs motor full-load current).
- Local amendments to the CEC can change requirements—confirm with local authority.
Example (simple)
- Given: copper conductor, 75°C insulation, ambient 30°C, three current-carrying conductors in conduit, continuous load 30 A.
- Step 1: Continuous requirement → 30 A × 1.25 = 37.5 A
- Step 2: Apply adjustment for 3 conductors (example factor 0.8) → 37.5 A ÷ 0.8 = 46.9 A required ampacity
- Step 3: Choose standard conductor size with ampacity ≥46.9 A from CEC table (e.g., 6 AWG copper).
Note: use exact CEC table values and factors for final design.
When to consult an electrician or inspector
- Complex installations, motors, multi‑load feeders, long runs with voltage drop concerns, or if local code amendments apply.
If you want, I can:
- run precise calculations for a specific scenario (provide conductor material, insulation rating, ambient temp, number of conductors, continuous load), or
- produce a small calculator script (Python) that applies CEC tables and derating factors.
Leave a Reply