3729

“Invalid type \ ‘<name>’ at address: ‘<Name>’ “

The type of this variable cannot be placed on the given address. Example: For a target system working with ‘alignment 2’ the following declaration is not valid: var1 AT %IB1:WORD;

This error message also might indicate that an array is assigned to the address of a direct variable, which is not allowed.