question

hermione12 avatar image
0 Likes"
hermione12 asked Kavika F commented

Creating two flow items from a single source.

Hello,

How can I create box over pallet from a single source? If there is any method please let me know.

FlexSim 20.0.10
sourcepalletbox
· 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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered hermione12 commented

The way I'd do it would be to have the source create the pallet and then create a box through other means immediately afterwards and move it onto the pallet.


One way would be to use process flow: An event triggered source listens to the eixt trigger of the source. The token then creates a box item an moves it onto the pallet. (You could also create the item directly in the pallet, but the placement of the box might be wrong)

1651048647471.png

The same can be done with code, directly in the exit trigger of the source.

1651048683619.png

The attached model demonstrates both methods, so two boxes are created on each pallet.

create_pallet_with_box.fsm


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