Cruisers Forum
 

Go Back   Cruisers & Sailing Forums > Engineering & Systems > Marine Electronics
Cruiser Wiki Click Here to Login
Register Vendors FAQ Community Calendar Today's Posts Log in

Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 02-09-2021, 17:37   #1
Registered User
 
Dave_S's Avatar

Join Date: Jun 2016
Location: Brisbane Australia
Boat: Schionning Waterline 1480
Posts: 1,987
Convert cable to drive by wire for outboards - thoughts ?

I am thinking of replacing my cable controlled outboards with drive by wire. It will need to change gears and adjust the throttle on two outboards.

The radius required for the cable is too small and the length of cable too long, it makes the controls very tight. Plus the controls are in a fixed location and rarely where you want them, it would be nice to be able to move around the boat with a remote.

I was thinking of stepper motors and program an Arduino type controller to a remote control that could even be used from the dock (hahahaha, not sure I would be game for that, just a thought) I shouldn't have thought of that, now I've got an image of the boat heading off without me

Has anyone done a DIY type conversion for this or for any other function on a boat (steering maybe) - successful or not that would be willing to share some advice. Salt water compatible ?
__________________
Regards
Dave
Dave_S is offline   Reply With Quote
Old 02-09-2021, 22:04   #2
Registered User

Join Date: Jan 2014
Location: Panama City FL
Boat: Island Packet 32 Keel/CB
Posts: 995
Re: Convert cable to drive by wire for outboards - thoughts ?

I spent 30 years designing this type of stuff for underwater vehicles for the US Navy. Strikes me as a lot of work (electrical and mechanical). Programming a small microcontroller maybe 2% of the effort. Steering easy, just buy and install an autopilot. Stepping motors will faithfully follow a fwd/ reverse pulse train (provided you do not exceed rated torque) but they must be initialized when powered up. DC servos also work. There will be gear reductions, motion translation (motors just go round and round), feedback sensors, couplings, seals, wiring, motor drive electronics, ect, ect. IMO just a bad idea unless you have a DOD sized pocket book or just bored with your life. Get two large dogs and a girl friend, that fwd/ reverse shifting will be smooth as silk .


Frankly
Frankly is offline   Reply With Quote
Old 03-09-2021, 16:10   #3
Registered User
 
Dave_S's Avatar

Join Date: Jun 2016
Location: Brisbane Australia
Boat: Schionning Waterline 1480
Posts: 1,987
Re: Convert cable to drive by wire for outboards - thoughts ?

Quote:
Originally Posted by Frankly View Post
I spent 30 years designing this type of stuff for underwater vehicles for the US Navy. Strikes me as a lot of work (electrical and mechanical). Programming a small microcontroller maybe 2% of the effort. Steering easy, just buy and install an autopilot. Stepping motors will faithfully follow a fwd/ reverse pulse train (provided you do not exceed rated torque) but they must be initialized when powered up. DC servos also work. There will be gear reductions, motion translation (motors just go round and round), feedback sensors, couplings, seals, wiring, motor drive electronics, ect, ect. IMO just a bad idea unless you have a DOD sized pocket book or just bored with your life. Get two large dogs and a girl friend, that fwd/ reverse shifting will be smooth as silk .


Frankly
Thanks for your feedback.

I like projects where I learn something new and I hate the existing cable controls so I might find out a bit more. I work in mechanical design and I'm confident I can make the physical side work. In my work I have a basic understanding of simple electrical components and capabilities of electronics including very occasional work with stepper motors but I design how I want it to drive and I outsource the PCB and software that makes it happen. So the electronics and software is all learning curve for me.

I'm interested to hear more about using servo motors, I have been thinking steppers, only because I expected they would be smaller for the same low speed torque.

Is it a good idea to use a potentiometer to determine the position of the throttle and gear selector axel. If so where would I source quality parts for use in harsh environments.

Thanks again.
__________________
Regards
Dave
Dave_S is offline   Reply With Quote
Old 03-09-2021, 16:35   #4
Registered User

Join Date: Dec 2020
Posts: 750
Re: Convert cable to drive by wire for outboards - thoughts ?

Just throwing some things at the wall...

You don't really need to command a specific throttle position, all you need is "add throttle" "reduce throttle" and "hold". Seems like linear actuators would be a possible solution. Let somebody else design the mechanical end of things. All you would need is a speed control for the actuator. Push a lever forward to go faster, further forward goes faster, faster. The center position holds speed, and pulling back reduces throttle. No need for fancy electronic position sensor or other feedback. The feed back loop is YOU. It is a different kind of control logic, for speed control at the helm but very doable.

Even easier for shifting. Just set the travel limit, and add a F/N/R switch at the helm. Easy. A simple limit switch can prevent shifting with the throttle advanced.

For me the real issue with anything like this is examining failure modes and making sure that things can not fail in an unacceptable way, and that there is a usable "limp home" mode.
BillKny is offline   Reply With Quote
Old 04-09-2021, 13:49   #5
Registered User

Join Date: Jul 2012
Location: North East USA
Boat: 1975 Tartan 41'
Posts: 1,044
Re: Convert cable to drive by wire for outboards - thoughts ?

I have done a bit of arduino work. throttle and shift is pretty easy to do. you need a power source (battery) that can charge from the engine to power the arduino and motors. I would just use servos from the RC industry for throttle. shifting may be too much load for an rc servo and you may need a "shield" which powers the motor vice directly powered off the arduino board. however, since shift is only 3 positions, you could just use 2 solenoids (1 on forward, both off neutral 2nd on reverse) connected to relays run from the arduino.. actually you don't need the arduio at all for shifting, just switches and relays. when the Arduino initializes, you can set the start point for the servo as zero throttle.. I think a weekend and you can have this done.. assuming you know a bit of programming and electronics already . make it fly by wire. not remote control. if you know arduino then this is a few hours of work... and I agree, you don't need any position sensors or feedback loop. keep it simple
zstine is offline   Reply With Quote
Old 04-09-2021, 21:44   #6
Registered User
 
Dave_S's Avatar

Join Date: Jun 2016
Location: Brisbane Australia
Boat: Schionning Waterline 1480
Posts: 1,987
Re: Convert cable to drive by wire for outboards - thoughts ?

I thought about solenoids for gear selector but I they might be a bit harsh on the gearbox so a nice programmable speed motor with ramping at each end might be kinder.

I'm new to the programming (2 day YouTube expert now). I bought an Arduino kit and have been playing with it. It seems pretty straightforward-ish.

I'm not sure what drives will fit at the moment, linear or rotary (both are nice for different reasons) until I have a good look and measure the force needed I think the throttle drive motor will be rotary and easily sit under the cover something like a NEMA 11 short motor should handle that but I'll have to measure the effort required for gears, l looked at some NEMA 17 but might need to be 114mm long to have the power and probably won't fit, so maybe a shorter NEMA 23 might do it ? If they won't fit under the cover then they must be linear.
__________________
Regards
Dave
Dave_S is offline   Reply With Quote
Old 04-09-2021, 22:29   #7
Registered User

Join Date: Jan 2015
Location: SoCal
Boat: Formosa 30 ketch
Posts: 1,004
Re: Convert cable to drive by wire for outboards - thoughts ?

B-17s used cables
Bill Seal is offline   Reply With Quote
Old 05-09-2021, 00:46   #8
Registered User
 
Franziska's Avatar

Join Date: Mar 2011
Location: Panschwitz, Germany
Boat: Woods Mira 35 Catamaran
Posts: 4,262
Re: Convert cable to drive by wire for outboards - thoughts ?

Following, we have the same issue and I'd love to see your progress on this.
I also like the idea of the linear actuators ans F/N/R switch. Sounds doable.
__________________
www.ladyrover.com
Franziska is offline   Reply With Quote
Old 05-09-2021, 11:26   #9
Registered User

Join Date: Jul 2012
Location: North East USA
Boat: 1975 Tartan 41'
Posts: 1,044
Re: Convert cable to drive by wire for outboards - thoughts ?

Quote:
Originally Posted by Dave_S View Post
I thought about solenoids for gear selector but I they might be a bit harsh on the gearbox so a nice programmable speed motor with ramping at each end might be kinder....

I'm not sure what drives will fit at the moment, linear or rotary (both are nice for different reasons) until I have a good look and measure the force needed I think the throttle drive motor will be rotary

I don't think a slow, gentle shift movement is what you want. certainly not a ramping speed. That is more likely to cause grinding gears. these are basically square tooth dogs your engaging and my outboard experience is that easing the shifter results in grinding. I think the quick action of a solenoid would be 'kinder' on the gears. make sure the solenoid stroke matches the shifter stroke and put some rubber bushings in the linkage and it's good to go.


As for the throttle, if you remove the return spring (not needed for servo controlled) the force is almost zero. A cheap $15 RC plane or car servo like futaba S3003 is fine and they are small.




of course you could do this for almost $zero$ with hydraulics... As in a few 'free' medicine syringes from CVS pharmacy and a bit of cheap tubing filled with oil.

a la...
zstine is offline   Reply With Quote
Old 10-02-2023, 03:16   #10
Registered User
 
Franziska's Avatar

Join Date: Mar 2011
Location: Panschwitz, Germany
Boat: Woods Mira 35 Catamaran
Posts: 4,262
Re: Convert cable to drive by wire for outboards - thoughts ?

Quote:
Originally Posted by Dave_S View Post
I am thinking of replacing my cable controlled outboards with drive by wire. It will need to change gears and adjust the throttle on two outboards.



The radius required for the cable is too small and the length of cable too long, it makes the controls very tight. Plus the controls are in a fixed location and rarely where you want them, it would be nice to be able to move around the boat with a remote.



I was thinking of stepper motors and program an Arduino type controller to a remote control that could even be used from the dock (hahahaha, not sure I would be game for that, just a thought) I shouldn't have thought of that, now I've got an image of the boat heading off without me



Has anyone done a DIY type conversion for this or for any other function on a boat (steering maybe) - successful or not that would be willing to share some advice. Salt water compatible ?
Resurrecting this. Did you ever get this to work?
__________________
www.ladyrover.com
Franziska is offline   Reply With Quote
Reply

Tags
outboard


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
110V(3 wire) panel split to 230V(3 wire) and 110V(3 wire) breakers? BrettB Electrical: Batteries, Generators & Solar 22 29-04-2019 00:30
Wanting to convert to Electric Drive NCSailor52 Electric Propulsion (EP) 25 30-04-2017 14:59
interesting way to convert a bike to electric drive socaldmax Fishing, Recreation & Fun 0 07-03-2015 13:43
Anyone convert their freewheeling drive shaft to a hydro turbine? VinnyVincent Monohull Sailboats 44 13-02-2015 09:44

Advertise Here


All times are GMT -7. The time now is 06:36.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.