@@ -2415,9 +2415,9 @@ present for simplicity.
24152415 single: ORTSDPBrakeSynchronization
24162416
24172417By default, Open Rails will treat remote groups as manned helpers who typically
2418- would not assist in train brake operations, so only independent brakes will synchronize.
2419- To enable train brake synchronization, the token ``engine(ORTSDPBrakeSynchronization( ``
2420- should be used. The valid settings for ``ORTSDPBrakeSynchronization `` are as follows:
2418+ would not assist in train brake operations. To enable brake synchronization,
2419+ the token ``engine(ORTSDPBrakeSynchronization( `` should be used.
2420+ The valid settings for ``ORTSDPBrakeSynchronization `` are as follows:
24212421
24222422- ``"Apply" ``: DP units will reduce the brake pipe pressure locally to match the
24232423 equalizing reservoir pressure of the controlling locomotive. (The controlling
@@ -2432,10 +2432,6 @@ should be used. The valid settings for ``ORTSDPBrakeSynchronization`` are as fol
24322432 controlling locomotive, and will automatically bail-off automatic brake
24332433 applications if needed. (The controlling locomotive must also have the
24342434 ``"Independent" `` setting.)
2435- - NOTE: Although ``"Independent" `` is enabled by default,
2436- if ``ORTSDPBrakeSynchronization `` is present in the .eng
2437- file but ``"Independent" `` is not specified as an option,
2438- independent brakes will NOT be synchronized.
24392435
24402436All settings can be combined as needed, simply place a comma between each setting
24412437in the string: ``ORTSDPBrakeSynchronization("Apply, Release, Emergency, Independent") ``
0 commit comments