Publish/Retrieve - Intergraph Smart P&ID - Administration & Configuration - Hexagon PPM

SmartPlant Enterprise SmartPlant Adapter for Smart P&ID (2019)

Language
English
Product
Intergraph Smart P&ID
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10
Smart P&ID Version
9 (2019)

Generally, transformation of published data is translated to a set of Smart P&ID classes and properties being traversed to a set of Tool schema ClassDefs which are traversed to a set of InterfaceDefs to be published.

To put it into pseudo code:

  1. Create class publishers – a collection of all ToolMap schema MapClassDefs.

  2. Load – gather all the relevant SPItems related to the document being published. This is done for each class Publisher.

  3. If SPItems.count > 0 then publish.

  4. Publish – create an empty container by traversing the relevant ClassDef to a relevant SmartPlant Schema object, and filling in all the realized interfaces.

  5. Fill the container with properties and their data.