start (EventController)

Syntax

<Path>.start

The method start activates the EventController designated by <Path> and starts the simulation run.

If the method is called during the simulation run, Plant Simulation pauses the current simulation run until the newly started simulation is finished.

Plant Simulation does not start the EventController immediately, but only when all methods being executed at the moment have been executed all the way. The methods reset and init behave like this as well.

Example

.delivery.EventController.start

Related Topic

Start/Stop Simulation