You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We work with v1.6 lib and have some issue when tried to write all array elements of data attribute with IEDScout in one request.
The IEDScout can write single item of array (even partially if array have structure elements) and write always succeeds.
But is we set option "Write all values" the IEDScout sends full array and library always response "type-inconsistent". This error appears with any type of arrays, be it structures or integral values.
How can we support writing the entire array and how can we install a write handler that will be called when writing a separate array element (subcomponent) and the entire array?
Our tree:
IEDScout writes separate elements always success:
But if we tries "Write all values" IEDScout fails:
Here that IEDScout sends:
And lib answer:
The text was updated successfully, but these errors were encountered:
Hi Michael!
We work with v1.6 lib and have some issue when tried to write all array elements of data attribute with IEDScout in one request.
The IEDScout can write single item of array (even partially if array have structure elements) and write always succeeds.
But is we set option "Write all values" the IEDScout sends full array and library always response "type-inconsistent". This error appears with any type of arrays, be it structures or integral values.
How can we support writing the entire array and how can we install a write handler that will be called when writing a separate array element (subcomponent) and the entire array?
Our tree:
IEDScout writes separate elements always success:
But if we tries "Write all values" IEDScout fails:
Here that IEDScout sends:
And lib answer:
The text was updated successfully, but these errors were encountered: