Im new to Anylogic. I am creating a airport. I want get the Attribut called flug of my passenger that tell the remaining seconds till boarding. I have already created Pedestrian agents with a database, which this Attribut flug. If I want to retrieve this parameter at selectOutput, with time()>= agent.flug; the system always tells me: "agent can not be resolved to a variable", if I use time()>= ped.flug; I don't get this error message, but the parameter is not retrieved at all, respectively at my query for the remaining seconds until departure the corresponding action doesn't happen. Can this be due to the fact, that my agents are connected at the source Block by another Exel.
Table for my schedule, when passenger enter the airport
I looked in similarly simulation and these were able to get the Parameter with agent.flug. Although I suggested that I am only able to use ped instead of agent because I used to define this in one of my functions. my function