Go Back   EcoModder Forum > EcoModding > Fossil Fuel Free
Register Now
 Register Now
 

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 11-19-2013, 09:35 AM   #11 (permalink)
Master EcoModder
 
P-hack's Avatar
 
Join Date: Oct 2012
Location: USA
Posts: 1,408

awesomer - '04 Toyota prius
Thanks: 102
Thanked 252 Times in 204 Posts
It was stated early on in the first video that part of the diligence here is in verifying claims of inefficiency in an automatic-electric conversion. So props for that (though they are pretty well understood). A little amusing that spinning this transmission unloaded at that speed would burn out my only EV motor in short order (yes it is a bike)

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 11-19-2013, 02:36 PM   #12 (permalink)
DieselMiser
 
ConnClark's Avatar
 
Join Date: Jun 2008
Location: Richland,WA
Posts: 985

Das Schlepper Frog - '85 Mercedes Benz 300SD
90 day: 23.23 mpg (US)

Gentoo320 - '04 Mercedes C320 4Matic
90 day: 22.44 mpg (US)
Thanks: 46
Thanked 232 Times in 160 Posts
A free spinning electric motor uses very little power. I don't see how it would burn your motor out other than normal wear and tear.
__________________
  Reply With Quote
Old 11-19-2013, 02:44 PM   #13 (permalink)
Master EcoModder
 
P-hack's Avatar
 
Join Date: Oct 2012
Location: USA
Posts: 1,408

awesomer - '04 Toyota prius
Thanks: 102
Thanked 252 Times in 204 Posts
with the transmission in neutral his motor was drawing 64 amps @ 24 volts. Since he isn't dictating, you kinda need to watch the videos to play along here
  Reply With Quote
Old 11-19-2013, 02:47 PM   #14 (permalink)
DieselMiser
 
ConnClark's Avatar
 
Join Date: Jun 2008
Location: Richland,WA
Posts: 985

Das Schlepper Frog - '85 Mercedes Benz 300SD
90 day: 23.23 mpg (US)

Gentoo320 - '04 Mercedes C320 4Matic
90 day: 22.44 mpg (US)
Thanks: 46
Thanked 232 Times in 160 Posts
sorry, I'm stuck at a silent computer.
__________________
  Reply With Quote
Old 11-20-2013, 09:13 AM   #15 (permalink)
Master EcoModder
 
P-hack's Avatar
 
Join Date: Oct 2012
Location: USA
Posts: 1,408

awesomer - '04 Toyota prius
Thanks: 102
Thanked 252 Times in 204 Posts
$5 earbuds from walgreens?

Quote:
Originally Posted by P-hack View Post
Do you already have some idea what the electrical pins do for controlling it?
retracted, watched the video in post 2, you are all over it.
  Reply With Quote
Old 11-20-2013, 09:48 AM   #16 (permalink)
Master EcoModder
 
P-hack's Avatar
 
Join Date: Oct 2012
Location: USA
Posts: 1,408

awesomer - '04 Toyota prius
Thanks: 102
Thanked 252 Times in 204 Posts
Just a note since other people are doing the same sort of thing as the position switch, to minimize the possibility of fudgy readings, using the midpoint between readings is useful:
readings sorted by value and midpoints:
Code:
n 643
  635
2 627
  605
p 584
  550
r 515
  441
3 368
  346
d 323
  207
4 91
so a function like this should be fairly reliable and allow for a bit of switch/connection degradation:

Code:
//map the position switch resistor reading to an actual position
int position(val){
  if(val > 700)
    return ERROR;
  if(val > 635)
    return NEUTRAL;
  if(val > 605)
    return SECOND;
  if(val > 550)
    return PARK;
  if(val > 441)
    return REVERSE;
  if(val > 346)
    return THIRD;
  if(val > 207)
    return DRIVE;
  return FOURTH;
}
  Reply With Quote
Old 11-20-2013, 04:07 PM   #17 (permalink)
Master EcoModder
 
jackbauer's Avatar
 
Join Date: Sep 2009
Location: Ireland
Posts: 734
Thanks: 26
Thanked 304 Times in 171 Posts
Thanks for the comments guys. Working on the code now. Lot of this is gonna be trial and error as the finer points of how the pressure regulator valves are applied is not well documented. Nor is even if the valves run at 5v or 12v. So I'm starting at 5v. More updates soon.
__________________
Now, Cole, when you shift the gear and that little needle on the ammeter goes into the red and reads 2000 Amps, that's bad.
www.evbmw.com
  Reply With Quote
Old 11-20-2013, 04:33 PM   #18 (permalink)
Master EcoModder
 
P-hack's Avatar
 
Join Date: Oct 2012
Location: USA
Posts: 1,408

awesomer - '04 Toyota prius
Thanks: 102
Thanked 252 Times in 204 Posts
Sorry if this is obvious, but if you know of an existing vehicle with this trans, then maybe you could borrow it and scope the waveforms? With a ready made adapter harness no less.
  Reply With Quote
Old 11-20-2013, 07:51 PM   #19 (permalink)
EcoModding Lurker
 
Join Date: Mar 2012
Location: US of A
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Hey damien, maybe this might help.

Its a link to the 2003 range rover service manual, which uses this same transmission. More detailed on the transmission chapter, than the regular 5hp24 manual.

cant post a link with under 5 posts to my name.

Google search " 2002 range rover workshop manual"
  Reply With Quote
Old 11-22-2013, 04:01 AM   #20 (permalink)
Eco-ventor
 
jakobnev's Avatar
 
Join Date: Oct 2010
Location: sweden
Posts: 1,644

Princess - '92 Mazda MX-3 GS
House of Tudor
Team Mazda
90 day: 53.54 mpg (US)

Shirubāarō (*´ω`*) - '05 Toyota Prius Executive
Team Toyota
90 day: 54.88 mpg (US)

Blue Thunder - '20 Hyundai IONIQ Trend PHEV
Team Hyundai
Plug-in Hybrids
90 day: 194.72 mpg (US)
Thanks: 76
Thanked 709 Times in 450 Posts
Send a message via MSN to jakobnev
That chart P-hack posted gave me an idea: Just having the torque converter between the motor and differential. (One that has lock-up preferredly)

__________________




2016: 128.75L for 1875.00km => 6.87L/100km (34.3MPG US)
2017: 209.14L for 4244.00km => 4.93L/100km (47.7MPG US)
  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