LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Conditional

Hi,

How do I implement IF-THEN statement in labview? Do I have to use CASE?

Regards
tj
0 Kudos
Message 1 of 2
(2,387 Views)
Yes. Case structures can also take several kinds of datatype on the
conditional, which can greatly simplify the "if" logic.

Alternatively some things are more elegant without the case structure and
instead making use of the "Select" function in the "Comparison" palette.

TJ wrote in message news:39f609e1@newsgroups.ni.com...
> Hi,
>
> How do I implement IF-THEN statement in labview? Do I have to use CASE?
>
> Regards
> tj
>
>
0 Kudos
Message 2 of 2
(2,387 Views)