question

Suhas H2 avatar image
0 Likes"
Suhas H2 asked tannerp commented

How to pull item.subnodes from the list and replanish remaining subnodes?

Hello there,

In the model I have a pallet containing several totes on it. I want the taskexecuter to pick only 1 tote at a time. Task executer picks only one tote from the pallet and moves to next pallet without completely pickingup all the parts from the previous pallet.But the model doesn't work in the desired way i want it to work. test-pull-trigger.fsm Any suggestions?

Thanks in advance!!

FlexSim 19.1.1
pull from listrackstaskexecuter
· 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.

Suhas H2 avatar image Suhas H2 commented ·

Any suggestions are welcome

0 Likes 0 ·

1 Answer

·
tannerp avatar image
0 Likes"
tannerp answered

Hi @Suhas H2,

I recommend using Process Flow to achieve this. You can push all the pallets to a list, then pull pallets from that list using Process Flow. Within the Process Flow, you can run a sub-flow that loads and unloads a tote from the pulled pallet until there are no more totes on the pulled pallet. This loops indefinitely and collects all the totes. Hopefully this helps.

pull-trigger-pf.fsm


pull-trigger-pf.fsm (35.5 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.