question

Nikhil Rane avatar image
0 Likes"
Nikhil Rane asked Nikhil Rane commented

Pulled right label token from list

I Have created warehouse model where 5 types of item with multiple part numbers associated with it

I have used process flow to push the token into list and using pull sequence to pull token from list, but token pulled from list is not matching label

Warehouse Model_31 Dec.fsm

FlexSim 21.2.3
list pull from list
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

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Nikhil Rane commented

You're not pushing the tokens to the list like you say - you're trying to push the value of the items label for the type.

1640963691851.png

The order tokens don't have a label called item.

The item should probably be pushed to the List and then matched using a WHERE clause in the pull activities.


1640963691851.png (10.2 KiB)
· 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.

Nikhil Rane avatar image Nikhil Rane commented ·

I tried pushing item by Token.item , but in pulled WHERE query there no item

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Nikhil Rane commented ·

You parse a reference into a query clause by a Puller. You find an edit field where can translate a pointer into this parameter.

Lists contain values. The parameter you pushed onto a list is called value in a query clause. But if want to query over fields you need not to handle field names similar to label names. You write the field names directly in your query.

please look into THE manual

https://docs.flexsim.com/en/22.0/Reference/ProcessFlowObjects/SharedAssets/PullFromList/

here are some other links for the manual

https://docs.flexsim.com/en/22.0/Reference/ProcessFlowObjects/SharedAssets/List/

https://docs.flexsim.com/en/22.0/ConnectingFlows/Lists/KeyConceptsLists/

https://docs.flexsim.com/en/22.0/ConnectingFlows/Lists/WorkingWithLists/

0 Likes 0 ·
Nikhil Rane avatar image Nikhil Rane Joerg Vogel commented ·

Hi Joerg,

Thanks for links, I changed query but without pulling token the forklift are removing material from racks?

Paint In Warehouse Model 3-Jan.fsm

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.