Skip to main content

Compiler Error C0104

Message: 'Out of global data memory: Variable '<variable name>', <byte size> bytes.

Possible error cause: More memory for data is used than is available on the PLC. It is also possible that the memory is too fragmented due to incremental builds.

Error correction: Use the Clean for fragmenting the memory. This will force the reallocation of all data at the next build.