LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hi, Can some one tell give me a hint how to record a pushbutton stroke sequence, ie. if there are three buttons and the buttons are pressed in 2,3,1 sequence, the sequence will be stored somewhere ?!

Solved!
Go to solution

If there are three buttons, pb1,pb2,pb3 ... 

Buttons are pressed in 3,2,1 sequence , how to record that sequence ? 

 

Thanks 

 

RoN

0 Kudos
Message 1 of 5
(2,552 Views)

(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.

Message 2 of 5
(2,540 Views)

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 

0 Kudos
Message 3 of 5
(2,522 Views)
Solution
Accepted by topic author RoN_84

See if you can use any of this....

 

 

Message 4 of 5
(2,516 Views)

Thanks a lot for all your efforts. Currently trying to understand what is happening in the code. 

 

Thanks again 

 

RoN

0 Kudos
Message 5 of 5
(2,513 Views)