Hi @leandroct, I know you have already solved this some other way, but in your original screenshot you had almost 1GB of application size. I can reproduce your issue by trying to download an application with 1GB of data. That is too big for 32-bit windows applications, as Windows only gives you 1GB by default. Sure there might be some programming and windows settings that would allow CODESYS runtime to use slightly more than that (3GB maybe?) but the Control Win x64 runtime can handle much more than...
It seems you need "Only allow qualified access to all identifiers" too.
An exception usually means something is writing to memory it shouldn't. If this is caused by an array index out of bounds in your application, you can find this using checkbounds. If you also have source code for any of your libraries in your application, make sure to set the compiler define checks_in_libs . Steps and more info here: https://faq.codesys.com/pages/viewpage.action?pageId=3538982 Of course, this only works for checking the index of arrays. You can also run into trouble with POINTERs...
In your library, open the library manager and right click the standard library. From this context menu, select properties. Now you have two checkboxes, which I feel explain themselves.
In your library, open the library manager and right click the standard library. From this context menu, select properties. Now you have two checkboxes, which I feel explain themselves.
In your library, open the library manager and right click the standard library. From this context menu, select properties. Now you have two checkboxes, which I feel explain themselves.
Home
Home
Home
CODESYS SVN
Are they just precompile errors? It should still compile.
Download CODESYS memory tools from the store and take a look at the memory.
Home