LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Overlay a label on an LED switch

Solved!
Go to solution

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

0 Kudos
Message 1 of 4
(2,840 Views)
Solution
Accepted by topic author saundecp

Use the boolean text and a porperty to set the text of the boolean. See below:

 

Example_VI.png

Tim
GHSP
Message 2 of 4
(2,831 Views)

That's exactly what I was looking for, thanks so much! 

0 Kudos
Message 3 of 4
(2,825 Views)

You are very welcome

Tim
GHSP
0 Kudos
Message 4 of 4
(2,823 Views)