Global variables are declared in the global file, the declaration starting and ending with the keywords VAR_GLOBAL and END_VAR.

Local variables are declared in the same file where ST language expressions are implemented. The statement to be wrapped, started and ended with the keywords VAR and END_VAR.

|
NOTE!
There is no differentiation in the use of uppercase and lowercase letters to variables. |