Command |
Icon |
Key |
Description |
Network |
|
|
|
New |
|
|
|
Top |
 |
|
Adds a blank network at the top of the active document. |
Bottom |
 |
|
Adds a blank network at the bottom of the active document. |
Before |
 |
|
Adds a blank network before the selected network in the active document. |
After |
 |
|
Adds a blank network after the selected network in the active document. |
Label |
|
|
Assigns a label to the selected network, so that it can be indicated as the target of a jump instruction. |
Object |
|
|
|
New |
|
|
|
Function |
|
|
Opens the object browser in order to choose a function to be added to the current active document. |
Function block |
|
|
Opens the object browser in order to choose a function block to be added to the current active document. |
Variable |
 |
shift+V |
Opens the object browser in order to choose a variable to be added to the current active document. |
Constant |
 |
shift+K |
Opens the object browser in order to choose a constant to be added to the current active document. |
Return |
 |
shift+R |
Adds a return statement into the selected network. |
Jump to label |
 |
shift+J |
Adds a jump statement into the selected network. |
Operator |
|
|
Opens the object browser in order to choose an operator to be added to the current active document. |
Comment |
 |
shift+M |
Adds a comment into the selected network. |
Instance name |
|
|
Opens the object browser in order to choose an operator to be added to the current active document. |
Open source |
 |
|
Opens the editor by which the selected object was created, and displays the relevant source code:if the object is a program, or a function, or a function block, this command opens its source code;if the object is a variable or a parameter, this command opens the corresponding variable editor;if the object is a standard function or an operator, this command has no functionality. |
Auto connect |
 |
|
Toggle auto-connection mode, in order to connect automatically two blocks when they are close enough. |
Delete invalid connection |
|
Ctrl+M |
Removes all invalid connections, represented by a red line in the active scheme. |
Increment pins |
 |
Ctrl+’+’ |
Adds additional pins to the selected block in order to increase standard ones. |
Decrement pins |
 |
Ctrl+’-’ |
Removes pins added by the Increment pins command. |
Enable EN/ENO pins |
 |
|
Adds the enable in/enable out pins to the selected block. The code implementing the selected block will be executed only when the enable in signal is true. The enable out signal simply repeats the value of enable in, allowing you either to enable or to disable a set of blocks in cascade. |
Object properties |
 |
|
Shows some properties of the selected block. |