Jump to content
The simFlight Network Forums

Recommended Posts

Posted

Hey Pete,

 

Is it possible for you to create an "Autopilot disengage" when control forces exceed some amount?  Seems like FSUIPC would be the right place for it.  I guess it would be up to people to know whether the given aircraft should have that feature.

 

Gregg

Posted

Is it possible for you to create an "Autopilot disengage" when control forces exceed some amount?  Seems like FSUIPC would be the right place for it.  I guess it would be up to people to know whether the given aircraft should have that feature.

 

Add-on replacement avionics systems like Project Magenta, SimAvionics and ProSim737 do such things already. You could do it with a plug-in, using some reasonably simple Lua programming. you'd need to work out the logic, then monitor the appropriate offsets and disengage when appropriate. I guess the same would apply to autothrottle too, when, for example, the throttle levers are moved manually.

 

I expect the more sophisticated add-on aircraft will also do these things already (PMDG especially?).

 

Pete

Posted

Yeah, PMDG does...and it's annoying LOL.  But, yes, when you get it tuned it's great!

 

I guess the trick would be to find the range of motion and have a threshold on each that, if exceeded, you disengage it.  I guess I'd have to register for events or set a timer.  

Posted

Yeah, PMDG does...and it's annoying LOL.  But, yes, when you get it tuned it's great!

 

I guess the trick would be to find the range of motion and have a threshold on each that, if exceeded, you disengage it.  I guess I'd have to register for events or set a timer.  

 

Yes, use "event.offset" for the offsets giving you the user-operate control positions (not the A/P controlled values of course) -- look around 3328-3338. Those are the control inputs which are prevented from going through to FS.

 

Pete

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