英文:
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.
答案1
得分: 0
你将不得不自己管理这部分:
- 创建一个循环事件
- 定期跟踪运输工具的速度
- 将速度与当前模型时间写入模型数据库(创建一个新表格)
- 在结束时让AnyLogic将该表格复制到您的Excel中
英文:
You will have to manage that yourself:
- create a cyclic event
- make it track a transporter's speed regularly
- make it write that with the current model time into the model dbase (create a new table for that)
- let AnyLogic copy that table to your Excel at the end
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论