Notices

Evo X Logging

Thread Tools
 
Search this Thread
 
Old Oct 3, 2009 | 08:03 AM
  #781  
evo4mad's Avatar
Former Sponsor
iTrader: (4)
 
Joined: Dec 2003
Posts: 723
Likes: 1
From: TGA, New Zealand
Update: EvoScan v2.7 Beta5
- New Feature: Added "Set DataLog Folder..." option under the Logging menu.
- New Feature: EvoX SST Gearbox Temp Reading added to 2008 JDM EvoX, someone can test it on the other EvoX's see if it is accurate.

You can download and extract the files in this zip file into your exisiting evoscan v2.6 installation folder. (c:\Program files\Evoscan\EvoScan v2.6\)

EvoScanv2.7beta5.zip


I have two data.xml files that have different values on my pc, can anyone confirm the correct formulas for these ones:

Mode23 2008 JDM EVOX:
InVVT Eval="(x-4096)*-0.01953" or Eval="(x-3552)/48.64+10"
Load (MIVEC) and (Timing if IATS GT 75F) RequestID="2380876c" or RequestID="23808774"
Load (Timing if IATS LE 75F) RequestID="23808F68" or RequestID="23808F70"

Mode23 USA EVOX:
InVVT Eval="(x-4096)*-0.01953" or Eval="(x-3552)/48.64+10"

NEW: SST Temp in DegC
<DataListItem DataLog="N" Color="" Display="SST Transmission Temp" LogReference="SST_TM_Temp" RequestID="CAN28-0" Eval="x-50" Unit="Deg F" MetricEval="x-50" MetricUnit="Deg C" ResponseBytes="1" GaugeMin="0" GaugeMax="1000" ChartMin="0" ChartMax="1000" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
Old Oct 3, 2009 | 09:28 PM
  #782  
EvoX_SA's Avatar
Evolving Member
iTrader: (2)
 
Joined: Feb 2008
Posts: 299
Likes: 0
From: Honolulu, HI
I tried to install 2.7 b5 to replace 2.6 b19 and I keep getting errors.

Old Oct 3, 2009 | 10:18 PM
  #783  
dleong's Avatar
Newbie
 
Joined: Mar 2008
Posts: 11
Likes: 0
From: Sydney
I also am trying to install 2.7 b5 by replacing 2.6 b19 and i am getting errors as EvoX SA.

My Rom ID is 53050006
Old Oct 3, 2009 | 11:13 PM
  #784  
evo4mad's Avatar
Former Sponsor
iTrader: (4)
 
Joined: Dec 2003
Posts: 723
Likes: 1
From: TGA, New Zealand
wtf, why are you trying to run it from the RAR$ folder? try unrar it first, lol.
Old Oct 4, 2009 | 01:38 AM
  #785  
BigT's Avatar
Evolved Member
iTrader: (8)
 
Joined: Sep 2006
Posts: 1,029
Likes: 2
From: NW NJ
Originally Posted by evo4mad
Mode23 USA EVOX:
InVVT Eval="(x-4096)*-0.01953"

This is the one that shows up. I hope it works now as it did not for me in v2.6.
Old Oct 4, 2009 | 01:27 PM
  #786  
EvoX_SA's Avatar
Evolving Member
iTrader: (2)
 
Joined: Feb 2008
Posts: 299
Likes: 0
From: Honolulu, HI
I uninstalled all the other versions and extracted the 2.7 b5 to several different locations and used two different unpack programs and it is still having the same error. It opens the evo x GUI, but you can't do anything with it, then when you close the GUI it has a similiar error window pop up.
Old Oct 4, 2009 | 07:47 PM
  #787  
evo4mad's Avatar
Former Sponsor
iTrader: (4)
 
Joined: Dec 2003
Posts: 723
Likes: 1
From: TGA, New Zealand
Originally Posted by BigT
This is the one that shows up. I hope it works now as it did not for me in v2.6.
That was not the question, the question was which is the correct one?
Old Oct 4, 2009 | 08:01 PM
  #788  
evo4mad's Avatar
Former Sponsor
iTrader: (4)
 
Joined: Dec 2003
Posts: 723
Likes: 1
From: TGA, New Zealand
Originally Posted by EvoX_SA
I uninstalled all the other versions and extracted the 2.7 b5 to several different locations and used two different unpack programs and it is still having the same error. It opens the evo x GUI, but you can't do anything with it, then when you close the GUI it has a similiar error window pop up.
option1) install v2.6 first, and then extract the exe to that installed folder. and the data.xml to the datasettings folder

option2) wait until full v2.7 is released with full installer.
Old Oct 4, 2009 | 08:42 PM
  #789  
EvoX_SA's Avatar
Evolving Member
iTrader: (2)
 
Joined: Feb 2008
Posts: 299
Likes: 0
From: Honolulu, HI
I am an idiot. Please disregard previous post. It is done. Thanks for the help and fast response to the support ticket. Another reason why evoscan is better than AP.
Old Oct 4, 2009 | 10:34 PM
  #790  
evo4mad's Avatar
Former Sponsor
iTrader: (4)
 
Joined: Dec 2003
Posts: 723
Likes: 1
From: TGA, New Zealand
redownload EvoScanv2.7beta5.zip the last one had the wrong files.
Old Oct 5, 2009 | 02:13 PM
  #791  
loevo's Avatar
Newbie
 
Joined: Feb 2009
Posts: 22
Likes: 0
From: Sweden
Great stuff!
Hamish, do you have any plans of supporting PLX-AFR in evoscan?
Old Oct 5, 2009 | 03:16 PM
  #792  
funks's Avatar
Evolving Member
iTrader: (4)
 
Joined: Jul 2007
Posts: 488
Likes: 0
Originally Posted by loevo
Great stuff!
Hamish, do you have any plans of supporting PLX-AFR in evoscan?
Originally Posted by evo4mad
thanks funks, i'll add that PLX parser to my code now, cheers.
He stated he'll be adding it to his code base on another thread (also waiting personally).

In the meantime, if you have a PLX-AFR, you can use the EVOXLogger that I posted earlier in this thread. It supports the PLX, just make sure you modify the "wb.config" correctly. If you aren't using an USDM EVO X, then modify the "monitors.config" and add the proper addresses (you are from sweden right? dunno what type of EVOX's they have out there).

Code:
#
# Type:COMPORT:TestMode
#
PLX:COM4:false

Last edited by funks; Oct 6, 2009 at 10:14 AM.
Old Oct 6, 2009 | 05:23 AM
  #793  
loevo's Avatar
Newbie
 
Joined: Feb 2009
Posts: 22
Likes: 0
From: Sweden
Thanks!

Yes, we have EDM EVO X in Sweden and I guess JDM-calc would be suitable for EDM just
like in evoscan where I use JDM-mode23 settings...
Then I will place an order on the PLX-AFR with the nice OLED-gauge :-)
Old Oct 6, 2009 | 06:08 AM
  #794  
evo4mad's Avatar
Former Sponsor
iTrader: (4)
 
Joined: Dec 2003
Posts: 723
Likes: 1
From: TGA, New Zealand
Originally Posted by loevo
Great stuff!
Hamish, do you have any plans of supporting PLX-AFR in evoscan?
Yes I do, it will be in next weeks v2.7 beta6 release, all going well.
Old Oct 6, 2009 | 10:32 AM
  #795  
funks's Avatar
Evolving Member
iTrader: (4)
 
Joined: Jul 2007
Posts: 488
Likes: 0
Originally Posted by loevo
Thanks!

Yes, we have EDM EVO X in Sweden and I guess JDM-calc would be suitable for EDM just
like in evoscan where I use JDM-mode23 settings...
Then I will place an order on the PLX-AFR with the nice OLED-gauge :-)
I think the following will work for a 2008 JDM EVOX

Code:
#
# Name:Source:HexAddress:ReturnBytes:RPNFormula:Priority
# 1) Make sure there are NO SPACES (including @ end)
# 2) Make sure your formula is correct - "x" is the value returned from the car.
#
TPS:OP2:0x8086F1:1:x,100,*,255,/:1
RPM:OP2:0x808747:1:31.25,x,*:1
Load:OP2:0x808766:2:x,10,*,32,/:1
TimingAdv:OP2:0x8089FF:1:x,20,-:1
KnockSum:OP2:0x808A43:1:x:1
PSIG:OP2:0x808712:2:x,4,/,0.19347,*,14.5,-:1
# or for BAR - BAR:OP2:0x808712:2:x,4,/,0.01334,*,1,-:1
WideBandAF:WB:0x000000:0:x:1
the following for a 2009 JDM EVOX

Code:
#
# Name:Source:HexAddress:ReturnBytes:RPNFormula:Priority
# 1) Make sure there are NO SPACES (including @ end)
# 2) Make sure your formula is correct - "x" is the value returned from the car.
#
TPS:OP2:0x8086F9:1:x,100,*,255,/:1
RPM:OP2:0x80874F:1:31.25,x,*:1
Load:OP2:0x80876E:2:x,10,*,32,/:1
TimingAdv:OP2:0x808A07:1:x,20,-:1
KnockSum:OP2:0x808A4B:1:x:1
PSIG:OP2:0x80871A:2:x,4,/,0.19347,*,14.5,-:1
# or for BAR - BAR:OP2:0x80871A:2:x,4,/,0.01334,*,1,-:1
WideBandAF:WB:0x000000:0:x:1
Originally Posted by evo4mad
Yes I do, it will be in next weeks v2.7 beta6 release, all going well.
Thanks in advance...

Last edited by funks; Oct 6, 2009 at 10:41 AM.


Quick Reply: Evo X Logging



All times are GMT -7. The time now is 08:31 AM.