Overview: Create and/or Call Functions & Function Blocks

To call a function or function block:

  1. Drag an item from the Libraries into a program
  2. Name the new instance of the function or function block

See Call Functions or Function Blocks for more in-depth information.

To create a function or function block:

  1. Declare the function or function block by right-clicking on Subprograms in the Project Tree.
  2. Name the function or function block
  3. Define the inputs and outputs, and any private variables
  4. Call the new function or function block

See Create Functions and Function Blocks for more in-depth information.

See Also: Differences Between Functions and Function Blocks