View Single Post
Old 03-25-2016, 07:21 PM   #2695 (permalink)
WindyDrew
AC Customs car builder
 
Join Date: Jan 2009
Location: Kansas
Posts: 51

S10 - '99 Chevy S10 Base
90 day: 23.5 mpg (US)

Purple People Eater - '95 Geo Metro LSi
90 day: 34.76 mpg (US)

Volt - '14 Chevy Volt Premium
90 day: 1680 mpg (US)
Thanks: 6
Thanked 31 Times in 14 Posts
Quote:
Originally Posted by thingstodo View Post
EDIT - I hit send before I should have - Paul's code new restricts regen to disengage at 0 rpm for forward. That part is done and working.

So - to review:
Code:
button	brake	description
Off	Off 	normal forward controlled by accelerator pedal
Off	On	normal forward but using friction brake pads using hydraulic 
		pressure from how far the brake is pressed
On	On	regen braking as well as friction braking.  I'm not sure how 
		much regen braking when you press the button, or if it 
		increases as you hold the button
Now, we'll add the low rpm - like maybe 50 rpm or something
Code:
button	brake	description
Off	Off 	normal forward controlled by accelerator pedal
Off	On	assuming we're stopped below 50 rpm
On	On	assuming we're stopped below 50 rpm, change to reverse.  
		But the throttle works in reverse as long as you don't have 
		the brake pedal to the floor?
Off	On	assuming we're stopped below 50 rpm, after going reverse
Off	Off	back to normal operation in forward
This description assumes no regen braking without pressing the brake pedal and having that switch enable the regen/reverse button on the dash, or steering wheel, or whatever. That is what you meant by


I think we're getting close to a description that would be required by anyone who takes on the programming mods ...
Not sure that will work after thinking about it. I would like the gas pedal to work as a regen pedal once the reverse button was engaged. I doubt I'll want to hit the brake, gas, and regen button just to start regen braking. Maybe a brake signal before engaging reverse would be best.
  Reply With Quote