question

Charmaine R avatar image
0 Likes"
Charmaine R asked Joshua S answered

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

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!

FlexSim 18.0.4
agvtimenetworkchargingset
beispieldatei.fsm (108.8 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.

Joshua S avatar image Joshua S commented ·

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

0 Likes 0 ·
Charmaine R avatar image Charmaine R Joshua S commented ·

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

0 Likes 0 ·

1 Answer

·
Joshua S avatar image
1 Like"
Joshua S answered

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.


pic1.png (29.5 KiB)
pic2.png (14.9 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.

Charmaine R avatar image Charmaine R commented ·

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

0 Likes 0 ·
Joshua S avatar image Joshua S Charmaine R commented ·

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 0 ·

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.