question

szymong avatar image
0 Likes"
szymong asked Connor A commented

Using Process Flow How To Separate A Mix Queue

Hello, I am having trouble understand process flow and what I am trying to do is have a source that creates boxes that has a label and color to them and place them in a single queue. Then with an operator separate the 3 different boxes in 3 different queues. How do I accomplish this or where do I look to do this.

FlexSim 21.2.2
processflowseparator
· 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.

Connor A avatar image Connor A commented ·

Hi @szymong, was one of David Seo's or James Rodgers1's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. 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 unaccept and comment back to reopen your question.

0 Likes 0 ·
James Rodgers1 avatar image
0 Likes"
James Rodgers1 answered

You can accomplish this without process flow.

  • The source generates boxes randomly setting a label "Type" in an "On Creation" trigger.
  • The "Send To" field evaluates the label Type and routes the box to the appropriate destination queue.
  • A center-connected operator is engaged for transport by checking the "Use Transport" box on the inbound queue.

If you want to use Process Flow:

  • The source generates boxes randomly setting a label "Type" in an "On Creation" trigger.
  • An event triggered source generates a token when a box arrives at the inbound queue. A reference to the box is saved in a label "Box" on the token.
  • The operator is acquired.
  • The operator loads the box.
  • A decision activity evaluates the label "Type" and sends the token to an unload activity for the appropriate destination queue.
  • The operator is released.

The attached model shows both approaches. In general, I would say use Process Flow only if you cannot accomplish your goal with 3D object methods.

Operator Sort.fsm


operator-sort.fsm (46.3 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.

David Seo avatar image
1 Like"
David Seo answered David Seo edited

@szymon.g

You need to sutdy some Tutorials in FlexSim Help manual. You can easily find all things about your questions.

https://answers.flexsim.com/articles/22192/best-practices-for-using-this-answers-site.html

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.