03-22-2011 05:36 PM
If there are three buttons, pb1,pb2,pb3 ...
Buttons are pressed in 3,2,1 sequence , how to record that sequence ?
Thanks
RoN
Solved! Go to Solution.
03-22-2011 06:05 PM
(I recommend next time to keep the post title short and place the question in the body of the post.)
Use an event structure and append a value to an array kept in a shift register. See how far you get.
03-22-2011 07:20 PM
My bad , first time poster, so got confused.
I am an absolute beginner in Labview, so still pretty confused. Thanks for your reply.
I tried to run it through event. But I am not sure about the usage of the stack register. I have attached the vi file with the post.
Can you point out the problem please?
Thanks
RoN
03-22-2011 07:55 PM
03-22-2011 08:04 PM
Thanks a lot for all your efforts. Currently trying to understand what is happening in the code.
Thanks again
RoN