-
Notifications
You must be signed in to change notification settings - Fork 3
Possible Errors
Jochen Mehlich edited this page Oct 30, 2024
·
11 revisions
When causing a manual shortcircuit while a train is driving a route, we expect following behaviour:
- Select one train
- Select one route
- Start the train
- Grab another train
- Wait until the train is nearly the destination
- Cause a shortcircuit by putting the train into a wrong switched point
Expected Behaviour:
7. (Driving) Train stops at destination
Possible Error:
7.A1 (Driving) Train continues to drive and doesnt stop at route or any other point.
7.A2 Controlling the Train could be possible but not really stable reproducible until a complete system reboot (software restart) has be done.
When using the GameClient of the driver game, you can overwrite the emergency brake.
Steps for reproducing:
- Open the game client.
- Select a train for driving.
- Select a destination.
- Set speed (here you can change speed over time).
- Dont stop the train in front of the destination signal (as one would usually do).
- While arriving and driving past the destination signal, repeatedly press a speed button except for the stop button.
Expected Behaviour:
7. Trains stops triggered by the emergency break.
Possible Errors:
7.A1 Train get stopped by emergency break.
7.A2 Train starts (maybe event doesnt stop) driving.
Notes:
- best replication method is a autoclicker with a interval of 15 ms.