LabVIEW MathScript RT Module

cancel
Showing results for 
Search instead for 
Did you mean: 

Integer ???

I need to produce a VI that turns on an LCD when an input data is an integer. How do I do this?
 
0 Kudos
Message 1 of 3
(6,501 Views)
Hope it helps
Pelle S
Account Manager
National Instruments Sweden
0 Kudos
Message 2 of 3
(6,463 Views)

Pelle's solution is certainly the natural way to do this in LabVIEW. 🙂

  1. You have to be careful though, because if the input is the result of a computation involving fractions, the DBL could be off by a bit or so, leading to unexpected results.
  2. Since you posted in the mathscript forum, could it be you are looking for a mathscript solution?
  3. The current solution turns on a plain LED indicator, but you want to turn on an LCD. Are you looking for a hardware solution to physically turn something on or off? What should be displayed on the LCD?
Message 3 of 3
(6,457 Views)