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.

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.