Skip to content
herrcui edited this page Jan 26, 2018 · 9 revisions

Once start PULSim, a main menu will be shown if the mouse is hovered on the top of the screen.

Running simulation

  1. Click "Open" button. Select the data file from data navigator. For example, if you extract the example data to your %Data Folder%, click the button "load from timetable directory" and choose the folder "var-Ausbau-Z0011_200".

open project

  1. Start simulation by clicking the "Simulate" button. Additional information can be viewed by clicking "Diagram".

Execute Python script

Click "Python Interface", users can customize their own workflow with Python script. Python and Py4J should be intalled in advance. See installation guide.

Using external dispatching scripts

By default, the First Come First Served (FCFS) principle is applied for the dispatching system in PULSim. However, user can change dispatching system with customized algorithm. Click "Config", users can set their own dispatching algorithm. For using external dispatching scripts, see Customized Dispatching Interface.