How to Load all token on Queue?

How to Load all token on Queue?

patcharin_b
Not applicable
22 Views
2 Replies
Message 1 of 3

How to Load all token on Queue?

patcharin_b
Not applicable

[ FlexSim 21.2.1 ]

ภาพหน้าจอ-2022-02-19-234117.png

0 Likes
Accepted solutions (1)
23 Views
2 Replies
Replies (2)
Message 2 of 3

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

I would suggest you use Load activity OR the MoveObject activity and not both.

If you're pulling multiple items to an array then you would do the unload and load like this:

1645401283185.png

Or like this:

1645401304021.png

The differences are:

  • MoveObject will take an array of items, while Load/Unload currently do not. This means you need to create a token for each item in the array and reference that as a label - easiest done using a subflow as show.
  • If you're using Load and Unload, then you may not need the Travel activity unless you want to avoid objects using a navigator.
  • The operator's load/unload times and triggers are not activated when using MoveObject.




0 Likes
Message 3 of 3

ryan_c10
Not applicable

Hi @Patcharin B, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes