Notices

TephraXMOD V2

Thread Tools
 
Search this Thread
 
Old Sep 22, 2014, 07:01 PM
  #331  
EvoM Guru
Thread Starter
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
So there is a "MAF Scaling" table in your 58010005 XML file?
Old Sep 22, 2014, 07:41 PM
  #332  
Evolved Member
iTrader: (1)
 
momostallion's Avatar
 
Join Date: Jan 2012
Location: Dallas, TX
Posts: 622
Received 5 Likes on 5 Posts
yea, though it's split up to 3 tables and naming convention is a bit different due to that. looks the same as the supplied "evo10base.xml" file.

<table name="MAF Scaling Horizontal" address="575c6" category="Fuel" type="2D" scaling="GramsPerSecond">
<table name="Volts" address="6203c" type="X Axis" elements="130" scaling="VoltsADC1023"/>
</table>

<table name="MAF Scaling Part 1" address="575c6" category="Fuel" type="2D" level="2" scaling="uint16">
<table name="Volts" address="6203c" type="Y Axis" elements="44" scaling="VoltsADC1023"/>
</table>

<table name="MAF Scaling Part 2" address="5761e" category="Fuel" type="2D" level="2" scaling="uint16">
<table name="Volts" address="62094" type="Y Axis" elements="44" scaling="VoltsADC1023"/>
</table>

<table name="MAF Scaling Part 3" address="57676" category="Fuel" type="2D" level="2" scaling="uint16">
<table name="Volts" address="620ec" type="Y Axis" elements="42" scaling="VoltsADC1023"/>
</table>


and just to verify, the scaling is defined:

<scaling name="VoltsADC1023" units="Volts" toexpr="x*5/1023" frexpr="x*1023/5" format="%.2f" min="0" max="5" inc="0.05" storagetype="uint16" endian="big"/>
Old Sep 22, 2014, 07:45 PM
  #333  
Newbie
 
Solarwater's Avatar
 
Join Date: May 2011
Location: Detroit Metro
Posts: 41
Likes: 0
Received 2 Likes on 1 Post
Tephra, thanks for V2!, I am having a couple problems though. When using NLTS, it seems to be ignoring the rpm drop setting. I have tried 1000, 2000, and 3000 rpm drop, and it seems to drop to 6K rpm and then bounce there, no matter what RPM I clutch in at. I have min rpm to engage at 6k, if that matters.

My other issue is with live tuner. It doesn't want to connect. It will say openport 2.0 connected when i first open the program, but then will go to not connected, and flip between connected and not connected. I haven't been able to get it to work. I don't have any problems logging with evoscan.

I have a 2010 USDM GSR

Any idea what might be my issue?
Old Sep 22, 2014, 07:52 PM
  #334  
Evolved Member
iTrader: (1)
 
momostallion's Avatar
 
Join Date: Jan 2012
Location: Dallas, TX
Posts: 622
Received 5 Likes on 5 Posts
Originally Posted by Solarwater
Tephra, thanks for V2!, I am having a couple problems though. When using NLTS, it seems to be ignoring the rpm drop setting. I have tried 1000, 2000, and 3000 rpm drop, and it seems to drop to 6K rpm and then bounce there, no matter what RPM I clutch in at. I have min rpm to engage at 6k, if that matters
maybe you have to change the min rpm to engage setting. change it to 5000 and see what happens.
Old Sep 22, 2014, 08:06 PM
  #335  
EvoM Guru
Thread Starter
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
Originally Posted by momostallion
yea, though it's split up to 3 tables and naming convention is a bit different due to that. looks the same as the supplied "evo10base.xml" file.

<table name="MAF Scaling Horizontal" address="575c6" category="Fuel" type="2D" scaling="GramsPerSecond">
<table name="Volts" address="6203c" type="X Axis" elements="130" scaling="VoltsADC1023"/>
</table>

<table name="MAF Scaling Part 1" address="575c6" category="Fuel" type="2D" level="2" scaling="uint16">
<table name="Volts" address="6203c" type="Y Axis" elements="44" scaling="VoltsADC1023"/>
</table>

<table name="MAF Scaling Part 2" address="5761e" category="Fuel" type="2D" level="2" scaling="uint16">
<table name="Volts" address="62094" type="Y Axis" elements="44" scaling="VoltsADC1023"/>
</table>

<table name="MAF Scaling Part 3" address="57676" category="Fuel" type="2D" level="2" scaling="uint16">
<table name="Volts" address="620ec" type="Y Axis" elements="42" scaling="VoltsADC1023"/>
</table>


and just to verify, the scaling is defined:

<scaling name="VoltsADC1023" units="Volts" toexpr="x*5/1023" frexpr="x*1023/5" format="%.2f" min="0" max="5" inc="0.05" storagetype="uint16" endian="big"/>
yeh.. a "bit different" is what the problem is.

58010205 xml is referring to "MAF Scaling", it expects that that table will be defined in the parent XML's, which isn't the case.

If your using "MAF Scaling Horizontal", then just update the V2 XML to refer to that one instead
Old Sep 22, 2014, 08:07 PM
  #336  
EvoM Guru
Thread Starter
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
Originally Posted by Solarwater
Tephra, thanks for V2!, I am having a couple problems though. When using NLTS, it seems to be ignoring the rpm drop setting. I have tried 1000, 2000, and 3000 rpm drop, and it seems to drop to 6K rpm and then bounce there, no matter what RPM I clutch in at. I have min rpm to engage at 6k, if that matters.

My other issue is with live tuner. It doesn't want to connect. It will say openport 2.0 connected when i first open the program, but then will go to not connected, and flip between connected and not connected. I haven't been able to get it to work. I don't have any problems logging with evoscan.

I have a 2010 USDM GSR

Any idea what might be my issue?
Thats a bit strange, if you dont "connect", but just start logging does it work ok?
Old Sep 22, 2014, 08:08 PM
  #337  
Newbie
 
Solarwater's Avatar
 
Join Date: May 2011
Location: Detroit Metro
Posts: 41
Likes: 0
Received 2 Likes on 1 Post
Originally Posted by momostallion
maybe you have to change the min rpm to engage setting. change it to 5000 and see what happens.
Momo, I just tested it and you got it. It makes sense it was falling in and out of nlts mode and not actually using the nlts limiter. Working now.

Thanks!
Old Sep 22, 2014, 08:13 PM
  #338  
Newbie
 
Solarwater's Avatar
 
Join Date: May 2011
Location: Detroit Metro
Posts: 41
Likes: 0
Received 2 Likes on 1 Post
Originally Posted by tephra
Thats a bit strange, if you dont "connect", but just start logging does it work ok?
both the connect and start logging buttons are greyed out. They flash available when it says "connected", but then immediately goes to "not connected"
Old Sep 22, 2014, 08:21 PM
  #339  
EvoM Guru
Thread Starter
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
ok, The LT app (like ECUflash) detects when the OP20 cable is plugged into the computer.

the connect and start logging buttons will "enable" when the OP20 is plugged in.

if its going connected/not connected then either something is interrupting it, or the cable is dodgey... i think it checks every 1/4 (or maybe 1/2) second, which i think is a bit more often that ecuflash...

can you try another USB cable?
Old Sep 22, 2014, 08:56 PM
  #340  
Newbie
 
Solarwater's Avatar
 
Join Date: May 2011
Location: Detroit Metro
Posts: 41
Likes: 0
Received 2 Likes on 1 Post
Originally Posted by tephra
ok, The LT app (like ECUflash) detects when the OP20 cable is plugged into the computer.

the connect and start logging buttons will "enable" when the OP20 is plugged in.

if its going connected/not connected then either something is interrupting it, or the cable is dodgey... i think it checks every 1/4 (or maybe 1/2) second, which i think is a bit more often that ecuflash...

can you try another USB cable?
I tried another cable, and had the same issue. To test, I tried my old laptop, and it connected with no problem. The old machine is running Vista, and my new machine is running on 8.1, maybe that has something to do with it?
Old Sep 23, 2014, 07:29 AM
  #341  
Evolved Member
iTrader: (1)
 
momostallion's Avatar
 
Join Date: Jan 2012
Location: Dallas, TX
Posts: 622
Received 5 Likes on 5 Posts
Originally Posted by tephra
yeh.. a "bit different" is what the problem is.

58010205 xml is referring to "MAF Scaling", it expects that that table will be defined in the parent XML's, which isn't the case.

If your using "MAF Scaling Horizontal", then just update the V2 XML to refer to that one instead
good call, i should have tried that but a part of me figured most people had the same name for MAF tables.

it works now. loaded rom and connected to live tuner for a second before i went to work.


THANKS!
Old Sep 23, 2014, 04:02 PM
  #342  
EvoM Guru
Thread Starter
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
Originally Posted by Solarwater
I tried another cable, and had the same issue. To test, I tried my old laptop, and it connected with no problem. The old machine is running Vista, and my new machine is running on 8.1, maybe that has something to do with it?
I think people have been running on W8.1, so that shouldn't be a problem.

what version of ecuflash do you have?
Old Sep 23, 2014, 05:25 PM
  #343  
Newbie
 
Solarwater's Avatar
 
Join Date: May 2011
Location: Detroit Metro
Posts: 41
Likes: 0
Received 2 Likes on 1 Post
Originally Posted by tephra
i think people have been running on w8.1, so that shouldn't be a problem.

What version of ecuflash do you have?

1.44.4341
Old Sep 29, 2014, 09:14 AM
  #344  
Newbie
iTrader: (2)
 
polik71's Avatar
 
Join Date: Dec 2011
Location: Italy
Posts: 34
Likes: 0
Received 0 Likes on 0 Posts
I think Beeble is on W8 too (not sure if 8.1 thou)
Old Sep 29, 2014, 09:20 AM
  #345  
Newbie
iTrader: (2)
 
polik71's Avatar
 
Join Date: Dec 2011
Location: Italy
Posts: 34
Likes: 0
Received 0 Likes on 0 Posts
Btw , sorry for asking again, any advancing news about the SST issue?
I'm patiently awaiting for it (and a couple of friends ready to donate as soon as available)


Quick Reply: TephraXMOD V2



All times are GMT -7. The time now is 12:27 AM.