-

Feature Overview: Graphic Editor

PLCnext Engineer provides a powerful graphic editor to develop the application program in the graphical IEC 61131-3 programming languages FBD, LD and SFC. Furthermore, NOLD (Network-Oriented Ladder) and SNOLD worksheets can be programmed.
NOLD is an FBD/LD variant with the same syntax but a network-oriented behavior of the editor. See topic "Programming FBD/LD, NOLD and SNOLD " for details.

Safety-related code can only be programmed in SNOLD worksheets. SNOLD is the safety-related variant of NOLD. This means, basically the same syntax and objects are used but, compared to NOLD, some restrictions apply.

This topic contains the following sections:

Features of the graphic editor at a glance

FU/FB symbol indicates origin

The block color and the icon in the upper left corner of the symbol indicate the origin of functions/function blocks:

Symbol / colorOrigin of the POU
User-defined function/function block which is provided in the current project (COMPONENTS 'Programming' hierarchy, folder 'Local | Functions & Function Blocks').
Function/function block which is provided by default by the programming system. Such FUs/FBs are contained in separate folders in the COMPONENTS 'Programming' hierarchy, such as:

Function/function block which is contained in a user library added to the project. Such FUs/FBs are contained in separate folders in the COMPONENTS 'Programming' hierarchy which has the same name as the library. Example:

Expanded / collapsed editors area

PLCnext Engineer provides two possibilities for maximizing the editors area. Both are executed by the maximize icon which is available in each editor window (see (1) in the following figure) and in the tab bar of the editors area (2):

Maximize icon (1) enlarges the current editor window to fit the entire screen.
Icon (2) at the right side in the tab bar of the editors area maximizes the entire editors area including the editor group tab bar. This command is also available in the 'View' menu.

In both cases, PLANT and COMPONENTS are hidden. By hovering the mouse pointer to the title bar of the hidden PLANT or COMPONENTS area, it is expanded. Double-clicking an element in the expanded area first opens the related editors group and then hides the area again.
To exit the maximized editor mode, click the respective maximize icon again.

Note
Both maximize functions can be combined.

Pin/unpin particular editors

You can open several editor windows in the editors area at the same by pinning them. Only if pinned, an editor window remains visible when another editor window is opened. If an editor window is unpinned, it disappears when you open another editor.

To pin an editor window, right-click the editor window tab and select 'Pin Editor' from the context menu. Pinned editors are marked with the pin icon on the tab. To unpin, select 'Unpin Editor' from the context menu. Both commands are also available as icons in the upper right corner of the editor window:
and

Details and example