kitControl-Or

This component performs a logical OR on all valid inputs and writes the boolean result to the Out property.

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

Figure 81.   Or object truth table (two inputs)
Image
In A In B Out
false false false
false true true
true false true
true true true
Figure 82.   Or object truth table (four inputs)
Image
In A In B In C In D Out
false false false false false
false false false true true
false false true false true
false false true true true
false true false false true
false true false true true
false true true false true
false true true true true
true false false false true
true false false true true
true false true false true
true false true true true
true true false false true
true true false true true
true true true false true
true true true true true
Figure 83.   Or properties
Image
Property Value Description
Facets (Boolean) 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 A through In D StatusBoolean true or false and null definition Provides the input values for the comparison.