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

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

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

Description: 'input Boolean' as connector

previousGear

Type: Transition_in

Description: Input port of a transition

newGear

Type: Transition_out

Description: Output port of a transition

toClutch

Type: BooleanOutput

Description: 'output Boolean' as connector

gear

Type: RealOutput

Description: 'output Real' as connector

Components (4)

disengageClutch

Type: TransitionWithSignal

Description: Transition where the fire condition is set by a Boolean input signal

engageClutch

Type: Transition

Description: Transition where the fire condition is set by a modification of variable condition

stepWithSignal

Type: StepWithSignal

Description: Ordinary step (= step that is not active when simulation starts). Connector 'active' is true when the step is active

booleanToReal

Type: BooleanToReal

Description: Convert Boolean to Real signal

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.