在原6版模型中运用timer模块得到产品加工时间,我用get、information来替代,但并没有完全替代timer的功能(需要从timer模块得到两个数据,替代后只有一个数据),并且从图上看结果相差甚远。求如何替代timer模块?% a3 ?. L" u2 j$ a' x- c: T
原版的station模块,我用workstation替代。但这两个模块的result中 arrive与departure之差 数值相差很大,两模块处理时间delay都为0.5minute,所以不知道这种替代是否可行?
' Y q8 C0 ?$ ]# I) L! C& aTimer 模块用来计算平均周期时间,在 V7 中采用 Information 模块。在目前 Timer 的位置,设置一个属性(用 Set 模块+ System Variable 模块),存储当前到达 Set 模块的仿真时间,然后在 Information 模块中 Timing Attribute 中设置你刚才创建的这个属性。4 @! h% D7 r; Y, m5 C( S
% O) x/ n* j8 O0 @! b6 P ( c3 b- ]! c) _1 B z nStation 模块可以直接用 Activity 模块代替。