WOLFRAM SYSTEM MODELER

TCU

Transmission control unit that controls the gears and transmission clutch based on engine speed (rpm), vehicle speed (km/h), and desired driving direction (−1 = reverse, 0 = neutral, 1 = forward).

Diagram

Wolfram Language

In[1]:=
SystemModel["IndustryExamples.AutomotiveTransportation.Driveline.Components.TransmissionPackage.Utilities.TCU"]
Out[1]:=

Information

This model is a simple implementation of a transmission control unit that controls the gears and transmission clutch based on engine speed (rpm), vehicle speed (km/h), and desired driving direction (−1 = reverse, 0 = neutral, 1 = forward).

Parameters (2)

gearSwitch

Value: {24.135, 40.225, 64.36, 72.405}

Type: Real[4]

clutchLock

Value: 900

Type: Real (1/min)

Description: Engine speed threshold where clutch signal equals 1

Connectors (5)

clutchSignal

Type: RealOutput

Description: 'output Real' as connector

engineSpeed

Type: RealInput

Description: 'input Real' as connector

mode

Type: RealInput

Description: 'input Real' as connector

vehicleSpeed

Type: RealInput

Description: 'input Real' as connector

gear

Type: RealOutput

Description: 'output Real' as connector

Components (9)

add2

Type: Add

Description: Output the sum of the two inputs

const

Type: Constant

Description: Generate constant signal of type Real

limiter1

Type: Limiter

Description: Limit the range of a signal

abs1

Type: Abs

Description: Output the absolute value of the input

clutchSignal1

Type: ClutchSignal

Description: Block that calculates the clutch signal.

clutchFn1

Type: EngineSpeedClutch

Description: Model of the relationship between the engine speed and the clutch signal in case the engine speed falls below a given threshold.

currentGear1

Type: GearSelect

Description: State graph based model that is responsible for the automatic selection and change of gears in the TCU.

firstOrder1

Type: FirstOrder

Description: First order transfer function block (= 1 pole)

booleanToReal1

Type: BooleanToReal

Description: Convert Boolean to Real signal

Used in Components (1)

AutomaticTransmission

IndustryExamples.AutomotiveTransportation.Driveline.Components.TransmissionPackage

Model of an automatic transmission using a TCU, a clutch, and a gearbox.