question

Michelle Ebersole avatar image
0 Likes"
Michelle Ebersole asked Regan Blackett edited

Creating Part on Pallet with Process Flow

I have a model in which pallets move around a conveyor and parts are loaded/unloaded on the pallets. I am creating pallets in various starting locations using a process flow, but would like them to already have a part on them. Is there a way to do this without sending each part/pallet through a combiner?

palletsflowitem creation in process flow
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

·
Regan Blackett avatar image
1 Like"
Regan Blackett answered Regan Blackett edited

@Michelle Ebersole

I would do this with a couple of back to back 'Create Object' activities. Let your first Create object create a pallet into some model destination like a Queue:

Note the Label assignment to 'pallet' so I have a label on the token that points to the pallet this activity made.

Then follow that with another 'Create Object' activity that creates your boxes into the pallet:

This will create 4 boxes into the pallet created during the previous step, no combining required. References to all the boxes created by this activity will be stored in the 'box' label in case you need to manipulate the boxes late on down the road.


create1.png (13.5 KiB)
create2.png (13.1 KiB)
· 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.

Matt Long avatar image Matt Long commented ·

You can use Assign to or Insert at Front of with regards to creating the items. They will have the same behavior in this instance. Insert at Front of only behaves different when using something like a loop and the label you're assigning to already has data on it.

1 Like 1 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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