PLCgen: How to deal with the 64kb block size limit in S7
There is a limit of 64kB for the standard block in S7. The generated code can exceed this limit very easily. The result is the code that cannot be compiled in TIA Portal. For now we use "--transitions-form=functions-for-scope"
option of the PLCgen to deal with this limit. Is this the only way?
Source of the picture: Programming Guideline for S7-1200/1500
Edited by Piotr Klimczak