Call function block
Call function block
less than a minute
With the
call function block, you can call function that you can create with
create. A program can contain multiple methods, a methods can be compared with a sub program. In the call function block you can specify which method of the program you want to call.
| Bar | Description |
|---|---|
instance |
With instance you select a
create variable which is assigned to a program. The default setting is this referring to the current program. |
method |
A instance contains a program that can have multiple methods, with method you can select one of the methods inside the program. The default setting is run referring to the first method of the current program. |
Pressing
button gives you the option to delete the function block. |