Skip to content

Commit e994961

Browse files
committed
Automatic merge of T1.5.1-376-g885592329 and 12 pull requests
- Pull request #570 at de7a14f: Experimental glTF 2.0 support with PBR lighting - Pull request #732 at 3acb653: Improvements for air brakes - Pull request #751 at 00981a2: Web interface to control cab controls with external hardware - Pull request #799 at dc03850: Consolidated wind simulation - Pull request #802 at 4d198e4: Added support for activity location events to the TrackViewer - Pull request #803 at 7157e08: Various adjustments to steam adhesion - Pull request #813 at ff454eb: Refactored garbage generators - Pull request #815 at a5cc165: chore: Add GitHub automatic release notes configuration - Pull request #818 at 73b637f: Allow independent drive axles for locomotives - Pull request #820 at 6e7a5b6: delay option for masterkey does not delay switch off - Pull request #821 at e0fa5a8: Adds suppression of safety valves - Pull request #822 at 82ef736: battery switch two buttons option in combination with a delay
14 parents 0683f7c + 8855923 + de7a14f + 3acb653 + 00981a2 + dc03850 + 4d198e4 + 7157e08 + ff454eb + a5cc165 + 73b637f + 6e7a5b6 + e0fa5a8 + 82ef736 commit e994961

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Source/Documentation/Manual/physics.rst

+15
Original file line numberDiff line numberDiff line change
@@ -2347,6 +2347,21 @@ brake features.
23472347
Brake system charging time depends on the train length as it should, but
23482348
at the moment there is no modeling of main reservoirs and compressors.
23492349

2350+
For EP brakes, two variants are available:
2351+
2352+
- If ``Wagon(ORTSEPBrakeControlsBrakePipe`` is set to 0 (default situation),
2353+
an electrical wire (application wire) provides simultaneous fast brake application
2354+
along the train. Release time will be fast if standard air brake haven't been applied,
2355+
otherwise air brakes will determine release time. Typically this system is present
2356+
with Train Brake Controllers having an EP-only application section, followed by an
2357+
air application portion which serves as a fallback system.
2358+
- If ``Wagon(ORTSEPBrakeControlsBrakePipe`` is set to 1, brake pipe is charged and discharged
2359+
simultaneously at each car in the train, providing fast and uniform brake application and release.
2360+
The locomotive instructs the cars to "charge" or "discharge" the brake pipe to reach
2361+
a reference pressure. Standard triple valves or distributors will follow brake pipe variations
2362+
actuating the cylinders. This system is sometimes called "UIC EP brake". It is typically the system
2363+
used in high speed trains.
2364+
23502365
.. _physics-brake-controller:
23512366

23522367
Train Brake Controller Positions

0 commit comments

Comments
 (0)