LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Simultaneous Execution of Events

Hi. I've constructed a VI using event structure. The problem I have is when I'm pressing a button, I cannot press other buttons to work simultaneously(For example, when I press "w" to throttle, I can't press "d" to yaw). Is there any way I can change that? Please advice.

0 Kudos
Message 1 of 14
(3,552 Views)
-Should be problem with unchecking the Lock front Panel until event completes when creating event.
-I cannot see vi can you post in 2012 using File>>Save for previous version.
Thanks
uday
0 Kudos
Message 2 of 14
(3,539 Views)

Hey here's my vi in version 2012

0 Kudos
Message 3 of 14
(3,529 Views)

Did you try Uncheck lock front panel untill event finishes while creating event??

Thanks
uday
0 Kudos
Message 4 of 14
(3,524 Views)

Oh yeah I did but it didn't work. 

 

Thanks

Khairil

0 Kudos
Message 5 of 14
(3,519 Views)
Please check for all events 😛
Thanks
uday
0 Kudos
Message 6 of 14
(3,509 Views)

Didn't work either. Smiley Very Happy

 

Thanks

Khairil

0 Kudos
Message 7 of 14
(3,497 Views)

example using key up and down events and storing the key states in an array.

0 Kudos
Message 8 of 14
(3,484 Views)
Now, i understand. In key down event, whatever key pressed will be fed into case structure which means, after pressing 'w' when you press 'd' then it will go to case 'd' and increase that value only.
Thanks
uday
0 Kudos
Message 9 of 14
(3,474 Views)
-Please check the solution provided by altenbach(guru of labview for me :P)
http://forums.ni.com/t5/LabVIEW/key-down-in-event-structure/td-p/2193858
-Infact code shows how to identify two buttons simultaneous press events, you can use same logic here also.
Thanks
uday
0 Kudos
Message 10 of 14
(3,445 Views)