Arranges all windows cascading from the top-left corner.
Tile Horizontal
Arranges all windows horizontally.
Tile Vertical
Arranges all windows vertically.
Tile Form
Arranges all windows to fill the workspace.
Close All
Closes all windows.
Open
Opens the selected item.
Add
Adds a new item to the selected location. CTRL+Add
Insert
Inserts a new item at the selected location. Insert
Cut
Cuts the selected item. CTRL+X
Copy
Copies the selected item. CTRL+C
Paste
Pastes the copied item. CTRL+V
Insert Copied
Inserts the copied item at the selected position. CTRL+Insert
Delete
Deletes the selected item. DEL
Undo
Reverses the last change. CTRL+Z
Redo
Reapplies the last undone change. CTRL+Y
Find
Opens the search function for the active window. CTRL+F
Replace
Opens the replace function for the active window. CTRL+H
Reference
Opens the reference tool for the active window. CTRL+R
Compile
Checks the project configuration for errors, compiles it, and generates a runnable project file. Used to ensure the project is error-free before switching to Runtime.
Runtime
Starts the project in Runtime mode. In this mode, the project connects to PLCs, reads data, and displays screens in real time.