question

Jarod P avatar image
0 Likes"
Jarod P asked Jarod P commented

Items will not create in group of queues.

I have a scheduled arrival source that is creating tokens based on a global table. The token represents a quantity of items and the location of those items that I need to create in the 3d model. I have grouped all of the queues together. I'm struggling to figure out how to create the number of items I need in the locations they are supposed to be inside the model. In the create items process flow step I feel is where I'm having the disconnect. I can step the tokens through and all of the info they should need is there but I don't feel I've connected the label that tells which queue the item should be created in to the group of queues in a way the code recognizes it. I can get the process flow to create the items in a specific queue by selecting it from the Flex Sim Event Handler and selecting a specific queue but I can not select the group. Below are screenshots of the labels and the table I create, then of how I have the create item step laid out so far.

groupcreating flow items
· 2
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

Braydn T avatar image
0 Likes"
Braydn T answered Jarod P commented

@Jarod P

Add this: model.find(token.BRLane) to the Create in Field in the Create Buck Racks Task.

· 3
5 |100000

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