Configuration and programming
Programming with
CODESYS
...
Automation Builder
Reference: Programming
Operands
Functions
Functions
In ST, you can use a function call as an operand.
Example:
Result := Fct(7) + 3;
TIME() function