question

Trex avatar image
0 Likes"
Trex asked Steven Hamoen commented

Operator movement with a capacity of 2 from different sources

I will be glad if one can support me to resolve my query. Here I am having a single operator which has to move to combiner from two different sources. In each source the flow transport is connected with this operator. Here I want that operator has to first pick the items from each source, then has to travel to the combiner in a single time and has to place both the item at once to combiner. The one where I had a problem was the operator is picking and placing the item individually for each source.

operator assignment
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

·
Steven Hamoen avatar image
1 Like"
Steven Hamoen answered Steven Hamoen commented

If you change the capacity of the operator to 2 it should work. capacityoperator.png


· 6
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 Joerg Vogel commented ·

If a fixed resource doesn't behave as someone wishes you can always try to place a queue or several queues in front of this fixed resource. You can hide the content or the queue itself to optimize the visual look.

1 Like 1 ·
Steven Hamoen avatar image Steven Hamoen Joerg Vogel commented ·

@Jörg Vogel you are right but it can/does create new problem. For instance in this situation the operator would keep walking and you create extra buffer in your system. In that case you have to start opening and closing ports again which doesn't make it easier.

1 Like 1 ·
Trex avatar image Trex commented ·

@steven.hamoen

I tried by changing it but it doesn't work. As I have connected the operator to both of the sources and assigned it to their flow transport.

As it gets the trigger to send to port, the operator gets fire and it picks the item from one source and move to its outport. But I don't want to make the operator move to combiner.

Pick item from source1 ----> travel to source 2 ---> pick item from source2 ---> travel to combiner ---> unload/place both the items together to combiner

0 Likes 0 ·
Steven Hamoen avatar image Steven Hamoen Trex commented ·

Ok I think what is wrong. The combiner excepts only 1 product at it's port 1 and until that product has arrived the other ports are not opened. So this means that only the first source creates a tasksequence and the operator has only 1 tasksequence so it can't combine the 2.

If you let a container (like a pallet) enter through port 1 and have both sources connected to port 2 and 3, it will work because it will open all those other ports at the same time. I attached a model. ( and of course if you don't need the pallet make an invisible object that you generate)

1 Like 1 ·
Trex avatar image Trex Steven Hamoen commented ·

Thanks for the generosity. I am unable to open your model as I have a lower version of flexsim. Can you please illustrate through the images.

Thanks again

0 Likes 0 ·
Show more comments

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.