question

King-Ki F avatar image
0 Likes"
King-Ki F asked Cole Shirley answered

Process Flow: Round Robin Destination

Hello,

In my process flow, I want to send orders to stations in a round robin method such that the first order goes to station 1, second order to station 2, third order to station 1, fourth order to station 2...etc. Each station contains a operator and specific resources to carry out the process

  1. Station Picker goes to grab empty tote
  2. Station Picker picks item from an inventory tote on a conveyor and places item into empty Tote
  3. Station Picker places tote onto a conveyor

Since the Station Picker, Empty Tote, Inventory Tote, and conveyor is different in each station. Do I have to store all that information specifically on the token? or is there a better way of identifying the individual components of a station?

FlexSim 20.1.1
flexsim 20.1.1
· 5
5 |100000

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

tannerp avatar image tannerp commented ·

You can set up an unload activity for each of the stations and then use a Decide activity to send the tokens in a round robin fashion to each of those unload activities. That's probably how I would do it. Otherwise, you could set up labels that determine where an item should be taken and then just assign those labels in a cyclical manner.

0 Likes 0 ·
round-robin-pf.png (6.9 KiB)
tannerp avatar image tannerp commented ·

@King-Ki F If you have a model or an example of what you're trying to do that you can upload, we can help find specific logic that will work.

0 Likes 0 ·
King-Ki F avatar image King-Ki F tannerp commented ·

I was reviewing Tutorial 4.2 to see if I could treat my picking stations like fixed resources and define the process flow once, but I do not think I can because the amount of time a order sits at each station will vary and I'm not sure how to pass that information to a process flow developed in Fixed Resource.

I've posted my simulation below and I think what you're saying is to create a Decide activity within my Order Creation flow and then everywhere else in the process flow replace the Destination with a token label that specifies the exact fixed resources to goto?

Round Robin Simulation.fsm

0 Likes 0 ·
tannerp avatar image tannerp King-Ki F commented ·
I guess I misunderstood your question. I think you can still use labels and/or Decide activities, but I need to figure out where your logic is for sending orders. Could you specify where in the Process Flow you need the orders to be sent to different stations? And could you point out where each of the stations are in PF or 3D?
1 Like 1 ·
Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @king_ki.f,

We haven't heard back from you. Were you able to solve your problem? If so, please add and accept an answer to let others know the solution. Or please respond to the previous comment so that we can continue to help you.

If we don't hear back from you in the next 3 business days, we'll assume you were able to solve your problem and we'll close this case. You can always comment back at any time to reopen.

0 Likes 0 ·

1 Answer

·
Cole Shirley avatar image
0 Likes"
Cole Shirley answered

Closing old question

5 |100000

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

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.