question

Cody F avatar image
0 Likes"
Cody F asked Joshua S answered

How to recharge AGV during an unload operation?

I have a queue on one end of a loop and a sink on the other. I would like to recharge my AGV at the sink location once its remaining battery percentage hits below a specified number while its already sitting there for unload. How can i accomplish this?

FlexSim 18.1.2
agvbattery charge
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

·
Joshua S avatar image
1 Like"
Joshua S answered

In process flow you can use an event triggered source that is fired when the battery level goes below or reach as certain level.

to recharge the AGV, the code is

AGV("TheAGV").startRecharge()

pic1.png (10.4 KiB)
5 |100000

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

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.