Notices
MEGAsquirt A place to collectively sort out this megasquirt gizmo

HighRes on MSPNP - anyone?

Thread Tools
 
Search this Thread
 
Old Feb 9, 2008 | 10:33 AM
  #101  
richard_ha's Avatar
Junior Member
 
Joined: Jan 2007
Posts: 188
Total Cats: 0
Default

Jerry, can you send me a copy of the MSQ you created by hand and also the one that was causing the problems? I'll have a look and see why, and maybe even make a converter.
Old Feb 9, 2008 | 10:41 AM
  #102  
FoundSoul's Avatar
Supporting Vendor
iTrader: (5)
 
Joined: Jun 2006
Posts: 803
Total Cats: 0
From: Duluth, GA 30097
Default

I don't have an apples-apples comparison anymore man-- After going through every page of my .msq and getting it working I went back and changed a few things that I noticed I wanted to fine tune, then put the car on the dyno and went to town retuning most of the VE and part of the Spark table (darn winter mix fuel!).

I think I have a copy from before I retuned on the dyno, but it would still have some the other tweaks in it that I made. I an email you what I have though...
__________________
Jerry a.k.a. 'FoundSoul'
DIYAutoTune.com
'91 Miata BEGi S3 GT2560 w/ MSPNP - 14.1psi - 253whp, 232wtq
'95 Miata n/a
A few other cars....
Old Feb 9, 2008 | 12:32 PM
  #103  
richard_ha's Avatar
Junior Member
 
Joined: Jan 2007
Posts: 188
Total Cats: 0
Default

Originally Posted by saboteur
You can start at step 4 if you use my modified (MSPNP prepped) HighRes 10d2 firmware
This will still be the best to use for My PnP9093 wont it, as its already been easythermed?
Old Feb 10, 2008 | 02:50 AM
  #104  
timk's Avatar
Thread Starter
Senior Member
 
Joined: Dec 2004
Posts: 1,278
Total Cats: 37
From: Brisbane, Australia
Default

Richard,

Originally Posted by richard_ha
This will still be the best to use for My PnP9093 wont it, as its already been easythermed?
That will work fine if you have the stock IAT sensor (the Miata one, not the GM one).

Cheers
Old Feb 10, 2008 | 03:07 PM
  #105  
richard_ha's Avatar
Junior Member
 
Joined: Jan 2007
Posts: 188
Total Cats: 0
Default

Ah. I have the GM IAT. What are the easytherm values used for the PnP?
Old Feb 10, 2008 | 03:42 PM
  #106  
timk's Avatar
Thread Starter
Senior Member
 
Joined: Dec 2004
Posts: 1,278
Total Cats: 37
From: Brisbane, Australia
Default

If you check out the airdenfactor.inc, matfactor.inc and thermfactor.inc files from your car's mtCfg folder you can see the values MegaTune is currently using.
Old Feb 12, 2008 | 11:52 PM
  #107  
richard_ha's Avatar
Junior Member
 
Joined: Jan 2007
Posts: 188
Total Cats: 0
Default

Ok heres the differences between the MSQ files from the Extra to the HR_Extra

<page number="0" size="189"> - Need to change from 1.0 to 1.00
Code:
<constant name="injOpen1" units="ms">1.00</constant>

<page number="3" size="189">
Need to add this constant to convert to the HR code
Code:
<constant name="latency" units="us">1</constant>
<page number="8" size="189">
Need to change from 0.01 to 0.1
Code:
<constant name="idlePeriod2" units="x 0.1sec">15</constant>
Code:
<constant name="idleperiod" units="x 0.1sec">100</constant>
Code:
<constant name="idlestartclk" units="x 0.1sec">255</constant>
Add this Just before </msq>
Code:
   <page number="9" size="189" />
   <page number="10" size="189" />
   <page number="11" size="256" />
   <page number="12" size="256" />
I'm not sure if all these are necessary but they are the differences I have spotted. If someone is having problems with their car having this limit and wants me to try and edit their MSQ to save them hand copying the information I'm willing to do it to see if it works.
Old Feb 20, 2008 | 03:59 AM
  #108  
cjernigan's Avatar
Elite Member
iTrader: (13)
 
Joined: Oct 2006
Posts: 8,091
Total Cats: 7
From: Atlanta, GA
Default

Originally Posted by richard_ha
I'm not sure if all these are necessary but they are the differences I have spotted. If someone is having problems with their car having this limit and wants me to try and edit their MSQ to save them hand copying the information I'm willing to do it to see if it works.
Interesting issue today. I made a whole new msq with the laptop disconnected. Opened MT and copied things over from the 10 million screenshots i had to take. Took a while but it solved my EBC issue I was having. So now EBC works. But I now have a 3k rpm limit.
I have two MSQs my old one from 029v that I can load and there is no RPM limit but EBC doesn't work as well as the new msq made just for hires-10e.
So the old msq loads up, ebc is "broke" in it though for some reason but it has no revlimit of 3k rpm. The new MSQ EBC works but it does have the 3k rpm rev limit.

Let me know if you can find anything obvious, because I can't. I have the .1nF cap installed fwiw. It has to be a software issue though.

Beware, these two MSQs are not exactly the same, i went and started changing things to see if i could cure the 3k rpm rev limit and I also added a n extra map sensor for realtime baro so some of those settings are active.
Appreciate it Richard.
Attached Files
File Type: zip
cjernigan.zip (10.7 KB, 48 views)
Old Feb 20, 2008 | 05:02 AM
  #109  
92MX5's Avatar
Junior Member
iTrader: (1)
 
Joined: Oct 2004
Posts: 83
Total Cats: 0
From: Toronto, ON
Default

The values in the HIRES .msq seem seriously messed up in some areas: fuel tables are zeroed out, timing is set to -10 across the board, etc, etc. I'm comparing the two .msq's with winmerge, not looking at them in MegaTune.

Cheers!

Jeff
Old Feb 20, 2008 | 11:43 AM
  #110  
cjernigan's Avatar
Elite Member
iTrader: (13)
 
Joined: Oct 2006
Posts: 8,091
Total Cats: 7
From: Atlanta, GA
Default

92mx5, thanks for taking a look. I just when through the msq in notepad and the vebins2 table is zero'd out and the advtable2 table is all -10s. Those tables are all disabled and not used so that shouldn't be an issue. I'm going to try updating my file with richard's data to see if that helps.
Old Feb 20, 2008 | 12:02 PM
  #111  
cjernigan's Avatar
Elite Member
iTrader: (13)
 
Joined: Oct 2006
Posts: 8,091
Total Cats: 7
From: Atlanta, GA
Default

I understand that this was meant to be a 029v to hi-res conversion set of data. I went through it anyway, everything looks good and I can't find any other major differences between my msqs.
Going to try the 96/97 MSPNP MSQ modified with some of my own values. I'll report back.
(My text is blue below.)
Originally Posted by richard_ha
Ok heres the differences between the MSQ files from the Extra to the HR_Extra

<page number="0" size="189"> - Need to change from 1.0 to 1.00
Code:
<constant name="injOpen1" units="ms">1.00</constant>
This one is already like that in my hi-res msq.

<page number="3" size="189">
Need to add this constant to convert to the HR code
Code:
<constant name="latency" units="us">1</constant>
This one has 0 as the constant instead of 1.

<page number="8" size="189">
Need to change from 0.01 to 0.1
Code:
<constant name="idlePeriod2" units="x 0.1sec">15</constant>
Code:
<constant name="idleperiod" units="x 0.1sec">100</constant>
Code:
<constant name="idlestartclk" units="x 0.1sec">255</constant>
Not using idle control anyway but here's my settings for that section. <constant name="idlePeriod2" units="x 0.1sec">0</constant>
<constant name="idleThresh" units="ADC">0</constant>
<constant name="idle_dc_hi" units="dc">0</constant>
<constant name="idle_dc_lo" units="dc">0</constant>
<constant name="idleclosedc" units="dc">0</constant>
<constant name="idlecrankdc" units="dc">0</constant>
<constant name="idledashdc" units="dc">0</constant>
<constant name="idledelayclock" units="x 0.01sec">0</constant>
<constant name="idlefreq" units="10000/x = Frequency">0</constant>
<constant name="idlemindc" units="dc">0</constant>
<constant name="idleperiod" units="x 0.1sec">0</constant>
<constant name="idlestartclk" units="x 0.1sec">0</constant>

Add this Just before </msq>
Code:
   <page number="9" size="189" />
   <page number="10" size="189" />
   <page number="11" size="256" />
   <page number="12" size="256" />
Yep already has that.
I'm not sure if all these are necessary but they are the differences I have spotted. If someone is having problems with their car having this limit and wants me to try and edit their MSQ to save them hand copying the information I'm willing to do it to see if it works.
Old Feb 25, 2008 | 04:13 AM
  #112  
richard_ha's Avatar
Junior Member
 
Joined: Jan 2007
Posts: 188
Total Cats: 0
Default

Originally Posted by FoundSoul
On the earlier models if you're not seeing the miss with the standard code it's pretty likely you won't with hi-res, but we are more than happy to fit the cap for you at no charge. I don't think everyone will care to, and don't think it's really needed unless you're seeing an issue as it's the 96-97's that really had a problem here, and to a much smaller extent some of the earlier cars. As I said though we're happy to fit it for you at no charge. All new units going forward are going to have this in place, we're changing the spec right now.
Will I be voiding my warranty if I add this to my 9093 PnP? I'm getting the misfire and tacho drop out that I didn't on the standard code. Problem is that I'm in the Uk and cant run my car without the MS in place so it will take ages to send to you and back again. I'm very competent with the soldering iron and built my own DIY which was ditched for a PnP.
Old Feb 25, 2008 | 09:14 AM
  #113  
FoundSoul's Avatar
Supporting Vendor
iTrader: (5)
 
Joined: Jun 2006
Posts: 803
Total Cats: 0
From: Duluth, GA 30097
Default

As long as the mod is clean, and not the source of any issues, then no, you won't void your warranty making this particular change.
__________________
Jerry a.k.a. 'FoundSoul'
DIYAutoTune.com
'91 Miata BEGi S3 GT2560 w/ MSPNP - 14.1psi - 253whp, 232wtq
'95 Miata n/a
A few other cars....
Old Feb 25, 2008 | 09:27 AM
  #114  
Braineack's Avatar
Boost Czar
iTrader: (62)
 
Joined: May 2005
Posts: 80,552
Total Cats: 4,368
From: Chantilly, VA
Default

Chad, still looking for a good hr_10e map?

I was out playing with a gt2871r and the EBC on it Saturday
Old Feb 25, 2008 | 01:17 PM
  #115  
cjernigan's Avatar
Elite Member
iTrader: (13)
 
Joined: Oct 2006
Posts: 8,091
Total Cats: 7
From: Atlanta, GA
Default

Nope, I have a good one now. Thanks.
Old Feb 26, 2008 | 08:42 AM
  #116  
richard_ha's Avatar
Junior Member
 
Joined: Jan 2007
Posts: 188
Total Cats: 0
Default

Heres the mod done on the 9093 PnP. The car runs and until I've driven it I wont be able to check its OK still.

Front of board


Back of board


Front of board (green hoops are the bolts that need undoing, blue hoops are the electrical connections)


Little tip for getting the nuts off, if you are lazy or cant find a spanner small enough, get a small ally tube and just give it a smack to flatten it slightly so it grips the nut.
Old Feb 26, 2008 | 08:57 PM
  #117  
richard_ha's Avatar
Junior Member
 
Joined: Jan 2007
Posts: 188
Total Cats: 0
Default

Yup, fixed it on my 1990 with the 9093 PnP
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
satisfied
MEGAsquirt
144
Nov 5, 2018 04:05 PM
mikeflys1
Miata parts for sale/trade
15
Oct 27, 2018 02:19 PM
konmo
MEGAsquirt
22
Nov 5, 2015 02:32 PM
itsMikey
MSPNP
3
Sep 28, 2015 06:40 AM
slomiata
MEGAsquirt
2
Sep 15, 2015 12:54 PM




All times are GMT -4. The time now is 09:52 PM.