Find Slot (Query)

Find Slot (Query)

simulationUXC42
Participant Participant
47 Views
1 Reply
Message 1 of 2

Find Slot (Query)

simulationUXC42
Participant
Participant
 

In Find Slot (Query), how should I write the query when:

  • There are racks divided into Zone A and Zone B.

  • Zone A has aisles: _1, _2, and _3.

  • Zone B has aisles: _1, _2, and _3.

 

 

be47859f-39b5-4b3d-a802-999bc5d83b75.png


c4eaab25-a2b1-48e5-99c9-3a5c71cefeb4.png

Each product is represented by a token = $1, and each token has the following labels:

  • token.Type can be 1, 2, or 3.

  • token.lot can be A or B.

  

simulationUXC42_3-1756450279856.png

The query should:

  1. Separate products by lot, matching the correct Zone.

  2. Separate products by Type, so that items of the same type are stored close together.

simulationUXC42_4-1756450372041.png

 

 

0 Likes
48 Views
1 Reply
Reply (1)
Message 2 of 2

moehlmann_fe
Enthusiast
Enthusiast

Assuming you mean that the type should match the aisle, it would be the following.

moehlmann_fe_0-1756454887916.png

 

 

0 Likes