question

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

Find Item-Task Executer Capacity

If I have items in different racks assigned to them, and I want the operator to retrieve a bunch of items of the same type "C" from the rack using the following query:

  1. WHERE LabelName = "C"

The operator should then place these items onto the Task Executor but with a defined capacity. What is the most effective way to model this so that the operator can find , load and unload items onto the TE based on the Task Executor's capacity?

FlexSim 23.1.2
taskexecutorcapacityfinditem
· 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.

1 Answer

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Jason Lightfoot commented

It is about labels of your process flow token. You assign label values accordingly to your request before you do findItems or queryItems. Then you can parse them by $number clause into your query string. Please look into advanced examples of SQL in manual.
findItem resolves in finding one item.

queryItem returns an array of items to match with the conditions of your query clause. You need then a loop structure to evaluate a picking of your items of this result array for example by call sub flow activity.

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