WOLFRAM SYSTEM MODELER

ClutchGearSynch

State graph based gear shift synchronizer.

Diagram

Wolfram Language

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

Information

 

Driveline: ClutchGearSynch

 

Description

This component is based on the Modelica StateGraph library package and is used in GearSelect to allow for gear changes.

View the model diagram for this model.

 

Parameters (2)

gearDelay

Value:

Type: Real

Description: Time until new gear is engaged

gearNo

Value:

Type: Real

Description: Gear number

Connectors (5)

condition

Type: BooleanInput

previousGear

Type: Transition_in

newGear

Type: Transition_out

toClutch

Type: BooleanOutput

gear

Type: RealOutput

Components (4)

disengageClutch

Type: TransitionWithSignal

engageClutch

Type: Transition

stepWithSignal

Type: StepWithSignal

booleanToReal

Type: BooleanToReal

Used in Components (1)

GearSelect

IndustryExamples.AutomotiveTransportation.Driveline.Components.TransmissionPackage.Utilities

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