View Issue Details

IDProjectCategoryView StatusLast Update
000841330270: I4AASImplementation Bugpublic2022-10-25 07:31
ReporterEmilio Di Rita Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformAnyOSAnyOS VersionAny
Summary0008413: Weihenstephan
Description

The UAVariableType "4:WSAnalogUnitType" (NodeId="ns=4;i=2000"), has no "EngineeringUnits" property.
This property is mandatory from OPCUA Core UAVariableType "AnalogUnitType",(NodeId="i=17497").
I would expect to find it on Opc.Ua.Weihenstephan.NodeSet2.xml (something like this):

<UAVariableType NodeId="ns=4;i=2000" BrowseName="4:WSAnalogUnitType">
<DisplayName>WSAnalogUnitType</DisplayName>
<Documentation>https://reference.opcfoundation.org/v104/Weihenstephan/v100/docs/8.1&lt;/Documentation>
<References>
<Reference ReferenceType="HasProperty">i=17502</Reference>
<Reference ReferenceType="HasSubtype" IsForward="false">i=17497</Reference>
</References>
</UAVariableType>
<UAVariable NodeId="ns=4;i=6028" BrowseName="EngineeringUnits" ParentNodeId="ns=4;i=2000" DataType="i=887">
<DisplayName>EngineeringUnits</DisplayName>
<References>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
<Reference ReferenceType="HasModellingRule">i=78</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=4;i=2000</Reference>
</References>
</UAVariable>

Steps To Reproduce

Download https://github.com/OPCFoundation/UA-Nodeset/blob/latest/Weihenstephan/Opc.Ua.Weihenstephan.NodeSet2.xml to check "4:WSAnalogUnitType".

Additional Information

I think the nodeset needs to be updated in this repo https://github.com/OPCFoundation/UA-Nodeset/

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-10-25 07:31 Emilio Di Rita New Issue