LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Key board key can be made as event

Hi can we make Event case for any particular key in the Key board,For example i need to do particulat event when i hit Enter key in the key board.Is it possible
Message 1 of 8
(14,763 Views)

Hi Parthipan,

      The Event Structure can detect VI Keyboard events such as Key Down - see example attached.

 

Cheers!

"Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)
0 Kudos
Message 2 of 8
(14,760 Views)

Hi,

 

There is no option directly to create an event with hitting Enter only there are navigation key event. Only way is that you can create an event for the boolean and assign an shortkey "return" to the boolen so that when ever you press enter the event will be occured. Assignin the shortcutkey Right click on the Boolean> Properties>Key Navigation >toggle( Return).Try it out and let me know.

Regards
Aks

(Appreciate answers by giving KUDOS)
Hit the stars.............. sky is not the limit.
Message 3 of 8
(14,753 Views)
Hi there is no option for Enter Key where can i get it in key navigation menu
0 Kudos
Message 4 of 8
(14,727 Views)

Hi,

In toggle u have to assign for the return. This will take the ENTER button as assigned. 

Regards
Aks

(Appreciate answers by giving KUDOS)
Hit the stars.............. sky is not the limit.
Message 5 of 8
(14,718 Views)
ya man it is working fine. thank you.I have one more doubt.inList box and multi column list box Contain some data in run time is there any possiblity to select the data using Tab key?????
0 Kudos
Message 6 of 8
(14,712 Views)
I am not sure of that option but you can select the values by clicking on the row of the list box or multicolumn list box. let me know anything more.
Regards
Aks

(Appreciate answers by giving KUDOS)
Hit the stars.............. sky is not the limit.
0 Kudos
Message 7 of 8
(14,699 Views)
Ya i know that  it can be done by mouse .i need to know whether it can be done using Key board?
0 Kudos
Message 8 of 8
(14,693 Views)