electro-mechanical linkage help?
electro-mechanical linkage help?
(OP)
I am working on a flight control system that is electro-mechanically driven. I want to linear displaced levers together so that when you move one the other one moves as well. If both levers are moved the one being displaced with the higher force will move the other. Its similair to a mechanical linkage but it will be done via a motor. Does anyone know if this has been done or where I can find more information on it? I know BAE has flight sticks that can do this and they are not "hard" linked. Thanks in advance!





RE: electro-mechanical linkage help?
"If I had eight hours to chop down a tree, I'd spend six sharpening my axe." -- Abraham Lincoln
For the best use of Eng-Tips, please click here -> FAQ731-376: Eng-Tips.com Forum Policies
RE: electro-mechanical linkage help?
thanks!
RE: electro-mechanical linkage help?
"If I had eight hours to chop down a tree, I'd spend six sharpening my axe." -- Abraham Lincoln
For the best use of Eng-Tips, please click here -> FAQ731-376: Eng-Tips.com Forum Policies
RE: electro-mechanical linkage help?
I do not have the ability to link them through "hard" linkages. I do have the ability to place a device (i.e. motor with another sensor perhaps) on each lever that would "couple" them together so they would "feel" like they are linked mechanically through a "hard" linkage.
I was debating on using a stepper motor with a position sensor and torque transducer but I think there are faster methods then this.
I have heard of synchros but I have been relatively unsuccessful in finding out if this would work.
I want it so that if both pilots try to move the throttle, only the stronger pilot will succeed.
RE: electro-mechanical linkage help?
Joking aside:
Aircraft have needed the system you mention for years.
"Electrical sychro" systems. Lots on google.
Here's a company that has a lot of that:
htt
Here's; A historical troubleshooting lesson.
http://www.tpub.com/neets/book15/61o.htm
Keith Cress
kcress - http://www.flaminsystems.com
RE: electro-mechanical linkage help?
Best,
David
RE: electro-mechanical linkage help?
Ed
RE: electro-mechanical linkage help?
Ed
RE: electro-mechanical linkage help?
Seriously, synchros were the main method for performing this type of "electronic gearing" in the pre-digital era. But I really can't imagine doing it that way now. Software-based digital techniques will give you so much more flexibility -- you're changing a few lines of code to tweak the performance, rather than changing component values or rewiring.
Many "remote operated" systems, including fly-by-wire and drive-by-wire (plus robotic surgery) provide digitally generated feedback to the operator -- yours would just be an extension of these techniques.
Curt Wilson
Delta Tau Data Systems
RE: electro-mechanical linkage help?
I've played with sychros and they are fascinating devices, but I don't know how much force they can apply without using a lot of power. They won't stay in sych without power.
Digital would certainly work but require position and force sensors. This could help to integrate the levers with other flight controls. But this would be very complex for such a simple function if it is a stand-alone system.
RE: electro-mechanical linkage help?
The package dimension requirements limit me to using a small motor 4x4x4 inches max in the assembly. My thoughts were to hook the throttles using a "looped" cable so that the motor receives the position in a rotary form. I can live with a nominal "break away" force in which the throttles would not be mirrored if high counteracting force was placed on them. I figure I wont get a huge power density in such a small motor.
I looked at synchros but it appears that only one company (www.windings.com) manufactures them still and it was for GE (and they are not small :( !).
I dont mind using hydraulics but it cant be a linear actuator. The assembly is 8 inches in length and the throttle slides 6 inches along that with 1 inch on each end. I can increase the package size to accommodate a rotary motor but not by much.
I would ideally like to use two stepper motors but I dont have the foggiest in how to implement the control method or system. :-/
RE: electro-mechanical linkage help?