Is there a possiblity to tune the fuel injection by code?
Read the manual to see if your question is answered there before posting. Many users will not reply if the answer is already available in the manual.
If your question is about troubleshooting, configuration, or tuning, you MUST include your processor type (MS-I or MS-II) and code version in your post. If your question is about PCB assembly or modifications, you must also include the main board version number (1.01, 2.2 or 3.0). For tuning/troubleshooting questions, please attached a datalog and your MSQ file to your post.
If you have questions about MS1/Extra or MS2/Extra code configuration or tuning, please post them at www.msextra.com Such questions posted here will be moved to: a temporary MSextra sub-forum, where they will be removed after 7 days
The full forum rules are here: Forum Rules, be sure to read them all regularly.
Is there a possiblity to tune the fuel injection by code?
My engine is a research engine which installed the megasquirt-II controller and coupled with dyno, also an AFR analyser has already installed. I have two question to ask.
1) If I just want to change the amount of the fuel injection for exooeriment, should I tune the AFR table or the VE table? How can I make sure that the close-loop AFR control is disabled?
By reading the manual, I already disable the EGO sensor, but the result is hard to seperate with the case when the EGO sensor is on.
2)Is there is a possibility to control the fuel injection as a square wave at the steady state? The engine RPM is fixed , I want to see the wideband EGR sensor responce signal under the control of the square wave fuel injection command.
Is there anybody can give me a solusion of this experiment?
Tks
-
- Super Squirter
- Posts: 2951
- Joined: Sat Jul 03, 2004 11:35 am
Re: Is there a possiblity to tune the fuel injection by code
VE table, if you're on B&G code. (MS2/Extra can be set up so you could do this with the AFR table, but it's covered at MSExtra.com so I will assume this is not what you are running.leo wrote:Hi,
My engine is a research engine which installed the megasquirt-II controller and coupled with dyno, also an AFR analyser has already installed. I have two question to ask.
1) If I just want to change the amount of the fuel injection for exooeriment, should I tune the AFR table or the VE table?
Set controller authority to zero.How can I make sure that the close-loop AFR control is disabled?
By reading the manual, I already disable the EGO sensor, but the result is hard to seperate with the case when the EGO sensor is on.
I'm not sure I understand the question. At a steady state, the fuel injection output should be a square wave with a constant duty cycle, assuming you are not using PWM current limiting.2)Is there is a possibility to control the fuel injection as a square wave at the steady state? The engine RPM is fixed , I want to see the wideband EGR sensor responce signal under the control of the square wave fuel injection command.
Is there anybody can give me a solusion of this experiment?
Tks
Re: Is there a possiblity to tune the fuel injection by code
Matt Cramer wrote:VE table, if you're on B&G code. (MS2/Extra can be set up so you could do this with the AFR table, but it's covered at MSExtra.com so I will assume this is not what you are running.leo wrote:Hi,
My engine is a research engine which installed the megasquirt-II controller and coupled with dyno, also an AFR analyser has already installed. I have two question to ask.
1) If I just want to change the amount of the fuel injection for exooeriment, should I tune the AFR table or the VE table?
Set controller authority to zero.How can I make sure that the close-loop AFR control is disabled?
By reading the manual, I already disable the EGO sensor, but the result is hard to seperate with the case when the EGO sensor is on.
I'm not sure I understand the question. At a steady state, the fuel injection output should be a square wave with a constant duty cycle, assuming you are not using PWM current limiting.2)Is there is a possibility to control the fuel injection as a square wave at the steady state? The engine RPM is fixed , I want to see the wideband EGR sensor responce signal under the control of the square wave fuel injection command.
Is there anybody can give me a solusion of this experiment?
Tks
Thank you Matt,
For the last question, I am sorry I did not describe it clearly.
What I mean is that , during the experiment , the AFR control is open loop and the injection is calibrated by the VE table so that the EGO out is at the stoichiometric value, now the engine is running at steady state because I have DYNO to keep the speed at constant. Then I want to change the fuel injection under a square wave disturbance, so that the widband EGO signal should be like a square wave too. By doing this , I can estimate the delay in the combustion process. But I want the disturbance added each time is the same, so I want to realize this by the code. What can I do base the megatune software to realize this object? One method in my mind now is to change the value of the VE table at this state by the code, but I did not find a way to implement this. Or can you give me some suggestion to do this ?
-
- Master Squirter
- Posts: 475
- Joined: Thu Oct 29, 2009 12:54 pm
Re: Is there a possiblity to tune the fuel injection by code
You might be looking for the 'Additional Fuel' settings under 'Fuel Set-Up -> Other Fuel Settings' in the 2.920 code. See 'Fuel Response Time' at:
http://www.megamanual.com/mt29.htm#so
The code itself is here: http://www.megamanual.com/ms2/code.htm
Lance.