01-20-2010 08:59 PM
I am supposed to compare inputs on 2 numeric controls and if they are equal they will turn on an LED. I figured out how to do it with the = sign but I am supposed to use the select comparison. Could someone please help me?
Solved! Go to Solution.
01-20-2010 09:28 PM
01-20-2010 09:32 PM
The problem assigned to me says to use the select comparison.
01-20-2010 09:55 PM
Then this is homework.
Since doing an equal comparison between two DBL's (if that is what the front panel controls are), perhaps you have to use the results of the In Range & Coerce function?
Do you have the exact wording of the problem?
01-20-2010 10:24 PM
01-20-2010 10:32 PM
01-20-2010 10:38 PM
01-20-2010 10:40 PM
And I guess what I was confused on was that the front panel is only supposed to have 2 numeric controls and the LED but with the select comparison my understanding is that you have to use another boolean which would show up on the front panel.
01-20-2010 10:46 PM - edited 01-20-2010 10:47 PM
01-20-2010 10:54 PM