Post

EPLAN Page Types Reference

A comprehensive reference guide to the standard page types used in EPLAN Electric P8 projects, including descriptions, examples, standards compliance, and best practices for selection and implementation.

EPLAN Page Types Reference

EPLAN Electric P8 — Page Types Reference

Software: EPLAN Electric P8 / EPLAN Platform Topic: All page types — Automatic pages, Document type, Function designation, Interactive pages, Location designation Level: Beginner to Intermediate


Overview

In EPLAN P8, every page in a project belongs to a page type. The page type determines:

  • Whether the page is drawn manually or generated automatically
  • What kind of content is allowed on the page
  • How EPLAN processes and reports the page
  • Where it appears in the page navigator filter

The 5 filter categories visible in the navigator are:

1
2
3
4
5
6
Page Navigator Filter
├── Automatic pages        ← Generated by EPLAN from form templates
├── Document type          ← Pages classified by document standard
├── Function designation   ← Pages grouped by functional assignment (=)
├── Interactive pages      ← Manually drawn schematic pages
└── Location designation   ← Pages grouped by installation location (+)

1. Interactive Pages

What They Are

Interactive pages are pages you draw and edit manually in the EPLAN schematic editor. They are the source of all engineering data — every report, every list, every auto-generated page reads its data from what you place here.

Interactive Page Subtypes

Page TypeCodeDescriptionWhen to Use
Circuit diagram (multi-line)1Standard multi-line electrical schematicMotor starters, control circuits, PLC I/O wiring
Circuit diagram (single-line)2Single-line power distribution diagramMain power feeds, bus bars, switchgear overview
Circuit diagram (topology)3Routing topology page for cable pathsCable routing paths, topology network definition
P&ID (piping & instrumentation)4Process flow and instrumentation diagramChemical plants, HVAC, water treatment, process loops
Fluid power (hydraulic/pneumatic)5Hydraulic or pneumatic circuitCylinders, valves, pressure circuits
Overview6Block/overview diagram — not fully connectedSystem architecture, functional block overview
PLC overview (graphic)7Graphical PLC hardware layoutPLC rack visualization, hardware assignment
Pre-planning8Planning objects — top-down engineeringEarly phase: loops, pipe classes, substances
Mechanical9Mechanical layout or dimension drawingPanel cutouts, mechanical arrangements
2D panel layout102D cabinet/panel component layoutDIN rail layout, physical device arrangement
3D mounting layout11EPLAN Pro Panel 3D view3D cabinet engineering

Key Properties of Interactive Pages

  • You draw, place symbols, and connect wires manually
  • Every device placed here feeds into the project database
  • Properties are edited via the device/connection properties dialogs
  • Pages are identified by their full designator: =GB1+ET1/3
  • Changes here drive all auto-generated reports

How Interactive Pages Appear in Navigator

1
2
3
4
5
6
7
8
Page Navigator
└── Interactive pages
    └── =GB1 (Functional assignment)
        └── +ET1 (Installation location)
            ├── /1   Circuit diagram — Main power feed
            ├── /2   Circuit diagram — Motor starter K1
            ├── /3   Circuit diagram — Motor starter K2
            └── /4   PLC I/O diagram — DI card 1

2. Automatic Pages

What They Are

Automatic pages are generated by EPLAN using form templates (.f?? files). They do not exist until you run Utilities → Reports → Generate. They read all data from interactive pages and render it through a form layout.

You never draw on automatic pages. Any manual change is lost when reports are regenerated.

Automatic Page Subtypes

Page TypeFormDescriptionWhen to Use
Table of contents.f01Auto-indexed list of all project pagesAlways — every documentation package
Parts list.f03 .f05Bill of materials — per page or summarizedProcurement, end of engineering
Device tag list.f06All device tags with article dataDesign review, asset management
Terminal diagram.f11Per-terminal wiring diagramCabinet wiring, marshalling
Terminal-strip overview.f10Strip layout with connectionsPanel assembly
Cable diagram.f04Per-cable conductor tableInstallation, cable scheduling
Cable overview.f04Summary of all cablesProcurement
Connection list.f17Point-to-point wiring listShop floor wiring
PLC diagram.f22PLC I/O card wiringAutomation commissioning
Structure identifier overview.f08All =, +, - designatorsProject structure review
Revision overview.f02Revision history tableDocument control
Plug/connector overview.f07Multi-pin connector pin assignmentsHarness / connector documentation
Potential overview.f18All electrical potentialsPotential conflict checking

How Automatic Pages Appear in Navigator

1
2
3
4
5
6
7
8
Page Navigator
└── Automatic pages
    ├── Table of contents        /TOC
    ├── Terminal diagram         +ET1/T1
    ├── Terminal-strip overview  +ET1/TO1
    ├── Cable diagram            /C1
    ├── Parts list               /PL
    └── Connection list          /CL

The Golden Rule

1
2
❌ NEVER edit an automatic page directly
✅ ALWAYS edit the source interactive page, then regenerate

3. Document Type

What It Is

The Document type filter groups pages by their document classification — the type of technical document the page represents, independent of whether it is interactive or automatic.

This is the IEC 61082-based classification of the document content.

Document Type Categories

Document TypeDescriptionTypical Page Types
Circuit documentationElectrical connection diagramsCircuit diagrams, connection lists
Location documentationPhysical layout and installation docs2D panel layout, terminal diagrams
Function documentationFunctional block and overview docsOverview pages, P&IDs
Parts documentationBOM and parts reference docsParts lists, device tag lists
General documentationNon-technical document pagesTitle pages, safety instructions, cover sheets
Fluid documentationHydraulic and pneumatic documentsFluid power diagrams
Process documentationProcess flow and instrumentationP&IDs, loop diagrams

When to Use the Document Type Filter

  • When searching for a specific class of document across a large project
  • When exporting specific document types to a client (e.g., only circuit documentation)
  • When applying DMS (document management) classification tags
  • Formal project documentation packages that separate electrical from process documents

Setting Document Type on a Page

1
2
Right-click page → Properties → Page type tab
→ Document type: [select from list]

4. Function Designation

What It Is

Function designation groups pages by their higher-level functional assignment — the = identifier in the EPLAN reference designation system (IEC 81346).

The = identifier defines what a device or system does — its functional role.

Examples of Function Designations

DesignatorFunctional Assignment
=GB1Drive system / Motor control
=QA1Power supply system
=TA1Signal and control system
=HA1Lighting system
=MA1Measurement and instrumentation

How Function Designation Appears in Navigator

1
2
3
4
5
6
7
8
9
10
11
Page Navigator
└── Function designation
    ├── =GB1   Drive system
    │   ├── /1   Circuit diagram — Power feed
    │   ├── /2   Circuit diagram — Motor starter K1
    │   └── /3   PLC I/O — Motor signals
    ├── =QA1   Power supply
    │   └── /1   Single-line — Main distribution
    └── =TA1   Control system
        ├── /1   Circuit diagram — Emergency stop loop
        └── /2   Circuit diagram — PLC power supply

When to Use the Function Designation Filter

  • Navigating large projects organized by functional systems
  • Reviewing all pages belonging to one functional group (e.g., all drive system pages)
  • Generating reports filtered to one function (e.g., BOM for =GB1 only)
  • Cross-discipline review — process engineer reviews =MA1 measurement pages only

Setting Function Designation on a Page

1
2
3
Right-click page → Properties → Structure tab
→ Higher-level function (=): [enter designator, e.g. GB1]
→ Description: [enter human-readable name]

5. Location Designation

What It Is

Location designation groups pages by their installation location — the + identifier in the EPLAN reference designation system (IEC 81346).

The + identifier defines where a device is physically installed.

Examples of Location Designations

DesignatorInstallation Location
+ET1Control cabinet 1 (Electrical panel)
+ET2Control cabinet 2
+MCCMotor control center
+JB1Junction box 1
+FIELDField / plant floor
+LCPLocal control panel

How Location Designation Appears in Navigator

1
2
3
4
5
6
7
8
9
10
11
Page Navigator
└── Location designation
    ├── +ET1   Control cabinet 1
    │   ├── /1   Circuit diagram — Cabinet power entry
    │   ├── /2   Circuit diagram — Motor starters
    │   ├── /T1  Terminal diagram — X1
    │   └── /TO1 Terminal-strip overview — X1
    ├── +MCC   Motor control center
    │   └── /1   Single-line — MCC busbar
    └── +FIELD  Field instruments
        └── /1   Circuit diagram — Field junction box JB1

When to Use the Location Designation Filter

  • Navigating all documentation for one physical cabinet or panel
  • Generating location-specific reports (terminal diagrams only for +ET1)
  • Reviewing what is installed in a specific location before a site visit
  • Separating documentation packages for different buildings or areas

Setting Location Designation on a Page

1
2
3
Right-click page → Properties → Structure tab
→ Installation location (+): [enter designator, e.g. ET1]
→ Description: [enter human-readable name, e.g. Control cabinet 1]

The Full Page Structure — All Three Identifiers Together

A complete EPLAN page designator combines all three levels:

1
2
3
4
5
6
7
= GB1  +  ET1  /  3
  ───     ───     ─
   │       │      └── Page number within this location/function
   │       └───────── Installation location: Control cabinet 1
   └───────────────── Functional assignment: Drive system

Full page name: =GB1+ET1/3

The Function designation filter shows you all pages under =GB1 The Location designation filter shows you all pages under +ET1 These are two different views of the same pages — the page =GB1+ET1/3 appears in BOTH filters.


Page Type Filter — Practical Use Cases

TaskBest Filter to Use
I want to draw a new schematicInteractive pages
I want to check my terminal reportsAutomatic pages
I want to find all power supply pagesFunction designation → =QA1
I want to find all pages for cabinet ET1Location designation → +ET1
I want all P&IDs in the projectDocument type → Process documentation
I want to find what EPLAN auto-generatedAutomatic pages
I want to print only wiring documentsDocument type → Circuit documentation

Page Type vs Page Filter — Key Distinction

TermWhat it is
Page typeThe fundamental category of the page (circuit diagram, terminal diagram, etc.) — set in page properties
Page filterThe navigator view that groups pages by Automatic/Interactive/Document/Function/Location — a display filter only

Changing the filter does NOT change the page type. It only changes what the navigator shows you.


Summary Table

FilterGroups ByIEC BasisPrimary Use
Interactive pagesPages you draw manuallySchematic editing
Automatic pagesPages EPLAN generatesReport review
Document typeContent classificationIEC 61082Documentation management
Function designation= identifierIEC 81346Functional system navigation
Location designation+ identifierIEC 81346Physical location navigation

FileDescription
README_Interactive_vs_AutoGenerated.mdDeep dive: interactive vs auto-generated pages
README_Form_Layout_and_Types.mdAll .f00.f34 form types
README_All_Categories_2026.mdAll property categories
README_Expert_Properties.mdExpert properties including structure identifiers
README_Page_Types.mdThis file

EPLAN Electric P8 — Engineering Reference Documentation

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