Combiner in process flow using list for combining operations

Combiner in process flow using list for combining operations

gokulakrishnan_k2
Not applicable
96 Views
2 Replies
Message 1 of 3

Combiner in process flow using list for combining operations

gokulakrishnan_k2
Not applicable

[ FlexSim 20.1.2 ]

I'm trying to combine material using process flow by pushing and pulling material from the list but I encounter some problem in pulling parts from the queue to combiner. Can anyone suggest some ideas Combiner process flow model.fsm?

I have attached my model. Thanks in advance

0 Likes
Accepted solutions (1)
97 Views
2 Replies
Replies (2)
Message 2 of 3

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

Please don't use a combiner with process flow. It is much easier to implement the functions of a combiner in a Process Flow Processor (ie Basic Processor).

A combiner has a strict input order and a special managment of collecting items together through PORTS, if you don't have ports, then a combiner doesn't work!

  • First a container item enters the combiner through input port 1.
  • Compontents are entering through input port 2 and above.
  • A recipe depends only on items entering through input ports. There aren't any dependencies to attributes of entering items at all.
  • You haven't got any options or picklist templates to aggregate label data of collected items.

If you want to integrate Process Flow logic you should control the order of items in queues previous to a combiner and update the components list by an attribute of the item entering through the input port 1.


0 Likes
Message 3 of 3

Ben_WilsonADSK
Community Manager
Community Manager

Hi @gokulakrishnan.k2, was joerg.vogel's answer helpful? If so, please click the red "Accept" button on 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 unaccept or comment back to reopen your question.

0 Likes