(function block diagram) An IEC 61131-3 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 to create complex
expressions.