Logging SST fluid temps
Logging SST fluid temps
Is there anyway to log the temperature of the SST fluid in the transmission without putting a sensor into the transmission?
I know the Cobb AP doesn't show anything and evoscan doesn't.
Have any the ECU coders/guru's ran across a way to do this?
I'm guessing if the ECU can see the temps to display the slow down message and enable limp mode there should be a way to log it.
I know the Cobb AP doesn't show anything and evoscan doesn't.
Have any the ECU coders/guru's ran across a way to do this?
I'm guessing if the ECU can see the temps to display the slow down message and enable limp mode there should be a way to log it.
Here you go, plus two other goodies I don't think most have yet. I'm sick of sitting on them. 

Code:
<DataListItem DataLog="Y" Color="" Display="SST Transmission Temp" LogReference="SST_TM_Temp" RequestID="CAN28-0" Eval="x-50" Unit="C" MetricEval="x-50" MetricUnit="Deg C" ResponseBytes="1" GaugeMin="0" GaugeMax="1000" ChartMin="0" ChartMax="1000" ScalingFactor="1" Notes="" Priority="1" Visible="False" /> <DataListItem DataLog="Y" Color="" Display="Odd Clutch Temp" LogReference="OddClutchTemp" RequestID="CAN33-0" Eval="x/4" Unit="C" MetricEval="" MetricUnit="" ResponseBytes="2" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="False" /> <DataListItem DataLog="Y" Color="" Display="Even Clutch Temp" LogReference="EvenClutchTemp" RequestID="CAN33-2" Eval="x/4" Unit="C" MetricEval="" MetricUnit="" ResponseBytes="2" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
yeh I guess I can probably post up the others as well huh...
https://www.evolutionm.net/forums/ev...arameters.html
https://www.evolutionm.net/forums/ev...arameters.html
Last edited by tephra; Sep 12, 2011 at 09:20 AM.
so .... with the SST Temp logging
are we 100% sure it's x-50 as the formula?
i only ask, as some of the mode23 addresses use x-40 as the temp in C (coolant temp, intake air temp)
and my SST shuts itself down at 135 C , which would be 145 C (and make more sense) if the formula was x-40
just thinking out loud...
thoughts?
(and yes i realise this sensor probably isn't the one causing the Slowdown)
are we 100% sure it's x-50 as the formula?
i only ask, as some of the mode23 addresses use x-40 as the temp in C (coolant temp, intake air temp)
and my SST shuts itself down at 135 C , which would be 145 C (and make more sense) if the formula was x-40
just thinking out loud...
thoughts?

(and yes i realise this sensor probably isn't the one causing the Slowdown)
Thread
Thread Starter
Forum
Replies
Last Post
BeyondLimitsEvo
Evo X Engine / Turbo / Drivetrain
17
Jun 5, 2015 03:18 PM
RS200Z
Evo X Engine Management / Tuning Forums
4
Mar 21, 2011 08:47 PM









