<
From version < 9.1 >
edited by cbu
on 2014/05/12 21:16
To version < 10.1 >
edited by cbu
on 2014/05/12 21:22
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -48,11 +48,50 @@
48 48  **
49 49  **
50 50  
51 -**Work distribution: **
51 +**Current work distribution: **
52 52  
53 53  **
54 54  **
55 55  
56 +|=(((
57 +Task
58 +)))|=(((
59 +Assigned Persons
60 +)))
61 +|(((
62 +C-Inteface
63 +)))|(((
64 +Alexander
65 +)))
66 +|(((
67 +Mutual Exclusion
68 +)))|(((
69 +Nis
70 +)))
71 +|(((
72 +Station-to-Station
73 +)))|(((
74 +Personal assignments
75 +)))
76 +|(((
77 +Test Scenarios
78 +)))|(((
79 +Expert-groups
80 +)))
81 +|(((
82 +Deadlocks
83 +)))|(((
84 +Carsten
85 +)))
86 +|(((
87 +Integration
88 +)))|(((
89 +Small groups, dynamic time schedule
90 +)))
91 +
92 +**
93 +**
94 +
56 56  **Implementation in short:**
57 57  
58 58  The main idea is, that we have a universal model of the track segments. From these single track segments, track sections, that connect train stations are modeled and from those track sections, all final schedules for the trains should be build. On each track segment, there should be at most one train: In order to drive over a track, a train must request this track, and afterwards it must free it again (details below). If two trains request the same track section, the priority, which is derived from the train number, decides, which train gets the track section. A train must request all tracks until the next possibility to stop an wait in order to avoid collisions. If the train does not get all track segments, it must free them again in order to avoid deadlocks or delays of other trains. Deadlocks might occur at the exists of all train stations, and additionally, if one train with a low priority exists the Kicking-Horse-path while another train with a higher priority sends an entry-request. It remains to be seen, if additional deadlocks occur. Deadlocks can be resolved by using a superior Mutex-Controller.
... ... @@ -102,7 +102,7 @@
102 102  
103 103  [[image:attach:csp_default_pass.png]]
104 104  
105 -=== Station-Station Modules ===
144 +**Station-Station Modules**
106 106  
107 107  Input: Zugnummer, Startgleis, Zielgleis, Cleanup, (Mutex Variablen?)
108 108  Output: "Echtes" Zielgleis (Ausweichgleis?)
... ... @@ -128,7 +128,7 @@
128 128  
129 129  === C-Interface ===
130 130  
131 -The C-Interface wraps some general functions, in order to prevent long and ugly host-code statements within the SCCharts. It especially hides the railway pointer. In addition, the C-Interface provides a persistent environment during a macro step.
170 +The C-Interface wraps some general functions, in order to prevent long and ugly host-code statements within the SCCharts. It especially hides the railway pointer. In addition, the C-Interface provides a persistent environment during a macro step. To bring in some randomness, the time, which a train has to wait in a station, is controlled by the C-Interface. Therefore, trains have to notify the interface about their arrival and their departure.
132 132  
133 133  
134 134  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9470776
1 +9470778
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9470776/Project goals
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9470778/Project goals