vavei5 Posted July 13, 2015 Share Posted July 13, 2015 Hello, I want to bring a box in front of two server. I want the units in the box to be the entity for the two servers. How can I do that ??? Link to comment Share on other sites More sharing options...
gocken Posted July 13, 2015 Share Posted July 13, 2015 It depends on the details but there exist lots of ways. For example, two simplest approaches from two different point of view: 1) use Combiner/Seperator objects from standart library objects (see related simbits for their use)... 2) Batch/Unbatch steps within processes panel... Also, you can use Vehicle object from standard library (or worker object, whichever you prefer) as if it is a box, and adopt its related properties to your modeling logic. For example, set initial capacity to the number of entities that should be in the box. Also, set its minimum dwell time type property to dwell until full, etc... Link to comment Share on other sites More sharing options...
Recommended Posts