Detects variables of type POINTER TO
Justification: The IEC 61131-3 standard does not permit pointers.
Importance: Low
Example
VAR piTemp : POINTER TO INT; pbyTemp : POINTER TO BYTE; END_VAR --> SA0111: Data type POINTER not allowed
Detects variables of type POINTER TO
Justification: The IEC 61131-3 standard does not permit pointers.
Importance: Low
Example
VAR piTemp : POINTER TO INT; pbyTemp : POINTER TO BYTE; END_VAR --> SA0111: Data type POINTER not allowed