Timetables: Difference between revisions
No edit summary |
No edit summary |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{DeveloperNav}} | |||
{{Sprachen_DE|DE=Fahrpläne|Timetables|EN=Timetables}} | |||
The railway dispatching simulations developed by Signalsoft Rail Consultancy Ltd. use Microsoft Access databases (.mdb) to store and retrieve data related to the simulation that is not static and nor specific to a particular layout. Such data includes: | The railway dispatching simulations developed by Signalsoft Rail Consultancy Ltd. use Microsoft Access databases (.mdb) to store and retrieve data related to the simulation that is not static and nor specific to a particular layout. Such data includes: | ||
Line 18: | Line 21: | ||
[[DriverTypes]] | [[DriverTypes]] | ||
[[LoadTypes]] | |||
[[MetaTable]] | [[MetaTable]] | ||
Line 28: | Line 33: | ||
[[SpareTrains]] | [[SpareTrains]] | ||
[[StabledTrains]] | |||
[[SpecialDates]] | [[SpecialDates]] | ||
Line 34: | Line 41: | ||
[[TimeTablePathTemplates]] | [[TimeTablePathTemplates]] | ||
[[TrainLoads]] | |||
[[TrainTypes]] | [[TrainTypes]] | ||
Line 40: | Line 49: | ||
[[Vehicles]] | [[Vehicles]] | ||
[[ExpertLevels]] | |||
---- | |||
[[FreightManagement|Freight Management]] | |||
---- | |||
General information about how to edit Access databases can be found [[Editing Microsoft Access Databases|here]]. | General information about how to edit Access databases can be found [[Editing Microsoft Access Databases|here]]. | ||
{{DeveloperNavBottom}} |
Latest revision as of 16:01, 1 July 2016
Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers
The railway dispatching simulations developed by Signalsoft Rail Consultancy Ltd. use Microsoft Access databases (.mdb) to store and retrieve data related to the simulation that is not static and nor specific to a particular layout. Such data includes:
- vehicle physics
- consist physics
- consist templates
- shunting/movement orders
- train schedule
- bridge schedule
- calendar holidays
Each simulation executable contains the default database embedded within it. A user with a valid license key, however, can choose to start a simulation using an external database of their choice. This allows for a wide range of changes and additions. The list below contains the database tables that must be defined. Each item links to further information about that particular table.
General information about how to edit Access databases can be found here.
Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers