Search code examples
anylogic

How to extract the transporter speed with respect to time after simulation run in an excel/DB in ANYLOGIC?


Is there a way to extract the speed of transporters with respect to time after simulation run?

I have a model where the transporter speed varies based on path, so I want to extract that data for further analysis.


Solution

  • You will have to manage that yourself:

    1. create a cyclic event
    2. make it track a transporter's speed regularly
    3. make it write that with the current model time into the model dbase (create a new table for that)
    4. let AnyLogic copy that table to your Excel at the end