Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    2000+ Poster - Never Leaves the Sim
    Join Date
    Mar 2008
    Location
    France,Nice
    Posts
    2,652
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: SIOCModule cannot connect to IOCP server

    Hi,

    Ok good for the SPLRs.
    As for the Flaps, now I see I forgot to add a button way inside SIOC creator, I'll try to add that in next version
    The problem with using exact detents in a SIOC code is it might conflict with the auto retraction of the flaps. You can try however, but then I cannot guarantee it'll work. The detents increment is 4096. so flaps 1 is 4096, flaps 1+F is 8192 etc. Since the flaps lever does not have flaps 1+F position, it's a bit tricky...

    What you can do in your SIOC script: detect if the flaps lever is moved up or down, and send to FS through FSUIPC a flaps up or down command
    To send a flaps command, you need to use FSUIPC offset 3110 and send one of these 2 commands:
    FLAPS_DECR=65759
    FLAPS_DOWN=65603

    Cheers,
    JL

  2. #12
    10+ Posting Member
    Join Date
    Mar 2009
    Location
    Austria
    Posts
    17
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: SIOCModule cannot connect to IOCP server

    Thank you for your fast response. I see the problem and will try to implement your suggested mode in the script.

Page 2 of 2 FirstFirst 12