question

kkkk avatar image
0 Likes"
kkkk asked Natalie White commented

Questions about Process Flow

Hello,

After observing this model and try to build a similar process flow of it. I still got some question that I can’t figure out.

This is my model (0723_pf.fsm) now. I set the assign label value as below. It is for the item to go to processors.

Group("Processors")[duniform(1, Group("Processors").length, getstream(activity))]direct

The problem is that it only chose processor randomly. That there is chance that the processor has ongoing task to do that the agv will show travel error. I’m wondering if there’s a way that can record the processors and let the processor retrieve the list if it already has the item loaded.

And I am also wondering if there’s a way to detect if there’s finished product on the processor. That I can set the agv to get the item.

FlexSim 23.1.0
process flowrandomgrouping
0723-pf.fsm (112.6 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.

Natalie White avatar image Natalie White commented ·

Hi @kkkk, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

The processors in the 3d and the tokens in Process Flow pulling from the same list doesn't make much sense. You should decide for one approach, either the processors pull the items and the Process Flow only handles the transportation. Or the Process Flow also assigns items to processors.

The 3d model is currently setup for the processors to pull from the ItemsReadyForDeliveryList. When this happens, the transport reference field of the queue pushes the pulled items onto the AGVWork list. It also writes the destination, priority and preempt setting to labels on the item. So in Process Flow you would pull from AGVWork and there would be no need to determine the destination again since its already stored on the item.

1690183162365.png

If the Process Flow should also assign the destination, then the logic in the 3d must be deactivated (the processors are not pulling by themselves). Instead you would have a representation of the processors in the Process Flow (either as another list or as a resource). You can then pull/acquire an empty processor through those means. Either by only having idle processors available in the first place or by using the query field in the Pull From List or Acquire activity.


1690183162365.png (16.7 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.

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.