question

Patcharin B avatar image
0 Likes"
Patcharin B asked Ryan Clark commented

How to Load all token on Queue?

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

FlexSim 21.2.1
operatorsload
· 1
5 |100000

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

Ryan Clark avatar image Ryan Clark commented ·

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 0 ·

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered

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.





1645401283185.png (19.9 KiB)
1645401304021.png (8.4 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.

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.