View Issue Details

IDProjectCategoryView StatusLast Update
0007868CTT UA Scripts1 - Script Issuepublic2024-04-12 07:34
ReporterA. Riedel Assigned ToYannik Klaass  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Summary0007868: PLCopen CS test "PLCopen Ctrl Base / CtrlTaskType.js" incorrectly includes <TaskName> node in list to test
Description

In order to execute CtrlTaskType.js, the initialize.js of the CU gathers all nodes that have the type of PLCopen's node i=1006 (CtrlTaskType).
Nodes that have this type but live in the tree of ObjectTypesFolder get filtered out correctly. But in case of CtrlTaskType another node is found, i=1008 (<TaskName>).
The PLCopen nodeset (v1.02) includes following definition for <TaskName>:

<UAObject NodeId="ns=2;i=1008" BrowseName="2:<TaskName>" SymbolicName="STaskName">
<DisplayName><TaskName></DisplayName>
<References>
<Reference ReferenceType="HasTypeDefinition">ns=2;i=1006</Reference>
<Reference ReferenceType="HasModellingRule">i=11508</Reference>
</References>
</UAObject>

As the node does not have the mandatory property "Priority" of CtrlTaskType, the test will fail if it encounters this node.

TagsNo tags attached.
Files Affected

Activities

David Puffer

2024-04-12 07:34

reporter   ~0021121

Is there any update on this issue?

Issue History

Date Modified Username Field Change
2022-03-18 10:58 A. Riedel New Issue
2022-03-24 15:58 Paul Hunkar Assigned To => Alexander Allmendinger
2022-03-24 15:58 Paul Hunkar Status new => assigned
2022-05-29 21:57 Alexander Allmendinger Assigned To Alexander Allmendinger => Yannik Klaass
2022-08-02 20:22 Paul Hunkar Project Compliance Test Tool (CTT) Unified Architecture => CTT UA Scripts
2024-04-12 07:34 David Puffer Note Added: 0021121