question

K_yun avatar image
0 Likes"
K_yun asked Benjamin W2 commented

Access to more control points when On Pre-Arrival trigger get fired.

AGV stop to rotate.fsm

I use a interval timer to simulate the situation where an AGV rotate at a crossroad.The AGV needs to decide whether it should rotate before arriving the crossroad as that it takes time for AGV to decelerate to a stop. If it is a yes,then AGV slow down and stop and prepare for rotation, on the contrary, AGV keep going without deceleration.

As in my model, i need to figure out AGV's nextCP when the On Pre-Arrival trigger is fired, but i failed. Is there a method to accomplish this?

FlexSim 19.2.3
Choose One
flexsim 19.2.3
· 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.

1 Answer

Phil BoBo avatar image
0 Likes"
Phil BoBo answered K_yun commented

@meng L

You can solve this situation easily by simply moving your control point onto the intersection path instead of the straight path. That way, the On Pre-Arrival only fires if the AGV is going to turn. If the AGV is going straight, then it doesn't even fire.

agv-stop-to-rotate_1.fsm


· 3
5 |100000

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