question

Marc K avatar image
0 Likes"
Marc K asked Benjamin W2 commented

Making a batch in a queue become a single item (object)

I have a process where small units are trayed (100 per tray). Those trays are moved onto another pallet. I am trying to make the visual work. I tried to change the visual but that changes all small items into trays instead of a single tray. How can this be completed?

FlexSim 19.0.1
batchingcombining
· 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.

1 Answer

Benjamin W2 avatar image
0 Likes"
Benjamin W2 answered Benjamin W2 edited

Hi @Mark K,

The easiest way to do this is by using batching in process flow, then move objects inside other objects also using process flow.

Source: Create Token on ItemQueue Entry

Add an event triggered source that creates a token upon entry at Queue1. Have this event triggered source assign each token a label called "Item".

Batch: Batch 100 Items

In this batch activity, change the Batch Quantity to 100. This activity will "collect" 100 tokens then release them as 1 token. Under label aggregation, click the green plus sign and enter "Item" in the "From Label" column, "Items" to the "To Label" column. Click the cell under "Aggregation" and select "Make Array". This array will reference the 100 items.

Create Object: Create Tray in TrayQueue

Click the activity icon to edit it's settings. Underneath object, select the black arrow and hover over "Flowitems", and select "Tote." Select the sampler underneath "Create In" and select the "TrayQueue" in the 3D model. Underneath "Assign To" type "token.Tray".

Move Object: Move 100 Items Into Tray

Underneath Objects, select "token.Items". Underneath Destination select "token.Tray".

Batch: Batch 6 totes

Change batch quantity to 6. Underneath label aggregation click the green plus. Underneath "From Label" type "Tray." Underneath "To Label" type "Trays." Underneath aggregation click and select "Make Array".

Create Object: Create Pallet in PalletQueue

Underneath "Object" select the black drop down arrow, hover over "Flowitems", and select "Pallet". Quantity = 1. Underneath "Create In" select the eye dropper and select the "PalletQueue" in the 3d model. Under "Assign To" type "token.Pallet"

Move Object: Move 6 Trays Into Pallet

Underneath "Objects" type "token.Trays". Underneath "Destination" type "token.Pallet".

batching-model.fsm


· 4
5 |100000

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