PLCgen: Insufficient work memory
A new problem occured during testing of our code. The work memory required to download to the PLC is not sufficent enough. This results in the error below:
Looking at the program info we find more information about the work memory:
The question is: Which way would we be able to download our code to the PLC and run it? This could be done by either 1) changing the hardware to allow for more work memory or 2) change the required work memory for our code.
As for as we can find online, the work memory is related to the CPU of the PLC, while the memory card handles the load memory. Therefore it does not seem feasible to change the hardware to fit the needs of our code. Load memory does not seem to be the issue as we have a 2MB MMC and also a 12MB MMC which both were tried for using to download to the PLC.
For the second solution, any ideas/suggestions?
We are no experts on PLC and we know most of the people on this forum aren't either. Dennis suggested we posted this issue here anyway, maybe through discussion and sharing of ideas there might exist a solution that would help us fix our problem.
If any additional information is required let me know.
Addresses #679