question

Ferny G avatar image
0 Likes"
Ferny G asked Joerg Vogel edited

Operator that separated many products from a conveyor

Hello, thanks for pay attention. I need to create a model that simulate a manual separator of garbage. The process start when the garbage arrive at conveyor which is transported and separated for many people (operator), for example the first operator have separate 3 products (paper, paperboard, plastic), and put in bags (one bag for one products) other operator, after the first person, must also separate other products and even the same products. It is my problem, I don't have simulated this situation, when I create my model I cannot do that the operator separated some products and how he put in a specific bag, I attached the model and a drawn. Thanks for your help :).

dosificacion-y-banda-transportadora-v1-autosave-1 (4)_autosave.fsm

FlexSim 19.0.9
flexsim 19.0.9multiple operatorsoperators assignmentconveyor sorting
· 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 @ferny.g, was zachary.h's answer with braydn.t helpful? If so, please click the red "Accept" button on the answer. Or if you still have questions, add a comment and we'll continue the conversation.

0 Likes 0 ·

1 Answer

·
zacharyh avatar image
0 Likes"
zacharyh answered Braydn T commented

@ferny.g

Here is a sample model that is similar to your objective. The items coming onto the conveyor must have a Type label so that the Operator knows where to place the item once taken off. You can add further customization by adding tasks and events to the Process Flow.

Conveyor Sorting with Operators.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.

Ferny G avatar image Ferny G commented ·

thanks for your answer, It is similar that I need, but I have a problem when the operator unload the flow-item appear a error, I think that is because operator don't find location. Thanks for your help :)

dosificacion-y-banda-transportadora-v1-autosave-1 (4)_autosave.fsm

0 Likes 0 ·
Braydn T avatar image Braydn T Ferny G commented ·

The error is because you are trying to access the Type label,which is null. If you look when you assign it, you assign it the value token.item.type, which means the type label of the value of item. None of your flow items have a type label, so there is no value to assign.

1 Like 1 ·

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.