question

Omar Aguilera Rico avatar image
0 Likes"
Omar Aguilera Rico asked Sebastian Hemmann commented

Model with more than 200 item - logic

Hello boys. I'm about to start developing a model, which is made up of more than 200 products, and each product has a different flow sequence. It has several stations, which are made up of different processes. Which means that for example, the product one goes to station one, process two, then station two, process four, then station three, process one, and so on until completing all the stations according to the process you need. More than anything this post is to see if you can give me some ideas on how to develop the model that I mentioned earlier. I attached an example. I thank you very much for your help.

post.fsm

FlexSim 18.0.3
logic
post.fsm (21.5 KiB)
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

·
Sebastian Hemmann avatar image
0 Likes"
Sebastian Hemmann answered Sebastian Hemmann commented

For me it sounds as if you only have to have 2 Queues infront of every "Station" the first Queue decides if the item has to go to this Station or if it can go directly to the first Queue of the next Station. If it decides to go to this Station, send it to the second Queue and from here you can send it to the process it has to go through.

· 2
5 |100000

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

Omar Aguilera Rico avatar image Omar Aguilera Rico commented ·

I am thinking that by means of a global table by means of columns indicate with 0 and 1 what process the product should enter, is this reasonable or difficult?

0 Likes 0 ·
Sebastian Hemmann avatar image Sebastian Hemmann Omar Aguilera Rico commented ·

reasonable and I think not at all difficult ;-)

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.