10-10-2010 03:41 PM
Hi, and thanks for reading!
I need to use LED switches in a LabView VI for a program I am writing. It is a pathfinding algorithm, and I want the user to be able to click a start position and have it light up and then click an end position and have it light up, and the VI finds the shortest path and lights the LED's along the way.
My problem is when I overlay the labels on the LED switches to show that this LED is position 1, 2, and so on, the label prevents the switch from being activated. I would like to know how to label the LED position (1, 2, etc.) directly onto the LED and still have the user able to click it.
Thanks for your help,
~Chuck
Solved! Go to Solution.
10-10-2010 04:44 PM
Use the boolean text and a porperty to set the text of the boolean. See below:
10-10-2010 04:58 PM
That's exactly what I was looking for, thanks so much!
10-10-2010 05:01 PM
You are very welcome