question

Omar Aguilera Rico avatar image
0 Likes"
Omar Aguilera Rico asked Omar Aguilera Rico commented

How to develop the income of 91 different items?

datos.png

I'm making a model which I have to enter 91 item but each item has different times and a different drawing; different measures of length, width and height, it is best to assign a "Source" for each item or is there a way to reduce the incorporation of 91 items to the model?

Annex screenshot of 25 items of 91.

Thank you in advance for your support.

FlexSim 17.2.3
sourcearrival schedulearrival tablescheduled arrival
datos.png (97.3 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.

Omar Aguilera Rico avatar image
0 Likes"
Omar Aguilera Rico answered Omar Aguilera Rico commented

Solution.

source-items.fsm


source-items.fsm (18.2 KiB)
· 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.

Joerg Vogel avatar image Joerg Vogel commented ·

And how do you do it?

0 Likes 0 ·
Omar Aguilera Rico avatar image Omar Aguilera Rico Joerg Vogel commented ·

Creating tokens according to the rows of a "Global Table". Assigning an order of creation so that by means of that label, when going through "Delay" read its value in the "Global Table" so that it believes in the "Queue" according to the time distribution.

0 Likes 0 ·
David Seo avatar image
1 Like"
David Seo answered David Seo edited

@Omar Aguilera Rico

If many items should have the different interarrival interval times to be created, you need to use Process Flow. Using 3D Source needs the same quantity of the cycle time type of them.

Make a reference of below link.

https://answers.flexsim.com/questions/35255/how-to-create-multiple-item-types-recursively-with-1.html

This will help you.

And another way is to create the items in the starting queue or other object like processor using 'create' command script when the items arrived to the destination object.

Using the table your captured will be easy to make the model you want.

5 |100000

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

David Seo avatar image
1 Like"
David Seo answered Omar Aguilera Rico commented

@Omar Aguilera Rico

Using Source with your table is a way and creating the items with your table in queue using process flow is another way.

The quantity of items is not problem in flexsim. You need to set the item Type number same with the row number of your table. And sorting the table as ascending time coloumn is convinent to make the script.

I experienced to make a model of 660 items unique like above.

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

Omar Aguilera Rico avatar image Omar Aguilera Rico commented ·

@david.seo

Those times that I put in the screenshot are examples, the real ones are distributions. Would it apply the same thing you mentioned or should I create a Source for each item since they have different time distributions?

0 Likes 0 ·
Omar Aguilera Rico avatar image Omar Aguilera Rico commented ·

@david.seo

source.fsm

Model annex with 6 Source, each one has a different time of arrival and measurements. How could I reduce all this to a Source? it's possible? I must create a source for each item since it has different time distributions.

0 Likes 0 ·
source.fsm (15.4 KiB)

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.