kitControl-Not

This component inverts the Boolean logic value currently at the (single) object input.

Not is available in the Logic folder of the kitControl palette.

You often link Not objects with other logic objects to make different logic gates. The following tables are examples using Not to create NAND (not and) logic, NOR (not or) logic, and EQUIV (equivalent) gate logic.

Figure 76.   NAND logic using And and Not
Image
In A In B Out
false false true
false true true
true false true
true true false
Figure 77.   NOR logic using Or and Not
Image
In A In B Out
false false true
false true false
true false false
true true false
Figure 78.   NOR logic using Or and Not
Image
In A In B Out
false false true
false true false
true false false
true true true
Figure 79.   Not properties
Image
Property Value Description
Facets Config Facets window (defaults to true and false)

Defines the text to display for each Boolean value.

trueText configures the text to describe the state when component returns true.

falseText configures the text to describe the state when component returns false.

Out read-only true or false Displays the result of the comparison.
In StatusBoolean true or false and null definition Provides the input values for the comparison.