Multidimensional Arrays are flattened when they are read from server #1707
jchirantan
started this conversation in
General
Replies: 2 comments 2 replies
-
|
If you're talking about receiving a Matrix value then call |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hi @kevinherron, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @kevinherron,
I can see that when we are reading multidimensional arrays like 2D or 3D arrays from OPC UA server, they are by default flattened and converted to 1D array.
Is it the expected behavior from milo SDK? If yes then why is it so?
Also, can we get actual array by any means?
Beta Was this translation helpful? Give feedback.
All reactions