Hello!
I want to add battery logic for AGVs to my model and I don't have any idea how to do that.
In real systems, AGVs work all the time until the battery is below 85%. At 85% AGV asks itself if there is a task to do, if yes then do the task, if not then goes to the charging station. Before AGV goes to the charging station AGV also checks if the charging station is free, if not then goes to parking. There is just one charging point for all 4 AGVs.
My model looks like this:
There are four parking spaces and one charging point. I also have a question about parking in my model. Is the logic for parking done correctly or not? It works perfectly but there are a lot of tokens in the sink.
My model: test140.fsm
Thank you in advance for your answers.
Best regards