question

Esqueda avatar image
1 Like"
Esqueda asked Esqueda answered

Find item on specifi racks

I have two rack zones in different areas of my model warehouse, I need that a transporter looks for an specific item with an specific label but just in an specific group of racks, how do I do that using find item?

Thanks.

FlexSim 23.2.3
queryfinditemsyntax
5 |100000

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

Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered

Use an address scheme that includes the Aisle and or Zone ID (the default scheme has both) and use those values to group the racks. Then filter by those value in the Find Item activity (WHERE zoneID == ...)

1702538347622.png

Alternatively you could also assign identifying labels to the racks and use those in the query (WHERE item.slot.storageObject.labelName == ...)


1702538347622.png (8.2 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.

Esqueda avatar image
1 Like"
Esqueda answered Felix Möhlmann commented

Thanks, that worked perfectly, is it possible to do something similar with a queue, because its not letting me to add a Zone ID. I need the operator to grab something from a group of specific queues

· 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.

Felix Möhlmann avatar image Felix Möhlmann commented ·

Queues are not part of the Storage System (hence they don't have an address at all). You will need to use a list and filter for the correct queues by label.

pull-example.fsm

0 Likes 0 ·
pull-example.fsm (31.9 KiB)
Esqueda avatar image
0 Likes"
Esqueda answered

Instead of queues I used floor storage and worked perfectly, thank you!

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.