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
Hello, I am trying to write to a very large array tag ("table"). The array has a size larger than 65535 (16 bit). It seems that I can't write or read anything after array member 65535. Trying to understand if there is any limitation in size of the data packet and what can be done to alleviate this without changing array size or PLC code. How do I unpack the rest of the members from very large array?
The text was updated successfully, but these errors were encountered:
Hello, I am trying to write to a very large array tag ("table"). The array has a size larger than 65535 (16 bit). It seems that I can't write or read anything after array member 65535. Trying to understand if there is any limitation in size of the data packet and what can be done to alleviate this without changing array size or PLC code. How do I unpack the rest of the members from very large array?
The text was updated successfully, but these errors were encountered: