AutoCAD P&ID
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Using PLANTXDBMA NAGER with Line Segments & Groups
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I am currently trying to drive line information with one piece of infomation as follows:
Entered in P&ID -
Spec_Choice (ex: 56)
Referenced into P&ID from an external table, based on the value of Spec_Choice -
Service (ex: MPS)
Spec (ex: SS04)
Insulation_Type (ex: P3)
So far, I have this working, although reloading the mapped data is extremely slow. My problem, other than the high latency in refreshing these values is that Service is a 'PipeLineGroup' property, wheras Spec and Insualtion_Type are 'PipeLines' properties. I'm tempted to make Service a 'PipeLines' property so that everything can be updated with one Line Segments class reload of the mapped data, unless there was a command to reload all mapped data classes.
Is it not a good idea to make service solely a line segment property? I currently have an aquisition property called "Service" under my line segments that acquires the Service of the line group, but I cannot drive it the other direction with my Spec_Choice data link, which means that although my information displays correctly in my annotation (since I'm using the acquired service property in it), the Service portion of the actual Tag comes in as null.
It may end up that these two issues are wish list items, or simply that I am ignorant of the best way to use the EDRM. But it would be nice if there was a command or menu that I could reload all class values in a more automated fashion. And even go as far to specify which data links are refreshed whenver I click a "Reload Mapped Data" button, instead of exploring the Data Manager to find the classes that have mapped data associations. And of course, find a way to speed up the reloading time, as I've tried both an Access table as well as adding my Access table into the SQL server database, with no latency differences.
Adding these two features would empower regular end users to use the reference data more efficiently.
Please let me know your thoughts or soutions on the matter. I also have a PlantLink, but wanted to explore the OOTB method first.
Thanks,
Craig
Re: Using PLANTXDBMA NAGER with Line Segments & Groups
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I will be than happy to add these two items as feature request. An additional suggestion would be to use Plant SDK since you are implementing custom programing. Also, here is the link to the latest update releated to external database reference manager.
http://usa.autodesk.com/getdoc/id=TS21167536

Quentin Contreras
Support Specialist
Product Support
Autodesk, Inc.
Re: Using PLANTXDBMA NAGER with Line Segments & Groups
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thanks Quentin!
