question

Arvind J avatar image
0 Likes"
Arvind J asked Arvind J commented

Setup one time only at each processor.

Hi all, I'm having problem that the processor setup each time when running the production. I used global table as process time and setup time. For each processor, i have labelled the setup and process time in the global table. However, the processor keep on setup before doing the processing.


5october.fsm

FlexSim 21.2.1
processorsetup timeglobal lookup table
5october.fsm (101.7 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.

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Arvind J commented

One way to do this is to use the "Values By Case" option for the setup time. If the number of items that entered the processor is 1 (current.stats.input.value == 1), the setup time from the table is used. Otherwise it is set to zero. To read the value of a global table cell, use the following command:

Table("Tablename")[row_number][column_number]

1633420092607.png

Please note: In your table "Setup Time and Process time", all columns from the third upward are set as text values. These are interpreted as 0 when read as numbers, resulting in only the "SOP" processor using the correct times.

This can happen when pasting numbers from an excel table. You can distinguish between the text/number cells by the alignment. Text is aligned to the left edge of the cell, numbers to the right. To change the data type, select the columns, rightclick and choose "Assign Data -> Assign Number Data".

1633420600694.png

Finally, Queue2 is set to use a transport but does not have a center-connection to any of the operators or the dispatcher.

5october_1.fsm


1633420092607.png (10.3 KiB)
1633420600694.png (21.6 KiB)
5october-1.fsm (101.0 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.

Arvind J avatar image Arvind J commented ·

@Felix Möhlmann Thank you very much for the help and the explanation. Will look into it.

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.