Jump to content
Sign in to follow this  
EdwardSm

FeelThere E-Jets v3

Recommended Posts

After some lengthy searching I have had no luck finding a module for the FeelThere E-Jets v3 and was wondering if anyone here has done work, or knows of someone who has done work on such a LINDA module they would be generous enough to share?


Edward Smoker Sr.

Share this post


Link to post
Share on other sites

I made one for my use of an MCP panel only, with only limited coverage and some lvar I couldn't get it work,so only compromised with keystorke input, I don't think I'll put it public.

Share this post


Link to post
Share on other sites

That sounds like the route I took. I used FSUIPC to record mouse clicks and assigned those through LINDA to my Boeing MCP. 


Edward Smoker Sr.

Share this post


Link to post
Share on other sites

Here is my actions.lua, I marked what's not working,

For that part, I assined a keystorke( like NUM3 for FLCH) in feeltheres's ejet manager, then made my MCP button input the num3 via FSUIPC

All rotater are directly assigend via FSUIPC's control command, that works better for me without possible lag.

-- EMPTY TEMPLATE -- 
-- Fill with what functions you need --


-- ## System functions ##

function InitVars ()

    -- uncomment to disable display
    -- AutopilotDisplayBlocked ()

end

-- ## AP panel L1 ##
function EMB_FD_L()
    ipc.writeLvar("L:EmbFd1Click",1)
end
-- ## AP panel L2 ##
function EMB_NAV()
    ipc.writeLvar("L:EmbApNavClick",1)
end

function EMB_APP()
    ipc.writeLvar ("L:EmbApAppClick",1)
end
function EMB_BANK()
    ipc.writeLvar("L:EmbApBankClick",1)
end


function EMB_HDG()
    ipc.writeLvar("L:EmbApHdgClick",1)
end

function EMB_HDGKNOB_PUSH()
   --not working
    ipc.writeLvar("L:EmbHdg",-1)
end
-- ## AP panel L3 ##

function EMB_AP()
    ipc.writeLvar("L:EmbApClick",1)
end

function EMB_YD()
    ipc.writeLvar("L:EmbYdClick",1)
end
function EMB_SRC()
    ipc.writeLvar("L:EmbApSrcClick",1)
end
 -- ## AP panel L4 ##

function EMB_AT()
    ipc.writeLvar("L:EmbAtClick",1)
end

function EMB_SPD_FMS()
   --it's actually a toggle
    ipc.writeLvar("L:EmbApSpdOuterClick",1)
end
function EMB_SPD_MAN()
   --it's actually a toggle
    ipc.writeLvar("L:EmbApSpdOuterClick",1)
end
function EMB_SPD_CO()
    --not working
    ipc.writeLvar("L:EmbApSpdInner",1)
end

function EMB_VNAV()
    ipc.writeLvar("L:EmbApVnavClick",1)
end

function EMB_FLCH()
   --not working
    ipc.writeLvar("L:EmbApFlchClick ",1)
end

function EMB_ALT()
    ipc.writeLvar("L:EmbApAltClick",1)
end
function EMB_ALT_FT_M()
      --not working
    ipc.writeLvar("L:EmbAltKnob ",-1)
end

function EMB_FPA()
    ipc.writeLvar("L:EmbApFpaClick",1)
end

function EMB_VS()
    ipc.writeLvar("L:EmbApVsClick",1)
end

 -- ## AP panel L5 ##
function EMB_FD_R()
    ipc.writeLvar("L:EmbFd2Click",1)
end

--## YOKE/THROTTLE  ##
function EMB_AT_THROTTLE()
    ipc.writeLvar("L:EmbAtClick",1)
end

 

  • Like 1

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...