LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I give a range mens some number is less than a number and greater than other number.

how can I give a condition for a number like this

 

               1<x>2. TO a condition to the  case loop selector terminal for selection .I expect help

0 Kudos
Message 1 of 3
(2,204 Views)
You mean you ' want' help. Expecting help is actually a rather rude statement.

Just use the In Range and Coerce function.
Message 2 of 3
(2,200 Views)

In the case selector, write "1..3" for all integers 1 <= x <= 3

(if using floats it'll get rounded to an integer, so not the optimal solution, then you'll need In-range and coerce)

 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 3
(2,185 Views)