upan工具-(u盘工具软件)
来源:191路由网 2022-12-31 05:58:04
如何创建并访问全局表?
如何创建和访问全局变量和全局宏?
如何根据模型需要编写简单的用户命令?
如何使用合成器和分解器实体?
在这一课将会接触可用于整个模型的全局建模工具。这些属性可以简化视图并且支持在模型中进行动态修改。我们还将学习使用合成器和分解器,从而更好地模拟现实中发生的情况。
一、问题描述
在这个模型中,我们会研究一下执行任务的其它方式,这将之前课程中学习到的有所不同。两种方式都会有相同的效果,但是有些用户会偏爱其中一种。我们也会学习合成器和分解器,以及如何在模型中进行使用。
二、模型总体布局
三、参数设置
第一步 创建实体
从实体库中把实体拖拽到建模区。按照图中显示的对实体进行重命名。
第二步 连接端口
按照下面的顺序,连接所有端口
? 连接 Source 到 PartQueue。
? 连接 PartQueue 到 Processor1 和 Processor2
? 分别连接 Processor1 到 Queue1,Processor2 到 Queue2
? 连接 PalletSource 到 PalletConveyor
? 连接 PalletConveyor 到 Combiner
注意: PalletConveyor 需要连接到 Combiner 的第一个输入端口。
? 连接 Queue1 和 Queue2 到 Combiner
? 连接 Combiner 到 Painter1 和 Painter2
? 连接 Painter1 和 Painter2 到 Separator
? 连接 Separator 到 Conveyor1 和 Conveyor2
? 连接 Conveyor1 和 Conveyor2 到 Sink
注意,我们没有设置关于 Operator 或 Forklift 的中间连接。我们将通过全局变量进行连接。
第三步: 设置 Source(发生器)的属性
设置 Source,使它创建两种类型的临时实体。
? 使用默认的 Inter-Arrival Time(到达时间间隔),也就是 exponential(0, 10, 0)。
? 在 OnCreation 触发器中,选择 Set Itemtype and Color, 使用 duniform(1,2)函数设置临时实体类型。
点击确定,电脑保存修改并关闭属性框。
第四步:设置 PalletSource 的属性
我们的托盘要充当虚拟的实体,用于放置其它将要穿过 Combiner 和 Painter 的零配件。在这个实体中,需要在 FlowItem Class (临时实体种类)中选择 Pallet(托盘),这样在通过合成器的时候,就会把零配件码到它上面。还将通过托盘来决定要在合成器上码垛什么样的临时实体。这是通过设置每个托盘的临时实体类型来指定的。稍后会进行描述。
? 把 PalletSource 中的临时实体种类设置为 Pallet (在 Source'属性框的 Source 选项卡
或者通过快捷属性窗口)。
? 要想无限制地供应托盘,可以把 Inter-Arrival Time (到达时间间隔) 设置为 0。
? 打开触发器选项卡, 选择创建触发器中的 Set Type, Name or Label(设置类型、名
字或标签)。
? 把 Type(类型)修改为 duniform(1,6)。
? 点击确定,保存修改并关闭窗。
现在,可以尝试运行下模型。你会看到临时实体会穿过整个模型,托盘会在合成器上打包一个来自 Queue1 的临时实体和一个来自 Queue2 的临时实体,然后在分解器上再分解这些临时实体。
How to create and access the global table?
How to create and access global variables and global macros?
How to write simple user commands based on model needs?
How to use compositor and resolver 电脑 entities?
In this lesson, you will be exposed to global modeling tools that can be used for the entire model. These attributes can simplify the view and support in the model
Make dynamic changes in the. We will also learn to use synthesizers and resolvers to better simulate what happens in reality.
1. Problem description
In this model, we will look at other ways to perform tasks, which will be different from what we learned in the previous courses. Both methods will have the same effect, but some users will prefer one of them. We will also learn about synthesizers and decomposers, and how to use them in the model.
2. The overall layout of the model
Three, step-by-step modeling
The first step is to create an entity
Drag and drop entities from the entity library to the modeling area. Rename the entity as shown in the figure.
Step 2 Connect the port
Connect all ports in the following order
? Connect Source to PartQueue.
? Connect PartQueue to Processor1 and Processor2
? Connect Processor1 to Queue1 and Processor2 to Queue2 respectively
? Connect PalletSource to PalletConveyor
? Connect PalletConveyor to Combiner
Note: PalletConveyor needs to be connected to the first input port of Combiner.
? Connect Queue1 and Queue2 to Combiner
? Connect Combiner to Painter1 and Painter2
? Connect Painter1 and Painter2 to Separator
? Connect Separator to Conveyor1 and Conveyor2
? Connect Conveyor1 and Conveyor2 to Sink
Note that we have not set up an intermediate connection for Operator or Forklift. We will connect through global variables.
Step 3: Set the properties of the Source (generator)
Set Source so that it creates two types of temporary entities.
? Use the default Inter-Arrival Time, which is exponential(0, 10, 0). ? In the OnCreation trigger, select Set Itemtype and Color, use the duniform(1,2) function to set the
Time entity type.
? Click OK to save the changes and close the properties box.
Step 4: Set the properties of PalletSource
Our tray should act as a virtual entity for placing other parts that will go through Combiner and Painter. In this entity, you need to select Pallet in the FlowItem Class (temporary entity type), so that when passing through the synthesizer, the parts will be coded on it. The pallet will also be used to determine what kind of temporary entities to stack on the synthesizer. This is specified by setting the flowitem type of each pallet. It will be described later.
? Set the type of temporary entity in PalletSource to Pallet (in the Source tab of the Source' property box
Or through the shortcut properties window).
? For unlimited supply of pallets, you can set Inter-Arrival Time to 0. ? Open the trigger tab, and select Set Type, Name or Label in the creation trigger.
Words or labels).
? Change Type to duniform(1,6). ? Click OK to save the changes and close the window.
Now, you can try to run the model. You will see the flowitems will go through the entire model, and the pallet will be packed on the synthesizer
One flowitem from Queue1 and one flowitem from Queue2, and then decompose these flowitems on the resolver.
注:本模型使用的是FlexSim 2019
参考资料:百度百科,Flexsim7.5.4版本中文用户手册【北京创时能公司汉化】版
翻译:Google翻译
本文由LearningYard学苑原创,文中部分图片和文字均来源于网络,如有侵权请联系删除!
电脑
相关阅读
-
-
pe本地安装win10-(hmcl-pe本地安装)
(hmcl-pe本地安装)我们在安装电脑之前,我们必须要做的一步,首先确定电脑分区的类型是什么,操作方法:鼠标对着我的电脑,右键,选择,管理,选择磁盘管理,先点击磁盘0,再右键,选择,属性,点击,卷,就能看到,磁盘分区形式为GUID分区表(GPT),就可以啦!图为分区...
2022-12-31
-
-
upan工具-(u盘工具软件)
(u盘工具软件)如何创建并访问全局表?如何创建和访问全局变量和全局宏?如何根据模型需要编写简单的用户命令?如何使用合成器和分解器实体?在这一课将会接触可用于整个模型的全局建模工具。这些属性可以简化视图并且支持在模型中进行动态修改。我们还将学习使用合成器和分解器,从而更好地模拟现实中发生的情况。一、问题描述在这个模型中,我们会研究一下执行任务的其它方式,这将之前课程中学习到的有所...
2022-12-31
-
-
win7文件右键无响应-(win7文件右键无响应怎么办)
(win7文件右键无响应怎么办)最近有位win7系统用户在使用电脑的时候碰到了程序未响应的问题,这导致了用户不能正常使用电脑,为此非常苦恼,那么win7系统中程序未响应怎么办呢?今天为大家分享win7系统中程序未响应的解决方法。程序未响...
2022-12-31
-
-
win7c盘格式化工具-(Win7c盘格式化)
(Win7c盘格式化)作者|chen_01_c责编|电脑Carol来源|CSDN博客封图|CSDN付费下载于视觉中国Hadoop介绍Hadoop是Lucene创始人DougCutting,根据Goog...
2022-12-31
-
-
优盘放入电脑不显示-(优盘放入电脑不显示怎么办)
(优盘放入电脑不显示怎么办)U盘无法读取?出现这种状况的原因太多了。但有一种状况是经常发生的,那就是U盘在自己的电脑里读不出来,但在桌面右下角又有U盘的图标,而在电脑里却怎么也找不着,这是怎么回事呢?如果你将U盘插入到其他电脑里,它又能读取出来。针对这种状况,咱们一起来学习一下吧!电脑第一步:在桌面上右键点击“计算机”,选择打开“设备管理器”第二步:在“设备管理器”窗口中,点击...
2022-12-31
191路由网 - 192.168.1.1,192.168.0.1无线路由器设置教程
版权声明:本站的文章和图片来自互联网收集,仅做分享之用如有侵权请联系站长,我们将在24小时内删除