Post

EPLAN Electric P8 — Wire vs Cable in Schematic Drawing

A comprehensive reference guide to the standard report and form structure of an EPLAN Electric P8 project, including form types, purposes, examples, and applicable standards.

EPLAN Electric P8 — Wire vs Cable in Schematic Drawing

EPLAN Electric P8 — Wire vs Cable in Schematic Drawing

Software: EPLAN Electric P8 Topic: The fundamental difference between wires and cables in schematics — definition, behavior, documentation, and form output Level: Beginner to Intermediate


The Core Concept

In everyday speech, “wire” and “cable” are used interchangeably. In EPLAN P8, they are two completely different engineering objects with different data, different behavior in reports, and different purposes in the schematic.

1
2
3
4
5
6
7
8
9
10
┌─────────────────────────────────────────────────────────────┐
│                    EPLAN DEFINITION                         │
│                                                             │
│  WIRE   = a single conductor connection between two points  │
│           (one connection, one potential, drawn as a line)  │
│                                                             │
│  CABLE  = a physical multi-core cable that groups multiple  │
│           wires together inside one outer jacket/sheath     │
│           (a container object assigned to wires)            │
└─────────────────────────────────────────────────────────────┘

A wire is always a child of a connection. A cable is always a parent that owns one or more wires/conductors.


Wire — Full Definition

What is a Wire?

A wire in EPLAN is the graphical line you draw between two device connection points on a schematic page. Every line you draw in a circuit diagram IS a wire. It represents a single electrical conductor.

Wire Properties

PropertyDescriptionExample
Connection colorWire conductor colorBK (Black), BU (Blue), RD (Red)
Cross-sectionConductor area in mm²1.5 mm², 2.5 mm², 0.75 mm²
PotentialElectrical potential assignedL1, 24VDC, GND, PE
Signal nameLogical signal identifierEmergency_Stop, Motor_Run
From (source)Device:pin at start of wire=GB1+ET1-K1:13
To (destination)Device:pin at end of wire=GB1+ET1-K3:A1
Wire numberAuto-generated or manual IDW001, 001
Connection typeType of connectionConductor, Shield, PE

How Wires Look in a Schematic

1
2
3
4
5
   -K1          -K3
  [13]──────────[A1]
        wire
   BK 1.5mm²
   Potential: 24VDC

A single horizontal or vertical line connecting two component pins. EPLAN automatically:

  • Assigns potential from connected symbols
  • Propagates color and cross-section from connection settings
  • Generates a unique wire number

Where Wires Appear in Reports

ReportFormWhat is shown
Connection list.f17Every wire as one row — from, to, color, cross-section, potential
Terminal diagram.f11Wires arriving at terminals — internal connections
Terminal-strip overview.f10Wire color and cross-section at each terminal
PLC diagram.f22Wire from terminal to PLC I/O channel

Cable — Full Definition

What is a Cable?

A cable in EPLAN is a physical object — a multi-core cable with an outer jacket that groups multiple conductors together. It is NOT drawn as a line. Instead, it is assigned to existing wires to tell EPLAN that those wires physically run inside the same cable.

A cable is a logical grouping and procurement object. It has a type (article number), length, and routing path — but it does not create connections by itself.

Cable Properties

PropertyDescriptionExample
Cable designationUnique cable IDW1, W2, C-101
Cable typeArticle/type stringNYCWY 3×1.5mm²
Number of conductorsHow many cores inside3, 5, 7
Cross-sectionCore cross-section1.5 mm²
Voltage levelRated voltage0.6/1 kV, 300/500 V
Length (manual)Planned cable length15 m
Length (routed)EPLAN topology-calculated16.2 m
FromSource end location=GB1+ET1-X1:1
ToDestination end location=GB2+MCC-X2:3
ShieldedShield flagYes / No
Jacket colorOuter jacket colorBlack, Grey
Outer diameterPhysical OD in mm12.4 mm
ATEX identifierExplosion protection classEx e IIC T4
Reel referenceCable drum/reel numberReel-07

How a Cable Looks in a Schematic

A cable is represented by a cable definition line — a special symbol placed across the wires that belong to it:

1
2
3
4
5
6
7
8
  Panel A                            Panel B
  -X1:1 ──────────────────────────── -X2:1
  -X1:2 ──────────────────────────── -X2:2    ← individual wires
  -X1:3 ──────────────────────────── -X2:3
         ┌──────────────────────┐
         │   W1  NYCWY 3×1.5    │             ← cable definition line
         │   L=15m              │
         └──────────────────────┘

The cable definition line crosses the wires graphically and “owns” them. In EPLAN this is inserted via Insert → Cable definition.


Side-by-Side Comparison

AspectWireCable
What it isSingle electrical conductorPhysical multi-core cable grouping
Drawn asA line between two pinsA cable definition line across wires
Creates a connection✅ Yes❌ No — groups existing connections
Has a potential✅ Yes❌ No
Has a length❌ No✅ Yes (manual + routed)
Has a type/article❌ No✅ Yes (from parts management)
Appears in connection list✅ Yes — as a rowReferenced by name in rows
Appears in cable diagram❌ No✅ Yes — .f04
Appears in BOM❌ No✅ Yes — .f05 (by meter)
Has color✅ Yes (conductor color)✅ Yes (jacket color — different property)
Has cross-section✅ Yes (conductor area)✅ Yes (individual core area)
Can be shielded❌ No✅ Yes
Assigned to potential✅ Yes❌ No
EPLAN object typeConnectionCable
Inserted viaDrawing a lineInsert → Cable definition

The Relationship Between Wire and Cable

A cable contains wires. The wires define the electrical connections. The cable defines the physical routing object.

1
2
3
4
5
CABLE W1 — NYCWY 3×1.5mm², 15m
│
├── Conductor 1 (BN / Brown)  →  wire:  -X1:1 → -X2:1 (L1, 1.5mm²)
├── Conductor 2 (BK / Black)  →  wire:  -X1:2 → -X2:2 (L2, 1.5mm²)
└── Conductor 3 (GY / Grey)   →  wire:  -X1:3 → -X2:3 (L3, 1.5mm²)
  • Each wire has its own color, potential, and connection points
  • The cable has the type, length, shielding, and article number
  • When you assign a cable to a wire, the wire gets a Cable name and Conductor number property

Real-World Example

Scenario: Motor starter cabinet connected to a motor in the field.

1
2
3
4
5
6
7
8
9
Control Panel                           Motor Terminal Box
  -X1:1 (U1) ─────────────────────────── Motor U1
  -X1:2 (V1) ─────────────────────────── Motor V1
  -X1:3 (W1) ─────────────────────────── Motor W1
  -X1:PE (PE) ────────────────────────── Motor PE
              ┌──────────────────────┐
              │  W5  NYCWY 4×2.5+E   │
              │  L=22m  0.6/1kV      │
              └──────────────────────┘

The wires are:

WireColorCross-sectionPotentialFromTo
Conductor 1BN2.5 mm²U1-X1:1Motor U1
Conductor 2BK2.5 mm²V1-X1:2Motor V1
Conductor 3GY2.5 mm²W1-X1:3Motor W1
Conductor 4GN/YE2.5 mm²PE-X1:PEMotor PE

The cable is:

Cable IDTypeConductorsLengthVoltageShieldedArticle
W5NYCWY 4×2.5+E422 m0.6/1 kVNo

What Appears in Which Report

Connection List (.f17) — Wire-driven

Shows the wires — one row per conductor connection.

1
2
3
4
5
From          │ To           │ Cable │ Cond │ Color │ mm²  │ Potential
─X1:1         │ Motor U1     │ W5    │  1   │ BN    │ 2.5  │ U1
-X1:2         │ Motor V1     │ W5    │  2   │ BK    │ 2.5  │ V1
-X1:3         │ Motor W1     │ W5    │  3   │ GY    │ 2.5  │ W1
-X1:PE        │ Motor PE     │ W5    │  4   │ GN/YE │ 2.5  │ PE

The cable name W5 is a reference — it appears in the wire’s row to show which cable the conductor belongs to.


Cable Diagram / Overview (.f04) — Cable-driven

Shows the cable as the primary object, with its conductors listed below.

1
2
3
4
5
6
7
8
9
10
Cable: W5
Type:  NYCWY 4×2.5+E
Length: 22m
From: =GB1+ET1-X1    To: Motor terminal box

  Cond │ Color  │ mm²  │ From pin │ To pin    │ Potential
  1    │ BN     │ 2.5  │ X1:1     │ Motor U1  │ U1
  2    │ BK     │ 2.5  │ X1:2     │ Motor V1  │ V1
  3    │ GY     │ 2.5  │ X1:3     │ Motor W1  │ W1
  4    │ GN/YE  │ 2.5  │ X1:PE    │ Motor PE  │ PE

Summarized Parts List (.f05) — Cable as a part

The cable appears once as a purchased item with quantity in meters.

1
Article: NYCWY 4×2.5+E   │ Manufacturer: Lapp   │ Unit: m   │ Qty: 22

The individual wires do NOT appear in the BOM — only the cable as a product.


Terminal Diagram (.f11) — Wire at terminal

Shows where each conductor lands on a terminal, including which cable it belongs to.

1
2
3
4
5
Terminal │ Internal from    │ Cable │ Cond │ Color │ mm²
X1:1     │ -K3:2            │ W5    │  1   │ BN    │ 2.5
X1:2     │ -K3:4            │ W5    │  2   │ BK    │ 2.5
X1:3     │ -K3:6            │ W5    │  3   │ GY    │ 2.5
X1:PE    │ PE busbar        │ W5    │  4   │ GN/YE │ 2.5

Common Beginner Mistakes

MistakeProblemCorrect Approach
Drawing a cable as lines between panelsNo cable object exists — no cable reportDraw wires, then insert cable definition across them
Assigning wrong number of conductors to cableCable type says 3-core but 4 wires assignedMatch cable type to actual wires assigned
Forgetting to assign cable to wiresWires exist but no cable report generatedOpen cable dialog, assign each wire to a conductor
Using wire color for cable jacket colorColor properties are different objectsWire color = conductor; Cable jacket color = outer sheath
Expecting cable to appear in connection listConnection list shows wires, not cablesCheck cable diagram (.f04) for cable documentation
Not setting cable lengthCable BOM shows 0mEnter manual length in cable properties dialog
Confusing cross-sectionCable shows 3×1.5 but wires set to 2.5mm²Cross-section on wire = conductor; on cable = type description — must match

How to Insert a Wire (Connection)

Wires are created automatically when you:

  1. Draw a line between two component pins in the schematic editor
  2. Use Insert → Connection to draw a conductor line
  3. Drag from one pin connection point to another

EPLAN automatically assigns the potential from the connected symbols.


How to Insert a Cable Definition

  1. Draw all wires that will belong to the cable first
  2. Go to Insert → Cable definition
  3. Click and drag a cable definition line across all wires that belong to this cable
  4. The Cable properties dialog opens — enter:
    • Cable designation (W1, W2…)
    • Cable type (from parts management or free text)
    • Length
    • Number of conductors
  5. In the cable dialog, assign each conductor to a wire
  6. Click OK

Alternatively, use the Cable Navigator (Project data → Cables) to manage all cables in one place.


Summary

1
2
3
4
5
6
7
8
9
WIRE                              CABLE
────────────────────────────      ────────────────────────────
= electrical connection           = physical routing object
= drawn as a schematic line       = inserted as cable definition
= has potential & signal          = has type, length & article
= has conductor color             = has jacket color
= drives connection list          = drives cable diagram & BOM
= one wire = one connection       = one cable = many wires
= child of the circuit            = parent container of wires

FileDescription
eplan_p8_project_structure.jsonFull metadata for all 16 project report folders
README.mdGeneral project structure reference
README_Expert_Properties.mdExpert property reference — cable & connection properties
README_All_Categories_2026.mdAll property categories including Cable data & Connection
README_Form_Layout_and_Types.mdForm layout and .f04, .f17, .f11 type reference
README_Wire_vs_Cable.mdThis file

EPLAN Electric P8 — Engineering Reference Documentation

This post is licensed under CC BY 4.0 by the author.