Advertisement
FarmerBeavis

Gearbox_LiebherrJCB

Apr 30th, 2017
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.23 KB | None | 0 0
  1.     <vehicle>Liebherr_L538
  2.         <configFile xmlName="data/vehicles/steerable/liebherr/liebherrL538.xml"/>
  3.    
  4.         <gearboxMogli autoStartStop="true" maxBackwardSpeed="40" maxForwardSpeed="40" speedLimiter="true">
  5.             <hydrostatic profile="Input" correctGearSpeed="true"/>
  6.             <blowOffVentilSound volume="0"/>
  7.                 <realEngine idleRpm="800" ratedRpm="2450" >
  8.                     <torque rpm="800" motorTorque="400"/>
  9.                     <torque rpm="900" motorTorque="530"/>
  10.                     <torque rpm="1000" motorTorque="575"/>
  11.                     <torque rpm="1100" motorTorque="605"/>
  12.                     <torque rpm="1200" motorTorque="630"/>
  13.                     <torque rpm="1300" motorTorque="630"/>
  14.                     <torque rpm="1400" motorTorque="645"/>
  15.                     <torque rpm="1500" motorTorque="645"/>
  16.                     <torque rpm="1600" motorTorque="645"/>
  17.                     <torque rpm="1700" motorTorque="625"/>
  18.                     <torque rpm="1800" motorTorque="600"/>
  19.                     <torque rpm="1900" motorTorque="580"/>
  20.                     <torque rpm="2000" motorTorque="560"/>
  21.                     <torque rpm="2100" motorTorque="520"/>
  22.                     <torque rpm="2200" motorTorque="490"/>
  23.                     <torque rpm="2300" motorTorque="470"/>
  24.                     <torque rpm="2400" motorTorque="445"/>
  25.                     <torque rpm="2450" motorTorque="430"/>
  26.                 </realEngine>
  27.             <gears defaultGear="1" automatic="true" shiftTimeMs="0">
  28.                     <gear speed="6"  name=""/>
  29.                     <gear speed="16"  name=""/>
  30.                     <gear speed="40"  name=""/>
  31.             </gears>
  32.            
  33.             <reverse shiftTimeMs="400" />
  34.            
  35.         </gearboxMogli>  
  36.     </vehicle>
  37.  
  38.     <vehicle>JCB_435s
  39.         <configFile xmlName="data/vehicles/steerable/jcb/jcb435s.xml"/>
  40.        
  41.         <gearboxMogli autoStartStop="true" clutchOpenRpm="900" clutchCloseRpm="1100" torqueConverter="true" speedLimiter="true">
  42.             <blowOffVentilSound volume="0"/>
  43.                 <realEngine idleRpm="800" ratedRpm="2500" >
  44.                     <torque rpm="800" motorTorque="647"/>
  45.                     <torque rpm="900" motorTorque="710"/>
  46.                     <torque rpm="1000" motorTorque="776"/>
  47.                     <torque rpm="1100" motorTorque="825"/>
  48.                     <torque rpm="1200" motorTorque="890"/>
  49.                     <torque rpm="1300" motorTorque="932"/>
  50.                     <torque rpm="1400" motorTorque="938"/>
  51.                     <torque rpm="1500" motorTorque="945"/>
  52.                     <torque rpm="1600" motorTorque="932"/>
  53.                     <torque rpm="1700" motorTorque="910"/>
  54.                     <torque rpm="1800" motorTorque="893"/>
  55.                     <torque rpm="1900" motorTorque="870"/>
  56.                     <torque rpm="2000" motorTorque="855"/>
  57.                     <torque rpm="2100" motorTorque="825"/>
  58.                     <torque rpm="2200" motorTorque="810"/>
  59.                     <torque rpm="2300" motorTorque="790"/>
  60.                     <torque rpm="2400" motorTorque="750"/>
  61.                     <torque rpm="2500" motorTorque="705"/>
  62.                 </realEngine>          
  63.             <gears shiftTimeMs="0" shiftEffect="false" clutchRatio="0" automatic="true" reverseReset="true" speedMatching="true">  
  64.                 <gear speed="5.82"  forwardOnly="true" name="F - 1"/>  
  65.                 <gear speed="9.03"  forwardOnly="true" name="F - 2"/>
  66.                 <gear speed="14.45" forwardOnly="true" name="F - 3"/>
  67.                 <gear speed="22.13" forwardOnly="true" name="F - 4"/>
  68.                 <gear speed="34.25" forwardOnly="true" name="F - 5"/>
  69.                 <gear speed="40"    forwardOnly="true" name="F - 6"/>
  70.                 <gear speed="5.82"  reverseOnly="true" name="R - 1"/>
  71.                 <gear speed="9.03"  reverseOnly="true" name="R - 2"/>
  72.                 <gear speed="14.45" reverseOnly="true" name="R - 3"/>      
  73.             </gears>
  74.            
  75.         </gearboxMogli>
  76.     </vehicle>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement