question

Dominik K avatar image
1 Like"
Dominik K asked Dominik K commented

Combine several items through same port

Hey!

I want to combine a finished product from several items.
The finish product could either be produced by 1 MGC_S and 2 VCM_N or produced by 1 MGC_M and 2 VCM_N.
How can I tell the combiner to either take 1 MGC_S or 1 MGC_M?
I thought of putting the two Queues for MGC_S and MGC_M onto the same Input-Port on the combiner. Is this possible?
Attached, find my model.

Combiner_Ports.fsm

FlexSim 18.1.2
combinerflexsim 18.1.2portsport control
combiner-ports.fsm (28.5 KiB)
· 4
5 |100000

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

1 Answer

tannerp avatar image
1 Like"
tannerp answered Dominik K commented

@dominik.k My thought is that you can add a buffer queue with a content of 1 that pulls "Round Robin" from the two other queues. This is simple, but effective.

If there are more objects involved, it might be better to use Process Flow. Process Flow can be implemented just for this logic while keeping everything else 3D. It's very compatible and easy to set up.

Let me know what you think of this.

combiner-ports_1.fsm


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