why does TS only provide for 15 injectors

All questions about MS2/Microsquirt/Microsquirt module. See also MS2/Extra manuals

Moderators: jsmcortina, muythaibxr

Post Reply
Yves
Super MS/Extra'er
Posts: 1505
Joined: Tue Jun 17, 2014 1:23 pm
Location: Belgium

why does TS only provide for 15 injectors

Post by Yves »

I was looking into things with injectors and duty cycles and one of the things that I was evaluating was a second injector aimed at the velocity stack mouth. However in TS the option in the basic settings only allow for 15 injectors. Why is that. I Always thought that you could run up to 16 injectors...
Fueler
Helpful MS/Extra'er
Posts: 72
Joined: Tue Oct 25, 2011 6:50 am

Re: why does TS only provide for 15 injectors

Post by Fueler »

I have been wondering the same thing. Seems odd.
jsmcortina
Site Admin
Posts: 39621
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Re: why does TS only provide for 15 injectors

Post by jsmcortina »

This has nothing to do with TunerStudio - it is a firmware "ini" issue.

Which firmware are you asking about? Then I'll move the post as appropriate.

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".
Yves
Super MS/Extra'er
Posts: 1505
Joined: Tue Jun 17, 2014 1:23 pm
Location: Belgium

Re: why does TS only provide for 15 injectors

Post by Yves »

Msextra 3.2.4
jsmcortina
Site Admin
Posts: 39621
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Re: why does TS only provide for 15 injectors

Post by jsmcortina »

Yves wrote:Msextra 3.2.4
That firmware has been superceded for quite a while.

However, I checked in the current MS2/Extra firmware and the number of injectors is limited to 15 also, this issue dates back to 2003 or so. The next development releases of MS2/Extra will have this resolved - it is a very easy "ini" file fix.

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".
Yves
Super MS/Extra'er
Posts: 1505
Joined: Tue Jun 17, 2014 1:23 pm
Location: Belgium

Re: why does TS only provide for 15 injectors

Post by Yves »

jsmcortina wrote:
Yves wrote:Msextra 3.2.4
That firmware has been superceded for quite a while.

However, I checked in the current MS2/Extra firmware and the number of injectors is limited to 15 also, this issue dates back to 2003 or so. The next development releases of MS2/Extra will have this resolved - it is a very easy "ini" file fix.

James
Yes, wasn't looking forward in changing stuff while I was still learning.

Like typing in 16 instead of 15 ...

Reason I ask is that in one of my logs I was running around 67% duty cycle at around 6750 rpm and the engine goes to 7800, so I might get above 85% duty cycle if going to redline.
Last edited by Yves on Fri Dec 12, 2014 1:08 pm, edited 1 time in total.
jsmcortina
Site Admin
Posts: 39621
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Re: why does TS only provide for 15 injectors

Post by jsmcortina »

Yves wrote:Like typing in 16 instead of 15 ...
Old:

Code: Select all

nInjectors      = bits,    U08,    619,      [0:3], "INVALID"                                              ; *
New:

Code: Select all

nInjectors      = bits,    U08,    619,      [0:4], "INVALID", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
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".
Yves
Super MS/Extra'er
Posts: 1505
Joined: Tue Jun 17, 2014 1:23 pm
Location: Belgium

Re: why does TS only provide for 15 injectors

Post by Yves »

Now, is this in the firmware that gets uploaded to the ecu or in the maincontroller file of the config map in my project. Bit confusing
jsmcortina
Site Admin
Posts: 39621
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Re: why does TS only provide for 15 injectors

Post by jsmcortina »

It is in the "megasquirt2.ini" file. TunerStudio takes a copy of this and calls it maincontroller.ini

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".
Yves
Super MS/Extra'er
Posts: 1505
Joined: Tue Jun 17, 2014 1:23 pm
Location: Belgium

Re: why does TS only provide for 15 injectors

Post by Yves »

So it means I have to reinstall the firmware or just change the setting in the maincontroller-ini ?
jsmcortina
Site Admin
Posts: 39621
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Re: why does TS only provide for 15 injectors

Post by jsmcortina »

Just a one line "ini" edit.

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".
Yves
Super MS/Extra'er
Posts: 1505
Joined: Tue Jun 17, 2014 1:23 pm
Location: Belgium

Re: why does TS only provide for 15 injectors

Post by Yves »

Thanks James, you're the greatest.

Is see you are in the UK BTW. I'm in Belgium.
Post Reply