Jump to content

Search the Community

Showing results for 'simio versions'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Simio Public Forums
    • Welcome and How To Become a Simio Insider
    • Simio News and Announcements
    • Simio Product Details
    • Simio-Related Positions Desired or Positions Available
    • Help Getting Started with Simio
  • Forums for Simio Insiders Only (See Public Forums Welcome topic to sign up)
    • SI General Discussions
    • SI Sprint Releases
    • SI Shared Items
    • SI Ideas and Suggestions
    • SI Known Issues and Workarounds
    • SI Performance Tips
    • SI Non-US Cultures
    • SI Student Competition
    • SI Educational
    • SI Libraries and Objects
    • SI Animation and Visualization
    • SI Distributions, Functions, and Expressions
    • SI Simio Tabs
    • SI Experimentation and Optimization
    • SI Functional Approaches
    • SI Industries / Domains
    • SI Types of Simulation
    • SI Emulation
    • SI API

Categories

  • Files
    • Academic Information
    • Product Information
    • Case Studies

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


First Name


Last Name


Company/University Name


OCCUPATION


ICQ


WEBSITE


YAHOO


AOL


LOCATION


FACEBOOK


GOOGLEPLUS


SKYPE


TWITTER


YOUTUBE

  1. I was inspired by the VehicleX3 (vehicle with operator) that was shared on this forum. I would like to use this type of VehicleX3 with an operator who is a worker to simulate a process where the operator is required to take breaks after certain periods of activity. To implement this logic, I think it would be helpful to have Reliability Logic for the worker object in Simio. This doesn't seem to be part of the standard library so I tried to create my own subclass version of Worker with the Reliability Logic "copied" from the Resource object. My attempt to implement this custom object seems to work as long as the custom worker object doesn't "move". If the custom worker object moves, I get the Runtime error "Possible infinite loop detected in process logic". Any assistance in getting the logic working properly, or pointing me to an existing custom worker object that has Reliability Logic incorporated would be greatly appreciated. I'm attaching my small example model to illustrate the error when the worker (P1) is required to move to the Dest1 server as a required secondary resource for processing. WorkerWithFailuresExample.spfx
  2. I currently working on a simulation that have different entities that go through the same server but each entity has different process time. The problem is when I go to the process tab and I search for set table I can’t find it. I will appreciate if someone can help me on this. I’m really trying to finish this simulation today.
  3. The below postings are for site based positions (Bothell, WA and Summit, NJ) within BMS BIA (Business Insights and Analytics), which is a corporate function with the mission to create objective analytics and insights for business units to drive competitive advantage and accelerate growth. The Global Product Development and Supply (GPS) business unit is responsible for the development, manufacturing and supply of quality clinical and commercial drugs to the right patients at the right time. BIA GPS teams partner with GPS stakeholders to develop advanced analytics capabilities and drive fact-based decision-making. This role will build analytics capabilities for GPS Cell Therapy Operations (CTO) manufacturing sites. You will serve as an active partner with a range of site teams, including manufacturing operations, supply chain, quality, and operational excellence to develop data driven insights and reporting, and improve manufacturing site performance through automation, simulation and predictive modeling. Within BMS GPS CTO, Simio has served as an invaluable tool for supporting our sites and network with operational readiness efforts, capacity analysis and optimization, and project impact evaluation. As we mature these capabilities, we are increasing our focus on intelligent object design as well as data engineering to support data driven and data generated model architecture. If you are passionate about the interface of data engineering, simulation, and object design and have relevant experience, we would strongly encourage you to apply. BOTHELL WA - BMS BIA GPS CT SUMMIT NJ - BMS BIA GPS CT
  4. Hello everyone, I made a simple model for road project (only 4 activities each has a vehicle as resource); with reference to Simio example: Introduction to Simulation and Scheduling, as can be seen in the attached file. However, I have some illogical results, first of these results in case of activities utilizations there values are near to 100% as there expressions are: Vehicle.Capacity.ScheduledUtilization. Second, Throughput and Stability values are by zero due to NumberDestroyed are by zero while I made Destroyable (which is in Population for Model Entity) as True. Thanks in advance, Ahmed Elkherbawy Model 1.spfx
  5. Hi John, The entity is requesting a ride from the vehicle and the vehicle will seize the driver if available. However, if the vehicle is unable to seize the driver, it will reject the ride request and the entity will move to the Global Visit Request Queue, as you are seeing. You can attempt to have the Vehicle check again if it can now pick up the entity, and it will run the process to check if a driver is available. To have the Vehicle check the Global Request Queue to see if it can give a ride, use a PlanVisit step. Ensure that the Vehicle, in this case Vehicle_A, is the object executing this step. By default, the Vehicles are not aware if the Driver they need becomes available. You might consider using a Subscribe step on the Vehicle's OnInitialized process. This Subscribe step can watch for an Event and if that Event occurs, can trigger a related process. For example, the Vehicle might wait for the Driver.Released Event. When this Event occurs Process1 could run. In Process1, the Vehicle could execute the PlanVisit step. For more information, I recommend the Help pages in the Simio Reference Guide titled "PlanVisit" and "Subscribe". Happy Modeling!
  6. It would be really good and would save a lot of time. I know it is something that we can do through coding (e.g., R) but wanted to know if Simio does it.
  7. I would like to return to this topic: Controlling the random number stream for RandomRow. I need to do this because I am repeatedly invoking Simio from another program (Matlab or Python), and when I execute Simio (say) the second time I want to generate replications that are independent of the first time. I have no problem passing stream numbers to Simio, but of course RandomRow uses its default (which I assume is stream 0). If I can't get access to the stream, then I would be interested in how to code a SET ROW step that is the equivalent of RandomRow using a column of the table for selection.
  8. I'm working on a project and I want to know if there is any way to measure the electricity consumption in a process. I want to know how many Kilowatt can a machine consume in hour. Thank you
  9. Greetings, I would like to know if there is a way to include the volume of the entities into the vehicles capacities ? E.g. let's say that i have 5 entities with different volumes, and the vehicle has the capacity to transport X m^3, how can i include this in simio ? Best regards,
  10. Simio is a Simulation Modeling framework based on Intelligent Objects. This may be a bit different than other simulation packages that you may be familiar with, even those that market themselves as object oriented. Simio is designed from the ground up to support the object modeling paradigm; however it also supports the seamless use of multiple modeling paradigms including a process orientation and event orientation. It also fully supports both discrete and continuous systems, along with large scale applications based on agent-based modeling. These modeling paradigms can be freely mixed within a single model. The intelligent objects are built by modelers and then may be reused in multiple modeling projects. Objects can be stored in libraries and easily shared. A beginning modeler may prefer to use pre-built objects from libraries; however the system is designed to make it easy for even beginning modelers to build their own intelligent objects for use in building hierarchical models. An object might be a machine, robot, airplane, customer, doctor, tank, bus, ship, or any other thing that you might encounter in your system. A model is built by combining objects that represent the physical components of the system. A Simio model looks like the real system. The model logic and animation is built as a single step. An object may be animated to reflect the changing state of the object. Simio is a family of products that includes the Design, Team, Enterprise and Portal Editions. Models built with the first three Editions are fully compatible both up and down the product family and provide the same powerful 3D object-based modeling environment. Many simulation packages are built on outdated 2D technology that limits your ability to visualize your process or capture 3D spatial relationships in your system. Some of these older products limit you to 2D only models, while others offer expensive/complex 3D add-ons that require you to build a separate 3D visualization of your system, and then tie these two separate components together. These extra steps add unnecessary work and time to your project, and make your model and animation difficult to edit and maintain. In contrast, Simio provides a true object-based 3D modeling environment which lets you construct your 3D model in a single step from a top-down 2D view, and then instantly switch to a 3D view of your system. You simply drag and place your 3D objects from an Object Library into your facility view of the model. All Simio model-building products directly integrate with Google Warehouse to allow you to quickly download from a massive library of freely available 3D symbols to easily and quickly add realism to your models.
  11. Hi Cwitte, can not open your model? I think the we are using different editions of simio or your file is corrupted?
  12. Simio is pleased to announce the 1st Annual Simio User Group Meeting, scheduled for May 24-25, 2017, in Pittsburgh, PA. This meeting will be very interactive and informative for current or future users of Simio’s simulation and scheduling software. The meeting will be held at the Drury Plaza Hotel Pittsburgh Downtown, which is a brand new hotel built in the historic Federal Reserve Bank building. Who Can Attend? Anyone currently using Simio’s simulation and scheduling software for any industry is invited to attend. Alternatively, if your company is considering using Simio software, we invite you to attend, as well, to gather more information about the product and how it can help you. What to Expect This meeting will be jam-packed with great presentations, advanced learning seminars and outstanding networking opportunities with Simio users and employees. With your registration, you will also receive meals, a book including all of the papers presented at the meeting for both days, and a special Pittsburgh themed gift! There will be plenty of information to go around, so if you’ve invested in Simio, you won’t want to miss this event. You’ll be able to see real user experiences and get some great feedback on how to better utilize the software to generate even greater results. Information for Presenters If you currently use Simio software and would like to present a paper at the User Group Meeting, we’d love to hear from you. All the paper needs is the following information: A brief overview of your company Why you chose Simio The approach used in Simio Results achieved by using Simio Pricing Information A block of rooms are reserved. However, in order to receive the discounted rate to the hotel, you must book your room on or prior to April 20, 2017. The prices for the event itself are: Early Registration (before April 14, 2017) – $50 for attendees, $40 for presenters Open Registration (before May 12, 2017) – $60 for attendees Late Registration – $100 for attendees Note: All presenters must be registered by April 14, 2017. We encourage you to attend this event so you can learn more about Simio success stories. Be sure to sign up today to secure the early registration rate. https://www.simio.com/resources/events/2017-User-Group-Meeting/ Hope to see you there!
  13. Bojangles is looking for an Industrial or systems engineer intern based in Charlotte or remote-based to use Simio software to find opportunities in efficiencies in the restaurant environment. The candidate makes recommendations on labor and equipment deployment based on current kitchens and finds opportunities for AI and robotics to simplify kitchen and service operations. The role is currently set up for a paid internship, with the opportunity to become full time upon graduation. IE Intern Job Description.docx
  14. Hello, I'm new to both the forum and the world of simio in general. I am trying to simulate how much the maximum buffer could be in 2 points of my process which are defined by the Buffer_ST1 and Buffer_ST2 servers. My problem is that I would like the Buffer_ST2 server based on a condition that would be every time an entity passes on Input @ Buffer_ST1, the Buffer_ST2 server releases only one processed entity and not all those inside the server as it happens now, I hope for being clear and thank you in advance. I put the model in the attachment Buffer varianti trazioni V2.spfx
  15. First of all, Hi! This is my first time posting after some months of stalking in the shadows of the forum and after what I've seen, I'm certain I'll find my answer here! I've been working with Simio for some time now, and there has been something bothering me for a while, if something in a binded file changes, so does in Simio after you import the table again, or (if you have it on automatic) restart the simulation. But what if mid-run you wanted to add some values to one of your tables after a change in the file was made but you can't allow yourself to restart again? (A bit of a dramatic case, I know!) I've already seen that you can re-import data mid-run, but the values Simio uses don't get updated instantaneously while running, it's like it adds them to the table but waits for the next run to use them! So, my question is, is there a way to make Simio take in those new values in the binded table without the need to restart the simulation? Thanks to everyone in advance!
  16. We continue to welcome volunteer involvement in our student competitions. 1) We welcome ideas for new competition problems. 2) We welcome your involvement in creating a problem. This could be scaled to any level ... from simply providing some detailed modeling situations and possibly blinded data up to public sponsorship and recognition of your organizations involvement. 3) If you would like to practice your skills by getting early access to a draft of the problem, we would welcome your involveent as long as you have no other competition involvement and commit to secrecy :). 4) We are always looking for judges. It typically requires a time commitment of about 6-8 hours spread out over about 7-10 days. Please contact me (dsturrock@simio.com or academic@simio.com) if you can help us with any of the above. Thanks in advance, Dave Sturrock
  17. You are probably aware that Simio LLC sponsors a simulation competition twice each year. You may not be aware that this is already the largest simulation completion anywhere! In the latest contest, we had a total of 250 teams involving 868 students from 33 schools in 14 countries. Part of this is based on Simio's popularity, but part of it is because we have very interesting and realistic problems based on heavy practitioner involvement. It does require a lot of effort to conduct each competition, including: 1) Finding realistic problems (do you have a problem to solve?) 2) Fleshing out the problem statement 3) Developing test solutions to ensure each problem is balanced and solvable at the right level of difficulty. 4) Judging the entries We have had strong simulation community involvement, but we are always looking for more help with all 4 areas above. At the time of this writing we are looking for some help in the May 2017 competition in number 2 above. If anyone would like to help by testing the latest problem http://www.simio.com/academics/student-competition.php please contact me directly. I have previously been contacted by commercial users, early in their career, who have asked to participate in the contest or are just looking for a realistic problem on which to practice their skills. This is your opportunity. I'm sorry, but current students, or anyone affiliated with a school that expects to participate, are not eligible for this "early look" at the problem. All others, thanks in advance for your help.
  18. https://jobs.arup.com/jobs/aviation-analyst-9522 Arup is proud to be recognized by Fast Company in their third annual Best Workplaces for Innovators list, which honors businesses and organizations that demonstrate a deep commitment to encouraging innovation at all levels. We find solutions for some of the world’s most complex problems. From climate action to social value, we consider the broadest impacts of our work. We strive to build a more sustainable, resilient, and equitable future. This purpose shapes our culture and has made us leaders in sustainable development. You’d be joining our multi-disciplinary design teams focusing on technical excellence and innovative solutions that create a better future for people, places, and the planet. Start Here, Go Anywhere! Want to work for a company that invests in innovation and people who catalyze impact in the built environment? Arup is proud to be recognized by Fast Company in their third annual Best Workplaces for Innovators list, which honors businesses and organizations that demonstrate a deep commitment to encouraging innovation at all levels. We find solutions for some of the world’s most complex problems. From climate action to social value, we consider the broadest impacts of our work. We strive to build a more sustainable, resilient, and equitable future. This purpose shapes our culture and has made us leaders in sustainable development. You’d be joining our multi-disciplinary design teams focusing on technical excellence and innovative solutions that create a better future for people, places, and the planet. During your career at Arup, you’ll have the chance to engage in a fulfilling career and work with some of the most highly respected engineers and specialists in the world. You’ll also get the opportunity to work on exciting and significant projects, delivering quality work that has a positive and lasting influence on the community and the environment. Responsibilities of this specific role will include, but not be limited to the following: • Perform capacity/demand assessment for planning studies using various tools, methods and techniques • Conduct passenger and baggage flow simulation modelling, interpret results and identify solutions • Develop spatial requirements and program development for infrastructure and facilities planning • Undertake data driven analysis to gather insights including research-based projects • Assist with development of automation tools using programming languages • Assist with development and review of forecast demand • Collect and collate data from surveys, benchmark studies and other sources as needed in support of planning studies • Assist in preparation of reports, presentations and deliverables including illustrations, tables and drawings to communicate complex technical ideas through a graphical and visual approach for a wide range of clients • Generate and contribute to planning and operational reports and provide advice to planning and design teams, airports and airline clients • Project work includes many of the most significant complex airport developments globally • Some travel may be required in the longer term Qualifications Required: • Bachelor’s degree (Master’s degree preferred) in Civil/Industrial/Operations Research/Transport engineering or other relevant disciplines • 2-5 years of increasingly responsible experience in airport planning and analysis • Knowledge/experience of analytical techniques and tools applied in airport planning including spreadsheet, database and simulation software such as Simio, CAST or others • Python or R or similar programming skills preferred • Proficiency in Microsoft Office applications (Word and PowerPoint); advanced Excel user • Demonstrated strong numeric analytical competence and strategic thinking capability • Good written and verbal communication skills essential for team-based working • Excellent planning and organization skills and attention to detail for our fast-paced environment • Must be highly motivated, proactive and willing to take on new challenges Arup is the creative force at the heart of many of the world's most prominent projects across our industry. We offer a broad range of professional services to clients around the world that combine to make a real difference to our clients and the communities in which we work. Notable Projects: • Toronto Pearson International Airport • Montreal Trudeau International Airport • New York John F. Kennedy International Airport • Chicago O’Hare International Airport • Los Angeles International Airport • Istanbul International Airport • London Heathrow International Airport • Singapore Changi International Airport Benefits that Work - At Arup, we have a comprehensive and valuable benefits program that works for our employees and their families. These are 100% paid for by Arup expect for optional life insurance. These benefits provide health and welfare security for you as well as paid time off for rest and renewal. Our Global Profit Share Plan (paid bi-annually) provides an opportunity for you to share in the success of the Firm. As a valued employee of Arup, you can also choose to participate in our GRRSP 5% company match to help you save for your future. COVID-19 Vaccination Requirement - Arup requires all new employees to be vaccinated for COVID-19. Arup is an equal opportunity employer and consistent with federal, state, and local requirements, will consider requests for reasonable accommodation based on disability or sincerely held religious beliefs where it is able to do so without undue hardship to Arup. Flexible Working - We believe that flexible arrangements create a more inclusive way of working that supports our diversity and the wellbeing of our people. Options for alternative schedules and the ability to work outside of the office for a portion of your workweek are available. Arup is an Equal Opportunity Employer. We consider all qualified candidates regardless of national origin, veteran, disability, sixual orientation, gender, gender identity or other status protected by law. If you need any assistance or accommodations due to a disability, please contact us at americasbenefits@arup.com. For the fourth consecutive year, Arup has been named one of Greater Toronto’s top employers! Greater Toronto’s Top Employers for 2021 are recognized for exceptional human resources programs and forward-thinking workplace policies. Find out more about what makes our Toronto office an outstanding place to work here: https://bit.ly/2B3QYL8
  19. Hello, We are evaluating Simio and really like what we see from exploring the Simio Personal Edition. Custom Dashboards are a high priority for us and we appreciate the fact that Simio seems to allow creation of custom dashboards from within a model; however, we would like to know if Simio allows the creation of custom dashboards that are portable from model to model. For example, we would like to: Create a dashboard that displays a chart depicting activity cost per entity (for a selectable set of entities) over the simulation period. Reuse/import this dashboard into any model to display the activity cost per entity over the simulation period (for a selectable set of entities). Two questions: Is this possible with Simio? If yes, which edition(s) of Simio support this capability? Thanks in advance! Donovan
  20. I am recreating the model 5.3 of the Simio and Simulation textbook. When I create the list and run the model, with selection expression in the output@placement node as below candidate.Node.AssociatedStationOverLoad, all entities goes only to finepinchfaststation. However, when I use Candidate.Node.AssociatedStationLoad it selects all desitnation loads. Is there any change to the Candidate.Node.AssociatedStationOverLoad? I displayed the values in the facility window and it is coming as -infinity. Model_05_02.spfx
  21. Simio was the hit of the show at the recent Winter Simulation Conference. This topic will eventually contain a reproduction the entire talk given at WSC by Dennis Pegden. You can find many more introductory and training videos and webinars on the Simio web site (about 15 hours total) as well as still more on YouTube (many posted by users).
  22. Hi All I like to see the models uploaded in user forum. But many of these are done using student edition. Whenever I try to open these the following msg comes up. How can I see the student version model in other edition of Simio? Any suggestion will be much appreciated Regards Sazzad
  23. What happened with the Simio animation contest? any news?
  24. This post contains additional files associated with the paper "Agent-base modeling and simulation in Simio" by Thomas Kehl. The additional files include the original paper, an installer for the Simio Agent Library, the Simio Agent Library user extension, and further documentation. These files were created by Thomas Kehl and are not endorsed or supported by Simio LLC. Note also that these files were published with the paper in 2018 and might be out of date. 1585821475_SimioAgentBasedModeling-ThomasKehl.zip
  25. Good to know Simio has embeded ANN in new sprint
×
×
  • Create New...