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
37
votes
3 answers

How can I fix this : Warning: the fonts "Times" and "Times" are not available for the Java logical font "Serif"

system:Mac OS software:AnyLogic 8 Personal Learning Edition 8.7.6 language: Java When I run my model, the console print this info: Warning: the fonts "Times" and "Times" are not available for the Java logical font "Serif", which may have unexpected…
huerbt
  • 373
  • 1
  • 3
  • 4
7
votes
2 answers

How to call an embedded jre from command line in order to run java applications

Is it possible to bundle a JRE within an exported stand alone Java app? We have a very specific requirement to run a standalone AnyLogic Java app on a machine that does not have the latest Java version installed and due to company IT policies we…
Jaco-Ben Vosloo
  • 3,770
  • 2
  • 16
  • 33
6
votes
5 answers

Visualization of a discrete-event simulation on a grid / warehouse layout

I need to simulate a warehouse with several autonomous vehicles moving on a given layout with simple priority rules. In my understanding, the problem can easily be tackled with discrete-event simulation (DES) and I would use SimPy for this. The…
mondano
  • 827
  • 10
  • 29
5
votes
1 answer

How can I handle different materials in one flowchart in Anylogic?

For my flow chart I generate three different agents via different sources. Now I want to handle them differently in diverse blocks in the flow chart. For instance, I want to have a different delay time for the agents. Since I am new to AnyLogic and…
Siilas
  • 63
  • 4
5
votes
0 answers

Importing and mapping AutoCAD line segments to Anylogic Paths

I have an excel file containing AutoCAD line data that I wish to map to AnyLogic Path constructs. To do this I am trying to edit the XML file and adding in path objects with the requisite points. The AutoCAD data I have provides a center x,y, start…
user3303925
  • 108
  • 6
5
votes
3 answers

AnyLogic simulation how to call R script

I need to call a R script from AnyLogic. I have an agent 'sensor' and it is going to send a random file from a specific location to a R script and then the R script will analyze that file and will let us know type of that file (image, sound, text…
user2543622
  • 5,760
  • 25
  • 91
  • 159
4
votes
0 answers

Co-Simulation: AnyLogic and Unreal Engine

I understand that AnyLogic has a 3D Engine to visualize simulations, as described in the AnyLogic Documentation. Since the Unreal Engine is one of the most powerful 3D engine, I was wondering if it would be possible to couple these two tools, maybe…
Dr No
  • 118
  • 5
4
votes
1 answer

Anylogic System Dynamics : Stock capacity

Stock initial value is 1 Flow rate is 0.1 Stock1 initial value is 0. When i run the simulation, i realized that the value of stock get lower than 0 (getting a negative value). How to stop the flow when the value of Stock reaches to zero.
Hello-experts
  • 113
  • 1
  • 1
  • 10
4
votes
1 answer

How to hook into an auto-generated Java method?

Edit: What started as a low-priority question to make my work easier has become a really interesting exercise in Java witchcraft. Thanks for your input, everyone! I'm working with auto-generated Java code (specifically, code generated by AnyLogic)…
Dylan Knowles
  • 2,726
  • 1
  • 26
  • 52
3
votes
1 answer

AnyLogic Fluid Library Action On Above / Below

When activating the Action on Above for a tank from the Fluid Library, I am unable to change the units to anything other than cubic meters, irrespective of the settings for Capacity and Initial amount. Is this a bug or am I missing a setting? To…
Renier
  • 480
  • 5
  • 13
3
votes
1 answer

Adding battery management to anylogic model

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…
Aron T.
  • 448
  • 2
  • 7
3
votes
1 answer

Transporter move through wall

In my model I use a transporter which uses free navigation. If it is right, the transporters can not move through walls, the strange thing is that in my model at one point somehow the transporter is able to move through a wall? He slips through the…
Aron T.
  • 448
  • 2
  • 7
3
votes
1 answer

Protocolbuffer package isString empty error in AnyLogic

I am trying to use custom routing in anylogic. For routing optimization, I am using Google OR-Tools and I have imported all the necessary packages and dependencies in the model properties section. I am a rookie after doing some research I made…
3
votes
1 answer

"On exit" vs "On at exit" in Anylogic

Few blocks in the Anylogic Process Modeling Library like "Source" have actions like "On exit" and "On at exit". What is the difference between the two? I was trying to create a simple flow of: source -> SelectOutput -> Service -> Sink The agent…
Ankit Sahay
  • 1,710
  • 8
  • 14
3
votes
2 answers

Anylogic: How to get the distance of the route pedestrian choose

I am using the PedGoTo block in Anylogic pedestrian library to direct pedestrians to the nearest exit (TargetLine). But since there are walls between pedestrians and exits, I can't just calculate straight line distance. In PedGoTo Anylogic official…
1
2 3
99 100