question

jorge code avatar image
0 Likes"
jorge code asked jorge code commented

How can you have an operator load two or more boxes in processflow?

Choose One
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.

1 Answer

·
Braydn T avatar image
0 Likes"
Braydn T answered jorge code commented

Hey @EMMANUEL G3

There are some weird issues with loading more than one box in Process Flow. The easiest way to do this is to have your queue (or wherever the items are before they are loaded) push to a list (note: you will need to create a global list) with an on entry trigger like this:

Then in your Process Flow in your Pull From List, you set the Request Number to the amount you would like, and your Require to the amount you need. I usually assign this to token.items for my reference. In this case I request 4 items, but I only need 2.

This saves the number of items you pulled as an array attached to the label token.items. Afterwards you have a Travel Task and a Move Object Task. You will already have your resource set to whatever operator you are using, and assigned to token.resource. The Destination is the drop off point of the item, which you can reference with the eyedropper, or token.items.up.

Then in the Move Object Task change your Item field to token.items, and the resource will load that array of items. You follow the same steps for an unload, by using a Travel task and a Move Object task.

Let me know if that works for you, or if you have any other questions by tagging me @Braydn T


push-to-list.png (33.3 KiB)
pullfromlist.png (16.7 KiB)
· 3
5 |100000

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

jorge code avatar image jorge code commented ·

@Braydn T

Thank you very much, you can do it. To unload those 2 loaded eyebrows, how could I do it?

0 Likes 0 ·
Braydn T avatar image Braydn T jorge code commented ·

Have your token.resource travel to the destination (you can select this with the eyedropper) using a travel task. Then in the Move Object task change the Object(s) field to token.items, and the Destination field to the destination (you can also select this with the eyedropper)

0 Likes 0 ·
jorge code avatar image jorge code commented ·
@Braydn T
thank you very much, yes, it is what it occupied.
0 Likes 0 ·

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.