In the attached model, the items with VHT Program label 31 are not being processed on the processor it is stuck on the queue without any error. How do i check why the items are stuck at the queue?
In the attached model, the items with VHT Program label 31 are not being processed on the processor it is stuck on the queue without any error. How do i check why the items are stuck at the queue?
The logic that releases the items assumes that the rank of the port that needs to be used to reach a processor matches the processors position in the "VHTPROCESSOR" group. This is not the case here. The queue only has two output connections currently.
Which machine processes the parts is decided by which one is acquired as a resource. So that is where you have to implement the restriction. Add a label that identifies the machines to them (can simply be a number). Then provide the information which machines can work on what parts in some way. A global table might be the easiest. Once you have that, add an expression field to the internal list of the Resource activity that checks whether the queried machine can work on the part. Finally, use that expression in a WHERE clause in the query field of the Acquire activity.
Here's an example: restriction-by-type.fsm
I applied the method by creating tha table using my VHT PROGRAM label but how should i write for this clause Table("Rules")[value.MachineNum][puller.Item.Type] where mine should be Table("Rules")[value.MachineNum][puller.Item.VHT PROGRAM] but it produce error so i put Table("Rules")[value.MachineNum][puller.Item."VHT PROGRAM"] Table("Rules")[value.MachineNum][puller.Item.label. "VHT PROGRAM"] and all this produces error
11 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved