question

Terra K. avatar image
0 Likes"
Terra K. asked Joerg Vogel answered

Source inter arrival with different item types

How can i make the source with an inter arrival time of 90 to produce 700 item type 1 then 800 item type 2 repeatedly?

FlexSim 17.1.2
sourceitem typeinter-arrival time
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

You can create two labels in the source which count the output. Each label counts a different item type. You set the type of the current created or exiting item depending on the values of the two labels. If the sum of the labels reach 1500 released items you reset the values of the labels. You count by incrementing. This is a picklist option in the exit trigger.

You can build this method in ProcessFlow, too. A token waits for the creating event in a source. Then two labels are incremented depending on the label values and you assign the item type. If the sum of the two labels represent 1500 released items you reset the labels on the token.

Instead of waiting for the event you can insert a delay activity and then create the item with the depending type directly in the ProcessFlow. The following activities are the same as I described them above. At the end you let the token get to the first activity again.

5 |100000

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

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.