question

yue L avatar image
0 Likes"
yue L asked Joerg Vogel answered

how to make each operator handles 3 orders at the same time?

v1722按订单拣选.fsmnow, you see that one operator handles one order at a time, I want to achieve that each operator handles 3 orders at the same time, who can help me?

FlexSim 17.2.5
picking goods
· 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.

Julian Sundermeier avatar image Julian Sundermeier commented ·

Maybe check the Task Sequence Tutorial if that's what you mean. Otherwise give us a bit more input what u mean with "orders".

0 Likes 0 ·
yue L avatar image yue L Julian Sundermeier commented ·

for example,the first operator handles the first two columns of the order at one time(One cycle), I mean that one column is one order of the globaltable. and like that the second opertor handles the second two columns ,the third one handles the third two columns.

0 Likes 0 ·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered

The operator or taskexecuter class executes and stores task sequences. A dispatcher stores and can manage tasksequences. If you build a combination of a dispatcher (a) and an operator (a) instead of just an operator and you manage the task sequence distribution by another dispatcher (b) then the dispatcher (a) closes its input if the number of received task sequences reaches 3. If the combination is empty of task sequences then the dispatcher opens its input again. You can count and store the number of received task sequences to a label in the On Receive trigger of the dispatcher (a).

5 |100000

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

David Seo avatar image
0 Likes"
David Seo answered David Seo commented

@yue L

You can set the 'Capacity' of the operator to 3 replacing with 1. So the operator can transfer the items maximum three at a time.

· 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.

yue L avatar image yue L commented ·

thanks,but sorry, that is not what I want. I mean three orders rather than three goods at a time.I don't know if you could understand me.

0 Likes 0 ·
David Seo avatar image David Seo yue L commented ·

@yue L

You should use Process Flow module not using with the from-to line in the standard 3D objects. You can not use the tasksequence from Rack or Combiner.

You should use the custom tasksequence from a object or an activity in your process flow module.

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.