New code version v2.890
Read the manual to see if your question is answered there before posting. If you have questions about MS1/Extra or MS2/Extra or other non-B&G code configuration or tuning, please post them at http://www.msextra.com The full forum rules are here: Forum Rules, be sure to read them all regularly.
New code version v2.890
The second problem was that whenever the engine stalled in the process of tuning (it was especially cold at the time) he had to power cycle the microsquirt or else he had to crank and crank and the engine never started - it never got synch or it took a long time. After checking the code I found that when you lose synch the PulseTol was left at the last setting, and this made sense for a resynch which happens while you are driving and it immediately resynchs with only a small glitch. But for a stall, it uses the running PulseTol and it can be hard to start with that small a tolerance. So I put a check there so if rpm was cranking it would reset PulseTol to cranking. This fixed that problem.
Both of these fixes are in the attached code version v2.890. This code can be used with the latest ini file, but just ignore the mismatched version number message. Lance will put out an ini with correct version number when he gets a chance.
Re: New code version v2.890
Re: New code version v2.890
- Attachments
-
- main_v2.890.zip
- (77.37 KiB) Downloaded 261 times
-
- Monitor_v2.890.abs.zip
- (37.63 KiB) Downloaded 191 times
Re: New code version v2.890
Re: New code version v2.890
-
Bernard Fife
- Super Squirter
- Posts: 1009
- Joined: Mon Feb 16, 2004 3:15 pm
Re: New code version v2.890
These are also available here:
- http://www.megamanual.com/files/code/main_v2.890.c
- http://www.megamanual.com/files/code/Mo ... 90.abs.s19
- http://www.megamanual.com/files/ini/meg ... .ini.2.890 (the matching INI)
as well as from the downloader's update function: http://www.megamanual.com/ms2/downl2.htm
Lance.
Re: New code version v2.890
Sorry for the long introduction, so the point is. I want to use an MSII on my car but I want also to understand and customize the firmware to my needs. And here is the problem.
I've searched all over the MS web site, sourceforge and didn't find latest version of Codewarrior project (I mean 2.890 project). I tried to mix the project v2.30 with the main.c v2.890 without any success,
Codewarrior throws a whole bunch of errors during build process, so I guess there should be some updates not only to main.c file, but to the rest of the files in the project (like headers etc.). So can anybody tell me how to mix newer virsions main.c with the older 2.3 version project? Or where can i download the whole 2.890 Codewarrior project?
Thanks anyway.