sequential injection

All Megasquirt 1 support questions. See also the Documentation

Moderators: jsmcortina, muythaibxr

Post Reply
Elsmoortelg
MS/Extra Newbie
Posts: 6
Joined: Fri Jun 16, 2006 5:59 am

sequential injection

Post by Elsmoortelg »

I know it is not originally designed for sequential injection and according to the explanation on the home site it is not important.
But never the less is there a version existing that can do this for a 4 cylinder engine ?
Think it is interesting for fuel consumption and injection timing for max efficiency of produced power.
Anybody has some more information ?
jsmcortina
Site Admin
Posts: 39617
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Post by jsmcortina »

I am unaware that anyone has (yet?!) extended Megasquirt to do 4 fuel outputs let alone sequential. There would be significant code changes required to support this.

James
I can repair or upgrade Megasquirts in UK. http://www.jamesmurrayengineering.co.uk

My Success story: http://www.msextra.com/forums/viewtopic ... 04&t=34277
MSEXTRA documentation at: http://www.msextra.com/doc/index.html
New users, please read the "Forum Help Page".
Elsmoortelg
MS/Extra Newbie
Posts: 6
Joined: Fri Jun 16, 2006 5:59 am

Post by Elsmoortelg »

Think I saw already a module who could fire 4 individual coils. So I think 4 injectors should be possible to.
I have a bit of experience in programming (normal languages like C++, Delphi etc) but not on assembler level.
Somebody knows some good books or sites to trie and lurn it ?
bcrx7
Helpful MS/Extra'er
Posts: 110
Joined: Sun May 02, 2004 5:37 pm
Location: Vancouver, BC

Post by bcrx7 »

Well the injection is a little bit different than ignition. Ignition is almost an on/off switch (not that simple, but just showing a point) while injection has pulse width and such.
1984 Mazda RX-7 GTM Class (BP Engine + BW-EFR 8374 Turbo Full COP/Sequential on MS3+MS3x)
1986 Toyota 4Runner (22RE running on MS2-Extra 3.2.1)
Keithg
Super MS/Extra'er
Posts: 2413
Joined: Sun Mar 06, 2005 9:15 am
Location: Chicago, IL, USA
Contact:

sequential injection

Post by Keithg »


Well the injection is a little bit different than ignition. Ignition is almost an on/off switch (not that simple, but just showing a point) while injection has pulse width and such.



Actually, I think the ignition and its permutations comprise more lines of code in MSnS-E than injeciton...

KeithG

Posted by email.
jsmcortina
Site Admin
Posts: 39617
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Post by jsmcortina »

Both fuel and ignition are complicated and involve hundreds of lines of code. To support sequential you also need cam and crank signals and some means of determining when to fire the fuel. You probably also want trim tables.

These all add significant code and would consure more flash and ram.
The ram on the MS1 processor is already at bursting point.

James
I can repair or upgrade Megasquirts in UK. http://www.jamesmurrayengineering.co.uk

My Success story: http://www.msextra.com/forums/viewtopic ... 04&t=34277
MSEXTRA documentation at: http://www.msextra.com/doc/index.html
New users, please read the "Forum Help Page".
aerowerks
Helpful MS/Extra'er
Posts: 48
Joined: Tue Jun 29, 2004 4:18 pm

Post by aerowerks »

at one point there was an attempt to make sequential system using AS60 or AZ60 variant of the 908 chip, but it died quick :(
Post Reply