Eplan P8 Sample Project
Creating a complete sample project for EPLAN P8 involves several steps, including setting up the project, adding devices, creating a circuit, and generating reports. EPLAN P8 is a comprehensive software solution for electrical engineering, used for electrical design, documentation, and project management. This example will guide you through creating a simple project that includes a few devices and a basic circuit.
4. Reports and Evaluations
The sample project generates automatic reports such as: Eplan P8 Sample Project
- Parts List / BOM (Bill of Materials)
- Terminal Strip Diagram
- Cable Connection List
- PLC Address Allocation List
6.1 The Labeling System
Upon project completion, Eplan generates label files for: Creating a complete sample project for EPLAN P8
- Wire markers (Ferrules).
- Component tags.
- Terminal markings. This data can be exported directly to labeling machines (e.g., Weidmüller, Phoenix Contact), eliminating the risk of human error in manual typing.
A. Variant Technology
Some sample projects include functional variants – e.g., the same machine with and without a heating unit. Right-click the project → Variants to see how Eplan handles design alternatives without duplicating pages. Parts List / BOM (Bill of Materials) Terminal
10. Connection List (Page type: 9)
- Content: Wire-by-wire connection report – from source terminal to destination terminal.
- Learning value: Understanding potential-driven wire numbering.
B. Multi-language Text
Double-click any text field (e.g., “Emergency Stop”). Open the properties dialog and navigate to Text tab. You’ll find entries for en_US, de_DE, fr_FR. This teaches international project support.
3. API and Scripting Development
If you are writing a C# script or Eplan Action to automate tagging or wire numbering, run it against the sample project first. Because the sample project is small but comprehensive, you can quickly verify your code without risking live projects.
Exercise 4: Run an Electrical Consistency Check
Project > Check > Project Check.- Review the message window. It will list potential errors like missing cross-references or unconnected pins.
- Fix one error – for example, insert a missing potential definition.
9. Parts List / BOM (Page type: 8)
- Content: Automatically generated bill of materials – part number, description, quantity, manufacturer.
- Learning value: How parts data flows from the schematic to a report.