![]() | ![]() | ![]() |
| | |||||||
| General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion? |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| Hi guys, I did a search, but I didnt come up with much so ill post away. In my car I have a automatic transmission, which has been manualised, there is a series of relays that correspond to each fwd gear. I want to controll these with a simple "up" "down" button mounted on the steering wheel, also, I want a brake sw input that will drop the car out of OverDrive on brake pedal depress should the car be in that gear. here is a basic Paint Drawing gb controll.JPG i feel that it shouldnt be TOO tricky, so if someone could point me in the right direction, or even suggest a circuit that I could use/modify to suit my needs, it'd be awsome. | |
| |
| | (permalink) | |
| I would use a state machine. You can build it with hardware logic chips or a uC and software. The starting state is NEUTRAL. If UP move to state 1st. If DOWN do nothing. State 1st If UP move to state 2nd IF DOWN move to state NEUTRAL State 2nd IF UP move to state 3rd If DOWN move to state 1st State 3rd IF UP move to state 4th If DOWN move to state 2nd State 4th IF UP move to state OD If DOWN move to state 3rd State OVERDRIVE If UP do nothing IF DOWN move to state 4th IF BRAKE move to state 4th When in a state the coresponding relay is closed. Quote:
__________________ search engine for electronic partsJunebug USB PIC programmer kit., USB Bit Wacker, 3v0's Homepage The 15 Minute Printed Circuit Board! (+drill time) | ||
| |
| | (permalink) |
| The simplest approach I can think of, not using a uC, is to use an Up/Down counter such as a CD40192 or CD40193 connected to a binary to decimal converter such as a CD4028. The 40193 has two clock inputs. The ClOCK UP input counts up (connect to the shift-up switch) and the CLOCK DOWN counts down (connect to the shift-down switch). The CD4028 converts the binary from the counter to one of 9 outputs (only 6 are used here for the 5 shift positions and neutral). Some additional logic is required to insure that the logic powers up in the 0 (neutral) state; to limit the count between 0 through 5; to insure that a down switch doesn't roll over the counter from 0 to 5; and to insure that the brake reduces the count to 4 only when in the count 5 (OD) position. The switches will need debounce circuits so you shift only one gear per button push. Buffer amps are also needed to drive the relays. Last edited by crutschow; 16th April 2008 at 06:53 AM. | |
| |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Title | Starter | Forum | Replies | Latest |
| Discrete Pulse width Modulator... | Rajagopal87 | General Electronics Chat | 8 | 16th August 2006 06:25 AM |
| Share output with LED and switch | hantto | Micro Controllers | 11 | 25th April 2006 04:49 AM |
| Potentiometer with switch | bonanz | General Electronics Chat | 4 | 22nd October 2003 07:38 AM |
| convert a manual switch to an electronic switch | dolphin | Electronic Projects Design/Ideas/Reviews | 1 | 1st September 2003 06:04 AM |
| How to configure this On/Off Switch with Bicolor LED?HELP ME | Stimulation | Electronic Projects Design/Ideas/Reviews | 10 | 23rd April 2003 05:55 AM |