Problem Details
An interruption point (also called a break point or potential carry-over point) on an EPLAN schematic page displays its partner reference as a long descriptive string — for example esquema mando 24V — instead of the expected compact page/column format such as 12.4. The cross-reference itself is functionally correct: EPLAN has found the matching interruption point of the same name and is pointing at it. Only the displayed text is wrong, and it typically overruns the available space on the drawing, colliding with wire labels or the page frame.
Symptoms that identify this specific fault:
- Cross-reference text length varies wildly from page to page instead of being uniform.
- The text matches, character for character, what you typed when the page was created.
- Some pages display correctly (
3.2) while others display text — the correct ones are the pages you named numerically. - Changing the cross-reference format in project settings has no effect on the offending pages.
Root Cause
In EPLAN, every schematic page has two separate identifying properties that are frequently confused:
| Property | Purpose | Appears in cross-references | Correct content |
|---|---|---|---|
| Page name | The unique identifier of the page inside its structure segment. Forms the reference designation of the page. | Yes — this is the "page" half of page/column | A number or short alphanumeric code: 1, 12, +A1/3
|
| Page description | Free descriptive text for the drawing title block and the page tree. | No | Plain language: esquema mando 24V
|
When a page is created and the descriptive text is typed into Page name, EPLAN accepts it — page names are strings, not integers. Every cross-reference that resolves to that page then renders the full string, because the cross-reference format page/column literally means "page name, separator, column number". The column number is still calculated correctly; it is simply appended to a 17-character page name.
The same mechanism affects every reference type that carries a page identifier, not just interruption points:
- Contact images / contact mirrors on relays and contactors
- Device cross-references between distributed components (multi-part devices)
- Terminal and cable cross-references
- Table-of-contents and target-tracking reports
Solution: Correct the Page Properties
Rename the affected pages so the numeric identifier lives in the name and the text lives in the description. EPLAN updates all cross-references automatically after the change — no manual editing of the interruption points is required.
- In the page navigator, select the offending page (or multi-select several pages that share the fault).
- Open the page properties dialog from the context menu (
Properties). - Move the descriptive text out of Page name and paste it into the Page description property.
- Enter a numeric page name. Keep the numbering scheme consistent with the rest of the project (for example, all power schematics
1..9, all 24 V control schematics10..19). - Confirm. EPLAN re-resolves cross-references on save/update; if any reference still shows stale text, run a project-wide update of connections and references.
- Verify the title block now prints the description text — the frame's title-block placeholder normally reads the page description property, so nothing is lost visually.
Renumbering many pages at once
If dozens of pages carry text names, do not rename them one at a time. Use the page renumbering function in the page navigator, which lets you set a start value and an increment across a selection. Renumber first, then paste the descriptions in. Sort the page tree in the intended drawing order before renumbering so the resulting sequence matches the binder order.
Cross-Reference Settings for Interruption Points
Once the page names are numeric, control the reference presentation itself here:
Options > Settings > Projects > <your project> > Cross-references/contact image > Interruption point
This dialog governs interruption-point references project-wide. The option set is deliberately small — it controls the reference display, not the page identifiers — so if the text is wrong here, the fix is almost always upstream in the page properties.
| Setting area | What it controls | Practical guidance |
|---|---|---|
| Cross-reference format / display | Whether the partner is shown as page and column, page only, or with full structure identifiers prefixed | Page/column is the default and the readable choice for machine schematics |
| Separator characters | The character between page and column, and between multiple targets | Keep one convention across all cross-reference types in the project |
| Number of references / wrapping | How many partner references are shown before truncation, and how they break | Interruption points are normally 1:1, so a low limit is safe |
| Placement and alignment | Where the reference text sits relative to the interruption point symbol | Set once at project level rather than moving text per symbol |
Because these are project settings, changing them affects only the open project. To make the corrected convention the default for future work, apply the same values in the corresponding scheme/default level and save it as your company standard, then base new projects on that template.
Verification
- Open a page containing an interruption point pair. Confirm the displayed reference is now
<number>.<column>and that the column digit corresponds to the physical column in the frame where the partner sits. - Click the cross-reference text and jump to the partner. It must land on the correct page at the correct column. A jump that fails indicates a name mismatch between the two interruption points, which is a different fault — interruption points pair by identical name, and the names are case-sensitive in effect.
- Generate the table of contents report and confirm each entry shows the numeric page plus the description text. Text-named pages will stand out immediately in this report if any were missed.
- Check contact images on contactors and relays on the same pages; they use the same page identifier and should now be compact.
- Export or print to PDF and confirm no cross-reference text overflows the column grid or the frame border.
If references still show text after renaming
- The page was renamed but the drawing was not updated — force a project update / refresh so reports and references regenerate.
- The visible string is not a cross-reference at all but a manually placed text element left over from an earlier edit. Select it: a real cross-reference is a property placeholder attached to the interruption point symbol and cannot be freely edited as text.
- The interruption point name itself is descriptive text. That is legitimate — the interruption point name identifies the potential (e.g.
24V-1) and is separate from the partner cross-reference. Only the partner reference should read page/column.
Naming Convention to Prevent Recurrence
| Field | Bad practice | Recommended |
|---|---|---|
| Page name | esquema mando 24V |
10 |
| Page description | (empty) | Esquema mando 24V |
| Interruption point name | a la pagina siguiente |
24V, 0V, L1
|
| Structure | Meaning encoded in the page name string | Meaning encoded in higher-level function / mounting location identifiers |
Encode plant structure in the structure identifiers, not in free text. Numeric page names keep every cross-reference, contact image, and report column narrow and machine-readable, and they let the automatic renumbering functions work without manual cleanup.
Why does my EPLAN cross-reference show text instead of a page number?
Because the target page's Page name property contains descriptive text. The cross-reference format page/column renders the page name verbatim, so a page named "esquema mando 24V" produces that entire string in every reference pointing to it. Move the text to Page description and set a numeric page name.
Where are interruption point cross-reference settings in EPLAN?
Go to Options > Settings > Projects > <your project> > Cross-references/contact image > Interruption point. These settings are project-scoped and control display format, separators, reference count and placement — not the page identifiers themselves.
Is it safe to rename EPLAN pages after the schematic is drawn?
Generally yes, and cross-references update automatically, but back up the project first. If your project structure derives part of a device's reference designation from the page, renaming can change displayed device tags on that page.
What is the difference between page name and page description in EPLAN?
Page name is the unique identifier used in cross-references, reports and the page tree, and should be numeric or short alphanumeric. Page description is free text used in the title block and page tree display, and never appears in cross-references.
My interruption point cross-reference is empty or will not jump. What is wrong?
Interruption points pair by identical name. If the partner name differs by a character, a space, or sits in a different structure segment that the settings exclude, EPLAN finds no partner and shows no reference. Compare both interruption point names exactly.