Notices
ECU Flash

Additional injector drivers - spare outputs discussion

Thread Tools
 
Search this Thread
 
Old Dec 7, 2008, 04:31 AM
  #16  
Evolved Member
Thread Starter
 
jcsbanks's Avatar
 
Join Date: May 2006
Location: UK
Posts: 2,399
Likes: 0
Received 5 Likes on 4 Posts
Latency would apply to both sets of injectors though if they use the same signal. Latency is only really going to be a substantial part of the injector time at low fuel demand which is when the secondary set will not be operating. I can't see why anyone would need more than two sets of 1000cc injectors anymore than anyone would need more than 640K RAM
Old Dec 7, 2008, 06:30 AM
  #17  
Account Disabled
iTrader: (3)
 
dan l's Avatar
 
Join Date: Apr 2006
Location: USA
Posts: 1,029
Likes: 0
Received 0 Likes on 0 Posts
I'm not so sure that timing of the switchover is extremely crucial, however I could be wrong. I think under worse case scenarios you would have a slight misfire on one cylinder which I doubt would be noticeable. I guess take a look at how AEM does it and if people have issues with secondary injectors. Also how much processor time would timing it soak up? I like to save the processor if possible from doing high speed checks.

I think with some searching we can find a low impedance driver boxes that take a 5 or 12 volt dc input. If not it should be easy to make. We would just have to make sure the darlington's are quick enough so that you aren't adding your own latency and/or hysteresis. Also, it could be 99% plug and play. Plug the primary injector plug into the box so that you can parallel off of it to grab the signal for the darlington pair. Then send it straight out of the box to its intended primary injector to clip on. At the output of the darlington put a plug on it so that you can simply clip into your secondary injector. You would only need to give the box power, ground, and the enable signal. We might want to do some testing to make sure we don't have to filter the darlingtons so that they don't accidentally trigger from time to time, however I don't *think* it will be an issue.

I think JohnBradley has experience with secondary injectors on the AEM. Can you comment on if we should/shouldn't worry about timing the phasing of bringing in the secondary sets on an enable?

Last edited by dan l; Dec 7, 2008 at 06:35 AM.
Old Dec 7, 2008, 06:38 AM
  #18  
Evolved Member
Thread Starter
 
jcsbanks's Avatar
 
Join Date: May 2006
Location: UK
Posts: 2,399
Likes: 0
Received 5 Likes on 4 Posts
The timing is only an issue if you're suddenly halving the injector time and suddenly bringing on a second set of injectors (you need this to happen at exactly the same time), whereas with AEM you would gradually bring on the second set whilst leaving the first set near capacity.

I don't think processing time or power is the issue, it is coding it so that the switched output happens just after the last full length injection and just before the first half length injection. Otherwise I think it it should be fairly easy.
Old Dec 7, 2008, 07:04 AM
  #19  
Account Disabled
iTrader: (3)
 
dan l's Avatar
 
Join Date: Apr 2006
Location: USA
Posts: 1,029
Likes: 0
Received 0 Likes on 0 Posts
Gotcha. I think that if the switchover point is chosen properly it won't be an issue as long as we time it correctly (I can now see a slight issue). IE: if the car achieved 360% load make the switchover point 280% load. Chose a load that the engine swings through really fast and that the driver doesn't spend much time throttling around. IE: it would be bad to have the switchover point at 320% load if the driver spends time around 320% load in first gear for example. The system would possibly be turning on/off.

Maybe slowly bringing in the injectors softly will be needed, but I sure as hell hope not. On a return style fuel system the secondary fuel rail should always be primed as fuel is constantly running through it. The injectors should be able to switch over and be perfect from the first pulse to turn on. Also I don't think I'm crazy about running the primaries at 80% and bringing in a set of secondaries which spend a significant amount of time at 5 or 10% duty cycle. I like the idea of splitting the duty cycle so as to not stress the primaries etc...

I think JohnBradley will have some good input.
Old Dec 7, 2008, 07:26 AM
  #20  
Evolved Member
Thread Starter
 
jcsbanks's Avatar
 
Join Date: May 2006
Location: UK
Posts: 2,399
Likes: 0
Received 5 Likes on 4 Posts
Agree they should be good to go electronically and physically, with thought it should be possible to arrange the switching so it is completely seamless.

Using TIP122 Darlington, we can switch the ground using the open collector, handle 5A (will handle injectors down to 2.5 ohms) and have a switching frequency up to about 1MHz.
Old Dec 7, 2008, 10:09 PM
  #21  
Evolved Member
iTrader: (30)
 
JohnBradley's Avatar
 
Join Date: Jan 2004
Location: Northwest
Posts: 11,396
Received 64 Likes on 48 Posts
As far as I know the AEM has the secondaries idle but ready to go and then will switch to "on". I am not 100% sure how fast that switch is other than the secondary table is another IPW based map (think normal "target map" in 0-255 values) and it will calculate IDC on the second set and record in the logs. I will try to get John Reed in on this conversation as he can probably give the details better than I.
Old Dec 8, 2008, 08:10 AM
  #22  
Evolved Member
iTrader: (8)
 
03whitegsr's Avatar
 
Join Date: Nov 2006
Location: Utah
Posts: 4,001
Received 14 Likes on 12 Posts
Would it be possible to build a box that replaces the factory resistor box that also provided a peak-hold signal to the primaries?

Basically like two of those FJO controllers with a trigger on the secondary to turn it on and off as the code scales the pulse width at the switch over point. It seems like an easy way to tie into the factory wiring for the secondaries, and would also provide a drivability improvement by going over to a true peak and hold arrangement.

As long as the code eliminated the chance of halving the pulsewidth before the secondaries are turned on, I think you would be ok. A single engine cycle running ridiculously rich probably wouldn’t be noticeable, but a single cycle being very lean could potentially cause some damage.
Old Dec 13, 2008, 03:32 PM
  #23  
Evolved Member
Thread Starter
 
jcsbanks's Avatar
 
Join Date: May 2006
Location: UK
Posts: 2,399
Likes: 0
Received 5 Likes on 4 Posts
It looks like the injection cycle for any given cylinder begins at 5 degrees BTDC of the exhaust stroke, or 365 degrees BTDC of the combustion stroke and is fixed in the code. It would need an unfeasible rewrite to alter it.

The output to enable the secondary injectors would take effect immediately, whereas a change in injector size variable would take effect one engine revolution later to reduce the next calculated IPWs. Even if you did separate the changes by one engine revolution, a glitch would still occur since there would unlikely be a time when no injector was firing.

Also the accel enrichment settings would need to be altered at the switch since they are not relative to injector size variable.

The alternative of batching firing a second set isn't ideal either with rev limit and enrichment issues.
Old Dec 13, 2008, 05:27 PM
  #24  
Account Disabled
iTrader: (3)
 
dan l's Avatar
 
Join Date: Apr 2006
Location: USA
Posts: 1,029
Likes: 0
Received 0 Likes on 0 Posts
To injector timing being fixed. Oh well.........
Old Jul 20, 2009, 05:20 PM
  #25  
Evolved Member
iTrader: (30)
 
JohnBradley's Avatar
 
Join Date: Jan 2004
Location: Northwest
Posts: 11,396
Received 64 Likes on 48 Posts
Well they have it for DSMlink (or will shortly)...come on guys if the 1G guys have it we dont have an excuse now lol

http://www.ecmtuning.com/wiki/v3firmwarechangelog

scroll down to dual bank injector
Old Jul 20, 2009, 06:40 PM
  #26  
Evolved Member
iTrader: (30)
 
project_skyline's Avatar
 
Join Date: Jun 2007
Location: Colorado
Posts: 2,532
Likes: 0
Received 1 Like on 1 Post
This would awesome cause then we wouldn't have to worry about not being able to run 1600's when we could run 8 1000's or 8 1450's.
Old Jul 21, 2009, 03:01 PM
  #27  
Evolved Member
iTrader: (30)
 
JohnBradley's Avatar
 
Join Date: Jan 2004
Location: Northwest
Posts: 11,396
Received 64 Likes on 48 Posts
It looks like its setup to use the low octane maps and then has a something to control how fast it brings it in. I have noticed that is more or less like the AEM. It starts phasing the secondaries as the primaries achieve a preset limit (we have ours set at like 75% for instance). More stuff to think about anyway.
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
domyz
Evo How Tos / Installations
60
Jul 27, 2022 11:54 AM
Moore Auto
Vendor Announcements
1
Aug 1, 2012 08:22 AM
tribe
ECU Flash
4
Dec 12, 2006 12:46 AM
Boost Solutions
Evo 'For Sale' External Engine / Power
10
Jul 29, 2004 01:02 PM



Quick Reply: Additional injector drivers - spare outputs discussion



All times are GMT -7. The time now is 10:04 PM.