Anylogic 行人队列和服务点

发布于 2025-01-10 08:46:34 字数 333 浏览 1 评论 0原文

我有一个模型代表到达安全控制的人员。大楼前有一个队列,那里有安全控制。在这座大楼中,我有几个基于行人参数(国籍、年龄等)的队列,并且我遇到一个问题,一旦大楼中的队列已满并且排队时间增加,行人< /strong> 在外面的队列中等待开始走开或朝相反方向,他们实际上多次进入模型......这导致在队列中花费的时间输出不足......

任何人都可以请给我提示如何解决它吗?我需要他们在外面队列等待,直到里面的队列有空间容纳他们......

谢谢!

I have a model representing people arriving to security control. There is a queue in front of the building where the security control is held. In this building, I have several queues based on pedestrians' parameters (nationality, age,...) and I have a problem that once the queue in the building is full and the time spent in queue increases, the pedestrians waiting in the queue outside start to walk away or in opposite direction and they actually enter the model several times...which causes inadequate outputs in time spent in a queue...

Can anyone please give me I hint on how to solve it? I need them to wait in a queue outside until the queue inside has space for them...

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

人生戏 2025-01-17 08:46:34

最好的模型是这样的:有一个外部队列和一个内部队列,并间隔足够的空间。

在它们之间添加一个“Hold”对象(来自流程建模库),并在内部队列有空间时使用它手动“让”外部队列中的 1 名行人通过。

检查示例模型和帮助以了解有关“保持”元素的更多信息,在这里使用非常有用

Best model it like this: have an outside queue and an inside queue, separated by enough space.

Add a "Hold" object (from the process modelling library) in between them and use it to manually "let through" 1 pedestrian from the outside queue once the inside queue has space.

Check example models and the help to learn more about the "Hold" element, really useful to use here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文