The extensible parameter types can only be extended by additional parts of OPC 10000.
The ExtensibleParameter defines a data structure with two elements. The parameterTypeId specifies the data type encoding of the second element. Therefore the second element is specified as “--”. The ExtensibleParameter base type is defined in Table 142.
Concrete extensible parameters that are common to OPC UA are defined in Clause 7. Additional parts of OPC 10000 can define additional extensible parameter types.
Table 142 – ExtensibleParameter base type
Name |
Type |
Description |
ExtensibleParameter |
structure |
Specifies the details of an extensible parameter type. |
parameterTypeId |
NodeId |
Identifies the data type of the parameter that follows. |
parameterData |
-- |
The details for the extensible parameter type. |