Message: Direct Address '<address>' malformed
Possible error cause: An address is not displayed completely.
Error correction: Make sure that the address is displayed correctly.
Example of the error:
PROGRAM PLC_PRG VAR xVar : BOOL; END_VAR; xVar := %IX0; --> C0221: Direct Address '%IXO' malformed
Error correction:
Example: xVar := %IX0.2;