Hello o/
I seem to be having issues with bool arrays (lol, yes.. it's probably an odd thing to do).
In my PLC (Logix L75) I have a UDT with 3 sub member arrays.
5000 DINT's
500 REAL's
512 Bool's
Reading the other items seems fine, when it comes to the bool array I can read the first 16 bools.. if I increase that, I get a -19 Tag not found.
Using.. protocol=ab_eip&gateway=192.168.1.1&path=1,0&cpu=LGX&elem_count=512&name=MDS2.B&debug=4
Running in a little test program with debug turned on I see that i get a..
thread(1) tag(0) WARN plc_tag_create:735 Error PLCTAG_ERR_OUT_OF_BOUNDS while trying to create tag!
Now, its not a big issue (I can do a work around) but was wondering if there is a tweak to get around this?
Or could this be down to some kind of conversion going on somewhere, as 512/32 = 16?
Cheers,
Twoshrubs :)