WOLFRAM SYSTEM MODELER

ClutchSignal

Block that calculates the clutch signal.

Wolfram Language

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

Information

 

Driveline: ClutchSignal

 

Description

This model simply returns the product of the three input signals and is used in the TCU to produce the final signal to the transmission clutch.

 

Inputs (3)

u

Type: RealInput

u1

Type: RealInput

u2

Type: RealInput

Outputs (1)

y

Type: RealOutput

Connectors (4)

u

Type: RealInput

u1

Type: RealInput

u2

Type: RealInput

y

Type: RealOutput

Used in Components (1)

TCU

IndustryExamples.AutomotiveTransportation.Driveline.Components.TransmissionPackage.Utilities

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).