Function Block Diagram (FBD)
- Operations can be basic operations, function calls, or function block calls.
- See Use of ST Expressions in Graphic Language for more information.
- The name of the operation or function, or the type of function block is written within the block rectangle.
- With a function block call, the name of the called instance is written in the header of the block rectangle.
Example
Data Flow
- The data flow represents values of any data type.
- All connections must be from input and outputs points having the same data type.
- With a Boolean
connection, use a connection link terminated by a small circle.
- This indicates a Boolean negation of the data flow.
- See Draw FBD Connection Lines for more information.
- The data flow must be understood from the left to the right and from the top to the bottom.
FFLD Symbols
FFLD symbols can also be entered in FBD diagrams and linked to FBD objects.
- See these sections for information about components of the FFLD language:
- Special vertical lines are available in FBD language for representing the
merging of FFLD parallel lines.
- Such vertical lines represent a OR operation between the connected inputs.
Example of an OR vertical line used in a FBD diagram:
See Also