AGV stop at area

AGV stop at area

chandler_s
Not applicable
52 Views
4 Replies
Message 1 of 5

AGV stop at area

chandler_s
Not applicable

[ FlexSim 22.2.3 ]

Otto 1500 simulation test.fsmI am making a simple simulation of an AVG running freight from a point to another point in a warehouse. I am needing it to stop at designated stop areas before proceeding. How can I halt an AVG in a spot for a certain amount of time before it proceeds.



0 Likes
Accepted solutions (1)
53 Views
4 Replies
Replies (4)
Message 2 of 5

kavika_faleumu
Autodesk
Autodesk
Accepted solution

Hey @Chandler S, one thing you could try is using a Control Point (CP) and Process Flow (PF). Add a CP on the path where you want your Task Executer (TE) to stop.


Then add some PF logic. Spawn a token when the TE arrives at the CP (use the OnPreArrival trigger). Then use a Custom Code block to stop the TE. Have another one to resume the TE. Put whatever logic you want in between those two (I simply put a 10 second delay).

1670363931297.png

You can checkout the logic in this model: otto-1500-simulation-test_1.fsm

Message 3 of 5

jonah_kendellR47TC
Autodesk
Autodesk


You can create this logic with task sequences. Make an event triggered source with a Create TS, Delay, Finish TS and Sink.1670365411761.png

For the source, the event will be On Pre-Arrival at the control point. Assign a taskExecuter label to each token.

1670365999441.png

In Create TS, the task executer will be token.taskExecuter. Then the preemption will be Preempt Only.

1670366056915.png



Attached is a simple demonstration model:

basicagvJK2.fsm

Message 4 of 5

chandler_s
Not applicable
I am trying to do this in the process flow. I am seeing the process working when the AGV goes over the control point, but the vehicle is not stopping. The delay starts, but the vehicle does not stop


0 Likes
Message 5 of 5

jason_lightfootVL7B4
Autodesk
Autodesk
Can you post your updated model?
0 Likes