03-12-2012 11:05 AM - edited 03-12-2012 11:07 AM
Good day,
I'm using labview 2009 and I have a problem using in range and coerced VI. The problem is that I want to map one analog value that goes from 0 to 12 to a scale of 0 to 20 and the VI in range and coerced but this VI is ignoring the numbers after the point. I already set the diferent values for the lower and higher limits but it keeps happening.
I posted my VI so you can see the trouble I'm having.
Best regards.
Esteban Gonzalez
P.D. The error is easy to see when the numeric indicator with the label "Current" have a value of 9.
Solved! Go to Solution.
03-12-2012 11:13 AM - edited 03-12-2012 11:14 AM
First of all, you probably would need much less code, maybe the size of a postage stamp. 😉 (hint: threshold array)
You have overlapping conditions, for example between 11 and 11.1, two LED will be lit.
You have gaps where it fails right between two LEDs.
03-12-2012 11:42 AM - edited 03-12-2012 11:50 AM
Thanks for the hint! Very usefull