01-09-2010 09:36 AM
Here you have a Block Diagram and Front Panel images of the VI, you can build it in LabVIEW 6.
I hope this help you, if not, let me know
01-09-2010 09:37 AM
It appears then that you have a homework assignment. Given that you will need to tell us what you've done, and what specific help or guidance you need. We will not do your homework for you.
As for the VI that was posted, don't bother with that - it's just a Boolean switch connected to an LED with a pretty picture on the front panel. I doubt very much it's what you need.
01-09-2010 09:45 AM
01-09-2010 09:47 AM
Why don't you try something? Like looking in the Comparison palette.
ajimenez: Please try to not provide the full answer. After all, you won't get the points for providing the answer to the homework assignment.
01-09-2010 09:51 AM
01-09-2010 10:07 AM
I think I understand the problem now. The battery is a control, and the switch is a Boolean control. Then the "battery" is in a certain range, and the switch is on a indicator will light up. As a first Labview assignment I think it make sense. But I will leave the rest up to the OP.
01-09-2010 10:22 AM
01-09-2010 11:11 AM
01-09-2010 11:35 AM
01-09-2010 11:41 AM - edited 01-09-2010 11:42 AM
Don't understand your problem. If 'On/Off Switch' is true and 'Batter' is greater/equal to 'Min' AND less than 'Max', 'Light Bulb' is true.
Why are you using the In Range function when you originally stated you only needed a less than comparison?