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.
You used the 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.
![]() |
If the decision to be made is more complex than a
Select function can execute, a Case
structure may be required.










"A full introductory course on programming with LabVIEW."