question

Aries Vash avatar image
0 Likes"
Aries Vash asked Joerg Vogel edited

How to stop conveyor while processor in utilize

HI Guys,

please help me how to stop the conveyor while the processor is still processing. I don't want to use decision point and delay the time.

FlexSim 19.1.1
conveyor decision point
· 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.

Braydn T avatar image Braydn T commented ·

@An L2

Can you upload your model so we can take a look?

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered Joerg Vogel edited

You can stop an item on the conveyor . Therefore you must cast the item into an item in the conveyor system. That is why a decision point works with a picklist option and the right reference for the item to stop is set. If you want a conveyor stop items this way, you can set an own created flag and stop all relevant items. Each new entering items are stopped instantly when they enter the system as long as the flag is set to the right state. You collect the reference to all stopped items and resume them when the item leaves the processor.

Flag = a variable, a node, a label, a table cell, or anything that can keep a value that you can set and read by code.

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.