PLC error message: insufficient memory in the device

Hello,

When migrating a PLC project from core apps V1.8 to V2.6, an error message appears in the PLC Engineering during the download:

The message: "error downloading file: insufficient memory on the device".

The are in both versions are the same (except that for version 2.6 the core20 is added for webIQ). Are those apps from version 2.6 bigger than the 1.8 ones?

Thank you in advance

Best reply by CodeShepherd

The Problem was occurring because the reserved retain memory was set to maximum possible (122880) value and as other application also did use some, there was not enough left for the PLC to claim. After setting it to 100000 everything was working fine again.

View original
3 replies