question

1234 avatar image
0 Likes"
1234 asked Felix Möhlmann commented

How to pull from list only a quantity

  1. model.fsmHow to make the task executers transport a specific amount of flowitems from each queue
FlexSim 24.0.1
taskexecutors
model.fsm (36.3 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.

1234 avatar image
0 Likes"
1234 answered


Thank you for your help, I would like to withdraw a quantity at a time. The operator goes to the queue and withdraws 5 items at a time.

5 |100000

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

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

I'd suggest to use Process Flow and make each processor push its item to a different partition. That makes it easy so pull a specific number from each processor and also to know when all items have arrived in the queue.

model_1.fsm


model-1.fsm (46.0 KiB)
· 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.