Block

Block is a FBD language component. This command allows inserting operators, functions, function blocks, and programs into scheme. Input and output parameters are displayed in functions and function blocks.

Amount of block's inputs and outputs should be equal to amount of variable's inputs and outputs. This amount is calculated at each name assignment to a component. If nonexistent (incorrect) name was assigned to component, block won't contain inputs and outputs. Error information will be displayed on console after program analysis. There is a field above function blocks. There must be typed function block instance's name.

Properties:

Common properties of component

Execution order

name

Defines program component that will be executed as transaction to the current step.

Property name: name

Property type: String

Executed action choice is accessed via filtration component.

After clicking "...", function choice form opens. Here sections and filtration by name are available.

Name, input parameters, and group are defined for each function.

variable

Local variable name that saves function block instance.

Variable should be declared in edited program variable area. Variable type should correspond to function block type.

Property name: variable

Property type: String

Was this page helpful?