question

Fernando MG avatar image
0 Likes"
Fernando MG asked Fernando MG commented

Stay time at a parking spot instead of using battery threshold

Hello! I have the following situation in my model and I would like to know how to program it. I would like that every time an AGV arrives at the control point 1 (see the picture) it goes to the parking spot and stays there for 1 minute recharging batteries. If an AGV arrives at the Control Point 1 and there is an AGV at the parking spot, it will go to the Control Point 2.

I tried to use way points but it does not work properly. For the AGV network logic I am using the AGV template and the NextLookForWork loop.

FlexSim 20.0.4
agvtimeparking pointflexsim 20.0.4
agvparkingspot.png (149.1 KiB)
· 2
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

tannerp avatar image
1 Like"
tannerp answered Fernando MG commented

@Fernando MG,

Thanks for uploading your model. I implemented some logic in the AGV Process Flow template that should do what you'd like. The Decide activity checks to see if the AGV is arriving at CP1615. If that's true, it sends the token to try and pull the parking spot "CS1625" from a list. If it is successful, it travels to that point to recharge for 60 seconds then returns to the normal AGV control loop.

Hopefully this works or at least gets you started on how to do this. Let me know if you have any questions.

fernando agv help.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.