View Issue Details

IDProjectCategoryView StatusLast Update
001045940001: MachineryImplementation Bugpublic2025-08-05 08:00
ReporterThomas Kugler Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0010459: Wrong NamespaceIndex for DefaultInstanceBrowseNames
Description

Some values of DefaultInstanceBrowseName properties have the wrong NamespaceIndex. The NamespaceIndex of the default name should be the NamespaceIndex of NodeId of the type NodeId.

  • MachineryItemIdentificationType
  • MachineIdentificationType
  • MachineryComponentIdentificationType
  • MachineryOperationCounterType
TagsNo tags attached.

Activities

Thomas Kugler

2025-08-05 08:00

reporter   ~0023195

For clarification:
The NamespaceIndex of the QualifiedName of the Value in the XML file is 2 (refering to http://opcfoundation.org/UA/DI/), but shoud be 1 (refering to http://opcfoundation.org/UA/Machinery/).

    <Value>
        <uax:QualifiedName>
            <uax:NamespaceIndex>2</uax:NamespaceIndex>
            <uax:Name>Identification</uax:Name>
        </uax:QualifiedName>
    </Value>)

Issue History

Date Modified Username Field Change
2025-08-04 17:20 Thomas Kugler New Issue
2025-08-05 08:00 Thomas Kugler Note Added: 0023195