Tridimensional array of bytes

Questions regarding the use of UaModeler

Moderator: uamodeler

Post Reply
agrillo
Jr. Member
Jr. Member
Posts: 1
Joined: 29 Mar 2018, 21:12

Tridimensional array of bytes

Post by agrillo »

Hello,
I need to instantiate 2 variables in a new object using UaModeler: a triple array of bytes (byte[][][]) and a double array of Double (double[][]), but I can't generate them.
I selected "3Dimensions" for the triple array and "2Dimensions" for the double array in the field "ValueRank", but the generated code creates scalar variables in both cases.
Any suggestions?
Many thanks in advance.

Cheers.
Alessandro

User avatar
Support Team
Hero Member
Hero Member
Posts: 3064
Joined: 18 Mar 2011, 15:09

Re: Tridimensional array of bytes

Post by Support Team »

Hello,

Entering Matrix values is not possible in UaModeler.

The generated code is dependet on the selected template set. The different template sets might implement different features. What template set did you select?
Best regards
Unified Automation Support Team

Post Reply