How operator loads two items at once from one array

How operator loads two items at once from one array

Legit
Not applicable
328 Views
1 Reply
Message 1 of 2

How operator loads two items at once from one array

Legit
Not applicable

[ FlexSim 23.2.1 ]

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

0 Likes
Accepted solutions (1)
329 Views
1 Reply
Reply (1)
Message 2 of 2

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

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.

0 Likes