I've a question, in my model I want to add battery information to the transporter fleet. Think about when the battery level is below 30% the AGV moves after finishing a task to the closest charging station and stays there until the battery level is above a certain level.
So I was thinking about adding a parameter with the batterylevel to the agent type of the transport fleet.
But I have no clue how to create battery management further.
Creating an event, which decrease the battery level every second based on the state of the AGV agent?
But this gives me 4 questions:
- How can you check the battery level after a transporter is released?
- How do you dynamically decrease the transporter fleet size based on the amount of charging AGVs.
- How do you let the AGV move to the closest charging station.
- Is there anywhere an example model for this problem?
Thanks.