CIL Generator Error (CILG0007): Assignments to read-only variables are not valid.
The CIL Generator has detected a write access to a system variable (provided by a device) which is located in the read-only system memory. Read-only variables cannot be written.
Remedy
Double-click the error message to jump to the affected variable (Data List).
Delete the write access to the read-only system variable.