02-27-2006 03:35 PM
02-27-2006 03:53 PM
02-27-2006 03:55 PM
02-27-2006 04:02 PM
Going to the top of the page, changing the search are to the DevZone and searching for "keypad labview" should yield some results.
This is definitely possible without an event structure (by using polling), but why do you want to do it without an event structure?
02-27-2006 04:04 PM
02-27-2006 04:14 PM
02-27-2006 04:15 PM
Well, that makes it even easier. I've done this both with and without an event structure and am regularly using the more recent version (the one with events).
Build the VI using events to get the key presses and build the string. Once you click your final OK button the string is output through the connector pane to the calling VI. Then you can use this subVI in as many places as you like. If you set the VI to show its FP when called and to be modal the user will have to get rid of this dialog before doing other things.
02-28-2006 11:46 AM
02-28-2006 01:34 PM
02-28-2006 04:33 PM