Hi,
While compiling the project in the logic editor, I am getting errors on the of the program- see snapshot below.Have you seen this error message earlier? If so, how do I fix it?
BR,
Deepak
Hi,
While compiling the project in the logic editor, I am getting errors on the of the program- see snapshot below.Have you seen this error message earlier? If so, how do I fix it?
BR,
Deepak
Hi!
Your program is to big!
64KB is max for a POU.
https://forum.copadata.com/showthread.php?3790-Warning-limit-is-64KB
Split the code over more programs.
br,
Fredrik
Hi Fredrik,
What does POU size refer to- size of the logic processor OR number/ size of the programs within the logic processor OR number of lines of code within the program?
BR,
Deepak
Hi!
POU is one Program Organization Units, as described in the other thread. 64K is size.
"Quality" is one POU, as "Analog", "Digital" and "main". You could create "Quality2" and "Quality3" and distribute your code into 3 programs instead.
The limit is 32000 POUs.
/Fredrik