Logic blocks

Logic blocks

And, Or, and Not blocks

The And, Or, and Not blocks take Boolean inputs and produce a Boolean output representing the result of the logical operation.

  • The And block returns TRUE when both input values are TRUE; it returns FALSE when either or both of the input values are FALSE.
  • The Or block returns TRUE either of the input values are TRUE; it returns FALSE when both input values are FALSE.
  • The Not block inverts the value of the Boolean input, returning FALSE when the input is TRUE and returning TRUE when the input is FALSE.

Block properties

To customize the block, update the Block Properties.

Property Description
Name Name to display beneath the block on the ADL canvas