Requested Torque/Throttle Ramp Rate Tables
Thread Starter
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
If you are using Golden's definition, you can add the following into 56890009.XML as 56890010 inherit from that. Otherwise replace the scaling="Percent255" with just "Percent" as per Tephra's post #1.
Code:
<table name="Requested Torque Ramp Rate - SST Normal Mode" category="Torque" address="5f853" type="3D" swapxy="true" scaling="Percent255">
<table name="VehicleSpeed" address="62cea" type="X Axis" elements="6" scaling="VehicleSpeed"/>
<table name="RevPerMPH" address="63088" type="Y Axis" elements="8" scaling="RPMPerMPH"/>
</table>
<table name="Requested Torque Ramp Rate - SST SPORT Mode" category="Torque" address="5f81b" type="3D" swapxy="true" scaling="Percent255">
<table name="VehicleSpeed" address="62cea" type="X Axis" elements="6" scaling="VehicleSpeed"/>
<table name="RevPerMPH" address="63088" type="Y Axis" elements="8" scaling="RPMPerMPH"/>
</table>
<table name="Requested Torque Ramp Rate - SST S-SPORT Mode" category="Torque" address="5f7e3" type="3D" swapxy="true" scaling="Percent255">
<table name="VehicleSpeed" address="62cea" type="X Axis" elements="6" scaling="VehicleSpeed"/>
<table name="RevPerMPH" address="63088" type="Y Axis" elements="8" scaling="RPMPerMPH"/>
</table>
<table name="Requested Torque Ramp Rate - 5MT" category="Torque" address="5f7ab" type="3D" swapxy="true" scaling="Percent255">
<table name="VehicleSpeed" address="62cea" type="X Axis" elements="6" scaling="VehicleSpeed"/>
<table name="RevPerMPH" address="63088" type="Y Axis" elements="8" scaling="RPMPerMPH"/>
</table>
So is it normal that the 5speed ROM has SST these maps as well? I just find it strange.
Make Normal a lot less doughy and crisper shifting , and you can dumb down Sport if you wish.
As Bryan said, it really changes the way the car drives when in Auto mode.
The Ramp Rate's are set at 100% for Top Gear in GSR's. Look at the 48 row.
Are you having issues with cruise in lower gears?
sorry to bring this thread up but is anyone playing with these tables anymore?
i believe i found the definitions for 58010005, if anyone can check my work that would be nice.
i believe i found the definitions for 58010005, if anyone can check my work that would be nice.
Last edited by momostallion; Dec 30, 2012 at 04:11 PM.
oh great, i just noticed these have already been defined for 5802*
well at least my addresses all match so that is some consolation.
and so it wasn't a complete time waste, here is Requested Torque Ramp Rate - 5MT for 58010005:
well at least my addresses all match so that is some consolation.
and so it wasn't a complete time waste, here is Requested Torque Ramp Rate - 5MT for 58010005:
Code:
<scaling name="Percent" units="%" toexpr="x*100/255" frexpr="x*255/100" format="%.1f" min="0" max="100" inc="2" storagetype="uint8" endian="big"/> <table name="Requested Torque Ramp Rate - 5MT" category="Torque" address="5f7cf" type="3D" swapxy="true" scaling="Percent"> <table name="VehicleSpeed" address="62d54" type="X Axis" elements="6" scaling="VehicleSpeed"/> <table name="RevPerMPH" address="630f2" type="Y Axis" elements="8" scaling="RPMPerMPH"/> </table>








