Application module: Interface lifecycle ISO/TS 10303-1294:2004(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviations

4 Information requirements
   4.1 Required AM ARM
   4.2 ARM entity definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM entity definitions

A MIM short names
B Information object registration
C ARM EXPRESS-G   EXPRESS-G
D MIM EXPRESS-G   EXPRESS-G
E Computer interpretable listings
F Application module implementation and usage guide
Bibliography
Index

Annex F
(informative)

Application module implementation and usage guide

This annex describes usages of this module.

EXAMPLE 1   The panel connector has a design.

#2100= INTERFACE_CONNECTOR_DESIGN('Panel RG 431 - connector design',$,#2080);

EXAMPLE 2   Actual connectors exist. The actual panel connector corresponds to the panel connector design.

#2110= INTERFACE_CONNECTOR_AS_REALIZED('420V 50Hz - A',$,#2070);
#2120= INTERFACE_CONNECTOR_AS_REALIZED('Panel RG 431 - A',$,#2080);
#2130= INTERFACE_CONNECTOR_DESIGN_TO_REALIZED('Panel RG 431 - A design',' ',$,#2100,#2120);

EXAMPLE 3   The actual connectors are part of an actual power supply and actual alarm panel.

#2140= PRODUCT_DEFINITION('420V 50Hz - A',$,#2110,#2220);
#2150= PRODUCT_DEFINITION('Panel RG 431 - A',$,#2120,#2220);
#2160= PRODUCT('Panel RG 431','alarm panel',$,(#2020));
#2170= PRODUCT('420V 50Hz','power supply',$,(#2020));
#2180= PRODUCT_AS_REALIZED('Panel RG 431 - A',$,#2160);
#2190= PRODUCT_AS_REALIZED('420V 50Hz - A',$,#2170);
#2200= PRODUCT_DEFINITION('Panel RG 431 - A',$,#2180,#2220);
#2210= PRODUCT_DEFINITION('420V 50Hz - A',$,#2190,#2220);
#2220= PRODUCT_DEFINITION_CONTEXT('operational configuration',#2030,'in-service');
#2230= PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#2160,#2170));
#2240= CONNECTOR_ON('420V 50Hz - A',' ',$,#2140,#2210);
#2250= CONNECTOR_ON('Panel RG 431 - A',' ',$,#2150,#2200);


© ISO 2004 — All rights reserved