When you have a need to find the location with the shortest line of entities waiting to be processed.
Where to Find the Model Object
The following model object can be found in the model objects directory:
- Routings \ Find the Shortest Line
Difficulty Level
- Ease of Use: Easy
- Ease of Modification: Easy
How to Use the Model Object
- Open Your Model: Open your model or create a new blank model.
- Insert the Model Object into Your Model
- Locate the model object Find the Shortest Line and select the insert button.
- Move the cursor to the point of insertion and left mouse-click. The upper left corner of the model object will be inserted at the location of the mouse-click.
- Connect to Your Model
- Connect an arrival route or a percentage route from the part of your model where you would like entities to take the shortest route to Storage.
- Connect the routes exiting from Location1, Location2, and Location3 to the rest of your model. This model object checks the contents of each activity and it’s input queue to determine which location is the least busy. Then conditional routes are used to route the incoming entity to the location with the least number of entities.
- Update Objects
- Change all the processing times for routes, Location1, Location2, and Location3.
- Change the names of all the activities to match your organization.
- Completion: The model object is now integrated into your model, you should now be able to save and then simulate the model.
Controls Usage
Attributes:
- a_Line: Do not change. The location number with the fewest entities.
Variables:
- v_Line#: Number of entities at Location#.
- v_ShortestLine: Number of entities in the shortest line.