Learn PLCs free
Programming Guides23 min read4,551 words

Electrical Control Panel Design: A Step-by-Step Guide for Engineers

How to design an electrical control panel — schematic and layout drawings, component selection, enclosure sizing, PLC I/O layout, wire numbering, and UL 508A basics.

PPI
PLC Programming IO Editorial Team
Sourced guidance with documented review and correction standards

Electrical control panel design is one of the most consequential skills a controls engineer develops. A well-designed panel is safe to build, easy to commission, and fast to troubleshoot three years after installation. A poorly designed one creates EMI problems, over-temperature trips, wiring errors, and code violations that cost far more to fix than they would have cost to prevent.

This guide covers the complete electrical control panel design workflow — from requirements gathering and schematic creation through component selection, enclosure sizing, DIN-rail layout, PLC I/O assignment, wire numbering, and UL 508A compliance basics. It is written for controls and electrical engineers who already understand basic electrical concepts and want a structured, professional design process.

What Is an Electrical Control Panel?

An electrical control panel (also called a motor control center section, machine control panel, or industrial control panel) is an enclosure that houses the electrical and electronic components required to control a machine, process, or system. At minimum a panel includes:

  • A main disconnect (circuit breaker or fused disconnect switch)
  • Branch circuit protection for each load or control circuit
  • A power supply for control-voltage components (24 V DC is standard)
  • Control logic — a PLC, relay logic board, or safety relay assembly
  • Operator interface devices (pushbuttons, pilot lights, selector switches) mounted on a door
  • Terminal blocks for field wiring connections
  • Wiring and cable management (wire duct, DIN rail, tie mounts)

Panels range from a single-door 12×12×6 enclosure for a simple conveyor starter to multi-section 80-inch-tall lineups for complex process plant MCCs. The design principles are the same at every scale.

Control Panel vs. Motor Control Center vs. Switchgear

These terms are often used interchangeably in the field but have distinct definitions:

Term Typical Voltage Standards Notes
Industrial Control Panel 600 V max UL 508A, NFPA 79 Machine tool / OEM applications
Motor Control Center (MCC) 480 V / 600 V UL 845 Utility / plant distribution
Switchgear Medium voltage (2.4–38 kV) IEEE C37, UL 1558 Substation and utility

Most OEM machine builders and system integrators work under UL 508A and NFPA 79. This guide focuses on that scope.


Schematic vs. Physical Layout Drawings

Electrical control panel design produces two parallel drawing sets. Confusing them is one of the most common errors junior engineers make.

Schematic (Wiring Diagram)

A schematic shows the electrical function of a circuit — how current flows, how contacts interact, and what controls what — without regard to where components are physically located. Schematics use standardized symbols (NFPA IEC or ANSI) and are organized by function (power, I/O, motor starters, safety).

Key schematic elements:

  • Line numbers — each rung of a ladder diagram has a unique line number used for cross-referencing
  • Wire numbers — assigned per conductor for tracing and troubleshooting (covered below)
  • Component tags — CB1, K1, PB1, TR1, etc. per your naming convention
  • Cross-references — a contact shown on rung 45 references the coil on rung 12

Tools for schematic creation: AutoCAD Electrical, EPLAN Electric P8, and alternatives are compared in detail in our control panel design software guide.

Physical Layout Drawing (Panel Layout)

A layout drawing shows where each component is physically mounted inside the enclosure, on the sub-panel (backplate), or on the door. Dimensions, mounting holes, and DIN-rail positions are called out. The layout drawing is what the panel builder uses to fabricate and populate the enclosure.

Layout drawings include:

  • Enclosure outline with cutout dimensions
  • Sub-panel (backplate) layout — DIN-rail positions, component outlines, mounting hole coordinates
  • Door layout — cutouts for HMI, pushbuttons, selector switches, E-stop
  • Wire duct routing plan

Both drawing types are required before fabrication begins. The schematic drives the component list; the layout drawing drives the physical build.

Electrical control panel design workflow: from requirements and I/O list through schematic, BOM, layout drawing, and UL 508A SCCR check to fabrication A horizontal flow diagram showing the ten-step electrical control panel design process from requirements gathering and I/O list creation through schematic development, BOM generation, physical layout, thermal analysis, SCCR check, and design review to final fabrication release. Control Panel Design Workflow — Sequential Steps 1. Requirements Voltage, SCCR, IP rating, standards 2. I/O List DI/DO/AI/AO tags, voltage, cable type 3. PLC Selection I/O count, comms, safety I/O, env. 4. Schematic Power, control, I/O, starters, safety 5. BOM Generate from ECAD schematic 6. Layout Drawing DIN rail, wire duct, door cutouts 7. Thermal Analysis Sum heat load, select cooling 8. SCCR Check UL 508A fault current rating 9. Design Review 2nd engineer, safety integrity 10. Issue for Fab Rev block, approval signatures
Electrical control panel design workflow — ten sequential steps from requirements gathering and I/O list through schematic development, BOM, layout drawing, thermal analysis, UL 508A SCCR check, design review, and fabrication release.

Component Selection

Component selection is iterative: you size the load first, then size the protective devices, then size the power supply and bus. Work from the field (loads) back to the supply.

Main Disconnect and Branch Circuit Protection

NEC Article 430 and NFPA 79 Section 7 govern motor branch circuit protection. The practical rules:

  • Main breaker (or fused disconnect) must interrupt 125% of the largest motor FLA plus 100% of all other loads
  • Motor branch circuit breakers are sized at 250% of motor FLA for inverse-time breakers (NFPA 79 §7.2.10)
  • Control circuit protection: 15 A max for 120 V AC control circuits; 6 A or less for 24 V DC circuits in most panel builds
  • Use Class CC or J fuses when you need current-limiting protection for SCCR compliance (see UL 508A section)

Recommended brands (no endorsement implied — check availability and pricing for your application): Allen-Bradley / Rockwell, Siemens, ABB, Schneider Electric, and Eaton/Cutler-Hammer all produce breakers with UL-listed industrial ratings and published SCCR tables.

Contactors and Motor Starters

Size contactors and starters per IEC utilization category or NEMA size:

  • AC-3 (IEC) for squirrel-cage motor starting and running — the standard for VFD bypass, DOL starters
  • AC-15 for AC control circuits with inductive loads (solenoids, relay coils)
  • NEMA Size 1 ≈ 7.5 hp at 480 V; NEMA Size 2 ≈ 15 hp — use NEMA when thermal class matters for ambient temperature derating

Thermal overload relays protect motors from prolonged overload. Electronic overloads (e.g., Rockwell E300, Siemens 3RU2) offer adjustable trip class and remote reset — use them whenever the motor is difficult to access.

PLC and I/O

PLC selection drives much of the rest of the panel design. Key sizing factors:

  • I/O count — tally discrete inputs, discrete outputs, analog inputs, and analog outputs from the I/O list (see PLC I/O Layout section below)
  • Communication requirements — EtherNet/IP, PROFINET, PROFIBUS, DeviceNet, Modbus TCP
  • Safety I/O — if machine guarding or safety functions are required, determine whether you need a dedicated safety PLC or an integrated safety controller
  • Environmental — conformal coating, extended temperature ratings, vibration specs

Our PLC programming basics guide covers PLC hardware architecture in detail if you need a foundation before selecting a platform.

24 V DC Power Supply

Size the 24 V DC power supply by summing the current draw of every 24 V load:

  • PLC CPU and I/O backplane
  • Each digital input (typically 5–10 mA per point)
  • Each digital output load (varies widely — check data sheets)
  • HMI if powered from the panel
  • Solenoid valves, indicator lights, sensors

Add a 20–25% margin above the calculated total. Use a DIN-rail mount switched-mode power supply (SMPS) with integral short-circuit protection. For critical applications, use a redundant 24 V supply with a diode ORing module.

Terminal Blocks

Terminal blocks are the interface between panel wiring and field wiring. Size them for the wire gauge used in each circuit:

  • Power circuits (120 V AC, 24 V DC power bus): 12 AWG → 10 mm² terminal blocks
  • Control circuits (24 V DC signal): 18–20 AWG → 4 mm² terminals
  • Analog signals: shielded pair, 20–22 AWG → 4 mm² terminals with ground lug
  • Safety circuits: use positive-guided (forcibly guided) relay terminals per IEC 60947-5-1

Group terminals by function and separate control from power with a divider or physical gap. Reserve 20% spare terminals beyond your calculated count.


Enclosure Sizing and NEC/UL Clearances

Enclosure selection involves both physical sizing and environmental protection rating.

NEMA vs. IP Ratings

NEMA Type IEC IP Equivalent Typical Use
Type 1 IP20 Indoor, general purpose (no protection against liquids)
Type 4 IP65/IP66 Indoor/outdoor, washdown, dust-tight
Type 4X IP66 (stainless or fiberglass) Corrosive environments, food/beverage
Type 12 IP54 Industrial indoor, drip-tight, dust-resistant

Use Type 4 or 4X for food and beverage, outdoor, or wash-down environments. Type 12 covers most machine tool and assembly plant applications.

Internal Clearances (NFPA 79 and UL 508A)

Minimum working clearances inside the enclosure are set by NFPA 79 Section 12.5 (based on NEC Article 110.26):

  • Exposed live parts (≤150 V to ground): 1 ft (305 mm) minimum working clearance from the sub-panel face to the door
  • Exposed live parts (151–600 V to ground): 3.5 ft (1067 mm) — rarely met in a standard panel; use insulated barriers or dead-front covers
  • UL 508A requires 1 inch (25 mm) minimum clearance between uninsulated live parts and the enclosure wall

Practical sub-panel sizing rule of thumb: allow 1.5 to 2 times the total DIN-rail length you calculated, accounting for wire duct. A panel that looks "tight" on paper will be impossible to wire.

Enclosure Height Selection

Standard DIN-rail spacing for vertical panels:

  • Allow 150–200 mm per row of components (100 mm DIN rail + wire duct above and below)
  • Standard enclosure heights: 600 mm, 800 mm, 1000 mm, 1200 mm, 1400 mm, 1800 mm
  • Door-mounted components (HMI, E-stop, selector switches) require sub-panel cutouts or a separate door plate — account for this in depth

Bill of Materials (BOM)

The Bill of Materials is the purchasing document that drives procurement and cost estimation. Generate it directly from the schematic using your ECAD tool's reporting function — do not maintain it separately, as the two will diverge.

A BOM row for a control panel component typically includes:

Field Example
Item number 1
Component tag CB1
Description 3-pole circuit breaker, 20 A, 480 V AC
Manufacturer Siemens
Part number 3RV2021-4BA10
Quantity 1
Unit of measure EA

For wiring materials (wire duct, DIN rail, terminals), calculate from the layout drawing and add 10% cut waste. For panel wire, calculate by summing wire runs from the layout drawing, then add 30% for routing slack and reruns.


Step-by-Step Electrical Control Panel Design Workflow

A repeatable workflow prevents the most common panel design errors — missing protection, wrong wire gauge, insufficient panel depth. Follow this sequence:

1. Gather requirements

  • Machine functional specification (what the machine does, I/O count, safety category)
  • Electrical site conditions (supply voltage, available fault current — this determines SCCR requirements)
  • Environmental conditions (ambient temperature, IP rating required)
  • Applicable standards (NFPA 79 for machine tools, UL 508A for industrial control panels, applicable CSA or CE if exporting)

2. Create the I/O list List every field device: tag, description, type (DI/DO/AI/AO), voltage, current, cable details. The I/O list is the single source of truth that drives schematic development and PLC I/O layout.

3. Select the PLC platform and I/O modules Based on the I/O list and communication requirements. See the PLC programming basics guide for platform guidance.

4. Develop the schematic

  • Power distribution first (main disconnect → branch breakers → loads)
  • Control power circuit (transformer or SMPS → control bus)
  • PLC I/O connections per I/O list
  • Motor starter circuits
  • Safety relay circuits (if applicable)
  • HMI and communications wiring

5. Generate the BOM and review it for completeness Every component on the schematic must appear in the BOM with a valid part number.

6. Develop the physical layout drawing Place components on the sub-panel. Follow the DIN-rail and wire-duct fill rules below. Get dimensions from manufacturer data sheets — not catalog photos.

7. Thermal analysis Calculate heat load and verify the enclosure can dissipate it (see Thermal Sizing section).

8. UL 508A SCCR check Verify the panel's short-circuit current rating meets or exceeds the available fault current at the site (see UL 508A section).

9. Design review Walk the schematic with a second engineer. Check wire gauges, protection coordination, safety circuit integrity. Consult our PLC documentation best practices guide for documentation standards that support the review process.

10. Issue for fabrication Release the drawing package (schematic, layout, BOM, wire schedule) with a revision block and approval signatures.


PLC I/O Layout and Terminal Assignment

PLC I/O layout is the section of panel design that most generic guides skip entirely. Getting it right dramatically reduces wiring errors and speeds commissioning.

I/O Module Organization

Group I/O modules by voltage class and signal type, not by functional area. This prevents crosstalk, simplifies wiring, and makes troubleshooting unambiguous:

PLC I/O module grouping by voltage class: AC discrete inputs and outputs, DC discrete inputs and outputs, analog I/O, and safety I/O module positions on DIN rail A horizontal panel layout diagram showing the recommended grouping of PLC I/O modules on a DIN rail from AC discrete inputs on the left through DC I/O in the middle to analog and safety I/O on the right, with separation rules. PLC I/O Module Grouping — Voltage Class and Signal Type 35 mm DIN Rail AC Discrete Inputs 120 V AC Limit switches Selector sw. ⬅ AC control bus AC Discrete Outputs 120 V AC Solenoids Pilot lights Contactor coils DC Discrete Inputs 24 V DC Prox sensors PB, E-stop Photo eyes DC Discrete Outputs 24 V DC 24 V solenoids VFD enable Valve drivers Analog I/O 4–20 mA / 0–10 V Shielded pair ≥50 mm from power wiring Safety I/O Dedicated safety module only Never mix with standard I/O

Group by voltage class — prevents crosstalk; simplifies wiring and fault tracing

PLC I/O module grouping on DIN rail — AC discrete inputs and outputs closest to the AC bus, DC discrete I/O adjacent, analog I/O physically separated by at least 50 mm, and safety I/O on a dedicated module never mixed with standard I/O.
  1. AC discrete inputs (120 V AC) — leftmost modules, closest to the AC control bus
  2. AC discrete outputs (120 V AC) — immediately adjacent to AC inputs
  3. DC discrete inputs (24 V DC) — next group
  4. DC discrete outputs (24 V DC) — adjacent to DC inputs
  5. Analog I/O (4–20 mA, 0–10 V) — rightmost modules, physically separated from power wiring by at least one blank slot or a grounded shield plate
  6. Safety I/O — on a dedicated safety module; never mix with standard I/O

Terminal Block Assignment for PLC I/O

Each PLC I/O point should land on a numbered terminal block before the field cable enters the panel. This serves two purposes:

  1. It creates a test point accessible without opening field junction boxes
  2. It allows field wiring to be disconnected at the panel without touching the PLC wiring

Convention: PLC wiring (internal) connects to the left side of the terminal block; field wiring connects to the right side. Label each terminal with the PLC tag address (e.g., I:1/3, %I0.3, or DI_1003 depending on your platform's address notation).

Wire from the PLC I/O module to the terminal block using panel wire (typically 18 AWG for 24 V DC, 14 AWG for 120 V AC). Field wires typically enter through a cable gland or conduit fitting at the bottom of the enclosure.


Wire Numbering and Labeling Schemes

Wire numbering is the systematic assignment of a unique identifier to every conductor in the panel. A disciplined numbering scheme is the single most effective thing you can do to reduce troubleshooting time.

Common Wire Numbering Conventions

Sequential numbering assigns numbers in order of appearance in the schematic (wire 1, wire 2, wire 3, ...). Simple to implement but offers no functional information.

Function-based numbering encodes the circuit function into the number. A common NFPA 79 aligned convention:

Number range Circuit type
1–99 AC line voltage (480 V, 240 V)
100–199 AC control voltage (120 V AC)
200–299 DC control voltage (24 V DC)
300–399 Motor circuit conductors
400–499 Safety circuit conductors
500–599 Analog signal conductors

IEC-style sequential with sheet-based prefix (common in EPLAN and AutoCAD Electrical projects): wire number = =page.line, e.g., =01.045 = page 1, line 45. Allows a technician to navigate directly to the drawing when they read the wire label.

Physical Wire Labeling

Every wire in a panel should carry a heat-shrink or wrap-around label at both ends displaying the wire number. For panels with many conductors, this is non-negotiable — the cost of labeling (typically $0.10–$0.25 per label) is trivial compared to the cost of chasing an unlabeled wire.

For detailed wire labeling best practices and how ECAD tools automate the process, see our guide on control panel design software.


DIN-Rail Layout and Wire-Duct Fill

DIN-Rail Spacing

Standard 35 mm DIN rail (TS 35 per IEC 60715) is used for virtually all modern control panel components. Maintain these clearances:

  • 50 mm minimum from DIN-rail center to the top of the wire duct below it (for component mounting tabs)
  • 75–100 mm wire duct height for wiring runs with 10–30 conductors
  • 100–150 mm wire duct height for heavy wiring runs (>30 conductors, large-gauge power wire)

Wire Duct Fill

Wire duct fill limits exist to prevent wire damage and ensure neat, maintainable wiring. Standard practice:

  • Maximum 40% fill for horizontal runs (wire duct cross-section area vs. total conductor cross-section area)
  • Maximum 50% fill for vertical runs
  • Calculate total wire cross-section area from the wire schedule, then select duct size with ≥2.5x that area for a 40% fill target

A common mistake is sizing wire duct for the minimum number of wires shown on the initial layout, then discovering during fabrication that spares, test leads, and field wiring returns have overflowed the duct. Add 25% spare capacity to every duct run.

Control panel wire numbering scheme showing AC line, AC control, DC control, motor circuit, safety circuit, and analog signal number ranges per NFPA 79 A horizontal bar chart showing the function-based wire numbering ranges aligned with NFPA 79 conventions from 1 to 599 covering AC line voltage, AC control, DC control, motor circuits, safety circuits, and analog signals. Function-Based Wire Numbering Scheme (NFPA 79 Aligned)

1–99 AC Line Voltage (480 V, 240 V) — power conductors

100–199 AC Control Voltage (120 V AC) — starters, coils

200–299 DC Control Voltage (24 V DC) — PLC I/O signals

300–399 Motor Circuit Conductors

400–499 Safety Circuit Conductors (E-stop, interlock)

500–599 Analog Signal Conductors (4–20 mA, 0–10 V)

Function-based wire numbering scheme aligned with NFPA 79 — encoding circuit voltage and type into the wire number allows technicians to navigate directly to the correct schematic page when tracing any conductor in the panel.

Separation of AC and DC Wiring

Run AC power wiring and DC control/signal wiring in separate wire ducts or with at least a physical separation of 50 mm. Never bundle 480 V conductors with 24 V DC analog signal wires — induced noise will cause erratic analog readings. For HMI design best practices, this panel-level separation is the foundation of reliable HMI communications.


Thermal Sizing and Enclosure Heat Dissipation

Overtemperature is one of the most common causes of premature component failure in sealed industrial control panels. Every component that handles current dissipates heat; the enclosure must reject that heat to the ambient environment.

Calculating Panel Heat Load

Sum the heat dissipation (in watts) of every component at full load:

  • PLC CPU and I/O backplane: check the data sheet — typically 10–50 W for a mid-size PLC
  • 24 V DC power supply: calculate from efficiency: P_heat = P_output × (1/η − 1). A 100 W SMPS at 87% efficiency dissipates approximately 15 W
  • Variable frequency drives (VFDs): typically 2–3% of rated power output. A 10 kW VFD dissipates approximately 200–300 W
  • Contactors: see manufacturer data (typically 3–8 W per contactor at rated current)
  • Circuit breakers: 2–5 W each at rated current
  • Terminal blocks and wiring: estimate 1–2% of total panel load as resistive losses

Thermal Derating

Most components are rated for 40°C ambient temperature. For every 10°C above 40°C, derate the component's continuous current rating by approximately 5–10% (see manufacturer derating curves). A panel in a 50°C ambient environment may need to be sized 1.5x larger than one in a 40°C environment.

Enclosure Thermal Management Options

Option Typical Application Notes
Natural convection (no cooling) P_heat < 15–20 W in a 300×400 mm enclosure Relies on surface area; only practical for very low power panels
Filtered fan (forced air) P_heat < 100–200 W; Type 12 or Type 1 Low cost; requires regular filter maintenance
Air conditioning unit P_heat > 200 W; sealed enclosure required High upfront cost; most reliable for high-heat and outdoor applications
Heat exchanger (air-to-air) High ambient temperature, dusty environments Maintains NEMA 4/12 integrity; good for harsh environments

The enclosure manufacturer's thermal calculator (Rittal, Hoffman, nVent, etc.) takes input heat load, ambient temperature, enclosure dimensions, and surface finish (paint color) and outputs required cooling capacity. Use it — hand calculations are approximations.

Control panel enclosure thermal management options: natural convection, filtered fan, air conditioning unit, and heat exchanger with heat load and application thresholds A horizontal bar chart comparing four enclosure thermal management options from natural convection up through filtered fan, air conditioning unit, and heat exchanger, showing the heat load capacity range and typical application for each method. Enclosure Thermal Management — Options by Heat Load

Natural Convection ≤15 W — very low power panels only

Filtered Fan ≤200 W — Type 12/1; low cost, filter maintenance

Air Conditioning >200 W — sealed enclosure; outdoor/high ambient

Heat Exchanger Dusty/harsh env. — maintains NEMA 4/12 integrity

Thermal Derating Rule Every 10°C above 40°C ambient: derate component continuous current rating ~5–10% (per manufacturer curves)
Control panel enclosure thermal management options by heat load threshold — natural convection for minimal loads, filtered fans up to 200 W, air conditioning units for high-heat or outdoor panels, and heat exchangers for sealed harsh-environment enclosures.

UL 508A Practicalities: SCCR

UL 508A is the standard for industrial control panels built for the North American market. If you build panels sold into the US, a UL 508A listing is typically required by the electrical inspector or the end-user's insurance carrier.

What UL 508A Covers

UL 508A addresses:

  • Construction requirements: wire gauge, terminal sizing, insulation ratings, enclosure marking
  • Wiring practices: wire duct fill, wire bending radius, conductor identification
  • Grounding: equipment grounding conductor sizing, continuity requirements
  • Short-Circuit Current Rating (SCCR): the panel's ability to withstand a bolted fault at its supply terminals

Short-Circuit Current Rating (SCCR)

SCCR is the maximum available fault current (in kA symmetrical rms) that the panel is rated to withstand without creating a fire or shock hazard. NFPA 79 §7.2.1 requires that the panel's SCCR meet or exceed the available fault current at the installation point.

The panel SCCR is determined by the lowest SCCR of any component in the series combination. Current-limiting fuses (Class CC or J) ahead of lower-rated components can raise the assembly SCCR. Rockwell, Siemens, Schneider Electric, and Eaton all publish component SCCR combination tables for their products.

Three practical steps for SCCR compliance:

  1. Get the available fault current from the facility electrical engineer or utility (for most industrial facilities, this is 10–65 kA at 480 V)
  2. Check the SCCR of every component using UL-listed combination tables. Most modern industrial contactors, starters, and breakers are rated at 5–100 kA depending on the upstream protection
  3. Add current-limiting fuses upstream of any component whose standalone SCCR is lower than the available fault current

For a deeper dive into UL 508A requirements and the listing process, see our dedicated guide on the standard.

UL 508A Field Labeling Requirements

A UL 508A listed panel must carry a UL marking that includes:

  • Panel manufacturer name and address
  • File number
  • Electrical ratings (voltage, current, phases, frequency)
  • SCCR in kA rms symmetrical
  • Short-time current rating (if applicable)
  • Appropriate cautions (e.g., "Warning: Hazardous Voltage")

Electrical control panel design sits at the intersection of several specialized disciplines. These guides cover adjacent topics in detail:

  • PLC program structure and best practices: PLC documentation best practices guide — covers I/O naming conventions, program commenting, and as-built documentation standards that complement panel design documentation
  • PLC fundamentals: PLC programming basics guide — hardware architecture, scan cycle, I/O addressing, and communication protocols
  • PLC circuit patterns: PLC wiring diagrams — PNP inputs, dry contacts, relay outputs and 4–20 mA loops with verification steps
  • Cable documentation: Cable schedule template — origins, destinations, terminals, construction, routes, glands and installation status
  • HMI design: HMI design best practices — screen layout, alarm management, and operator interface wiring considerations that affect panel terminal block layout
  • ECAD software comparison: AutoCAD Electrical vs EPLAN — choosing the right schematic and layout tool for your shop

Frequently Asked Questions

How do you design an electrical control panel?

Electrical control panel design follows a defined sequence: gather machine requirements and the I/O list, select the PLC and major components, develop the power and control schematics, generate a bill of materials, create the physical layout drawing with DIN-rail and wire-duct placement, perform a thermal and SCCR analysis, conduct a design review, then issue drawings for fabrication. The schematic is always completed before the layout drawing, because the schematic drives the component count, wire gauge, and terminal block requirements that the layout drawing must accommodate.

What software is used for control panel design?

The two dominant tools are AutoCAD Electrical (Autodesk) and EPLAN Electric P8. AutoCAD Electrical is DWG-based and familiar to engineers who already use AutoCAD; EPLAN uses a project database architecture that produces fully cross-referenced, bidirectional schematics with stronger automated reporting. Both tools generate wire lists, terminal plans, and BOMs. Smaller shops also use SOLIDWORKS Electrical, Zuken E3, and Siemens Capital depending on industry and mechanical CAD integration requirements. See our control panel design software guide for a full comparison.

What is the difference between a schematic and a layout drawing?

A schematic (or wiring diagram) shows electrical function — how circuits are connected, what controls what, wire numbers, component tags, and cross-references — without physical location. A layout drawing (or panel layout) shows where each component is physically mounted inside the enclosure. Both are required: the schematic is used by electricians to wire the panel; the layout is used by the panel fabricator to mount components, drill cutouts, and position DIN rails. ECAD tools like AutoCAD Electrical and EPLAN generate both from a shared component database, keeping them synchronized.

What standards apply to control panel design?

The primary standards for industrial control panels in North America are NFPA 79 (Electrical Standard for Industrial Machinery), UL 508A (Standard for Industrial Control Panels), and the National Electrical Code (NEC) — primarily Articles 409, 430, and 670. For panels exported to Europe, IEC 60204-1 (Safety of Machinery — Electrical Equipment) and the relevant CE marking directives apply. Panels in hazardous locations (classified areas) must also comply with NEC Articles 500–516 and may require ATEX or IECEx certification. UL 508A listing is typically required by US inspectors and insurance carriers for panels sold to end users.

For the environmental part of the specification, use the NEMA enclosure-ratings selector. For panel metering, the current-transformer selection guide covers ratio, burden, polarity and secondary-circuit safety.

#electricalcontrol panel design#controlpanel design#PLCpanel#UL508A#wirenumbering#panellayout
Share this article:

Related Articles