LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I need to allow the user to select multiple buttons to select tests before starting code.

Solved!
Go to solution

I need to allow the user to select multiple buttons to select tests before starting code. I am trying to make it possible for the user to select the locations to be tested on this grid before launching into tests. I already DAQ part of it worked out. Maybe I have been staring at this too long, nut it has me somewhat stumped.These are boolean buttonsThese are boolean buttons

 

One should welcome adversity as an opportunity to excel.
0 Kudos
Message 1 of 3
(2,457 Views)
Solution
Accepted by topic author Daddy-O

Don't use buttons. Use a 2D array of Boolean. You could also do it with a cluster of Boolean elements to match your grid. 



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
Message 2 of 3
(2,449 Views)

Thank you. I think it is time to go home. As soon as I read your response it dawned on me. It took about 3 minutes to get going. Great answer and it still looks good too.GRID2.PNG

One should welcome adversity as an opportunity to excel.
0 Kudos
Message 3 of 3
(2,441 Views)