09-24-2009 07:56 AM
Hi!
I am creating a touch panel program for a machine control application. I have a third-party XPembedded touch panel computer and am using LabVIEW with the touch panel deployment option. I need an on-screen keyboard and on-screen number pad. I have figured out how to use the Windows on-screen keyboard, but it is very small (you would need a stylus to use it) and it can only be opened using command prompts (so if the user were to minimize the keyboard while the application is running, there would be no way to programmatically bring up the keyboard again).
The key things are:
- Can be programmatically opened and closed (I am currently using System Exec.vi to open the windows on-screen keyboard)
- Large buttons that can be pressed using a finger on the touch screen
-Simple (don't need anything except letters, numbers, and shift)
-Ideally have a separate numberpad that I can use when only entering numbers.
Does anyone have any suggestions?
Thanks in advance!
Rebecca
09-24-2009 08:04 AM
I found this doing a Google search - looks neet but haven't tried it.
http://decibel.ni.com/content/docs/DOC-1062
Mike
09-24-2009 08:08 AM
Some third party touch pad monitors have an optional add on for a pop up keyboard.
Here is a numeric keypad in LV 8.6.1 you can try
Good luck
09-24-2009 09:22 AM
09-25-2009 12:34 PM
Also, I believe that there should be an option from the start menu to open the Windows On-Screen Keyboard:
Start » Programs » Accessories » Accessibility » On-Screen Keyboard
Hopefully that helps!
09-25-2009 02:27 PM
Aeastet
just some friendly critisim on your keyboard.vi
1. try not to use stacked sequences
2. you are spinning this loop every 50ms when you should be waiting for a user input
a. try removing the timeout event and placing the string indicator outside of the event structure
09-25-2009 02:53 PM
Thank you all for your help. A few of these solutions will work. I like the number pads and keyboards you have made with LabVIEW. They are simple and big enough for the touch panel. I will use one of those and tweak it a little bit for my application.
Thanks again!
09-25-2009 03:14 PM
Adnan Z wrote:Thank you all for your help. A few of these solutions will work. I like the number pads and keyboards you have made with LabVIEW. They are simple and big enough for the touch panel. I will use one of those and tweak it a little bit for my application.
Thanks again!
?
09-25-2009 03:23 PM
10-15-2013 11:54 AM
iam searching for that