PDA

View Full Version : Getting wrong output



cabotofgor
11th July 2009, 05:43 AM
I am trying to use the NUM * and the NUM - for button presses. However what happens is that the button is being read as the keyboard * and -. Am I not entering them correctly or what?

Bob Church
11th July 2009, 10:36 AM
Hi cabotofgor,

I can't see any reason offhand that it should work, but the keynames have to be right. In this case, it sounds like they should be KP* and KP-. The state of NUMLOCK will affect it, too. There's a list of the valid keynames in the Appendix of the Users Guide, or you can find it on the web (http://home.att.net/~stickworks/keycodes.htm).

If you're already using the correct codes and still having problems, let me know and I'll dig a little deeper. If that's necessary, it would help if you could post a copy of the .MAP, and any .CMC or .CMS files that you're using. They should all be together in your Maps folder. They're just text files, they should attach to the message or you can just paste them into the post itself.

Best regards,

- Bob

The StickWorks
http://www.stickworks.com

cabotofgor
12th July 2009, 11:20 PM
Bob, thanks for your help. I was just pressing the keypad * and - and it was being read as keyboard. Entered the KP* and KP- and works fine. I am using the mixture control on the yoke as floats up and down on the Goose. Now I will attempt to get the gear on the prop control. This may take a bit more programming.Thanks again for your help.