From Vijeo Citect 7.1 onwards compiler checks for the maximum length of an array and if it exceeds 256 bytes or 128 words, an “Array size exceeded” error is generated.
Solution is to reduce the array size to 128.
Solution is to reduce the array size to 128.