|
|
|
|
|
by DigitalJack
3095 days ago
|
|
That this is a problem is just ridiculous. It's on freaking rails! There is absolutely no excuse for this. GPS, Inertial Nav, simply integrating speed over time, it should be absolutely dead simple to calculate exactly where the train is at all times. The article mentioned crap like differential GPS. Completely unnecessary. You don't need to be that accurate, I mean good grief, +/- 100 feet would be just fine for dealing with such gross overspeed detection. I can't believe this is actually a problem. Pure politics/bureaucracy. It's certainly not a technical problem. |
|
1) Engineer selects the train's starting position (the station and departure gate) and selects the route.
2) Train software presses the equivalent of a 'trip reset' button that our cars have had forever. Current Position = 0.0
3) The train and the engineer each program a maximum speed. The train determines the maximum speed by selecting the maxSpeed which has the highest Position less than currentPosition. The engineer determines the maximum speed as she normally would.
4) The train's speed must not exceed the lower of the two configured maximum speeds.