Jump to content
The simFlight Network Forums

samir_robot

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by samir_robot

  1. Thanks alot for your informations

    My problem is that am using vpilot of vatsim and can't find how sending de button Right Control  ? whats the value to do that ?

     

    Is there controls to send to Vpilot to send Push to Talk ? and stop Push To Talk ?

    Thats my problem, can find how can I transfer my real button interfaced to mobiflignt and use it ton send Right CTRL button too computer. this will be captured by vpilot

     

    or is there an ofset to control Vpilot directly to push to talk

     

    Regards and thanks for your assistance.

     

  2. Hello

    here is my code and it works am Using the offset 0x9000 to communicate outside with Visual C++ program.


    function compresseur(offset,val)
        if(val==0) then
                val=0
        else
                val=1
        end
        ipc.writeLvar("L:kompresszor", val)
    end

    event.offset("9000","UB","compresseur")

     

    It works perfectly

    thaks for your recommandations.

    Regards

     

  3. Hello,

    I am looking for offset controling the  compressor for Zlin Aeroplane model.

    I found that the Lvar is L:kompresszor

    When I execute in lua :    vvr = ipc.getLvarId("L:kompresszor")

    the value vvr is 115     thats  rgal 0073 in Hex

    Suppose the compressor is ON (=1)

    when I call

    ipc.writeUB(vvr,0)    No thing in the compressor

    When I call

    ipc.writeLvar("L:kompresszor", 0)    It works  perfectly and the compressor go to OFF.

    Why I cannot call the compressor variable with wrtieUB ? is there mistakes ?

    Regards

     

     

  4. Hello,

    thanks and sorry for my mistake.  I shortcuted LVAR flaps with its offset.

    I know that I am dealing with the god of FSUIPC and that I have to be very careful about the terms I use (LOL)

    The Flaps Var works and I can see the values when I use keyboard control or mouse in graphic view.

    but I can't write directly the value of 1+F and 0  Flaps value in Simlab PLane.

    It works perfectly in all Microsoft models, Aerosoft and wilco models.

    Thanks for your response

    regards

     

     

  5. Hello,

    I have problem with flaps

    I control them by using special card (mine) and it works on all models except FSL with hazard comportement

    I seen that we have  0xBDC LVAR control for flaps

    when I send higer value it works for 12742 flaps2  14563 flaps3 and 16383 FULL

    but it don't work and value dont change when sending 5461 for Flaps1 and 0 for all retracted.

    Have you got some information ?

    Regards

×
×
  • 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.