Summary: In this lesson, you will learn about making decisions with the Select function.
Select function.
The Select function, located on the
Functions>>Express Comparison palette, selects
between two values dependent on a Boolean input. If the
Boolean input s is True, this
function returns the value wired to the t
input. If the Boolean input is False, this
function returns the value wired to the f input.
Select function in the Thermometer VI exercise to determine
whether to output a Fahrenheit value or a Celsius value, as
shown in the block diagram in Figure 1.
![]() Figure 1 |
Select function can execute, a Case
structure may be required.
Comments, questions, feedback, criticisms?
"A full introductory course on programming with LabVIEW."