Page 1 of 1

Tridimensional array of bytes

Posted: 04 Feb 2020, 13:38
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

Re: Tridimensional array of bytes

Posted: 04 Sep 2020, 14:58
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?