Hello.
I have project in zenon logic and after compilation my code, zenon Logic tell me: Warning limit is 64KB.
Is it means, that if I will have bigger project, I cant use zenon logic?
Thank you.
Hello.
I have project in zenon logic and after compilation my code, zenon Logic tell me: Warning limit is 64KB.
Is it means, that if I will have bigger project, I cant use zenon logic?
Thank you.
Hello,
64KB is the size limit for a program/UDFB/function/... Also called POU (Program Organization Units)
An application can contain up to 32000 POUs.
I think your problem is related to the fact that one of your program is too big. Normally, depending on the version of zenon you are using, the name of the program should be indicated in the error message after building the project (first word in the error).
Then the solution is to diminish the program size, if possible, or to separate it in different parts.
Have a nice day,
Anthony