question

Cody F avatar image
0 Likes"
Cody F asked Cody F commented

How to run different items with unique processes through a shared line?

I am trying to configure a line that will identify an item (78 variances for my exact situation), and have the identified item go through a specific process. In most cases all the same stations are used but the timing in each station may vary or one station may be skipped or added. What is the best way to simulate this decision making into my model?

FlexSim 19.1.0
material flow model with different consumption rates of individual models but running on the same line
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Braydn T avatar image
0 Likes"
Braydn T answered Cody F commented

The best way to have different Processing Times within the same station is a Global Table for a Processor. You will assign every item a Type label (number) and then put their respective processing times in the table as shown below.

Then in your Processors properties you can set the setup and processing time parameters to Using Global Table Lookup, and select the correct row as shown here.

There are 3 ways to have flow items skip processing stations. One is here, under the flow tab:

Where you send each item to their respective processor using port by case and the same Item Type label we mentioned before. If you don't have many cases where this happens, this could work. You will need to create A port connections between those processors and then the port by case will identify the item type and send it down that port number.

Another way to do this is to have the setup and process time in the global table for that particular processor and product be 0. In other words, if Product A does not need to be on Processor B, then that Product A's spot in Processor B's Global Table would be 0, like product type 17 in the first table. This will work if you don't have operators moving flow items between every processor.

The last way to do this would be in process flow. You will have to do almost all of your flow logic in Process Flow, with a decide before the move to every processor where the processor is skipped, and logic that moves it to its respective processor.

Please let us know if this makes sense and if you have any other questions!


globaltable.png (38.0 KiB)
processor.png (27.0 KiB)
flow-tab.png (22.1 KiB)
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Cody F avatar image Cody F commented ·

Thank you

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.