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

Time plot does not update

I have two agents:RE and SUB. Agent RE is the content and Agent SUB is the container. The container SUB moves to a gis point and picks up RE and I want to know the number of RE that picked up by the container. I tried to use time plot to obtain the…
Yuri
  • 3
  • 2
0
votes
1 answer

RuntimeException: Cannot put: [0][0][0] is occupied in Anylogic

I have RackStore block to store agents where the cells are chosen explicitly with the help of a function. I am getting this error when I run the simulation. Here,cells were assigned to all four agents that entered the block, but I think it throws…
0
votes
1 answer

How can I make this logic run through 3 types of agents?

1 2 As pic1 shows, in my logic, I've got 2 types of agents, so I set 3 sources. However, when I run the model, It couldn't through the queue and next steps, I think it's because of the setting of agent type. Do you know how can I set that agent type…
Winnie
  • 1
  • 2
0
votes
1 answer

Measuring and displaying agent duration in states

I would like to build on to the query from the following link: Agent time-in-state statistics In my scenario, I have a varying number of agents and I need to display the duration spent in each state by all the agents within the resource pool on a…
user16171092
  • 135
  • 8
0
votes
1 answer

why doesn't rackstore see the path to reach the palletrack?

I don't know why the resources don't follow the path in order to arrive the pallet rack. I thought it was because of the path (maybe not linked) but with a moveto block the problem disappears.What's the reason? All the paths are bidirectional.
0
votes
1 answer

unresolved reference in anylogic

I created a new model and anylogic gives me this error and it doesn't download 3d object during simulation.What's wrong?thanks
0
votes
1 answer

Call function from main to a simulation experiment in Anylogic

I want to call a function in the Main interface in anylogic from the compare runs experiment set_up via a button. i.e when my compare runs experiment is running I want that function that is defined in main to run. How is it possible
0
votes
0 answers

How to simulate a warehouse without using Rackpick/store or Dynamic Systems?

I would like to simulate a warehouse as part of a process, like using a RackStore, but without linking it to a PalletRack, where in my input they can be agents. I made a quick illustration in relation to my question, maybe it will help to…
0
votes
1 answer

Copy e paste multiple rectangular nodes with the right order

In this example I select two rectangular nodes in order to copy and paste it.When i do it, the order of the nodes is not correct (see figure).How do i put them sequentially and automatically(node1,node2,node3,mode4)? thanks
0
votes
0 answers

Parameters, Logic Path not visible at run time in Anylogic

Just after some ideas for why my parameters, logic path etc are suddenly not visible at run time? I've checked that the visible toggle in on "yes" so it's not that. Just wondering if anyone has any ideas what I might have done to cause this. Can see…
cloperoo
  • 13
  • 2
0
votes
1 answer

The method chooseOutput() in the type Main is not applicable for the arguments (S)

I have this model,where the selectoutputout is decided by function and I'm using an material type agent named S. why does anylogic give me this error (red underlined)? Thanks.
0
votes
1 answer

How do I organize different Agents together in anylogic?

Through my model, I have 3 types of agents. Currently, I can only know the total number of A in Source. But my purpose is to know the number of A, B, and C respectively through Source. So logically, I need to put Agent of A, B and C together and…
Winnie
  • 1
  • 2
0
votes
1 answer

How can we manufacture different products in AnyLogic in batch with a setup time for each batch?

Problem: We have three different products that will be machined in a manufacturing line. Each product has differnet cycle time and once a product is machined some setup or change over is required to prepare the line for next product. What we could…
0
votes
2 answers

Resource Maintenance

I have a Resource with 10 Units. I want that 1 unit out of them goes for scheduled maintenance. But the Maintenance option under the resource tab is sending all the 10 units for maintenance at the same time. Can I select only 1 at a time? I just…
0
votes
1 answer

Timeplot to show the sum of model units

I am working on a system dynamics model, whose units are days, in AnyLogic. The model tracks daily demand of water for 10,950 days (30 years). One of the model’s outputs is a timeplot that keeps track of this demand, but I don’t want it to plot the…