question

Gokulakrishnan Kandasamy avatar image
0 Likes"
Gokulakrishnan Kandasamy asked Ben Wilson commented

Combiner in process flow using list for combining operations

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

FlexSim 20.1.2
combinerflexsim 20.1.2list pullcombining
· 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.

Ben Wilson avatar image Ben Wilson ♦♦ commented ·

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 0 ·

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

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.


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.