question

Ankur A3 avatar image
0 Likes"
Ankur A3 asked Ankur A3 commented

Subnodes item not moving to Queue?

Hi Team,

I am generating items under tote. I want to move only item to Queue2. I am using move object as below:

1655974280493.png

I am not getting any error. Can you help me to know what is going wrong here?

23.06.2022_MoveSubnodeItemToQueue.fsm

Thank you!


FlexSim 21.0.10
flowsubnodesmove object
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 Ankur A3 commented

"token.item" of one process isn't known in another process. You need to assign the reference from model, a list, a table, a process label or anything else you find it. Typically you would push the item references from the subnodes of the tote to a global List and in a second process you would pull the reference from this global list.

push-array-to-list.jpg pull-one-item-from-list.jpg


· 5
5 |100000

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

Ankur A3 avatar image Ankur A3 commented ·
Hi @Joerg Vogel,

I have 1 question here.

Can I use token.pulled instead of token.item while pulling it from list?

Based on my understanding, both will refer to same item.

Thank you!

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Ankur A3 commented ·

sure, you can. It is just another label name. There are predefined label names by default. But as I said they are names you can replace. Just keep in mind which label name you assigned!

0 Likes 0 ·
Ankur A3 avatar image Ankur A3 Joerg Vogel commented ·
Thank you! @Ankur A3

I have one more question here if I can.

How can I push complete tote (filled with items) to list and pull it?

0 Likes 0 ·
Show more comments

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.