Instrument - Intergraph Smart P&ID - 10.0 - Administration & Configuration - Hexagon PPM

Intergraph SmartPlant Enterprise Adapter for Smart P&ID

Language
English
Product
Intergraph Smart P&ID
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
Smart Electrical Version
10
Smart P&ID Version
10
Smart Engineering Manager Version
11

In Smart P&ID there is one Instrument class (which defines several Instrument types through the ‘Instrument Component Class’ select list). In the SmartPlant Schema, there are three PID instrument classes: PIDInstrument, PIDInlineInstrument, and PIDControlSystemFunction. The tool schema has three MapClasses: Instrument, InstrumentInline, and InstrumentCtrlSysFunc. The SmartPlant Adapter has three separate Class Publisher/Retriever objects for these three classes.

Publish – All Smart P&ID instruments with Instrument Class equal to ‘System Function’ are published as PIDControlSystemFunction using the InstrumentCtrlSysFunc MapClass. All Smart P&ID instruments with IsInline equal to True are published as PIDInlineInstrument using the InstrumentInline MapClass. All other Smart P&ID instruments are published as PIDInstrument using the Instrument MapClass.

Retrieve – All objects that have the ‘IcontrolSystemFunction’ interface are retrieved as Instruments using the InstrumentCtrlSysFunc MapClass. All objects that have the ‘IinstrumentOcc’ interface are retrieved as Instruments using the PIDInlineInstrument MapClass.