question

Brayan Leonardo Gil Guevara avatar image
0 Likes"
Brayan Leonardo Gil Guevara asked Adrian Haws edited

How to update " Process Maximum Content" (depends on itemtype) ?

Hi to you all. I would like to have a processor to change its maximum content based on the itemtype. If it is itemtype 1, maximum content is 1 and if itemtype is 2, the maximum content is 2 (in this case, the two item flows in the processor should be the same.).

How can I do that? I know there's a OnEntry Trigger, but that would be a little bit late when the item arrives...

FlexSim 7.7.4
processoritemtypemax contentcontent
· 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.

1 Answer

Joerg Vogel avatar image
2 Likes"
Joerg Vogel answered Adrian Haws commented

The max content tells a processor to process how many flowitems can be in the processor at the same time. It doesn't tell the processor to start processing when the max content of flowitems are arrived. If the process time is 10, the max content is 2 and the first item arrives at a simulation time of 5 and the second item arrives at 8 then the first item is finished at 15 the second at 18. So changing the max content on entry works well.

Part 2 processing same itemtype: One way is to pull under the flow tab of the processor. Another is the combination of hold item in the previous object and releaseitem(exact reference of one item, output port no.) Please look into the commands manual or the old Flexsim forum.

· 11
5 |100000

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