hgserrano Posted June 25, 2015 Share Posted June 25, 2015 How can I creat a waiting area, where all entities will wait until they're processed? For example, in an airport terminal, after the secutiry control, they have to wait until the plane is ready to board And is there any way to set a maximun wite time in that area? Thanks! Link to comment Share on other sites More sharing options...
dsturrock Posted July 2, 2015 Share Posted July 2, 2015 The recommended approach might vary by what you are waiting for. For example if the plane is a Vehicle that will come to pick up the passengers, then the easiest approach is probably to have a Server with 0 processing time. Entities will flow through it with no delay, but then wait in the outbound transfer node for the Ride requested. If you want to wait on something more arbitrary you could direct the entity that enters an outbound transfer node to Wait for an event. Then you would have to add some logic to Fire that event (unless it is one that is already automatically fired). You should post your questions inside the Simio Insider forum where we can post screenshots and examples to provide a more complete answer. Link to comment Share on other sites More sharing options...
Recommended Posts