question

Maravilhas avatar image
0 Likes"
Maravilhas asked Julie Weller commented

How to make the operator stop being idle and do the task

I have a project where I need my processor (to18 and others) need to complete the process, and then the operator needs to carry the item to the output port. Unfortunately, that does not happen and the operators just stop and stay idle. Any ideas on how to fix this? project.fsm

FlexSim 22.0.16
operatortransportidle
project.fsm (203.3 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.

Julie Weller avatar image Julie Weller commented ·

Hi @Maravilhas, was José Antonio MD's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
José Antonio MD avatar image
1 Like"
José Antonio MD answered

Hello @Maravilhas ,

I think the problem is how the logic is organized. You have different restrictions on push and pull.

I think some contraints are incompatible: one product is waiting for its destination and at the same time, a different destination demands the product.

To solve this blocking state I have deactivated all the pulls.

Another problem is you don't have cenral connections in the first station. In the attached example I have removed these restrictions.

I hope I have been helpful.

project_solution.fsm



project-solution.fsm (206.8 KiB)
5 |100000

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

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.