Web
Analytics Made Easy - Statcounter
places to electronically monitor gear position - Page 2 - Gearchange/Gearbox/Clutch - TLF - Totally Lotus Jump to content


IGNORED

places to electronically monitor gear position


Guest teigan

Recommended Posts

...never got to look at a car with an electronic
Edited by mike_sekinger

1996 Esprit V8, 1998 Esprit V8 GT, 1999 Esprit S350 #002 (Esprit GT1 replica project), 1996 Esprit V8 GT1 (chassis 114-001), 1992 Lotus Omega (927E), 1999 Esprit V8SE, 1999 Esprit S350 #032, 1995 Esprit S4s, 1999 Esprit V8 GT (ex-5th Gear project), 1999 Esprit V8SE ('02 rear)

1999 S350 #002 Esprit GT1 replica

Link to comment
Share on other sites

  • Replies 35
  • Created
  • Last Reply

Top Posters In This Topic

okay, it's worth a try. i can convert the tach gauge resistance value to a digital input then compare it to a look up table in memory. can someone present the ideal figures to me for compiling this table?

Link to comment
Share on other sites

okay, it's worth a try.  i can convert the tach gauge resistance value to a digital input then compare it to a look up table in memory.  can someone present the ideal figures to me for compiling this table?

<{POST_SNAPBACK}>

Do it dynamically. You know the car's got 5 gears - start with a table initialised to something default, and drive for a bit in each gear. Have an algorithm that looks for 5 distinct steps and updates the table. In that way, if you ever change the gearbox/tyre size etc, it will automatically reset. Be sensible about how often it updates - otherwise it won't be stable.

That's how I'd do it anyway! In fact, when I finally get around to putting a uP in the car, that's how I will do it :lol:

Link to comment
Share on other sites

mine's a 1999 V8. So speed & rpm are both available on the ODBII interface. Thats what I used to log the data.

Will

<{POST_SNAPBACK}>

Additional Info:

On MoTeC stand alone ECU's gear position can be determined in one of two ways.

1. Comparing Rpm and wheel speed signals. Program in ratios for each gear and the number of pulses per revolution of the of the wheel. Final drive and tire dia inputs are requested for road speed.

2. Potentiometer input 0-5v, typically used on sequential gearboxes. A specific volage is specified for each gear with a tolerance to allow for voltage fluctuation due to vibration.

MoTeC engineers have told me that method 2 is more reliable. At low speeds, there are few wheel pulses to compare which apparently can result in the occasional error. Wheelspin is another problem unless one is monitoring wheelspeed on all of the wheels which requires a multiplexer (at least with a MoTeC ECU).

Microswitches, if used with an ignition cut are said to be the worst. A microswitch does not make immediate, single contact. There is a signal "bounce" as the contacts arc and close. The time interval is ~20ms. Nothing to us humans, but apparently a long time in computer terms. As a result of the intermittent contact over this period, the ECU becomes confused and multiple ignition cuts can occur.

Link to comment
Share on other sites

I once saw a photo of an Escort with a lcd display inlayed into the gear knob showing gear positions. How it worked i dont know. Why? Cos they run out of other things to do with the car probably. Gearstick position and engine revs should tell you what gear your in! :lol:

Link to comment
Share on other sites

i'd rather have a complete table ready to go. i currently only have dynamic ram on my computer and it needs to be battery backed if i want an updatable table. i want no live circuits when my car is off. i've already disabled the original clock, and the domelights only turn on when dark, because of a reed switch interrupt, when 3V are present on the solar cell.

i disagree that microswitches would be the worst accuracy. debouncing a switch is child's play. mounting the switch where it won't get dirty is the issue. i'm still not convinced speedo and tach data is going to be at all accurate. it's worth a try though, because i plan to have performance data downloadable via the serial interface in future, and i'd need to make the speedo and tach hookups eventually.

Link to comment
Share on other sites

i'm still not convinced speedo and tach data is going to be at all accurate.

<{POST_SNAPBACK}>

Will your system count input pulses over a specific time to establish driveshaft speed and engine speed, or measure the time between individual pulses?

If you're using the first one, the key to maximising the accuracy is to have as many pulses as possible per sample so that at low speeds there's still a reasonable number of pulses to sample in your time period.

Link to comment
Share on other sites

the original method suggested to me was speedo vs. tach. the driveshaft would be better, but there is no ready sensor in place. i could use an optical shaft encoder, but those can only reliably handle 1700 pulses per second or 1000 rpm.

Link to comment
Share on other sites

You could try using reed switches and magnets mounted on the gearbox; I would think this would be better than trying to mount stuff around the gear shift lever. I think simple solutions are best, so I would try to avoid software based interface cleverness if possible!

Scientists investigate that which already is; Engineers create that which has never been." - Albert Einstein

Link to comment
Share on other sites

Teigan, I sent you a PM with some data showing the wheel/engine speed ratio calculation. 

<{POST_SNAPBACK}>

thanks. that's quite comprehensive. i'm sure others will be curious to see how fast their wheels are spinning.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

We use cookies to enhance your browsing experience, serve personalized ads or content, and analyze our traffic. By clicking " I Accept ", you consent to our use of cookies. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.