Jump to content

Functions Palette/Programming/Boolean: Difference between revisions

From LabVIEW Wiki
mNo edit summary
mNo edit summary
Line 31: Line 31:


{| class="wikitable"
{| class="wikitable"
| [[File:Andfunct.png|Logical And]]
| [[File:Andfunct.png|Logical And|link=And function]]
| [[And function|Logical And]]
| [[And function|Logical And]]
|-
|-
| [[File:Orfunct.png|Logical Or]]
| [[File:Orfunct.png|Logical Or|link=Or function]]
| [[Or function|Logical Or]]
| [[Or function|Logical Or]]
|-
|-
| [[File:Xclusvor.png|Exclusive Or]]
| [[File:Xclusvor.png|Exclusive Or|link=Exclusive Or function]]
| [[Exclusive Or function|Exclusive Or]]
| [[Exclusive Or function|Exclusive Or]]
|-
|-
| [[File:Notfunct.png|Not]]
| [[File:Notfunct.png|Not|link=Not function]]
| [[Not function|Not]]
| [[Not function|Not]]
|-
|-
| [[File:Comparit.png|Compound Arithmetic]]
| [[File:Comparit.png|Compound Arithmetic|link=Compound Arithmetic function]]
| [[Compound Arithmetic function|Compound Arithmetic]]
| [[Compound Arithmetic function|Compound Arithmetic]]
|-
|-
| [[File:Notandfn.png|Not And]]
| [[File:Notandfn.png|Not And|link=Not And function]]
| [[Not And function|Not And]]
| [[Not And function|Not And]]
|-
|-
| [[File:Notorfun.png|Not Or]]
| [[File:Notorfun.png|Not Or|link=Not Or function]]
| [[Not Or function|Not Or]]
| [[Not Or function|Not Or]]
|-
|-
| [[File:Notxclor.png|Not Exclusive Or]]
| [[File:Notxclor.png|Not Exclusive Or|link=Not Exclusive Or function]]
| [[Not Exclusive Or function|Not Exclusive Or]]
| [[Not Exclusive Or function|Not Exclusive Or]]
|-
|-
| [[File:Implies.png|Implies]]
| [[File:Implies.png|Implies|link=Implies function]]
| [[Implies function|Implies]]
| [[Implies function|Implies]]
|-
|-
| [[File:Andarray.png|And Array Elements]]
| [[File:Andarray.png|And Array Elements|link=And Array Elements function]]
| [[And Array Elements function|And Array Elements]]
| [[And Array Elements function|And Array Elements]]
|-
|-
| [[File:Orarray.png|Or Array Elements]]
| [[File:Orarray.png|Or Array Elements|link=Or Array Elements function]]
| [[Or Array Elements function|Or Array Elements]]
| [[Or Array Elements function|Or Array Elements]]
|-
|-
| [[File:Numtoboo.png|Num to Array]]
| [[File:Numtoboo.png|Num to Array|link=Num to Array function]]
| [[Num to Array function|Num to Array]]
| [[Num to Array function|Num to Array]]
|-
|-
| [[File:Bootonum.png|Array to Num]]
| [[File:Bootonum.png|Array to Num|link=Array to Num function]]
| [[Array to Num function|Array to Num]]
| [[Array to Num function|Array to Num]]
|-
|-
| [[File:Bootoone.png|Bool to (0,1)]]
| [[File:Bootoone.png|Bool to (0,1)|link=Bool to (0,1) function]]
| [[Bool to (0,1) function|Bool to (0,1)]]
| [[Bool to (0,1) function|Bool to (0,1)]]
|}
|}
Line 77: Line 77:


{| class="wikitable"
{| class="wikitable"
| [[File:BooleanTrue2010.png|True Constant]]
| [[File:BooleanTrue2010.png|True Constant|link=True constant]]
| [[True constant|True Constant]]
| [[True constant|True Constant]]
|-
|-
| [[File:BooleanFalse2010.png|False Constant]]
| [[File:BooleanFalse2010.png|False Constant|link=False constant]]
| [[False constant|False Constant]]
| [[False constant|False Constant]]
|}
|}

Revision as of 18:42, 13 July 2020

Object information
Owning palette(s) Programming palette
Type Palette
Requires Basic Development Environment
Icon

The Boolean palette provides constants and functions that can be performed on Boolean, Numeric and Fixed-point values.

Programming paletteAndOrExclusive OrNotCompound ArithmeticNot AndNot OrNot Exclusive OrImpliesAnd Array ElementsOr Array ElementsNum to ArrayArray to NumBool to (0,1)True ConstantFalse Constant
Boolean palette (Click on a function to navigate, or on the arrow to go to parent palette)

Functions

Logical And Logical And
Logical Or Logical Or
Exclusive Or Exclusive Or
Not Not
Compound Arithmetic Compound Arithmetic
Not And Not And
Not Or Not Or
Not Exclusive Or Not Exclusive Or
Implies Implies
And Array Elements And Array Elements
Or Array Elements Or Array Elements
Num to Array Num to Array
Array to Num Array to Num
Bool to (0,1) Bool to (0,1)

Constants

True Constant True Constant
False Constant False Constant

See also