how can i set a specific time for an agv to stay at a parking spot?

how can i set a specific time for an agv to stay at a parking spot?

charmaine_r
Not applicable
13 Views
5 Replies
Message 1 of 6

how can i set a specific time for an agv to stay at a parking spot?

charmaine_r
Not applicable

[ FlexSim 18.0.4 ]

beispieldatei.fsm

I would like to set 5 minutes to charge after 4 hours of traveling and 2 hours after 8 hours. any help would be very helpful!

0 Likes
Accepted solutions (1)
14 Views
5 Replies
Replies (5)
Message 2 of 6

joshua_s
Not applicable

So you would like the recharging to be time based rather than waiting till the battery fills up?

0 Likes
Message 3 of 6

charmaine_r
Not applicable

right! i don't know anything about the battery capacity. So I simulate the battery recharging time based

0 Likes
Message 4 of 6

joshua_s
Not applicable
Accepted solution

One way of doing this is pushing and pulling the AGV to another list. Item lists calculate how long an item has been in the list, calling it "age". You can set up a query that pulls the AGV from the list once the age is above a certain amount, and releasing it from the parking lot. You will need to set a max wait timer on your pull activity, because it only checks the age when it is first queried.

13301-pic1.png

13302-pic2.png

Message 5 of 6

charmaine_r
Not applicable

Would you add those items to the process flow template of FlexSim?

0 Likes
Message 6 of 6

joshua_s
Not applicable

Yes, anywhere where it checks for the battery life, especially in the parking section. It's just a matter of cutting out the battery activities and replacing it with list pulling.

0 Likes