Page 1 of 1

turbo timer wiring?

Posted: Sun Mar 12, 2006 8:49 am
by fredsub
the online instructions I found arean;t real good for my purpose :)
I'd like to know whether these commercial units break the normal IGN circuit, and have its relay switch the ignition circuit, and so the IGN wire from
the key switch is now used as a sensor line for IGN ON?
Or do they do something more clever?
Eg detect IGN circuit voltage 12V->0V (ie key off) and switch relay on ? would the relay be fast enough to keep the engine running?

Wiring is significantly different, the 2nd approach would be easier, as the relay is a simply bypass, without need to disturb the current wires, which are a b** because there heavy gauge wires.......
and the relay is only required to work during the timer interval....

I ask cause I want to add turbo timer mode to my H2O Inj computer..hopefully got enough free code space to add the function....
I'm going to use RPM as the safety feature, ie if the RPM changes whilst in turbo timer mode => engine off!!

thanks if someone can help with info...

Posted: Tue Mar 14, 2006 4:16 pm
by Chris_Rogers
90% of them use the second method. dectect the key off and switch power into the circuit. they also use the handbrake as a safety, no brake no timer.

Posted: Tue Mar 14, 2006 9:23 pm
by fredsub
big thanks Chris
just what I wanted to hear,tho I don't think i'll do the hand brake sense...
already got the rpm signal (maybe use TPS signal too)
but looks like gonna have to make computer #3, not enough code space and I'm NOT gonna do it in assembler.........

Posted: Tue Mar 14, 2006 10:08 pm
by Chris_Rogers
this is PIC based I gather. use a bigger PIC. 16F84 would be my choice.

Posted: Tue Mar 14, 2006 10:31 pm
by fredsub
Chris_Rogers wrote:this is PIC based I gather. use a bigger PIC. 16F84 would be my choice.
:lol: must be kidding...its using 16F876 atm...8K code space...looking at PIC18LF2550 maybe.....tho I do use atmel chips, i'll keep this project pic based.
Its taps into signals for AirTemp,WaterTemp,TPS,boost,rpm pulse from the ECU box, controls PWM of water pump, plus solenoids etc.......

Posted: Tue Mar 14, 2006 10:42 pm
by Chris_Rogers
I did a similiar thing years ago with one - drove a 2 x 8 LCD screen and looked at similar things. runs a 16f870 with room to spare.