question

Chiu avatar image
0 Likes"
Chiu asked Felix Möhlmann commented

Different items use a specified number of machines

Hi,

In my model, there are five work tables and five types of items. Each type of item has a certain limit on the number of work tables it can use (labeled as 'CanUseTable_qty'), and work tables used for the same type of item must be adjacent to each other. I would like to know how to achieve this goal. Thank you for your help.


1742186319611.png


TE.fsm

FlexSim 24.2.3
proces flowtablesprocess
1742186319611.png (331.4 KiB)
te.fsm (41.8 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 Felix Möhlmann commented

I generally use a table that contains the processor-type-combinations and denotes whether they are allowed or not. This table is used in the processors' Pull Requirement to decide if they may pull an item or not.

pull-by-type-table.fsm


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