Project Browser
The Project Browser on the left-hand side lets you create and access your various program organization units (POUs) in your project. POUs are categorized for easy access. Hit the little arrow next to a category to expand or collapse its content.
Code Editor
The Code Editor provides basic code formatting and styling tools to support your Structured Text programs. Use the navigation pane to control which file or POU to show in this window.
Note that comments in the code must be started with “(” and ended with “)”. Using “//” will not be flagged as incorrect in the static code analyzer but result in compilation errors.
Tag Editor
The Tag Editor to the right-hand side of the code editor shows an overview of tags in context of the currently loaded POU. This is where you add, define or remove tags and edit their properties and metadata.
Diagnostics Pane
The Diagnostics pane at the bottom of your screen displays relevant messages regarding the compilation and deployment process of your project. By default, the Diagnostics pane is collapsed and can be opened by clicking on it. In case of compilation errors, it will expand automatically.
Search Pane
The Search pane can be opened by clicking on “Search” at the bottom of your screen or by using the keyboard shortcut Ctrl + Shift + F. Here you can search for appearances of a given text across your entire project. Clicking on a search result will take you to the according place inside your project for quick access.




