PLC Programm loaded but cannot started

I got an example PLC program that works perfectly on other controller. The program can be loaded but cannot be started. The error can be seen in the photo. Tested with real CORE X3 and virtual one. Any idea what's wrong? Thanks.

 

 

Best reply by PADE

Hi,

probably there is not activated checkbound() function in another controller. The function shows you that there is some access to array in your project where you get over the array size.

Check your arrays and indexes wheter you don ´t increment index too high somewhere.

Regards, P.

View original
3 replies