Questions tagged [anylogic]

AnyLogic is a flexible, multi-method modeling tool capable of producing a variety of simulations. From supply chain and logistics, to manufacturing and market analysis, to disease and social norm dispersion, AnyLogic allows businesses, researchers, and public policy makers to evaluate decisions before they're implemented in practice.

AnyLogic is a multi-method simulation modeling tool developed by The AnyLogic Company (former XJ Technologies). It supports agent-based, discrete event, and system dynamics simulation methodologies. AnyLogic is cross-platform simulation software that works on Windows, macOS and Linux.

AnyLogic is used to simulate:

  • markets and competition,
  • healthcare
  • manufacturing
  • supply chains and logistics
  • retail
  • business processes
  • social and ecosystem dynamics
  • defense
  • project and asset management
  • pedestrian dynamics
  • rail
  • IT
  • aerospace

Wikipedia

The AnyLogic platform is based on and uses Java as its main scripting language. It also allows custom model extensions using Java and any standard Java library can be imported and used within models. AnyLogic also includes a graphical modeling interface to allow drag and drop functionality for library objects.

The Professional version allows for the creation of Java runtime applications that can be distributed to users. AnyLogic models can be uploaded to the AnyLogic Cloud and run from any browser.

To compare the latest AnyLogic versions, check the download page here.

2667 questions
0
votes
1 answer

Maintenance to Resourcepool in Anylogic

in my model i have a resource with a capacity higher then one, among other resources and seize & release blocks. after the resources is used higher the x times i want to disable it for maintenance. i release the resource near the end of the process…
0
votes
1 answer

How to use preempt for seize blocks

I am currently building a model on a manufacturing process line. The intention is to create a model with multiple machines and operators. An operator is seized at multiple points for performing various taskings. However, I require operators to…
user16171092
  • 135
  • 8
0
votes
2 answers

Store pedestrian agents position in a txt

I'm new on AnyLogic, I'm a universitary student, I'm working in my title project and I still can't get to save the coordinates of my agents in time. I've been working with this tool for near 3 months and just started to seek for help. I tried with…
0
votes
1 answer

AnyLogic: Use arrival table and a parameter database together in one source block

for an analysis of a production process, I want to spawn agents in my source block according to past real data. For that, I want to use an arrival table to make sure that the agents spawn at the correct time. But I also need to give my agents…
Alex
  • 49
  • 4
0
votes
1 answer

Reading and Writing Data to File

I am a rather new user and I am running a simulation experiment. I would like to learn how to write output data to file. I am considering buying the the Big Book of Simulation Modeling which is based on AnyLogic 6. Are there major differences…
JayT
  • 17
  • 3
0
votes
1 answer

what is "services are not specified" mean in Anylogic?

There is nothing wrong with my logic, but when I run it, it said services are not specified, I never meet this kind of problem, could anyone can help me with this? enter image description here enter image description here This is one of the…
Winnie
  • 1
  • 2
0
votes
1 answer

access variables in "Main" from another agent (anylogic)

I have a model as shown below with two situations, I am running it for two situations. In the first run (for situation1), I write traceln function as "traceln(productDemand)" in the "event-generateDemand" placed in "Main". At the end of simulation,…
Ali
  • 5
  • 3
0
votes
2 answers

AnyLogic bug pedestrians flying across the GIS map mid-journey

Final edit- This turned out to be a bug with routing regression in AnyLogic and is getting fixed in the next update. I'm developing a town simulation with pedestrian agents moving around it. The GIS region data I use is loaded from a .osm file in…
Zen Monkey
  • 101
  • 6
0
votes
1 answer

how can i keep the resource name in the entity agent in anylogic?

how can I release specific resource in Anylogic? in my process I have a seize block which seizes 3 alternative resources (according to their availability). near the end I need to release one of the potential resources in the release block, according…
0
votes
1 answer

RESOURCE specifications and tracking of agent

I need to solve a problem, which due to my lack of Java training I can't solve. What is the code to write to trace the agent who took a resource? Let me explain better...I have a series of rooms, each agent who enters the structure takes a room…
Miriana
  • 95
  • 6
0
votes
1 answer

Calculation dynamic delay in AnyLogic

Good day! Please, help me understand how the Delay block works in AnyLogic. Suppose we deal with a multichannel transmission network. The model has 2 sources. Suppose these sources generate packets every 1 sec. Packets from different sources have…
0
votes
1 answer

Lift in AnyLogic throws NoSuchElementException on repair() if it failed just before pickup

I created a simple model to study how lifts behave when they are failed: agents arrive on a ground level conveyor and continue to either one of the two higher conveyors, using a lift. Fail() and repair() functions are called when I click a button…
mczandrea
  • 463
  • 3
  • 12
0
votes
1 answer

Priority queue from 2 sources in AnyLogic

Good day! I tried to build the network model in AnyLogic 8.7.6. I have 2 sources with different priorities (the packets from the first source obtain priority 2, and the packets from the second source obtain priority 1). The packets from the sources…
0
votes
1 answer

Export to Java application deletes files

When I wanted to export the model I was working on as a Java application, I encountered an error regarding the databases I loaded into the model. When I said OK to the error, I realized that all the files in the folder I wanted to create the Java…
user8108565
0
votes
0 answers

Standalone Application does not start in Chrome Verion 92.0.4515.107

Does anyone know, why a standalone application does not start with a chrome browser (version 92.0.4515.107) on Windows anymore? It was running until 23.07.21 and with no change in the simulation it is now blocked in loading phase. The simulation is…