5 Model

5.2 OPC UA Interfaces

5.2.14 IPriorityMappingEntryType Interface

This OPC UA Interface is used to translate a priority label like PriorityLabel (defined in Part 14) to a concrete network priority value (e.g. DSCP or PCP).
Note: This UA Interface is typically used to form a mapping rule table containing a set of object entities implementing the IPriorityMappingEntryType. Each network interface supporting priority mapping may reference such a mapping table Object.
Attribute | Value |
---|---|
BrowseName | IPriorityMappingEntryType |
IsAbstract | True |
Subtype of the BaseInterfaceType defined in OPC 10000-5
References | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Variable | MappingUri | String | BaseDataVariableType | Mandatory |
HasComponent | Variable | PriorityLabel | String | BaseDataVariableType | Mandatory |
HasComponent | Variable | PriorityValue_PCP | Byte | BaseDataVariableType | Optional |
HasComponent | Variable | PriorityValue_DSCP | UInt32 | BaseDataVariableType | Optional |