question

karan avatar image
0 Likes"
karan asked Jeanette F commented

Specific flow of Boxes

Hello Team,


Type 1 and 2 boxes flow on conveyor system.

Operator should pick the box from conveyor place on processor after process time is finished pick and place box back on conveyor.

Processor 4 only processes Type 1 boxes

Combiner 1 will combine processor 6 and 7 boxes and operator will place back box on conveyor.


Thanks in advance.

Please find attached file for reference.


Conveyor_Flowitem.fsm

FlexSim 24.1.0
boxconveryorsystem
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @karan, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

For an item to exit a conveyor through a transfer that is not the farthest one, it needs to be "send" there.

To have the operator move the box from the conveyor to the processor use the "Use Transport" option on the Exit Transfer.

If the items should wait until they can exit if the processor is not available at the moment, you can uncheck the "Stop at End" option, so the operator can only pickup the item while it is next to the Exit Transfer.

1711536431638.png

If each item should only be processed once, use labels to denote their status and only send them to the next Exit Transfer if it has not been processed yet.

The combiner will need two input connections. First an item has to enter through port one, then items can follow through other ports as specified in the components list.

In the attached model I demonstrate how to send an item based on its label by sending all type 1 items to processor2.

That and setting labels in the Exit or Process Finish trigger of the processors should be all you need to complete this logic.

conveyor-flowitem(1).fsm


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.