question

Daniel C19 avatar image
0 Likes"
Daniel C19 asked Gabriel P2 answered

Table with time, workers and item in a different processors

How to create a scenario that:

- Have a table of items (100 items) as input;

- 2 Processors;

- 3 Workers;

- Each item has different processing times (triangular distribution);

- The items must go to specific processor according the table;

- The transport will be done by a worker;

- The worker must follow the process on the processor;

- Some of the items will need 1, 2 or 3 workers, as indicated in the table;


The table would be as below:

Item name | Processor number | Quantity of workers | Mode | Maximum | Minimum

FlexSim 21.1.0
FlexSim 21.0.1
flexsim 21.0.1doubt
5 |100000

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

Jeanette F avatar image
0 Likes"
Jeanette F answered Daniel C19 commented

Hello @Daniel C19,

You can create a global table in Flexsim that contains all the info you described. The objects in the model can reference that table and set the correct processing time and acquire the correct number of workers for that item.

It is easiest when the item "Type" corresponds to a row in the table so the connection can be as simple as Using the Global Table lookup. However, there are other ways to find the correct row in a Global Table if needed.

Here is a model that is a small example.

Global Table References.fsm


· 3
5 |100000

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

Daniel C19 avatar image Daniel C19 commented ·

Please, I can´t open the model, because I have the "FlexSim 21.0.1" version.

tks

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Daniel C19 commented ·

@Daniel C19, fine, and why didn't you change the version in your question? Please do it!

0 Likes 0 ·
Daniel C19 avatar image Daniel C19 Joerg Vogel commented ·

ok. tks

0 Likes 0 ·
Gabriel P2 avatar image
0 Likes"
Gabriel P2 answered

One way to place the statistical distribution data in the global table is to select all the cells you want to reference, right-click and select the option Assign String Data. To reference this String cell, you need to use the executeCell method, so that the reference looks like this:

Table("globalTable1").executeCell(row, column)


1620682335086.jpeg (23.1 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.

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.