Hi at all,
Tested with Ignition 8.1.7 and also with new 8.1.9 …
i Have this json tag:
I need to get boolean array complete (all 32 element), for example DI.Auto.ARR from json format, but i have this error:
Error_TypeConversion(“Cannot coerce value ‘[ true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true ]’ into type: class [Ljava.lang.Boolean;”)
If i get only one element array , for example DI.Auto.ARR[1] it work fine.
In this screenshot ARRAY is complete array derived from json data type Boolean Array , and ARRAY 1 is array with only [1] element that work fine.
How can i solve this issue ? Thanks