Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The trains should not drive backwards -> movements cannot be cancelled

A train has to get slower before it should break, otherwise it might stop in the next segment. It should get slower, upon triggering the first contact and stop upon triggering the second.A train is not allowed to stop in the following segments, because of their size and their lack of sensors:

...

Upon leaving a block the signal should be set to red.

Change Block

To change the current block a train has to reserve all blocks until he reaches a save place to stay (e.g. all blocks until the holding track in KH). If he is successful, he has to set all switches and signals on his track. It sets only the signals of the block it is currently about to enter and sets the speed of all blocks. To accelerate the speed has to be set synchronous on all used blocks. A train has to get slower before it should break, otherwise it might stop in the next segment. It should get slower, upon triggering the first contact of a block and stop upon triggering the second. The train releases all blocks after completely leaving them (the signal is set to red and the speed to 0). Upon reaching his save place, a train has to check whether he can continue. If this is not possible it must stop at the second contact.