Evo X Logging
#392
You have to log Mode23 either with the Tephra logger or Evoscan to get the uncapped boost. I do not know if flashing the rom with Mode23 code would uncap the boost limit using PCMScan. I will try it on Saturday and report back.
#394
What does it do that? Anyway to change that? I like using your data logger, but it doesn't create a nice map graph. Haven't figured how how to do that in Excel. And I don't have EvoScan yet...
#396
What is the CAN ID for boost logging in EvoScan Beta anyways? Or are we only able to use Mode23 at this time? It seems like the Baro caps at 125 kPa (~3.6 psi above Atmospheric) but is still a good way to verify the readings. Even if I can get to 255 kPa that is 22.5 psi and I can time spoolup more accurately.
Thanks!
Thanks!
#397
Thread Starter
EvoM Guru
iTrader: (6)
Joined: Mar 2007
Posts: 9,486
Likes: 66
From: Melbourne, Australia
Code:
<DataListItem DataLog="Y" Color="" Display="MAP" LogReference="MAP" RequestID="CAN6-0" Eval="x" Unit="%" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
#398
<DataListItem DataLog="N" Color="" Display="IDC" LogReference="IDC" RequestID="2380874f" Eval="[Mode23IPW]*31.25*x/1200" Unit="%" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="100" ChartMin="0" ChartMax="100" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
#399
What is the CAN ID for boost logging in EvoScan Beta anyways? Or are we only able to use Mode23 at this time? It seems like the Baro caps at 125 kPa (~3.6 psi above Atmospheric) but is still a good way to verify the readings. Even if I can get to 255 kPa that is 22.5 psi and I can time spoolup more accurately.
Thanks!
Thanks!
#400
EvoM Guru
iTrader: (50)
Joined: Mar 2006
Posts: 9,675
Likes: 130
From: Tri-Cities, WA // Portland, OR
My latest Data.xml for USDM Evo 10 GSR 52680015-20 is attached. Changes include:
- APP and TPS now should be range from ~0 to ~100%.
- Added IDC calculation.
- Added back the wide band logging entry.
- A few other minor changes.
- APP and TPS now should be range from ~0 to ~100%.
- Added IDC calculation.
- Added back the wide band logging entry.
- A few other minor changes.
#401
EvoM Guru
iTrader: (50)
Joined: Mar 2006
Posts: 9,675
Likes: 130
From: Tri-Cities, WA // Portland, OR
What is the CAN ID for boost logging in EvoScan Beta anyways? Or are we only able to use Mode23 at this time? It seems like the Baro caps at 125 kPa (~3.6 psi above Atmospheric) but is still a good way to verify the readings. Even if I can get to 255 kPa that is 22.5 psi and I can time spoolup more accurately.
Thanks!
Thanks!
#402
I could be wrong but I want to say that I tested this out with CAN 6-0 and it caps at 255 very easily at part throttle. I think the problem is that it looked like it was reporting absolute pressure, so 22.5-14.5=8 psi. Try it out, but I couldn't really get usable boost logging with CAN. The mode23 boost logging works great though!
#403
- APP & TPS
- The 2 other loads (Mivec & timing)
- Manifold air temp (Charged air temp)
I think I have the AFR map which is 238088f0
Also, these should be the mivec on the JDM
Code:
<DataListItem DataLog="N" Color="" Display="InVVT" LogReference="InVVT" RequestID="23809450" Eval="(x-3552)/48.64+10" Unit="Deg" MetricEval="" MetricUnit="" ResponseBytes="2" GaugeMin="-40" GaugeMax="50" ChartMin="-40" ChartMax="50" ScalingFactor="1" Notes="" Priority="1" Visible="False" /> <DataListItem DataLog="N" Color="" Display="ExVVT" LogReference="ExVVT" RequestID="23809452" Eval="(x-4096)*-0.01953" Unit="Deg" MetricEval="" MetricUnit="" ResponseBytes="2" GaugeMin="-40" GaugeMax="50" ChartMin="-40" ChartMax="50" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
#404
#405