The automatic data flow mode is active by default.
The execution order is automatically sorted by data flow.
The markers for displaying the execution order are no longer displayed.
With the menu command 'CFC' > 'Execution Order' > 'Display Execution Order' the execution order of the objects is shown in the CFC editor. Clicking again in the CFC editor hides the execution order again.
In networks with feedback, the menu command 'CFC' > 'Execution Order' > 'Set start of Feedback' can be used to define the block that is processed first in the network at runtime.
The block programmed in CFC (the object in the device tree) has the new tab 'CFC Execution Order' in the properties dialog. In this tab you can choose between
'Automatic Data Flow Mode' (see above) and
'Explicit Execution Order Mode' (corresponds to the behavior of the CFC editor of the PLC Designer versions).
Via drag&drop local variables from the declaration editor can be connected directly to connections of blocks in the CFC editor.
Improvement of the auto-routing of connecting lines.