cutekittenkyti
2008-08-15 21:10:05 UTC
I am writing a program that has over 120 buttons. 60 of them are run buttons and 60 of them are stop buttons. Each pair of buttons controls a microcontroller with a specific address. When I press a run button, I run the same subVI for all of them, with the only difference being the address My question is, can I make a singe user event that detects whenever a run button is pushed that will also tell me which run button was actually pushed (to allow me to have the correct address for the microcontroller) I DON'T want to make 120 different user eventsI want to make 2one for all the run buttonsone for all the stop buttons any help would be nice