question

Maryam H2 avatar image
0 Likes"
Maryam H2 asked Maryam H2 commented

Find Slot/Item Query

What is the query in the 'Find Slot/Item' object that specifically looks for items in a particular rack? How can I create a query that filters for one or multiple racks?

  • I have not set up an Adress Scheme and I'm just using the paint slot tool to match labels of items with the racks.
FlexSim 23.1.0
queryfindslotfinditemrac
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
0 Likes"
Jason Lightfoot answered Maryam H2 commented

You need to add the clause:

  1. WHERE slot.as(Storage.Slot).storageObject=

followed by your rack reference. At some point I hope the shorter version

  1. WHERE slot.storageObject=

will work - I've not tested it in the latest versions.

· 15
5 |100000

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