View Issue Details

IDProjectCategoryView StatusLast Update
000592940200: Weighing TechnologyImplementation Bugpublic2020-09-02 06:50
Reporterneral85 Assigned ToSebastian Friedl  
PriorityhighSeveritymajorReproducibilityalways
Status confirmedResolutionopen 
Summary0005929: Opc.Ua.Scales.NodeSet2.xml nicht Normkonform (GiveAway)
Description

Alle GiveAway Nodes wurden als AnalogItemType definiert, jedoch wurde die Variable EURange nicht mit angelegt (obwohl mandatory)
-> https://reference.opcfoundation.org/v104/Core/docs/Part8/5.3.2/#5.3.2.3
bzw: https://reference.opcfoundation.org/v104/Scales/v100/docs/8.19.1/

Beispiel:
https://github.com/OPCFoundation/UA-Nodeset/blob/v1.04/Scales/Opc.Ua.Scales.NodeSet2.xml (Zeile 7690)

<UAVariable NodeId="ns=1;i=511" BrowseName="1:GiveAway" ParentNodeId="ns=1;i=48" DataType="Number">
<DisplayName>GiveAway</DisplayName>
<Description>Defines the totalized value of volume above TargetWeight.</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=2368</Reference>
<Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=48</Reference>
<Reference ReferenceType="HasModellingRule">i=80</Reference>
</References>
</UAVariable>

Steps To Reproduce

Es fehlt in:
<UAVariable NodeId="ns=1;i=511" BrowseName="1:GiveAway" ParentNodeId="ns=1;i=48" DataType="Number">
<Reference ReferenceType="HasProperty">ns=1;i=xxxx</Reference>
</UAVariable>

bzw.:
<UAVariable DataType="Range" ParentNodeId="ns=1;i=511" NodeId="ns=1;i=xxxx" BrowseName="EURange" AccessLevel="3">
<DisplayName>EURange</DisplayName>
<Description Locale="en"> Maximum range of values for GiveAway</Description>
<References>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=511</Reference>
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
</References>
</UAVariable>

TagsInfoModel

Activities

Sebastian Friedl

2020-09-02 06:50

manager   ~0012748

I have check the model and all Children of the GiveAway are missing.
This Issue should be easy solved in an new nodeset.

Please send me an email (sebastian.friedl@isw.uni-stuttgart.de), so we can find a workaround and disscue a Roadmap for a new nodeset.

Best Regards
Sebastian

Issue History

Date Modified Username Field Change
2020-09-01 18:17 neral85 New Issue
2020-09-01 18:17 neral85 Tag Attached: InfoModel
2020-09-02 06:50 Sebastian Friedl Assigned To => Sebastian Friedl
2020-09-02 06:50 Sebastian Friedl Status new => confirmed
2020-09-02 06:50 Sebastian Friedl Note Added: 0012748