question

Natalia G6 avatar image
0 Likes"
Natalia G6 asked Joerg Vogel edited

How can I create different pallets with products from porcess flow

Hi tech support group @Seung Yong Seo , @Braydn T,@Clair A, @Gokulakrishnan Kandasamy, @Phil BoBo , @Yogesh H, @Ben Wilson , @Matt Long , @Matthew Gillespie, @Sam Stubbs, @Joshua S ,@Cristian Daniel SG

How can I create different pallets with products from porcess flow, I have a create object funtion that allows me to create a pallet but I need to create 5, that each one has 20 products, how can I do it?.

Thanks for your help

modeloporcen.fsm


FlexSim 19.0.0
transporterflexsim 19.0.0pallet
modeloporcen.fsm (95.0 KiB)
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 Joerg Vogel edited

The standard to fill items on pallet has described @Regan Blackett in creating Part on Pallet. You want to create 5 pallets with boxes on them, then you repeat the two create object activities in a loop structure. The easiest structure for this is to run a sub flow. [I have put this link just for reference here, but please follow my answer first]. You remove the two create object activities from the main process. Or if you don’t have them yet, you drag them into your process flow sheet. You drag a run sub flow activity in your main process. You click on the red circle exclamation point next to the run sub flow activity and drag the blue line into white area of the sheet. A Start activity occurs. Under the start activity you place both create object activities. You drag a finish activity under both. You should have a block of 4 activities.
Now you edit the run sub flow activity. There is a Quantity field. Here you tell the sub flow how often a token will be created in this connected sub flow for repeated execution. In your case is it 5 times.

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

Joerg Vogel avatar image Joerg Vogel commented ·

I was mistaken, the easiest way to create five filled pallets is to create 5 tokens and let them run through Regan’s structure. I had suggested it with a run sub flow, but you can set a quantity in some create token activities, too. Each token creates a filled pallet. If you need them and their data later as a single token, then you let them run through a batch activity.

0 Likes 0 ·

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.