CIL Compiler Error (CILC3021): The offset is too large, please move the variable into front of the variable list
The CIL Compiler can instantiate variables of the type 'Object' (this can be FBs, for example) up to a limit of 256 kbytes. The CIL compiler detected that this limit has been exceeded. Possibly, the size of the variables is already too large.
In contrast to the message text, the following applies.
As ports, variables or FB instances are first listed in a fixed way, it is not possible to move variables to the beginning.
Remedy: Minimize the data usage of the variables affected.