question

Santiago Serrano avatar image
0 Likes"
Santiago Serrano asked Santiago Serrano commented

Operator follow a item in conveyor

I want that one operator follow the second item across the conveyor until reach the union with the other.

thanks

FlexSim 18.1.1
conveyorflowitemoperator movements
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

·
Sam Stubbs avatar image
1 Like"
Sam Stubbs answered Santiago Serrano commented

There's not really a simple way to have an Operator "follow an item" along a conveyor. What you could try to do is set up a series of DP along the conveyor, and create some custom Travel task sequences that force the Operator to travel to the certain DPs along the conveyor at the same time the item is moving, thus mimicking the idea that the Operator is following an item.

I've created a small example in Process Flow, that might help you. You'll notice the two things to get this to work is first having them in sync; and second (related to the first issue) is having the Operator travel at the same speed as the conveyor's speed. (So he won't rush ahead or fall behind.) To resolve these issues, we first need to stop the item along the conveyor, until the Operator can reach the destination, and then we change the Operator's "maxspeed" variable to match the conveyor's speed.

Here's the example:

followconveyoritem.fsm


· 2
5 |100000

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

Emily Hardy avatar image Emily Hardy ♦ commented ·

@Santiago Serrano, did this answer your question?

0 Likes 0 ·
Santiago Serrano avatar image Santiago Serrano commented ·

thanks Sam,

Your idea help me. Finally i use a network nodes to make all the path around the conveyor to have the diferents movements. similar that you make.

0 Likes 0 ·

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.