Vai al contenuto

Scheme Menu for FBD

Command Icon Key Description
Network
New
Top image_0 Adds a blank network at the top of the active document.
Bottom image_0 Adds a blank network at the bottom of the active document.
Before image_0 Adds a blank network before the selected network in the active document.
After image_0 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 image_0 shift+V Opens the object browser in order to choose a variable to be added to the current active document.
Constant image_0 shift+K Opens the object browser in order to choose a constant to be added to the current active document.
Return image_0 shift+R Adds a return statement into the selected network.
Jump to label image_0 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 image_0 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 image_0 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 image_0 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 image_0 Ctrl+’+’ Adds additional pins to the selected block in order to increase standard ones.
Decrement pins image_0 Ctrl+’- Removes pins added by the Increment pins command.
Enable EN/ENO pins image_0 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 image_0 Shows some properties of the selected block.