09-11-2016 11:46 PM
okay so i almost have it put together. i am super new to the class (only 2 weeks in) but i am trying to figure out how i can make a numeric indicator only show numbers greater than 0. since i can only use mathmatic functions as inputys to numeric indicators this is really stumping me.
thanks
09-11-2016 11:57 PM
09-12-2016 12:46 AM - edited 09-12-2016 12:46 AM
Hi James,
how i can make a numeric indicator only show numbers greater than 0.
Use a MinMax function before your indicator. Wire a "epsilon" constant to the 2nd input of MinMax and use the Max output to get a number "greater than zero" to show on your indicator:
indicator := MinMax(input; epsilon)
General recommendation:
- You thread title is silly: everybody is looking for "help" in a forum and "D2.2" is no LabVIEW specific term either. Use a better title the next time!
- Usually you should also show your VI and tell us where you are stuck. Nobody will do your homework for you from scratch!