Author Topic: Developers, please, more sophisticated injector staging!  (Read 8377 times)

Offline GintsK

  • Hero Member
  • *****
  • Posts: 1257
  • BHP: 50
Developers, please, more sophisticated injector staging!
« on: March 02, 2010, 04:46:55 pm »
Currently we can trigger secondary injectors from TPS position only. ITBs.
It lead to undriveability at low Rpms. Because air flow trough trumpets is way too low.
Using just WOT TPS values can lead to lean at high rpms - partial throttle when primaries are maxed out.

In my opinion best descriptor for engaging secondaries should be duty cycle of primaries. It is proportional to flow velocity in trumpets.

But rpms AND TPS can also solve the problem.

Gints


Offline dnb

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 837
  • BHP: 19
Re: Developers, please, more sophisticated injector staging!
« Reply #1 on: March 05, 2010, 03:03:58 am »
Can we also have a small table to control injection angle?  4x4 RPM vs Load (MAP or TPS) would be fine.

Offline mattias

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1075
  • BHP: 41
    • Sävar Turbo Site
Re: Developers, please, more sophisticated injector staging!
« Reply #2 on: March 05, 2010, 05:36:04 am »
The staging code suggestion of using duty cycle has been brought up, I believe it will be implemented in the first 1.1.7x  firmware.

dnb : Yes, I highly wish for injection angle code too. There is a lot of things to fix and test before it but I really want this for my own project since I have a high overlap cam profile and really want to get as smooth quality as possible,  facts : 4 mm lift @ TDC on BMW M20, 84x84 strokexbore, 42+36 mm valves.
We will see, I want it this spring.

Offline lugnuts

  • Full Member
  • ***
  • Posts: 249
  • BHP: 2
Re: Developers, please, more sophisticated injector staging!
« Reply #3 on: March 05, 2010, 07:56:41 am »
Have any of you guys used staged injection with success on high powered drag cars?

I've never used staged injection with any ecu (yet).
I have an 8 second car on an old Autronic SM2 that uses 8 Bosch 160# injectors (2 per cylinder) full time.
I'd like to use VEMS with staged injection on this car, but it has to work 100%, no BS.

So who's using it, and how are the results?

Offline GintsK

  • Hero Member
  • *****
  • Posts: 1257
  • BHP: 50
Re: Developers, please, more sophisticated injector staging!
« Reply #4 on: March 05, 2010, 03:06:38 pm »
lugnuts, because of reason described above I was unable to use current strategy. So I managed running on secondaries with config switching. But tuning was nightmare. I used only secondaries at full load, because primaries was too big... Car is for rally-cross.

Mathias, most comfortable is determine injection phasing by end of injection pulse. Is it intended so?

Offline mattias

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1075
  • BHP: 41
    • Sävar Turbo Site
Re: Developers, please, more sophisticated injector staging!
« Reply #5 on: March 05, 2010, 06:33:47 pm »
Yes, the end of injection angle is the most important so that you can time the injection to be done before the intake valve closes - which is desireable with hot cams. On a fuel economy motor you may want to inject all the fuel on a hot intake valve before it opens. 
If you think about it, injection phasing works exactly like ignition dwell.
« Last Edit: March 05, 2010, 09:20:35 pm by mattias »

Offline lugnuts

  • Full Member
  • ***
  • Posts: 249
  • BHP: 2
Re: Developers, please, more sophisticated injector staging!
« Reply #6 on: March 05, 2010, 09:53:00 pm »
The current staging has TPS and KPA right?

This car sits at 5-7 msec. of injector time on the starting line, so I could stage the secondaries in before that at 3-4 msec when the injectors are nice and linear.

Methanol for fuel, it runs very intolerant of widely varying air/fuel ratios.

I can un-plug 4 of the injectors at idle and the car runs the exact same, ha ha.


Injection timing I would like in the future. But it seems the developers don't want to do it, and everybody else is scared of it (why do you want that?/one more thing for people to screw up comments) the same as when I ask who is using the cam sensor.


Offline lugnuts

  • Full Member
  • ***
  • Posts: 249
  • BHP: 2
Re: Developers, please, more sophisticated injector staging!
« Reply #7 on: March 05, 2010, 09:56:27 pm »
How do you account for the extra fuel when the secondaries kick in?

In my example - going from 1x 160# injector to 2x 160# injectors at let's say 150 KPA.

Would I simply reduce the VE table by 50% at 150 kpa?



How would your proposed duty cycle switch point account for this?

Offline GintsK

  • Hero Member
  • *****
  • Posts: 1257
  • BHP: 50
Re: Developers, please, more sophisticated injector staging!
« Reply #8 on: March 05, 2010, 10:24:33 pm »
I think it works like gradual reducing of required fuel constant when rate of secondaries grows-up.
I suppose VE should stay as normally is. If injector size is chosen correctly.

Or I am wrong?

Gints

Offline lugnuts

  • Full Member
  • ***
  • Posts: 249
  • BHP: 2
Re: Developers, please, more sophisticated injector staging!
« Reply #9 on: March 05, 2010, 10:49:40 pm »
I hope somebody can tell us for sure. I can't afford to find out on this customer's car. Everything needs to go smoothly or else I'll just keep the Autronic in the car.

Offline [email protected]

  • Hero Member
  • *****
  • Posts: 3115
  • BHP: 49
    • VEMS Forum
Re: Developers, please, more sophisticated injector staging!
« Reply #10 on: March 08, 2010, 12:40:22 am »
What you need to do is model the behaviour you want, and then show it to the developers.
A model can be an equation, some psuedo code defining the algorithm, some C code, or even a diagram or graph.