question

PuiLing avatar image
0 Likes"
PuiLing asked Jeanette F commented

Return crane after unloading items

how to make the crane return to its original position after unloading the item to the processor.

During the process, the crane will bring the item to processor2 and it will start working with 2 operator. After unloading the item to processor2, the crane should return to its original position.

I have been trying to use process flow to simulate my processor but it does not work.


Traction Motor.fsm

FlexSim 23.1.4
crane movement
traction-motor.fsm (2.0 MiB)
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @PuiLing, was one of Jason Lightfoot's or Joerg Vogel's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. 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 comment back to reopen your question.

0 Likes 0 ·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot commented

You have a delay before you finish the task sequence so the Crane is just waiting for a task to be added to that sequence - it does not evaluate the onresourceavailable since it has not finished the task sequence. When it does finish that sequence it still doesn't return, since there are other task sequences queued and the condition is that there are none.

1694697436172.png


1694697436172.png (24.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.

PuiLing avatar image PuiLing commented ·

Is it correct if I do it this way?

1694699032059.png
0 Likes 0 ·
1694699032059.png (68.9 KiB)
Jason Lightfoot avatar image Jason Lightfoot ♦ PuiLing commented ·

Looks better - does it work? I expect you will still have jobs queued on the crane and then the condition will often cause it not to return to the location.

0 Likes 0 ·
PuiLing avatar image PuiLing Jason Lightfoot ♦ commented ·
Yeah it does not return to the location.

Do i need to add anything else?

0 Likes 0 ·
Show more comments
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Joerg Vogel edited

There is a trigger option on Resource available to let travel a taskexecuter like a crane to a home object or a location.

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

PuiLing avatar image PuiLing commented ·
I tried but it does not work


0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ PuiLing commented ·

Yes it does work. The issue is that your logic for acquiring the crane was keeping it busy. If you look at the model I shared in your other post you will see this method does work.

batch-processing_2.fsm

0 Likes 0 ·
PuiLing avatar image PuiLing Jeanette F ♦♦ commented ·

Yes i have tried that method and it works.

But i need to continue the process by bring the item back to the processor, is there a way to do that?


1694744767935.png

0 Likes 0 ·
1694744767935.png (38.7 KiB)
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.