Autothrottles & servos disconnect
Hi,
I am building a 737 throttle assembly with A/T servos and I have come up with a way to disconnect the servos when the A/T is not active so that you can move the throttles manually. I made a drawing that describes how I plan to do it and I'm wondering if my idea will work or if I have missed something crucial.
I would appreciate any comments from anyone who thinks this might or will not work for whatever reason.
Thanks,
Maurice
http://i32.photobucket.com/albums/d3...rvoswiring.jpg
Re: Autothrottles & servos disconnect
Hi M - did you find the answer to this one yet? I'm guessing the power would have to be switched off somehow when any none of the at modes are active - ie, the at thrust annunciation in the fma is blank - what happens if you have the porwe to the servo running, but are not in any AT mode on your set up? Will the servo hold the last position it was in?
cheers,
FC
Re: Autothrottles & servos disconnect
Quote:
Originally Posted by
farrokh747
Hi M - did you find the answer to this one yet? I'm guessing the power would have to be switched off somehow when any none of the at modes are active - ie, the at thrust annunciation in the fma is blank - what happens if you have the porwe to the servo running, but are not in any AT mode on your set up? Will the servo hold the last position it was in?
cheers,
FC
This is how I resolved my problems. This works perfectly for me and although it may not be the best solution, it does everything I need it to do.
Basically, power is supplied to the servos if the autothrottle switch is on and if either TOGA, Airspeed or Mach hold are on. The A/T disconnect on my throttle assembly turns off the autothrottle and that automatically removes power to the servos and allows me to move the throttle handles & control the power manually.
The spare inputs to the OR gate can be used if there are other conditions that require power to the servos, but so far I haven't found any (I'm sure there must be other times when that would be required, and if I find out what it is, I will use the spare inputs).
http://entertainment.webshots.com/ph...51510320bvfAHE
Regards,
Maurice
Re: Autothrottles & servos disconnect
Hi maurice - thanks for the diagram - will see how I can make it work for me -
Happy New Year -
c
FC
Disabling the power to the servo by software ?
Hello all,
My autothrottle works fine. The only problem I have now is that it always works - can not disengage the servos so it will move freely again by the pilot.
I saw all the posts here about using the 0/0/4 relay card and understand the idea of this implementation.
I was just wondering - When I double click on the Ph icon (the Phidgets driver) and then the AdvancedServo Phidgets card, I noticed it was possible to click or unclick the engage option (using FS2Phidgets version 4.3.8 - last version?).
When the servo is disengaged, it is possible to move the throttle freely.
I am asking myself why does one have to use the Phidgets 0/0/4 interface card, if its possible to give a software command to engage/disengage the servos???
I guess your answer will probably be - there's no such option in FS2Phidgets. But then again - is it really impossible to do that automatically via FS2Phidgets? That FS2Phidgets looks at a specific logical variable (coming from FSUIPC for example) and that the value TRUE or FALSE will determine if the specific servo will be powered or unpowered?
If this option is not available in FS2Phidgets - how much work will it be to add this feature to FS2Phidgets?
I was wondering since I am coming from the software side of computers - and if the simple Ph driver can engage/disengage the power to the servo, any software can - am I wrong?
Thanks in advance for your ideas about that thought,
Eyal
Disabling the power to the servo by software ?
What I actually mean to ask is:
Would it be possible for FS2Phidgets to simply call the function
CPhidgetAdvancedServo_setEngaged
Which is found in the Phidgets21 package (see phidgets21.h in C:\Program Files\Phidgets\)
Whether it calls this function with a TRUE or FALSE in the engagedState parameter is up to the decision logical variable, that has to be possible to define through the user interface in FS2Phidgets (my impression until now is that it is still impossible to do this via the user interface of FS2Phidgets).
Is it lots of work to add this feature to the user interface and the implementation of FS2Pidgets.
Thanks again,
Eyal
Reason to give up another weekend :-)
Hi Alan,
Thank you very much for your reply.
Well, there might be some good reasons for giving up another weekend:
1) I promise to let you know if the update worked out.
2) I think this small change can make many builders quite
happy (if this will work, the state-of-the-art
FS2Phidgets will be even more versatile).
In my opinion this servo engage/disengage problem
really cries out for an elegant software solution.
3) I'll be more than thankful ?
Curiously waiting for your reply,
Eyal Halm