SA0111: Pointer variables
Function | Determines variables of type POINTER TO. |
Reason | The IEC 61131-3 standard does not allow pointers. |
Importance | Low |
Sample:
PROGRAM MAIN
VAR
pINT : POINTER TO INT; // => SA0111
END_VARFunction | Determines variables of type POINTER TO. |
Reason | The IEC 61131-3 standard does not allow pointers. |
Importance | Low |
Sample:
PROGRAM MAIN
VAR
pINT : POINTER TO INT; // => SA0111
END_VAR