Getting the duty cycle percentage down.
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).
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.
Getting the duty cycle percentage down.
can anyone help out there with the problem i've got as regards getting the duty cycle percentage down. I've got the engine running quite well but at around 5500 6500 rpm the duty cycle gose off the gauge at around 118, acouding to a couple of data logs i,ve done. It as though it's got a rev-limiter. The set up i've got is a EDIS set up running a set of throttel bodies on a 1300cc vauxhall engine using 1400cc injectors.
many thanks Rich
Getting fuel percentage down
got a fuel presure gauge fitted and the presure is maitaining at 45psi. It's also fitted with a adjustable presure regulater. The injectors are out of a 1400cc engine not rated at 140cc. Don't realy know what the ratting is. Got the car running on the rolling road some mounths ago by ower tunning man that deals with omex alot. Wasn't to bad on the rolling road but when it came to the open road things were a bit different. The engine i know can rev to 6800rpm and can push out 125bhp at 4600 rpm at the fly wheel. My thoughts are that the injectors maybe a bit to small. Have tried larger ones but can not seem to get the engine to rev. I have a wideband o2 sensor fitted with a digital gauge fitted. The read out is a bit hard to judge because it moves so fast at top end of the rev range and when the engine starts with the miss fire/rev limiter efect it just goes mad.
I have also tried putting the fuel presure up and also down, but don't seem to see a difference. Bottom end reving is ok upto around 4500 then a flat spot up to 5000 then a rev limitering thing happens at 5500/6500.
cheers Rich
Getting duty cycle percentage down
thanks for the info on what i could try to get the thing running better. I have got a set of 200cc injectors that i'll try next wkend. Do i have to play around with the fuel map or can the change be done by changing the fuel required in the constants bit???
cheers rich
ps if i have managed to up load a data log have a quick look to see what you think cheers.
-
- Site Admin
- Posts: 102
- Joined: Mon Feb 16, 2004 3:15 pm
- Location: San Clemente, California, USA
- Contact:
Two related items come to mind:
1) Some tuning parameters are pure-time injection durations, and will always need changes when changing injectors. For instance, cranking PWs are specified in ms and hence can be scaled by
Code: Select all
newPW = (oldPW-oldIOC) * newFlow/oldFlow + newIOC
where
PW = pulsewidth
IOC = injector open/close time
Flow = flow rate
Eric