Jump to content
The simFlight Network Forums

dimon2kgb

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by dimon2kgb

  1. Hello! I'm building Autobrakes/Flaps Panel now. It was easy to find the offset for Autobrakes switch, but I cannot find any offsets, linked with N1 set and SPD ref. I need to program inner knob (rotary encoder) and outer knob (rotary switch) for them. Any ideas? Thanks, Dmitry.
  2. Oh, of course, sorry, just i've forgotten about it. :) I'm using Offset $0BE0 for Flaps indication and servo flaps indicator from OC with 10bit resolution. P.S. Maybe 4.40 version can help me? :)
  3. Just does the 4.30 FSUIPC version have enough resolution for servo gauges? I can't make it work in the right way. :(
  4. Oh, i have this problem too. The pointer of my flaps gauge don't move smoothy, but jerky. Should I rewrite my SIOC, or there is a promlem with gettings data from MSFX? :) Video: http://www.youtube.com/watch?v=MQEi-hcVCx4 - Video!
  5. Hi all! Not very long ago I've bought Flaps Indicator and Servo Motor Card from OC. They wrote code for this, using Offset $0BE0. It works in 2004 Sim's version. I have FSX. Will this offset work, or there is no such an offset for FSX? Thanks a lot. Dmitry.
  6. Pete, thanks a lot for your answer. Yesterday i wrote to OC support, and they adviced me to download special IOCP srver for FSX and special SIOC file from there: http://www.iocpserver.net/. So, i've solved the promblem. :) Thanks for your support!
  7. Hello! I have EFIS-737 from OC, and yesterday I started to write SIOC code, but there are too many problems. (I have FSX running on Windows Vista (SimConnect SP1 May07)) First of all, i've copied the SIOC code by OC. But it doesn't work! The fragment of this code is: Var 1201, name PM_MODO, Link FSUIPC_INOUT, Offset $04F4, Length 2 // PM_EFIS_MODO Var 1202, name PM_RANG, Link FSUIPC_OUT, Offset $04F8, Length 2 // PM_EFIS_RANG Var 1203, name PM_DH, Link FSUIPC_OUT, Offset $04FA, Length 2 // PM_EFIS_DH Var 1204, name FS_QNH, Link FSUIPC_OUT, Offset $0330, Length 2 // FS_QNH_MB Var 1208, name PM2_RANG, Link FSUIPC_OUT, Offset $5524, Length 2 // PM_EFIS_RANG FO Var 1210, name PM2_DH, Link FSUIPC_OUT, Offset $5532, Length 2 // PM_EFIS_DH FO Var 1212, name FS2_QNH, Link FSUIPC_OUT, Offset $552E, Length 2 // FS_QNH_MB FO But i don't find these offsets in any documentation! The only i've found about EFIS is: 0E5A 2 EFIS active (1=enabled) 0E5C 2 EFIS VOR/ILS elevation in metres 0E5E 2 EFIS density: 0=thin, 1=medium, 2=thick 0E60 2 EFIS range: 0=short, 1=medium, 2=long 0E62 2 EFIS mode: 0=normal, 1=reset, 2=plot intercept 0E64 2 EFIS via VOR (2) or ILS (4) 0E66 2 EFIS NAV select (1 or 2) 0E68 2 EFIS display type: 0=rectangles, 1=telegraph poles, 2=yellow brick road Never mind, i decided to use Key Emulation, but I didn't find any functionss of EFIS in FSUIPC4/Key presses ! (I use 4.28, registered) So, i really didn't know to do, when i remembered Mouse macros. Ok, I entered the Key presses tab, and pressed "Create mouse macro". I entered the name, pressed ok and got back to the game. I pressed mouse button on the needed place, but! Nothing happened. I pressed it many times, next i went to that tab and pressed "End macro". I went to the log file. But there i've only seen RX29550*X8bcc lines. It's all. So, the question is: what can i do or how can i know "RXxxxx*xxxx" - type name of the point? I've created MCRO file, but i don't know how to get names "RXxxxx*xxxx". [Macros] Module="panels.dll" 1=L ADF=RX35a0*Xa1cc 2=L VOR=RX3660*Xa1cc Thanks for ANY help. Dmitry.
×
×
  • 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.