FBD is the abbreviation of Function Block Diagram.
FBD is a graphical programming language
that works like a flowchart. By adding simple logical blocks (AND
, OR
, etc.), each function or function
block in the program is represented in this graphical format. For
each block, the inputs are on the left and the outputs on the right.
Block outputs can be linked to inputs of other blocks in order to
create complex expressions.