question

Gijs S avatar image
0 Likes"
Gijs S asked Joerg Vogel answered

Max Content MultiProcessor

Hi,

For my model I need to use a MultiProcessor instead of a standard Processor. However, I miss one basic functionality of the standard Processor; the Max Content. As my MultiProcessor can only handle one flow item at the time (it is a jetty), I want to limit the number of flowitems in my multiprocessor to one.

Can someone explain me how to do this? Thanks.

FlexSim 19.2.2
multiprocessormaxcontent
· 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.

Joerg Vogel avatar image Joerg Vogel commented ·

A multiprocessor can process only one item.

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

If you need a control mechanism to limit the input of a multiprocessor, you close the input of the processor in the OnEntry trigger, and you open the input when the processed item leaves in the OnExit trigger. This works only in standard 3D logic. You find predefined picklist options in the triggers under the menu item control.
If your logic consists of Process Flow and you use moveobject or unload activities to transfer items, you are responsible on your own to check, if the multiprocessor is populated by an item to delay the logic, until the multiprocessor gets empty.

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.