LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help with converting LV 7.0 to 6.1

Well, you just need to scan the array to find the row/col of the button that got pressed. Here is a crude way to do it:

It uses a local variable (which I know Ray hates Smiley Very Happy) to reset the array to all False. You could use a "Value" property node just as well, though it's slower. This simulates the pressing and automatic depressing of a front-panel button.



Message Edited by smercurio_fc on 08-04-2008 03:51 PM
0 Kudos
Message 11 of 12
(422 Views)

Thank you very much! Smiley Happy

Now I know how to do it the old fashioned way. Smiley Wink I'm used to text based programming, and this is quite a different way of thinking. Sometimes I run out of "fantasy" so I guess thats why I went for the Event structure at first. But I agree with you, I need to solve the problem with the tools I've got. Smiley Happy

Again, thank you.

Anders

0 Kudos
Message 12 of 12
(410 Views)