This structure should be used instead of the NodeClassspecific structures defined in the other sub sections of 7.24since it allows the handling of additional Attributesdefined in future specification versions.
Table 163defines the GenericAttributesparameter.
Name |
Type |
Description |
GenericAttributes |
structure |
Defines a generic structure for passing in any number of Attributes. |
specifiedAttributes |
UInt32 |
A bit mask that indicates which fields contain valid values. A field shall be ignored if the corresponding bit is set to 0. The bit values are defined in Table 154. |
displayName |
LocalizedText |
See OPC 10000-3for the description of this Attribute. |
description |
LocalizedText |
See OPC 10000-3for the description of this Attribute. |
writeMask |
UInt32 |
See OPC 10000-3for the description of this Attribute. |
userWriteMask |
UInt32 |
See OPC 10000-3for the description of this Attribute. |
attributeValues |
GenericAttributeValue [] |
Defines one attributeIdand valuecombination. |
attributeId |
IntegerId |
Id of the Attributespecified. AttributeIdsshall be unique in the list and shall not repeat the common Attributesin the structure. |
value |
BaseDataType |
Value of the Attributespecified. |