Jump to content

Compound Arithmetic function: Difference between revisions

From LabVIEW Wiki
Add tips and tricks
Added second palette
Line 2: Line 2:
[[File:Compound Arithmetic - Terminals.png|thumb|Compound Arithmetic function]]
[[File:Compound Arithmetic - Terminals.png|thumb|Compound Arithmetic function]]


{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Boolean{{!}}Boolean palette|type=function}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Boolean{{!}}Boolean palette|palette2=Functions Palette/Programming/Numeric{{!}}Numeric palette|type=function}}


== Usage ==
== Usage ==

Revision as of 19:22, 24 June 2020

Compound Arithmetic function
Object information
Owning palette(s) Boolean palette | Numeric palette
Type Function
Requires Basic Development Environment

Usage

Change mode on the Compound Arithmetic function

Performs various logical and arithmetic operations on Boolean and numeric values for a dynamic amount of inputs.

Available operations:

This function is especially useful when doing logical and arithmetic operations on more than two input values.

Invert input and output:

The Compound Arithmetic function allows to invert any of the inputs as well as the output selectively.

Invert input on the Compound Arithmetic function

Best practice

Tips and tricks

  • Wire an error cluster to perform logical operations on error conditions.

History

See also

External links