|
Model 5 - Concepts
Global Tables
Labels
Triggers
Global Table Commands
gettablenum( “tablename”, rownum, colnum )
settablenum( “tablename”, rownum, colnum, value )
gettablestr( “tablename”, rownum, colnum )
settablestr( “tablename”, rownum, colnum, string )
Purpose
Small example of using a Global Table to define product routings.
Learn how to use a label to keep track of what step the flowitem is on.
Description
3 different products (uniformly distributed) enter a 5 station work cell.
Products are processed at the following stations in the order specified
Product 1 needs to be processed at station 1,3, and 2.
Product 2 needs to be processed at station 1, 2, and 4.
Product 3 need to be processed at station 2,4,3, and 5.
Use a global table to make sure the products are sent to the right station in the proper sequence.
Use a single Queue whose output ports are connected to each of the 5 stations and to a Sink. Each of the five stations have their output port also connected to the input ports of the Queue.
Questions & Bonus
Can you change all flowitems in the model to a common color depending on step?
Use an Arrival Schedule to test the routes for each product type separately.
模型 5 – 概述
全局表
标签
触发器
全局表的相关命令
略。
目的
使用全局表定义产品加工流程的小例子。
学习使用标签跟踪临时实体。
描述
三种产品(均匀分布)在五个工位的生产线上加工。
产品按照以下顺序加工
产品1加工的顺序是工位 1,3, 和 2.
产品2加工的顺序是工位 1, 2,和 4.
产品3加工的顺序是工位 2, 4,3, 和5.
使用全局表使产品按顺序发送到正确的加工工位。
使用一个暂存区,它的输出端口连接到五个工位和吸收器,五个工位的输出端口也连接到暂存区。
问题
能否根据工站,改变模型中所有临时实体的颜色?
使用到达时间表分别测试每种类型的产品的加工流程。
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
评分
-
查看全部评分
|