10-26-2010 10:40 PM
Hi Ni Engineers,
In stead of using Send button, after i key command in a string control i wanna just press ENTER key in keyboard.
I delete the Send button, just use string binding VKey Event to trigger, can it work ?
can any body give me a clue?
thanks a million.
Solved! Go to Solution.
10-26-2010 11:19 PM
It can work. What are you having problems with? Have you just tried to create an event structure and handling the "Key Down" event?
10-27-2010 12:26 AM
Yeah, i do want to creat a Key Down Event for string control to auto send the command to serial port.
so as to avoid pressing button.
I use your idea, and build a small vi, it seems work, but still exist some error, maybe i need use the property of updating when typing.
thanks.
10-27-2010 12:26 AM
Yeah, i do want to creat a Key Down Event for string control to auto send the command to serial port.
so as to avoid pressing button.
I use your idea, and build a small vi, it seems work, but still exist some error, maybe i need use the property of updating when typing.
thanks.
10-27-2010 08:49 AM
Please indicate what this "some error" is. Please post your VI and describe what is not working.