AGV Battery Management

AGV Battery Management

luis_rodrigues
Not applicable
330 Views
1 Reply
Message 1 of 2

AGV Battery Management

luis_rodrigues
Not applicable

[ FlexSim 24.1.0 ]

Hi. I'm working on a model that I had working with forklifts but now I converted it to work with AGVs.

But right now I'm facing the problem of charging the AGVs. So when it was on forklifts I knew that they spent a percentage of time charging and I've done that, but with AGVs I don't know that, I only know the percentage they waste per hour and the time they take to charge.

I want to know if there is something pre-made in which I can input the %/hour of battery and the time to charge. And If not, I should create a logic with lists or some sort?


Thank you in advance.

V1 mod.fsm

0 Likes
Accepted solutions (1)
331 Views
1 Reply
Reply (1)
Message 2 of 2

FelixMoehlmann
Collaborator
Collaborator
Accepted solution

If you know how much charge is user per hour then you know how often they need to charge (at least on average). And if you also know how long the charging takes then you should be able to use the previous charging logic, just with different times.

Since you are using A* and not the AGV network, you do not have any built in battery system. You could build one by using kinetic Tracked Variable labels to track the charge state.

0 Likes