BOOLEAN
A boolean function block is used to perform logical operations on boolean input values and produce boolean output values.
Boolean function blocks take one or more boolean input values and use logical operators such as AND, OR, and NOT to produce a boolean output value. These blocks are commonly used in industrial automation and control systems to implement logic-based operations such as alarms, interlocks, and other safety functions.
Boolean function blocks are a key component in the development of IIoT applications, as they enable the creation of complex control and automation systems by combining simple logical operations. They are often used in conjunction with other function blocks and data processing tools to implement sophisticated algorithms and data processing workflows.
Info
IF IN1 = 1 and IN2 = 1, OUTPUT=1, IF IN1 = 0 and IN2 = 0, IF IN1 = 1 and IN2 = 0, IF IN1 = 0 and IN2 = 1, OUTPUT = 0
How To Use Overview
- Click the logic tab in the functions tab under the toolbox in the collapsible panel on the left of your workspace.
- Click and hold the ‘BOOLEAN‘ block from the collapsible panel and drag it onto your devices.
- You can use your ‘BOOLEAN‘ block with other logic blocks or by combining other blocks.