Compiler Error C0205
Message: POINTER TO BIT is not allowed
Possible error cause: An attempt is made to declare a POINTER TO BIT.
Error correction: Do not declare POINTER TO BIT.
Example 431. Example of the error:
PROGRAM PLC_PRG VAR pt : POINTER TO BIT; END_VAR
Message:
C0205: POINTER TO BIT is not allowed