question

Fengjun0113 avatar image
0 Likes"
Fengjun0113 asked Fengjun0113 commented

Create a item when item exit

This is a FlexSim 2016 model. In this Model, items go to Processor when they exit from MultiProcessor1. However, when the item exit from MultiProcessor1 and goes to Processor, I also want to create a item goes to MultiProcess2. How can I do?

1661848762907.png

FlexSim 16.1.2
itemcreateexit
1661848762907.png (176.5 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.

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Fengjun0113 commented

On Exit-trigger

insertcopy(item,outobject(current,1));

OR in Process Flow


pf-insertcopyv16.pngpf-eventsourcev16.pngpf-createobjectv16.png

pf-moveobjectv16.png


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

Fengjun0113 avatar image Fengjun0113 commented ·

Thank you !

0 Likes 0 ·
Brittany Evans avatar image
1 Like"
Brittany Evans answered Fengjun0113 commented

Hello @Fengjun0113 ,

If you would like to do it with 3D objects, you would use a Separator after the MultiProcessor to split the one item into two. You can make it so the Separator has no process time so it happens instantly. Your flow would look like this.

1661879301499.png

You would set the Separate Mode to Split with a Quantity value of 2.

1661879420548.png

I also set the Send to Port value to Round Robin so it would insure one item is sent to each machine.


1661879301499.png (144.0 KiB)
1661879420548.png (2.6 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.

Fengjun0113 avatar image Fengjun0113 commented ·

Thank you !

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.