Jump to content
The simFlight Network Forums

masterk

Members
  • Posts

    36
  • Joined

  • Last visited

Everything posted by masterk

  1. Hi, show that you are telling FSUIPC to hold the keys down (H) when the button is pressed or the switch is on I have added a picture how i have set it up. I didn´t mark this opton or must i mark it? It is a toggle. When i switch it is on until i switch it off. Worse, you've also programmed it to press Shift+A again when the button or switch is released or off. Why? If the keys have been held down till then, as they will have been, what do you think that does? This i could change and try. I have setup in the ifly menu that i can use shift+A to start and stop the fuel lever. Perhaps I think to easy in this way ;). Best Regards and thanks Christian
  2. Hi, could you please check for me if this is OK. . I have made 2. If it is OK it is the Addon. first [Continuation log requested by user] Module base=61000000 WeatherReadInterval=4 LogOptions=00000001 190695 System time = 10/05/2011 14:02:45, FS2004 time = 15:00:29 (13:00Z) 190695 WeatherOptions set, now 4000B6A7 (timer=0) 193519 Button changed: bRef=0, Joy=1, Btn=23, Pressed 193519 [buttons.iFly 737-800 Air Berlin (Normal screen)] 33=H1,23,K65,9 193519 SendKeyToFS(00040041=[shft+A], KEYDOWN) ctr=0 193519 Sending WM_KEYDOWN, Key=16 (Shift) (Scan code 42), Ctr=2 193519 [buttons.iFly 737-800 Air Berlin (Normal screen)] 37=U1,23,K65,9 193519 KEYDOWN: VK=16, Waiting=0, Repeat=N, Shifts=1 193519 .. Key not programmed -- passed on to FS 193566 Sending WM_KEYDOWN, Key=65 (Scan code 30), Ctr=1 193566 KEYDOWN: VK=65, Waiting=0, Repeat=N, Shifts=1 193566 .. Key not programmed -- passed on to FS 197778 KEYDOWN: VK=18, Waiting=0, Repeat=N, Shifts=5 197778 .. Key not programmed -- passed on to FS 197903 KEYUP: VK=18, Waiting=0 Second LogOptions=00000001 543414 System time = 10/05/2011 14:08:38, FS2004 time = 15:05:39 (13:05Z) 545660 Button changed: bRef=0, Joy=1, Btn=23, Pressed 545660 [buttons.iFly 737-800 Air Berlin (Normal screen)] 33=H1,23,K65,9 545660 SendKeyToFS(00000041=[A], KEYDOWN) ctr=0 545660 Sending WM_KEYDOWN, Key=65 (Scan code 30), Ctr=1 545660 [buttons.iFly 737-800 Air Berlin (Normal screen)] 37=U1,23,K65,9 545660 KEYDOWN: VK=65, Waiting=0, Repeat=Y, Shifts=1 545660 .. Key not programmed -- passed on to FS 560012 KEYDOWN: VK=18, Waiting=0, Repeat=N, Shifts=5 560012 .. Key not programmed -- passed on to FS 560090 KEYUP: VK=18, Waiting=0 Thank you very much for your help Christian
  3. Hi, It looks fine. Here's where it sees your button being Pressed: 3981271 Button changed: bRef=0, Joy=1, Btn=23, Pressed 3981271 [buttons.iFly 737-800 Air Berlin (Normal screen)] 33=P1,23,K65,9 3981271 SendKeyToFS(00040041=[shft+A], KEYDOWN) ctr=0 which it correctly interprets as a request to send Shift+A. Then here's the Shift being pressed: 3981271 Sending WM_KEYDOWN, Key=16 (Shift) (Scan code 42), Ctr=2 3981271 [buttons.iFly 737-800 Air Berlin (Normal screen)] 37=U1,23,K65,9 3981271 KEYDOWN: VK=16, Waiting=0, Repeat=N, Shifts=1 3981271 .. Key not programmed -- passed on to FS and then the A: 3981318 Sending WM_KEYDOWN, Key=65 (Scan code 30), Ctr=1 3981318 KEYDOWN: VK=65, Waiting=0, Repeat=N, Shifts=1 3981318 .. Key not programmed -- passed on to FS OK. But how long will the shift key will be pressed. I think that is my problem that the shift key would be send to long. With the ATC i found out. That was I ;). So i have made an test. The shift key wouldn´t be relased. That is the big problem. But i didn´t know hoy to fix it. Christian
  4. Hi, here is the log. Perhaps you can see an error. I have pushed the toggle twice. [Continuation log requested by user] Module base=61000000 WeatherReadInterval=4 LogOptions=00000001 3978993 System time = 09/05/2011 16:00:25, FS2004 time = 15:58:28 (13:58Z) 3981271 Button changed: bRef=0, Joy=1, Btn=23, Pressed 3981271 [buttons.iFly 737-800 Air Berlin (Normal screen)] 33=P1,23,K65,9 3981271 SendKeyToFS(00040041=[shft+A], KEYDOWN) ctr=0 3981271 Sending WM_KEYDOWN, Key=16 (Shift) (Scan code 42), Ctr=2 3981271 [buttons.iFly 737-800 Air Berlin (Normal screen)] 37=U1,23,K65,9 3981271 KEYDOWN: VK=16, Waiting=0, Repeat=N, Shifts=1 3981271 .. Key not programmed -- passed on to FS 3981318 Sending WM_KEYDOWN, Key=65 (Scan code 30), Ctr=1 3981318 KEYDOWN: VK=65, Waiting=0, Repeat=N, Shifts=1 3981318 .. Key not programmed -- passed on to FS 3984906 SendKeyToFS(00040041=[shft+A], KEYUP) ctr=0 3984906 Sending WM_KEYUP, Key=65 (Scan code 30), Ctr=1 3984906 KEYUP: VK=65, Waiting=0 3984952 Sending WM_KEYUP, Key=16 (Shift) (Scan code 42), Ctr=1 3984952 KEYUP: VK=16, Waiting=0 3986934 Button changed: bRef=0, Joy=1, Btn=23, Released 3986934 [buttons.iFly 737-800 Air Berlin (Normal screen)] 33=P1,23,K65,9 3986934 [buttons.iFly 737-800 Air Berlin (Normal screen)] 37=U1,23,K65,9 3986934 SendKeyToFS(00040041=[shft+A], KEYDOWN) ctr=0 3986934 Sending WM_KEYDOWN, Key=16 (Shift) (Scan code 42), Ctr=2 3986934 KEYDOWN: VK=16, Waiting=0, Repeat=N, Shifts=1 3986934 .. Key not programmed -- passed on to FS 3986996 Sending WM_KEYDOWN, Key=65 (Scan code 30), Ctr=1 3986996 KEYDOWN: VK=65, Waiting=0, Repeat=N, Shifts=1 3986996 .. Key not programmed -- passed on to FS 3987199 KEYDOWN: VK=192, Waiting=0, Repeat=N, Shifts=1 3987199 .. Key not programmed -- passed on to FS 3987339 KEYUP: VK=192, Waiting=0 3988104 KEYDOWN: VK=192, Waiting=0, Repeat=N, Shifts=1 3988104 .. Key not programmed -- passed on to FS 3988213 KEYUP: VK=192, Waiting=0 3992596 KEYDOWN: VK=18, Waiting=0, Repeat=N, Shifts=5 3992596 .. Key not programmed -- passed on to FS 3992752 KEYUP: VK=18, Waiting=0 3995404 *** Entered Buttons option page *** 3995420 FirstButtonChange res=00000620 (0.6, 32) 3995451 FS Control Sent: Ctrl=66387, Param=0 3995451 FS Control Sent: Ctrl=66388, Param=0 3995451 FirstButtonChange res=0000011B (0.1, 27) 3998259 *** Exiting Buttons option page ***
  5. Well, the first step is to say what you are doing. Is this key press programming or joystick button programming. What are you assigning to? Basic information like that is missing. It is joystickbotton prgramming. The combination is setup in the ifly section. There i have setup that shift+A will be for the fuel lever. Behind the button i programmed also Shift+A in the FSUIPC in the Button and switches section. My big problem is that when i press the joystick toggle first time it works. When i took the toogle again it doesn´t work. First i musst push another toggle or button. I have setup the combination in both fields in the FSUIPC. For push and release. Christian
  6. Perhaps i can explain it in other words: It is not so easy. I found out that the command must be send for a longer time. For example i send the command trough the Joystick (shift+A) in FS and when i am changing to Word all i wrote is like this AJSDNSNS. In great letters. After round about 15 seconds i wrote in small letters. So i found out that the command must be send for a longer time than only for once. (I have enabled keypress not to be held) Another problem is that i have for example Setup Shift+A on the Joystick key. With this combination i start the fuel lever. First time i push it it works without a problem. When i push the button again nothing happens. I must first push another button that is programmed through the FSUIPC before this button will work again. The button is a toggle.So it is alwas on when i switch it. I didn´t use the keyboard. I programmed the buttos for the joystick. Best regards Christian
  7. Hi, i have one question / problem. I bougt the Hotas Warthog. It is really great. I have setup up it with FSUIPC in FS9. All Axis works perfect :). . But I have the problem that for example when i programmed a key for example "Shift+D" the command will be send for a long time. Can i disable this feature. I want only that the command will be send short and that was it ;). Keypress not to be held is enabled. Thanks and have a nice day. Christian
  8. Hi, thank you. I fixed the problem. I was my fault. There's an option in FSUIPC in the button assignment page saying "Key press not to be held". It's checked by default.I have unchecked it and now i have no problem anymore :) Best regards and thank you. Christian
  9. Hi, thank you for your quick answer. I use the FSUIPC 3.99 and FS9. I use the Yoke-System from Saitek. My operationsystem is Windows 7 with the latest SP. I gave you an other example. I use the new Ifly 737 with the latest SP. I setup in the Keymanager from Ifly "Engine-Anti Ice with ctrl+F7 for on and off". In the FSUIPC i setup the button. Back in FS I can activate it. Without any problems. But when I want to deactivate it again and i push the button nothing happens. I must first push another button which is configured over the FSUIPC or I must wait for a time. When i push the compination on my keyboard it works direct. I have the sampe problem with the Level-d. Best regards and thank you Christian
  10. Hello, i have a little problem with the Joystick buttons. I can assign a button. That is not the problem. When i push the button the first time it works great. But when i push the button next time it doesn´t. I must wait about 30 seconds until it works again. When I push another button and then the first one it works direct. It seems that the FSUIPC blocks a second push on the button for a time. It is a bit stupid when you want to start the APU for example. You must push 2 times. But for the second time you must wait or you must push another key with another option. I hope you understand me.;) Best regards Christian
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.