RS:gear: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
(Updated using new templates (Vorlage:RailMLType, Vorlage:InheritAssembly, Vorlage:InheritAssemblyConstraints))
(Type constraints added)
Line 17: Line 17:
|selfLink = {{RS:Doc|gear}}
|selfLink = {{RS:Doc|gear}}
|count = The number is considered for calculation of totals of efficiency.
|count = The number is considered for calculation of totals of efficiency.
|count_de =
|assemblyName =
|assemblyName =
|assemblyName_de =
}}
}}


Line 31: Line 33:


* {{Attr|torqueConversion}} {{Intro|2.0}}: The way of torque conversion. This is used for gear equipment of diesel systems only.
* {{Attr|torqueConversion}} {{Intro|2.0}}: The way of torque conversion. This is used for gear equipment of diesel systems only.
:* {{Enum|converter}} <br/> {{Deu|"Wandler"}}
:* {{Enum|converter}} {{Deu|"Wandler"}}
:* {{Enum|coupling}} <br/> {{Deu|"Kupplung"}}
:* {{Enum|coupling}} {{Deu|"Kupplung"}}
:* {{Enum|hydrodynamicTransmission}} <br/> {{Deu|"Strömungsgetriebe"}}  
:* {{Enum|hydrodynamicTransmission}} {{Deu|"Strömungsgetriebe"}}  
:* {{Enum|hydrostaticTransmission}} <br/> {{Deu|"hydrostatische Kraftübertragung"}}
:* {{Enum|hydrostaticTransmission}} {{Deu|"hydrostatische Kraftübertragung"}}
:* {{Enum|hydromechanicalTransmission}} <br/> {{Deu|"hydromechanische Kraftübertragung"}}
:* {{Enum|hydromechanicalTransmission}} {{Deu|"hydromechanische Kraftübertragung"}}
:* {{Enum|hydraulicTransmission}} <br/> {{Deu|"hydraulische Kraftübertragung"}}
:* {{Enum|hydraulicTransmission}} {{Deu|"hydraulische Kraftübertragung"}}
:* {{OtherEnum
:* {{OtherEnum
|notes_en = Any other type of torque conversion.
|notes_en = Any other type of torque conversion.
|notes_de =
}}
}}


Line 44: Line 47:
{{InheritAssemblyConstraints}}
{{InheritAssemblyConstraints}}


* {{Attr|gearRatio}} optional
* {{Attr|gearRatio}} {{XsdType|decimal}}, optional


* {{Attr|mean Efficiency}} optional
* {{Attr|mean Efficiency}} {{RailMLType|tOneToZero}}, optional


* {{Attr|designType}} {{RailMLType|tGenericName}}, optional
* {{Attr|designType}} {{RailMLType|tGenericName}}, optional

Revision as of 12:12, 8 December 2011


gear
 


Scheme description / Schemenbeschreibung

Position of gear in the XML-Tree / Position von gear im XML-Baum

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The element <gear> contains all data for the power transmission from the traction motor to the wheels. This comprises normally a mechanical gear and a kind of coupling.

Das Element <gear> beinhaltet alle Daten zum Kraftübertragungssystem vom Motor zu den Rädern. Dabei handelt es sich in den meisten Fällen um ein mechanisches Getriebe. Evtl. vorhandene Kupplungen sind hierin mit zu berücksichtigen.

Attributes of gear / Attribute von gear

  • count: This is the number of gears of the same type installed on the vehicle. The use of different types on the same vehicle is not supported.
    The number is considered for calculation of totals of efficiency.
  • assemblyName: This is the descriptive name of the gear, e.g. manufacturer type.
  • gearRatio: The ratio for the power transmission of the gear from the traction motor to the wheels.
  • mean Efficiency: The mean value of efficiency for operation of the transmission system. This value shall be used, if no more details are needed.
  • designType (introduced with version 2.0): The descriptive name of the gear design type.
  • manufacturerName (introduced with version 2.0): The name of the gear manufacturer.
  • nominalPower (introduced with version 2.0): The nominal power in Watts the gear can transmit.
  • torqueConversion (introduced with version 2.0): The way of torque conversion. This is used for gear equipment of diesel systems only.
  • converter "Wandler"
  • coupling "Kupplung"
  • hydrodynamicTransmission "Strömungsgetriebe"
  • hydrostaticTransmission "hydrostatische Kraftübertragung"
  • hydromechanicalTransmission "hydromechanische Kraftübertragung"
  • hydraulicTransmission "hydraulische Kraftübertragung"
  • other:anything: Any value that does not fit any value from the previous enumeration list, fulfilling the constraint: at minimum two characters, whitespace is not allowed. Please, apply Dev:usingAny accordingly.
    Any other type of torque conversion.

Syntactic Constraints / Syntaktische Beschränkungen

  • mean Efficiency xs:decimal, range between 0 and 1 (inclusive borders), maximum 6 fraction digits, optional
  • nominalPower optional
  • torqueConversion optional

Best practice & Examples / Empfohlene Anwendung & Beispiele

Not yet described. / Noch nicht beschrieben.

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.