Function calls

Functions can return a value.

Example

Description

Y:=SIN(x);

Function argument without formal parameters

Y:=LIMIT(MN:=0,IN:=X,MX:=100);

Function arguments with formal parameters

  • For arguments with formal parameters, the order of parameters does not matter.
  • With user functions, the EN input and output can be omitted. Omitted EN will be interpreted as TRUE.

Modified on: 2019-01-26Feedback on this pagePanasonic hotline