OPC - Referencing Connected P&ID properties in Active P&ID OPC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Within OPCs, I am wondering if there is a way to display connected drawing data other than the "DWG Number" property--via #(=Drawing.General.PnID)--on the Active P&ID OPC once it's been connected to another drawing OPC.
Specifically, the client uses a DWG prefix "XX-" that varies so we do no include this in the "DWG Number" property, primarily so that the drawings show up in numbered order in the Project Manager. As a result, when we use the standard reference to connected "DWG Number" (stated above) the drawing number on the OPC lacks the required prefix from the connected drawing (see Model Space OPC Snip.jpg). We can't put this prefix in as static text in the OPC because it varies drawing to drawing.
I have tried a couple of things with no luck:
- Within the existing OPC block attribute that contains the "#(=Drawing.General.PnID)", I preceded this text with "#(=Drawing.Title Block.Prefix)-". This was rejected due to a syntax error--specifically, the space between Title and Block, which is interesting because that is how it was autogenerated using the tag generator interface (except for the "=").
- I created a separate block attribute and entered "#(=Drawing.Title Block.Prefix)-". This was also rejected due to a syntax error.