Yes it seems the program will not fit in your PLC memory.
To resole this you can use the parameters in the CoUnit library to limit the various array sizes.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Library Manager -> Library Parameters (near placeholders)
There you can change parameters like the max number of test suites, the max number of tests per test suite or the max number of asserts per test
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I’m running into the same memory issue, but I’m using a newer version of CODESYS where I can’t seem to find the “Library Parameters” section in the Library Manager anymore. From what I’ve read online, it looks like this feature might have been deprecated.
Given that, what would be the recommended way now to limit things like the number of test suites? Is there an alternative configuration approach in newer CODESYS versions to reduce memory usage?
Thanks in advance for your help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Yes it seems the program will not fit in your PLC memory.
To resole this you can use the parameters in the CoUnit library to limit the various array sizes.
Can you give me an example on how this should look like?
Library Manager -> Library Parameters (near placeholders)
There you can change parameters like the max number of test suites, the max number of tests per test suite or the max number of asserts per test
Hi everyone,
I’m running into the same memory issue, but I’m using a newer version of CODESYS where I can’t seem to find the “Library Parameters” section in the Library Manager anymore. From what I’ve read online, it looks like this feature might have been deprecated.
Given that, what would be the recommended way now to limit things like the number of test suites? Is there an alternative configuration approach in newer CODESYS versions to reduce memory usage?
Thanks in advance for your help!