Jump to content
The simFlight Network Forums

DL3FY_Juergen

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Spain

DL3FY_Juergen's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. hi Pete, thanks for prompted answer. Hope your holliday whas nice. I think i have not good enought explayned what the situation here is. I will given now more informations ... that whe can clearified the situation. No.1: the Servo-stearing for FLAPS-indication. This is now working also correct for a normal aircraft AND for a PMDG-model. The OFFSET is the same for both: but ... there was a significant difference. I have solved this differences by compled new values for the PMDG-model. No.2: stearing from external the control lever for the FLAPS. This is my problem I use one of the 4 INPUTS of the USB_Servo board for external stearing the FLAPS control lever. The values goes then over this SIOC line to the Fsx Var 0100, name fflaps, Link FSUIPC_INOUT, Offset $0BDC, Length 4 // Valor de Flaps So, the FSX with a standard model (B737 or others) works fine with this ... and the FLAP lever in the cockpit following the inputs from the potentiometer. Now: When i use then a PMDG model, the lever in the cockpit is dead ... no function ... and shows no effects from the potentiometer anymore !- I think ... it is a OFFSET problem ... like decribted in No.3. No.3: SPEED-switch-off function ( MCP from OPENCOCKPITS ). For a AUTOTHROTTLE-function (build with a SERVO as a actuator coupled to a potentiometer)... I using for a normal aircraft the OFFSET with this SIOC-line Var 0030, name switch_Servo, Link FSUIPC_IN, Offset $07DC, Length 4 // Autopilot airSPEED hold ... but, with a PMDG model selected, the function does not work ... NOW: I have found in a another SIOC routine this OFFSET =>>$66F2 ...and i use it now for the PMDG model ( this OFFSET is not shown in Your "Offset Mapping for PMDG 737NGX" ). Var 0030, name switch_Servo, Link FSUIPC_IN, Offset $66F2, Length 1 // PMDG-SPEED ... and, it works fine ! It whas a OFFSET problem. That's the reason that i think No. 2 is based on the same thing I hope that I could properly express my problem in the English language and hope for understanding. greatings Juergen
  2. hi Peter, I use the USB_Servos board from OPENCOCKPITS with any functions. All that works fine with a standard aircraft; but, when i use a PMDG model, some functions will not work. I know it is a OFFSET problem. now ... i need to know the new OFFSET for the FLAPS control lever (PMDG737 model) In your List "Offset Mapping for PMDG 737NGX from Peter L. Dowson, April 2012, by permission of PMDG, Revised 7th April 2012" i cannot find that. Can You tell me what i have to use ? Sorry for my bad english. Thanks and greetings Juergen
  3. hi Pete, right ... it is difficult for me. I have to translate parts via google ! quote So the line in your case is surely "KeySend1=RunKey1", assuming you only want the program to be Run when that KeySend is sent. ---------- I am verry sorry ... that i have not seen in your post before quote EXACTLY AS DOCUMENTED IN THE SECTION I QUOTED FOR YOU, and which you ignored. Why did I bother to write all those details and include the answer in my reply if you just ignore it? ---------- So ... i have used now "KeySend1=RunKey1" as your told me ... and additionally it was neccessary here to change the parameter (in FSUIPC settings) for the key "O" to 1 (was 0 before) ... and now it works !- Sorry again .. and thanks for helping. I think, it can also be verry helpfull for other peoples Regards Juergen
  4. hi Pete, thanks for your quick reaction and answer. Yes ... I have read the documentations (up and down, verry often) / esp. the part of using the KeySend facility and understand also the differences between *** RunKeyN, RunReadyN und RunN *** I have now long enough played with this. I mentioned in my first msg that the RunReadyN (and RunN too) works fine ... but only the RunKeyN doing nothing ... there comes NO action when i press the appr. Key on the Keyboard of the Host-Pc i.e. the program does not start. U ask me from where this syntac is *** 191,8,1006,1 *** .... i have taken that from the INI-file of FSUIPC ... and out of sheer frustration taken !- :D Now i have my WideClient-INI-file restored again and tried with a another Key (79,x) ... also no reaction by pressing the Key. I could not find why it does not work. Pls control my INI-file. thanks for helping, regards Juergen Here my last INI file: [Config] ServerName=PC1 Protocol=TCP ;ServerIPAddr=192.168.1.33 Port=8002 Port2=9002 Window=791,96,324,165 visible=Yes ButtonScanInterval=20 ClassInstance=0 NetworkTiming=5,1 MailslotTiming=2000,1000 PollInterval=2000 ResponseTime=18 ApplicationDelay=0 TCPcoalesce=No WaitForNewData=500 MaxSendQ=100 OnMaxSendQ=Log NewSendScanTime=50 Priority=3,1,2 [user] Log=Debug ; Errors+ Monitor=5600,256,5B00,128,028C,1,04E0,88,48F0,10,5400,512 ShowCounts=No ShowRxFramerate=No Background=H:\REFLEX\Simulator\Flugzeug\Bellanca\Bellanca_Blau-gelb2.bmp KeySend1=79,8 ;is Key Oh UseSendInput=Yes RunKey1=D:\1_FSHostSpy\FSHostSpy13.exe CloseKey1=Yes ;RunReady2=C:\Programme\Aerosoft\FSC\FSC.exe ;CloseReady2=Kill [sounds] Path=F:\FSx\WideClient\Sound\ Device1=Primärer Soundtreiber Device2=C-Media Wave Device
  5. hi, Who can help ? I use FSUIPC and WideFS (last Version as packet received) for FSx. My problem is, that I cannot start a program (exemp. FS commander) then, when I press a button on the server PC. When I use the RunReady command, then the program starts, when the connection between server and client is given ... and works fine. All datas goes from server to the client Pc and iI can control my flight on the map. Have defined a key (#) with FSUIPC (over "KeySend"). The FSUIPC.INI shows that too [Keys] 21=191,8,1006,1 and should be right. In the WideClient.INI I use this: KeySend1=191,8,1006,1 RunKey1=D:\1_FSHostSpy\FSHostSpy13.exe ; startet nicht nach Tastendruck ! Close1=Yes So, the signal comes to the client when the key is pressed ... but the program (here FSHostSpy) does not start. Here the part of the monitored address: 2953 In MessageLoop <M0:L0:C1> 3000 WSA_READ Entry <M0:L1:C1> 3000 WSA_READ FD_READ <M0:L1:C1> 3000 GetRecv() gets 35 <M0:L1:C1> 3000 GetRecv() packet 35 <M0:L1:C1> 3000 WSA_READ ProcessResponse <M0:L1:C1> 3000 In MessageLoop <M0:L1:C1> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 3000 Action request for "1006", KeySend1 - looking for Window ... <M1:L1:C1> 3000 Post/Send input for KeyHook action 1 <M1:L1:C1> 3016 GetRecv() done, zero <M1:L1:C1> 3016 SendInput used for KeyHook action 1 <M1:L1:C1> 3016 WM_KEYDOWN sent to Window 00200196 ok, VK code 191 <M1:L1:C1> 3016 SendInput used for KeyHook action 1 <M1:L1:C1> 3016 WM_KEYUP sent to Window 00200196 ok, VK code 191 <M1:L1:C1> 3016 Action request sent 2 events <M1:L1:C1> 3016 Checked KeySend[2]=1 <M1:L1:C1> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Is it right so or wrong ? Is that what I need possible or have I missunderstand the Documenttion ? Sorry for my english thanks, Juergen
×
×
  • 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.