1502¶
“Variable ‘<Name>’ has the same name as a POU. The POU will not be called!”
A variable is used, which has the same name like a POU.
Example:
PROGRAM a
…
VAR_GLOBAL
END_VAR …
a; (* Not POU a is called but variable a is loaded. *)
“Variable ‘<Name>’ has the same name as a POU. The POU will not be called!”
A variable is used, which has the same name like a POU.
Example:
PROGRAM a
…
VAR_GLOBAL
END_VAR …
a; (* Not POU a is called but variable a is loaded. *)