question

Chandler S avatar image
0 Likes"
Chandler S asked Kavika F answered

One way stop.

Otto 1500 1 way trip. 2014 to packline.fsm I am trying to make my AGV stop while going on its initial trip on a control point. I am using one 2 way path. How to I get it to stop during one direction, but not going in the other at the same control point?

FlexSim 22.2.4
agvnetwork
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

·
Kavika F avatar image
1 Like"
Kavika F answered

Hey @Chandler S, one thing you could try is a custom Process Flow that checks the final destination of the AGV (which implies the direction it's heading).

1672177663947.png

Create a token "OnPreArrival" to a specific CP (i.e. some inspection booth):

1672177696283.png

Save the Task Executer and Destination CP to labels:

1672177717872.png

Then check to see if the Destination CP and your desired drop off CP match:

1672177797070.png

If they do, then stop the AGV and wait for a certain amount of time before resuming. Otherwise, do nothing. Here's that example model; you can take a look at the activities and see how it all works together.

Stop-one-way-example.fsm


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.