I'm new to Anylogic and I hope there isn't already a question and solution for my problem. I want to simulate the arrival and departure aircraft of an airport and I'm nearly done. Up to now I just created my agents with an event and checked my other functions. The actions of my agents are defined by a statechart. Now I wanted to generate the agents with a database (so that they appear to a certain time at a point in the vicinity of the airport), but the only solution I found was the source-block of the Process Modeling Library. I don't know how I could use the source block in my situation, because I don't have a process model, just the agent-based model with the flowchart.
If i set the Population of the agents to "loaded from database", every aircraft is generated at model start and note by the time it should be created.
Thank you very much for your help!
Many different options are possible. One way:
create_MyDynamicEvent
and pass the data from the row, including when it should be triggeredSee the help and example models to understand DEs, they are fundamentally different from normal events