Go Back   EcoModder Forum > EcoModding > Hypermiling / EcoDriver's Ed
Register Now
 Register Now
 

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 07-29-2008, 07:44 PM   #1 (permalink)
EcoModding Lurker
 
Join Date: Jul 2008
Location: Long Beach, CA
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Auto transmission with the manual shift feature

So I have this manual shifting feature as part of my "automatic transmission." Would using this feature to find my most efficient cruise speed (lowest speed in highest gear) be a good tool for maximizing mpg? Or is there something about this manual shift feature that eliminates/decreases the perceived benefit of manual over automatic transmissions?

Thanks.

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 07-29-2008, 11:20 PM   #2 (permalink)
EcoModding Lurker
 
Join Date: May 2008
Location: Oregon
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
My wife's VW Rabbit has this feature and I tried it a couple of times.
It kind of works, but it won't let you choose any gear you want. Let's say you want to shift into 5th doing 25, it just will not do it at this low speed. Basically I was constantly trying to get into higher gears.
You also have to push the shifter to the side, which makes it harder to shift into neutral for coasting.
I don't use it anymore whenever I drive her car, drive in D instead and can shift into neutral at any given time.
  Reply With Quote
Old 07-30-2008, 05:07 PM   #3 (permalink)
EcoModding Lurker
 
Join Date: Jun 2008
Location: Glassboro, NJ
Posts: 88

Kawi - '04 Kawasaki Vulcan 800 Classic
90 day: 56.48 mpg (US)

The Monte - '99 Chevrolet Monte Carlo Z34
90 day: 26.52 mpg (US)

Mazda - '10 Mazda 3i
90 day: 35.15 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
I had an '07 Dodge Caliber and it had the same thing. It was almost worthless. It wouldn't shift smoothly and like what was said it wouldn't let you pick the gear you wanted if it was below a certain rpm range. Being able to shift into neutral is much more useful.
__________________
Goal one= 30mpg on The Monte by changing the nut that connects the steering wheel to the seat.

  Reply With Quote
Old 07-31-2008, 09:47 PM   #4 (permalink)
EcoModding Lurker
 
Join Date: Jul 2008
Location: BC
Posts: 29

E-Class - '04 MB Mercedes E320 4Matic

Matrix - '09 Toyota Toyota Matrix 2.4L AWD Sports Package
Thanks: 0
Thanked 0 Times in 0 Posts
There is such a feature on my 04 MB E320 4Matic. Like JustJoey described above, I can use the feature to urge the car to up shift to the 5th (OD) gear at, say, 50 kmph (instead of at a higher speed if I do nothing) in order to save some fuel.
  Reply With Quote
Old 06-17-2009, 12:50 AM   #5 (permalink)
Pokémoderator
 
cfg83's Avatar
 
Join Date: Dec 2007
Location: Southern California
Posts: 5,864

1999 Saturn SW2 - '99 Saturn SW2 Wagon
Team Saturn
90 day: 40.49 mpg (US)
Thanks: 439
Thanked 530 Times in 356 Posts
Hello -

It would probably be really hard to do, but it sounds like this is programmed into the ECU/PCM. In a perfect world, you would be able to REprogram the ECU/PCM to obey your shifting demands. I would make the only restriction to be based on the "minimum safe idle rpm", i.e. something like this :

Code:
new_drive_ratio = get_drive_ratio_from_shift_request( shift_up);

new_rpm = rpm_equation_from (  new_drive_ratio, current_mph, current_LOD);

if ( new_rpm > minimum_safe_idle_rpm )
{ // then 
    shift_gears( shift_up);
}
else
{
    ignore_driver_request();
}
CarloSW2
__________________

What's your EPA MPG? Go Here and find out!
American Solar Energy Society
  Reply With Quote
Old 06-17-2009, 07:32 AM   #6 (permalink)
Driving the TurboWeasel
 
Join Date: Mar 2009
Location: Steuben County, NY
Posts: 459
Thanks: 14
Thanked 18 Times in 17 Posts
It's useful for highway driving in the 09 Honda Fit. The system in there does respond to your requests pretty well, and can be used to force shifts even when not in manual mode. Getting out of the low gears and into 3rd at about 25 mph is great for city economy. The transmission programming doesn't let you get into 3rd until ~30 normally.

__________________
2012 Chevrolet Cruze Eco 6MT
  Reply With Quote
Reply  Post New Thread




Similar Threads
Thread Thread Starter Forum Replies Last Post
Effect of gear oil viscosity on transmission efficiency (Metro owners take note) MetroMPG EcoModding Central 44 12-08-2014 11:22 PM
What's the best manual transmission oil? paulwelkins EcoModding Central 19 06-17-2013 10:27 AM
NO Damage to auto transmission by EOC ScottC33 Hypermiling / EcoDriver's Ed 35 07-09-2009 02:42 AM
My auto transmission is clunky! Help! bennelson Off-Topic Tech 6 03-14-2008 05:50 PM
SAAB's (old) freewheeling manual transmission MetroMPG General Efficiency Discussion 1 01-23-2008 03:32 PM



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