Schematic child components referenced to PLC modules.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Buckle up, folks, as I have a head-scratcher for you all...
I am creating a drawing standard for ACADE, and one of the issues we had with regular CAD drawings was the constant struggle to keep schematics and network communications drawings synced together. Someone would make a change on the schematic and not update the communications drawing to match, or vice-versa.
Most of the issues have been resolved in ACADE using parent/child relationships, but there is one particular sticking point that I cannot seem to resolve. That is properly tying the PLC modules on the network comm drawings to the PLC modules in the schematic, and that's due to the inherent differences in the attribute setups for schematic symbols and the PLC/IO modules.
The idea is that I want to insert a schematic symbol on the comm drawing, use the PLC module on the schematics as a parent, and pull that information from the PLC to the comm symbol so that if the PLC module gets edited, the comm symbol will update as well.
I've tried everything I can think of, including the creation of new attribute templates, but have had no success other than pulling the tag number and RATING12 over (RATING12 is what I am using across the board for IP address). The things that are not transferring are the LINE1 (rack number), LINE2 (slot number), and DESC attributes.
I feel like there's something I'm missing here, but I am also at my wit's end with this.
Has anyone else tried this with success or know of a way to pull those attributes over?