Documentation

Constants

Constants are special variables defined within a declaration which contains the keyword CONSTANT.

Example:

VAR CONSTANT
 PI: REAL:=3.141592;
END_VAR