Hide last authors
stu115342 3.1 1 === 1st Step: Importing of Projects ===
2
stu114662 5.1 3 In order to use the railway controller and the environment of the railway system two projects must be imported. The projects are located in the git repository {{code language="none"}}17ss-railway{{/code}} in the folder {{code language="none"}}code/Controller_SCTx{{/code}} and {{code language="none"}}code/Environment{{/code}}. Both need to be imported in KIELER.
stu115342 3.1 4
5 === 2nd Step: Configure Builder ===
6
7 The next step is the building of the project. To do the project settings must be configured adequately.
8
stu114662 5.1 9 First go to //Controller_SCTx// → //Properties//. The properties window will pop up and in the left column there is an entry //KIELER Modeling Builder//. Click on it and choose {{code language="none"}}assets\BuildConfig.kibuild{{/code}} as the build file.
stu115342 3.1 10
11 Repeat this procedure for the Environment project.
12
13 === 3rd Step: Build ===
14
15 Hit //Project// → //Clean...// and choose the option //'Clean projects selected below//'. Choose the projects //Controller_SCTx// and //Environment,// check the //'Start a build immediately'// and //'Build only the selected projects'//.
16
17 Now wait, this might take a while.
18
19 === 4th Step: Initialize Visualization ===
20
21 To make sure no simulation is running hit the stop button. Open the '//Simulization Visualization//' perspective and click on the little folder button '//Open KiViz//'. Load the file 'EnvironmentVisualization.kiviz' located in Workspace/Environment/visualization. Now the view should show a picture of the railway track layout.
22
23 === 5th Step: Start Simulation ===
24
25 Go to the file 'EnvCont.kisim' in the Environment project located in the assets folder. Right-click on it and choose 'Run as...' → 'KIELER Simulation'. In the 'Data Pool' view you can now enter the needed inputs and see the actual outputs. Additionally to this table the view will update and show the state of the railway system.
26
27 Firstly you should enter a train_setup. This indicates the track on which the trains are starting and it should be entered before the first tick. It is an array for eleven trains and if not all of them are used, leave the entry blank (0). Now the following inputs are interesting:
28
stu115342 4.1 29 (% class="wrapped" %)
stu115342 3.1 30 |=(((
31 destination[NUM_TRAINS]
32 )))|(((
33 The next destination for the specific train. This is supposed to be a station track but be aware that if the station track is occupied the train will take an alternative track.
34 )))
35 |=(((
36 random_mode
37 )))|(((
38 When enabled the trains will be given a destination automatically and drive around.
39 )))
40 |=(((
41 no_forced_destination[NUM_TRAINS]
42 )))|(((
43 If a train is in a station and not driving anywhere, it is possible that a different train is blocked. If this variable is set to true for the specific train, this train will not be forced to drive somewhere.
44 )))