question

maher saoudi avatar image
0 Likes"
maher saoudi asked Sam Stubbs answered

pull a specific item from a list?

testtttttt.fsmI am trying to make an order picking simlation model. In order to do that I need to retrieve each order line separataly . i'm using query to select a different item type for each order line

but it seems that this query is not working. please help

Choose One
FlexSim 17.0.1
process flowquerypull from listorder picking
capture-1.jpg (16.2 KiB)
capture-1.jpg (16.2 KiB)
testtttttt.fsm (48.1 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.

1 Answer

·
Mischa Spelt avatar image
1 Like"
Mischa Spelt answered

You cannot use token in the Query of a pull, you should use puller instead.

WHERE itemType == puller.TYP[1]

That said, I haven't checked whether the [..] syntax works in queries.

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.