question

Roberto Z avatar image
0 Likes"
Roberto Z asked Jason Lightfoot answered

Task sequence with multiple queues and one combiner

Hello!

I would like to pull flow items from the queue to the combiner in the following order:

Queue name: Destination:

BACKPNL -> Combiner1 (Flow item type Tote)

RTSPNL -> Combiner1 (Flow item type Box)

FASCIA -> Combiner1 (Flow item type Box)

LTSPNL -> Combiner1 (Flow item type Box)

TKROLLUP -> Combiner1 (Flow item type Box)

Also limit the the max content of the queues to 30 using process flow

Thanks!

Kitchen_Base_Current_State_Flow.fsm

FlexSim 20.2.0
processflowcombinerflexsim 20.2.0
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Roberto Z avatar image
0 Likes"
Roberto Z answered Joerg Vogel commented

I'm sorry, I didn't understand this part "BACKPNL is connected to input port one of the combiner. If you use Process Flow and you haven’t any input port numbers one and more, you drag a queue in your model and connect the combiner twice with object connections" Can you explain that again? perhaps there's a piece of information that I ignore to comprehend it all.

It seems that when creating the task sequence I don't find a way to make the operator collect all different items and I think it's because I don't know how to make references to all different flow items. Can you explain that in more detail?

Also I would like limit the the max content of the queues to "X" amount using process flow. How can I achieve this?



capture.jpg (30.9 KiB)
· 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.

Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered

Here's a solution with your model simplified.

kitchen-base-current-state-flow_jl.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.

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

There still exists an over estimated idea a combiner is a clever object. That is absolutely not true. A combiner counts items from input ports, which rank or number is greater than one. If you want to get an order or a special combination that exceeds a simple count, then you must send the items in this combination to the combiner.

BACKPNL is connected to input port one of the combiner. If you use Process Flow and you haven’t any input port numbers one and more, you drag a queue in your model and connect the combiner twice with object connections. Then you have all needed input ports. Your Process Flow must organize the right order of entering items into this queue. The tote has a label which tells the combiner which global table column must used to updated the component list to get a right total number of items placed into the tote. There exists a trigger property to achieve this On Entry.

The Process Flow will organize the entry into the queue if you use move object in the order RTSPNL, FASCIA, LTSPNL, TKROLLUP. If you use an operator and he collects all items first, then the order must be reversed TKROLLUP, LTSPNL, FASCIA,RTSPNL.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.