AGV IS NOT STOP

doris_c
Not applicable
0 Views
2 Replies
Message 1 of 3

AGV IS NOT STOP

doris_c
Not applicable

[ FlexSim 19.0.9 ]

I'm currently using the Waypoint in AGVnetwork to give the desired point a delay and test AGV to start again.

So i'm using Waypoint logic wait for defined delay time, direct via direct reference.

I knew if I should do this, but I don't do it's a question.

Can this be a problem using current process flow?

Finally, I upload the testing file and image file

Thank you for your help.

31746-1597129348275.pngway_point.fsm

0 Likes
Accepted solutions (1)
1 View
2 Replies
Replies (2)
Message 2 of 3

benjamin_w2
Not applicable
Accepted solution

Hi @doris.c,

There are a couple things you need to change in your model:

  1. Your current trigger requirement is "Loaded at Destination". This means that this event will only fire if the waypoint CP is the AGV's destination cp. CP5 is not your destination cp, so it will not fire. I would change this to "Always Fire" or "agv.subnodes.length > 0" for your condition.
  2. In your "Redirect via Direct Reference", you have "cpconnection(currentCP, "NextLookForWork", 1)", however there are no "NextLookForWork" connections comming out of CP5. You will need to create a "NextLookForWork" connection in order for this to work.
    • 31778-nlfwconnection.gif

way-point (1).fsm

0 Likes
Message 3 of 3

doris_c
Not applicable

Thank you very much. Thanks to you, the problem has been solved.

0 Likes