Class Component
Version 1.0
Modified 04-OCT-2005 14:02:34.13
 Baseclass for a component.
 The baseclass contains the Description attribute and attributes for the
 common methods.

 Note that all attributes, except Description and Specification are hidden
 in runtime (has flag RtHide).

RtBody attributes pwr_sClass_Component
String80 Description   Optional description of the component.
String80 Specification   Specification of the component.
XttMethodsMask XttMethodsMask   Xtt method configuration.
Specification of the available methods for the object.
If Flags.IsConfigured is set, the methods can be specified in
the development environment. Otherwise they will be calculated
in runtime.
String40 HelpTopic   A help topic for this component.
URL DataSheet   A URL to the data sheet for the component.
URL CircuitDiagram   A URL to the circuit diagram for the component.
String80 Note   A note of the current status of the object.
URL Photo   A photograph of the component in the plant.


Template Object


Attributes detail


Description Attribute
Class Attribute
Type String80
Flags
Body RtBody
 Optional description of the component.

Specification Attribute
Class Attribute
Type String80
Flags
Body RtBody
 Specification of the component.
 Used for documentation only.

XttMethodsMask Attribute
Class Attribute
Type XttMethodsMask
Flags Class
Body RtBody
 Xtt method configuration.
 Specification of the available methods for the object.
 If Flags.IsConfigured is set, the methods can be specified in
 the development environment. Otherwise they will be calculated
 in runtime.

HelpTopic Attribute
Class Attribute
Type String40
Flags RtHide
Body RtBody
 A help topic in the xtt help file that contains help for this component.
 The help can be displayed from the popup menu for this object.

DataSheet Attribute
Class Attribute
Type URL
Flags RtHide
Body RtBody
 A URL to the data sheet for the component.
 The data sheet can be displayed from the popup menu for this object.

CircuitDiagram Attribute
Class Attribute
Type URL
Flags RtHide
Body RtBody
 A URL to the circuit diagram for the component.
 The circuit diagram can be displayed from the popup menu for this object.

 If the attribute is empty, the CircuitDiagram method will look at the
 closest ancestor that has supplied a value in CircuitDiagram and use this
 URL instead. If this behavior is unwanted, put the string 'Disabled' in the
 attribute. This will disable the CircuitDiagram method for this object, and
 for any child with empty CircuitDiagram attribute.

Note Attribute
Class Attribute
Type String80
Flags RtHide
Body RtBody
 A note of the current status of the object.
 Notes are used to exchange information between operators. It is handled
 by the Note method.

Photo Attribute
Class Attribute
Type URL
Flags RtHide
Body RtBody
 A photograph of the component in the plant.
 A URL to a photo of the equipment.
 The photo can be displayed from the popup menu for this object.