Jump to content

Search the Community

Showing results for 'how to change property of one specific entity and not all of them'.

  • 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. Heya, At the moment, I got a model in which trucks are following each other, and able to catch-up...till they reach a certain distance between each other. When they reach the desired distance I managed to set the same speed by using the following assign step: ModelEntity.Movement.Rate, new value: ModelEntity.NextEntityAheadOnLink.Movement.Rate. But whenever the entity ahead leaves the links, I obvioulsy get an error. So I would like to know how I let this entity check if there's any Entity ahead? Thanks in advance :).
  2. Is there a way to label an entity with an ID (customer vechile ID) as it moves around the different maintenance shop? The ID is coming from an excel file. Thanks
  3. Hi, I'm modeling an automated warehouse and I would like to know how can I only release an ítem to be processed if a release state (that the entity has) is set to true. Otherwise I want that entity to stay in queue until the release state is set to true (so it should be evaluating that condition all the time in order to know when it changes. Thank you in advance
  4. How do you use the transfer step to bring an entity from a path to another node. Currently at the reached end condition of the path I created a Transfer Step process that moves it to another node. I keep getting the error "The entity's current location '[EndOfLink] Path3' is invalid for attempting the specified transfer request". When I set From to EndOfLink I cannot fill any 'To' options. What do I do?
  5. According to the reference guide, I can attach a status label to a model entity by first choosing the model entity and the creating the status label. It works for me, but not all the time. May I know if there is a way to fix this? My simio version is 10.174 Personal Edition. Thank you
  6. Hello, I am modeling a range wherein if a workstation encounters a failure while processing an entity, that entity needs to be destroyed and can't simply wait for the workstation to be repaired and then continue processing. The real world application models a failure of a critical piece of gear on boat, which would have to cancel the mission and return to port for repairs. In my case the mission (the entity) cannot wait for the repair, it must be canceled and start the whole process again later. I am really struggling to implement a process where the entity encountering the failure is destroyed when the failure occurs instead of just waiting around. Thanks for any help anyone can offer!
  7. Hi, What is the best way to access entities in a queue and select entities of a certain type to be processed first? I want to do this dynamically as the model is running. Thanks!
  8. Dear All, New to Simio and struggling with the following problem. I would like to model an entity to exit a server at its assigned time as a state variable for now, I know this: Every entity is assigned before exiting the source with a state variable (pick-up time): TimeNow + random value between 1 -5 I want to use this state variable to decide with an add-on process if the server can finish processing; TimeNow == pick-up time if not, the server keeps processing. In other words, the processing time of the server depends on the state variable of each individual entity. Hope someone has tips or tricks to solve this!
  9. Hi Team, Good morning, I have a question that I need support. On my simulation under Planning tab then Entity workflow I see the Orders that I created, but also some other items that I don't know where those came from. that is using resources. for example, I highlight on the picture attached on red color. OrderWIP01 is waiting for the grinder [1] on the finish1_1, when I looked for it, I saw that is on Phx4.89. What is that Phx4.89? Phx4 is one of the names of the entities. but why does appear as entity and not as a Order? At the moment I looking for why to increase the output, as the simulation is giving me 17 unit per shift, but engineering said that it should be around 20. I want to make sure the simulation is done correctly. Thanks in advance. Regards, Htatton Arm-boom-draft-R1-test-092718-Test-Scheduled-3tacking.spfx
  10. Hi, currently my model has 2 manufacturing lines that are mirror to each other, depending on constraints by diameter, parts will go to a specific line. If parts are <60 inches they would go through line 1, but if parts are greater or less they can also go through line 2. My problem is I want to have Multiple Sequences on a entity and then be filter by diameter and line capacity. Any ideas?
  11. Hi all, I've got a vehicle on a fixed route that has a capacity greater than one. Each entity has a loading and unloading time of 15 seconds. Now I want to let the vehicle dwell for 20 seconds at a node, but only if it has at least one pick-up or drop-off. When there is no pick-up or drop-off, there is no dwell time. So, if the vehicle loads or unloads only one entity it takes 20 seconds. But loading/unloading multiple entities at one node takes the loading/unloading time required. For a pick-up I can dwell only if the RidePickUpQueue of the current node is > 0. For a drop-off I'm however clueless what to put in the "dwell only if" How to implement this logic? Thanks!
  12. I'm new to Simio. I'm trying to split my original entity into two different parts. The goal is to have the entity be separated, with half of them having a different server processing times through the same server.
  13. Hello, I'm trying to model a paint flow line where I have two servers in one line(series and not parallel). If one entity gets painted in server 1, then I want that entity to just pass server two without getting processed. If the entity does not gets painted in server one than it can get processed in Server 2. I'm not sure how I should put this logic in Simio. Any help would be appreciated, thank you.
  14. Dear all, I am currently simulating a 3D printing facility in the frame of my Bachelorthesis and I have a specific problem which I cannot solve by myself. I have four Entity types with different lead times which are specified in a datatable as shown in one of the SimBit solutions. However, I need to batch the entities before they arrive in the workstation to simulate that several parts are processed within one 3D printing build job. The problem is that the workstation only calculates the leadtime of the parent entity and not of each individual member. Instead of calculating: 5hr + 4hr + 3hr + 2hr= 14hr for a batch of four entities, the machine only calculates 5hrs. Is there any solution with a search step to explain the workstation that it should define the batch members and then to add the lead time for each of them according to my datatable and to use the sum as processing time? I am really thankful for any help you can provide, so thank you very much in advance! Greetings from Hamburg, Armin R.
  15. Hello! Probably it's a easy problem to solve, but I'm struggling with it! I'm going to describe my little system (please see the attached image): At lunch time (12h PM), the students enter the restaurant through the ticket gate (1) and chose the self-service food buffet (servers A, B or C) with the lowest queue. My question is: when it is 1h PM the "C" buffet closes, for this action I've put on the first "C" server a "Work Period Exception" that makes the server to have a new capacity = 0, but its queue (with more than 30 people) continues on "C" inputbuffer, thus I would like the students (entities) to go from C inputbuffer to A or B servers (that are open) when It's 1h PM and "C" is already "closed" (capacity = 0). Thanks in advance! Gabriel
  16. Want to use one of our avatars for your profile picture? Simply visit our avatar gallery: When you find the one you want click on it. Next, click on Image Tools and select set as my profile picture.
  17. Hello SIMIO forum I'm new to SIMIO and I am working on a project for a industrial company creating masts for street lights So far I have setup the production as showed in the photo but i have one problem. Carl-C-layout.spfx
  18. Hello - At the moment, my university group and I, are having troubles on simulating a basic telephone queue in SIMIO 10. We're in doubt on how to adjust each object, so that they can run on specific data we have received from a given source. And more likely on how to set this up? In the uploaded picture below, our basic model is shown. So please, if you have any advice on how to adjust this specific model to run as a basic telephone queue write a comment. All help is appreciated Best regards.
  19. Hello all. I'm stuck on a project I'm working on. I'm trying to simulate a supermarket, where the cashiers open new check-outs when necessary (2 are always open and when there are 5 or more in queue they open another). To simulate this I've using 4 servers, with paths leading from the source to the first two nodes, setting up a balking system and then pathing from the first two servers the third server, and then the same for the fourth server, but the supermarket also closes the check-outs when there aren't enough customers to need it and I've been unable to figure out a way to do this. The second way, suggested by my supervisor after discussing the problem, was to use a single server, and adding workers to increase processing speed when enough people are in queue, and removing these when there's only a few people in queue, but I can't figure out how to increase the processing capacity or speed of the server when more workers are assigned to it.
  20. Hello, I have a data table with 900 total entities, comprised of 10 different types of entities. I am trying to randomize which entities go through the model, but I need all 900 to go through. I've tried the "entity mix" technique, but it always overloads my model with too many entities. Does anyone have an idea of how to go about this? I want to run a series of experiments with a random selection of entities for each replication. I hope this makes sense. Thanks in advance! -Mario
  21. Hi Simio, Is it possible to model a block of raw material being turned into a part and swarf? I.e. a single part entity being split into two different part entities? Thanks Kevin
  22. Hello everyone! Firstly, i would like to thank you for accepting me on this forum. I really will appreciate your support in order to solve a situation in my simulation model, i have searched any similar situation but i haven`t succeded. The situation is as follows: I have a server called "corte" that depends on 2 previous servers called "enfriados", these 2 servers in turn rely on 3 previous so-called "piso forja". The condition is that the server "corte" needs to be unoccupied to send to bring parts of any of the 2 previous servers, taking into account the one that takes more time processing. These 2 servers depend on the 3 previous servers so that any of the 3 that have more pieces can enter any of the 2 servers to be processed. (To understand it better I uploaded my model). I tried some processes with loops which are executed in each of the output node if they are idle to pass the pieces, but I have not achieved any success in it. I appreciate your attention and I hope to get some recommendation to carry it out, God bless you. Greetings from Orizaba, Veracruz, Mexico. Carlos A. Martinez ExperimentoBucleV1.spfx
  23. I am using arrival table to create my entities inside my simulation. So I am importing a column indicating the arrival time of all my entities; inside my data I also have property associated with each entity (exam type in an ultrasound clinic). I want to use that column as well and attache the associated property to each entity created. I am not sure how to do that. Also I want to use that property in another table and assign processing time distributions for each property (maybe defining the column as a key might help but I am not sure ). I appreciate any help.
  24. Hello, I'm very new to SIMIO and apologize if this question is too elementary. I've been trying to figure out how to run the simulation from a defined list of entities. Most of the SIMBITS and examples I have seen use a random "product mix" or other means to produce entities. Is there a way to simply run say, 40 defined mixed entities from the data table. I'd like to run several different entities from the data table, all with different sequences and processing times. Similar to the SIMBIT EntityFollowsSequenceWithTable but with a defined amount of PartA,PartB,and PartC entities. Thank you for the help!
  25. Dear all, I have searched for quite a while in the public part of this forum, but I could not find the solution of my problem even though there were some similar issues. I have four servers and a worker who is required as secondary resource for each of them. The worker switches and is doing fine so far. However, for my optimization problem, I need to simulate the amount of workers that are necessary to ensure smooth operations. Therefore, I would like to change the capacity of each server to 2 for 2 workers or to 3 to simulate 3 workers, etc. Sadly, the capacity of the server is not changing in the simulation even though the data are entered. Is there a solution to increase the capacity of servers with a worker as secondary resource so that always several entities are processed when the simulated worker arrives? Thank you very much for your support. Greetings from Hamburg, Armin
×
×
  • Create New...