AutoCAD Electrical tutorial: How parent-child relationships work - relay coils, contacts, cross-references, and catalog number intelligence explained
In AutoCAD Electrical, a parent-child relationship is the mechanism that links related symbols together intelligently across a schematic drawing. A relay is the classic example: physically, it's one component you can hold in your hand, but on a schematic it might be represented by three, five, or six separate symbols spread across multiple drawings. The parent-child system is what keeps all of those symbols connected, synchronized, and aware of each other.
Here's how to build one from scratch and where the real intelligence comes from.
The Parent Symbol: Relay Coil
Start by inserting the relay coil as the parent symbol. When you insert it:
- Assign a tag and fill in descriptions as usual
- Select a catalog number. This is where the intelligence lives (more on this below)
- Once a catalog number is selected, terminal/pin numbers populate automatically from the catalog data, no manual entry needed
- Assign a location code (e.g., MCAB5)
The parent symbol is the "owner" of the relationship. Everything else ties back to it.
Child Symbols: Contacts
When you insert a contact (child symbol) and link it to the parent:
- All information already entered on the parent carries over automatically: tag, description, location code
- The next available pin numbers fill in automatically based on the catalog number
- A cross-reference appears on both symbols showing where each one is located. For example, the contact shows it cross-references back to the coil at drawing reference 403, and the coil shows its contacts cross-referenced in return
Insert a second contact and link it to the same parent. The next set of pin numbers fills in automatically again.
Where the Real Intelligence Is: The Catalog Number
Here's what separates a true parent-child relationship from just giving two symbols the same tag:
The catalog number defines how many children are allowed.
If the catalog number is configured for a two-contact relay and you try to insert a third contact, AutoCAD Electrical will stop you, "ran out of contacts." The software knows the physical component only has two contacts, and it enforces that limit automatically.
Inside the catalog number, there are two key columns:
- Coil pins (or more accurately, "parent pins"): defines the pin layout for the parent symbol
- Child pins: defines how many children exist and their pin assignments (e.g., two convertible contacts for a two-contact relay)
One note: the column is labeled "coil pins" in the catalog editor, but it applies to any parent symbol, not just relay coils. This trips people up when working with non-relay parent symbols where the parent isn't a coil at all.
Summary of What This Gets You
| Feature | Same Tag Only | True Parent-Child with Catalog Number |
|---|---|---|
| Cross-references | ✅ | ✅ |
| Tag synchronization | ✅ | ✅ |
| Auto pin/terminal population | ❌ | ✅ |
| Contact count enforcement | ❌ | ✅ |
| Catalog-driven intelligence | ❌ | ✅ |
Giving symbols the same tag gets you basic cross-referencing. Building the relationship through the catalog number is what gives AutoCAD Electrical the intelligence to know what the component actually is and how many contacts it physically has.