Go Back   EcoModder Forum > EcoModding > EcoModding Central
Register Now
 Register Now
 

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 04-18-2011, 02:45 PM   #1 (permalink)
EcoModding Lurker
 
Join Date: Apr 2011
Location: The Netherlands
Posts: 32
Thanks: 0
Thanked 3 Times in 2 Posts
Automated engine-off coasting..

I wonder if anyone has experimented with this yet.. in most modern cars, pretty much everything is governed electronically. I am just curious how feasible it would be to have an electronic controller do all the 'hard work'.

Say you're on a road with a 50mph speed limit. You could have a controller gently accelerating the car to 55mph, engage the clutch, turn off the engine, let the car coast to 45mph, restart the engine, disengage the clutch and gently accelerate back to 55mph. Wash, rinse, repeat. Kind of like a hypermiling cruise control.

Of course its practicality might be limited to roads with little other traffice, but the concept sounds neat in my mind..

Has something like this been tried yet?

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 04-18-2011, 09:15 PM   #2 (permalink)
Coasting Down the Peak
 
skyl4rk's Avatar
 
Join Date: Jun 2008
Location: M I C H I G A N
Posts: 514

Toyauto Pickup - '94 Toyota Pickup 2WD
90 day: 36.32 mpg (US)

Versa Base - '09 Versa Sedan 1.6 Base
Team Nissan
90 day: 41.69 mpg (US)
Thanks: 27
Thanked 42 Times in 35 Posts
I have thought about hacking something like this. My Versa has a drive by wire system, and I believe the throttle is controlled by voltage level, 0 to 5V. I would like to put together an algorithm that inputs rpm, engine load and mph, and outputs an ideal throttle position. When I get to 5th gear (top gear), I would press a button to accelerate using the algorithm, and then at the target speed, press another button to kill the motor, and manually disengage the gear, using the clutch if necessary.

Your idea automates more of the process, but I think I could actually build a system that automatically throttles up to a target speed in high gear. The algorithm could be modified and experimented with to find the optimal curve.

The automated system would make doing 35-50mph EOC very easy, and every pulse would be using the most efficient throttle method that you could work out by experimentation.
__________________
Nissan Versa Aeromods
  Reply With Quote
Old 04-19-2011, 01:33 PM   #3 (permalink)
EcoModding Apprentice
 
Join Date: Dec 2009
Location: Wisconsin
Posts: 233

Black Beauty - '13 Hyundai Elantra
Thanks: 71
Thanked 2 Times in 2 Posts
Very cool idea. I don't know enough yet to try anything like it myself, but I support this thread.
  Reply With Quote
Old 04-19-2011, 01:44 PM   #4 (permalink)
Making Ecomods a G thing
 
Join Date: Jan 2011
Location: Illinois
Posts: 655

Angie - '08 Infiniti G35 X
90 day: 22.03 mpg (US)
Thanks: 35
Thanked 75 Times in 58 Posts
great idea, though i don't think it would be very easy to incorporate into a car, you need the second computer to control the clutch, the starter, as well as the throttle and coordinate all of them properly. yes you could build a computer to do it, but it would be hard to incorporate it into a vehicle
__________________

  Reply With Quote
Old 04-19-2011, 06:02 PM   #5 (permalink)
Left Lane Ecodriver
 
RobertSmalls's Avatar
 
Join Date: Aug 2008
Location: Buffalo, NY, USA
Posts: 2,257

Prius C - '12 Toyota Prius C
Thanks: 79
Thanked 286 Times in 199 Posts
There are some big issues with an automated P&G setup. For one, you'd need an actuator to shift into and out of Neutral. If you just had an actuator on the clutch, you'd put undue wear on the clutch release bearing. Another issue is hills and traffic. A human driver is so much better than an Arduino at anticipating good coasting opportunities.

One thing that is on my to-do list is to rig up an automatic kill switch, so that every time I shift to N for more than 500ms, the engine dies. That would make P&G as easy as: pulse, shift to N (engine dies), glide, tap the throttle (engine restarts), shift into gear, repeat.

The Insight makes this an easy project, because it has a sensor that reports when you're in Neutral, and it already has engine restart logic programmed for you. It might be harder to detect Neutral on other cars. You can't rely on the clutch switch, because it's only closed when the clutch pedal is all the way to the floor.
  Reply With Quote
Old 04-20-2011, 08:44 AM   #6 (permalink)
EcoModding Lurker
 
Join Date: Apr 2011
Location: The Netherlands
Posts: 32
Thanks: 0
Thanked 3 Times in 2 Posts
Quote:
Originally Posted by RobertSmalls View Post
The Insight makes this an easy project, because it has a sensor that reports when you're in Neutral, and it already has engine restart logic programmed for you. It might be harder to detect Neutral on other cars. You can't rely on the clutch switch, because it's only closed when the clutch pedal is all the way to the floor.
Good points all around.. I'm thinking this might be easier on a motorcycle-powered car: after all, motorcycles already come with a neutral indicator.. Shifting from 5th or 6th down to neutral, then back up again for when the engine restarts is a pain in the butt though.

Are there any workarounds to the clutch bearing issue?
  Reply With Quote
Old 04-20-2011, 09:02 AM   #7 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
Quote:
Originally Posted by akumabito View Post
...
Are there any workarounds to the clutch bearing issue?
Yes, and it is appropriately complicated.

You need to add solenoids that can put your transmission in any gear or in neutral (reliably) or just focus on top gear for now.

You also need a vehicle speed sensor

And you need an rpm signal

And you need to know the RPM to MPH ratio for each gear you want to automate.

And you need to have a way to control the throttle (of course) by automation.

And you need to have a way to kill the engine by automation.

And you need to have a way to start the engine by automation.

And you might want to have a reading on manifold pressure.

However, unless you are at a complete stop, you do not need to do anything with the clutch.

So to initiate a glide, your robo-shifter would:

"unload" the engine so it could slip the transmission into neutral, i.e.
a. if the engine is providing torque then kill it and while there is slack in the driveline slip it into neutral.

b. if the engine is in overrun (high vacuum) then give it some gas to load it, then kill it and slip into neutral.

c. ensure engine is killed.

To initiate a pulse, your robo-shifter would:
a. start the engine

b. examine vehicle speed

c. determine appropriate gear selection

d. bring engine rpm up to the precise speed needed to slip the transmission into the next gear.

e. start accelerating at most efficient rate.


And of course you want to think about how much pressure your robo-shifter should apply and when, perhaps with pressure feedback, and expect many experiments (broken bits) while you get it perfected. It also will work better with more vss (vehicle speed sensor) pulses per revolution, i.e. perhaps an ABS sensor might be a good choice.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 04-20-2011, 09:04 AM   #8 (permalink)
EcoModding Lurker
 
Join Date: Apr 2011
Location: The Netherlands
Posts: 32
Thanks: 0
Thanked 3 Times in 2 Posts
Not impossible, but beyond my skills, sadly..

I do hope someone more tech-savvy can experiment with something like this..
  Reply With Quote
Old 04-20-2011, 09:20 AM   #9 (permalink)
Administrator
 
Daox's Avatar
 
Join Date: Dec 2007
Location: Germantown, WI
Posts: 11,203

CM400E - '81 Honda CM400E
90 day: 51.49 mpg (US)

Daox's Grey Prius - '04 Toyota Prius
Team Toyota
90 day: 49.53 mpg (US)

Daox's Insight - '00 Honda Insight
90 day: 64.33 mpg (US)

Swarthy - '14 Mitsubishi Mirage DE
Mitsubishi
90 day: 56.69 mpg (US)

Daox's Volt - '13 Chevrolet Volt
Thanks: 2,501
Thanked 2,586 Times in 1,554 Posts
Here is the next closest thing: http://ecomodder.com/forum/showthrea...top-16395.html

Its still a work in progress, but should hopefully be working soon.
__________________
Current project: A better alternator delete
  Reply With Quote
Old 04-20-2011, 09:24 AM   #10 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
Quote:
Originally Posted by akumabito View Post
Not impossible, but beyond my skills, sadly..

I do hope someone more tech-savvy can experiment with something like this..
I look at what is involved and I appreciate manual shifting and a kill switch all the more Especially since I have a built in clutch controller as well.

__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Reply  Post New Thread






Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.5.2
All content copyright EcoModder.com