如何在AnyLogic中动态更新storageTank?

时间:2019-07-17 18:03:41

标签: anylogic

我有一个带有storageTank空间标记的坦克。我正在通过tank.set_initialAmount(xxxx, CUBIC_METER);

从外部设置初始金额

我们如何更新storageTank以显示此初始金额?

一旦开始模拟并且更新了储罐容积,storageTank就会“跳出”储罐容积。

enter image description here

enter image description here

enter image description here

,这里是运行时。油箱中有500个,但标记不是最新的

enter image description here

1 个答案:

答案 0 :(得分:1)

您需要将该代码放置在主要的启动器中:

tank startup