Questions tagged [arena-simulation]

Arena is a discrete event simulation software.

Arena software is used for modeling and simulation discrete event systems. It can be used in business process modeling, electronics systems design, modeling concurrent systems and is sometimes used in University level courses on concurrency and systems modeling.

It is available commercially from Rockwell Automation.

38 questions
0
votes
0 answers

How to Do Mapping of Xml output from Simul8 to Access Output of Arena

I am using two softwares Simul8 and Arena I want to know how can I map XML Output given by simul8 to Access output of Arena and vice-versa
0
votes
1 answer

Set resources with different expression in Arena Simulation

I need to create a model with two servers (resources) at billing station. Both have different service rates and hence each has a different delay expression (time to "process" the order) one has UNIF(mean,std dev) and the other one has…
Eugene Krapivin
  • 1,671
  • 2
  • 17
  • 32
0
votes
3 answers

Arena Simulation (Rockwell) - steady -state / model verification

how can I verify that my Arena model (serial supply chain) is within a steady-stated (closed) system? I got from the simulation reports: number in (614 entities), number out (602 entities) and WIP (average inventory) of around 12.67. Can this used…
0
votes
0 answers

How to keep track of entities when a queue gets closed when modeling supermarket checkout counter in Rockwell Arena?

I'm working on a simulation project with Arena Rockwell Simulation that aims to analyze the waiting queue in a supermarket and reduce the waiting time. I have 5 checkout counters and the cashiers(=resources) are assigned in a schedule. Before the…
-1
votes
1 answer

Agent parameters with percentages

I'm new to Anylogic. I am trying to simulate a component that is processed on a machine 1. Here: 30% is cut in 10 mm, takes 10 minutes 20% is cut in 20 mm, takes 5 minutes 30% is cut in 30 mm, it takes 3 minutes. I know that at Arena I would use…
-1
votes
1 answer

Randomstream in vba for Arena

I have been practising my knowledge in Arena, mainly in the VBA module. My intention is to get random data, from a uniform distribution in VBA. I've been testing with the code: Dim s As SIMAN Set s = ThisDocument.Model.SIMAN s.SampleUniform (5,10,…
Jonathan
  • 1
  • 2
-1
votes
1 answer

Searching for an Event Simulation Software with SOAP API

I’m trying to build a showcase for a business activity monitoring (BAM) tool. In my showcase the BAM tool is fed via a soap api with events. Now I’m looking for an event simulation tool like arena which is able to trigger my soap api every time an…
-1
votes
1 answer

Arena simulation export report using VBA

I'm writing VBA to create, run, export result. I has done with create and run model, But I don't know how to get report result. Example: - Number out : - Average Queue time: - Transfer time
hoang ho
  • 1
  • 1
1 2
3