运行5000分钟,我定义了实体Arrival,检查模型无Error,但是运行后显示 Entities数量超过150,出现Simon Error,这是为什么呢?把Runtime 改为50分钟则没有问题,这是怎么回事,怎么解决?显示如下:
-------------------------------------------------------------------------
A runtime error was detected at time 93.374526 at the following block:
* 1 0$ CREATE,1,Demand and Arrive,Arrival:
Demand and Arrive:
NEXT(1$);
Maximum of 150 entities exceeded.
Possible causes:
- A logic problem in your model is creating too many entities or not
disposing them. The run controller may be helpful in finding the problem.
- You are in demo mode and have exceeded the entity limit. The commercial
version is required to run large models.
- You have set an entity limit on the DISCRETE element that is too small.
Remove the limit or set it to a larger number.
- You have exceeded the standard array s
pace for models. Use the Array Sizes
page in the Run/Setup dialog to increase the RSET space allocated and
recheck your model.
-------------------------------------------------------------------------
不知道怎么操作...
谢谢