WOLFRAM SYSTEM MODELER
ClutchGearSynchState graph based gear shift synchronizer. |
SystemModel["IndustryExamples.AutomotiveTransportation.Driveline.Components.TransmissionPackage.Utilities.ClutchGearSynch"]
gearDelay |
Value: Type: Real Description: Time until new gear is engaged |
---|---|
gearNo |
Value: Type: Real Description: Gear number |
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 |
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 |
IndustryExamples.AutomotiveTransportation.Driveline.Components.TransmissionPackage.Utilities State graph based model that is responsible for the automatic selection and change of gears in the TCU. |