question

Legit avatar image
0 Likes"
Legit asked Joerg Vogel answered

How operator loads two items at once from one array

Hey, I have a simple process flow where the operator is supposed to load and move two items at once. For this, two items are pulled from a list simultaneously and stored as an array in a label on one token. While the "Move Object" operation works with the array, the "Load" operation doesnt work as expected. The operator still loads olny one item. Is there a way to make the "Load" operation work as well like "Move Object"? I've seen a similar question here where basically the same model was described, and the array seemed to work with the "Load" Operation. Is there a trick to make it work? model-1.fsm

FlexSim 23.2.1
operatorloadprocesss flow
model-1.fsm (59.5 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.

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

An array can more values of different kind. But a load activity or a load task can only take one reference. If you want to load more than you have to add more load activities or tasks. Or you repeat a load activity or task several times.
in Process Flow you can create a repeating structure by calling a sub process flow.

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.