High Volume Conveyor Section

When you need to mimic the behavior of a simple accumulating conveyor for high volume production that does not slow the simulation even while using large accumulating sections. The trade off is that you do not see every individual part on the conveyor, but the animation is fast. Conveyors accumulate based on the size of the entity. Entries for conveyor length and speed determine the holding capacity and travel time.

High Volume Conveyor Section model image

Where to Find the Model Object

The following model object can be found in the model objects directory:

  • High Volume Production \ High Volume Conveyor Section

Difficulty Level

  • Ease of Use: Moderate
  • Ease of Modification: Moderate

How to Use the Model Object

  1. Open Your Model: Open your model or create a new blank model.
  2. Insert the Model Object into Your Model
    1. Locate the model object High Volume Conveyor Section and select the insert button.
    2. 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.
  3. Connect to Your Model
    1. Disconnect the blue route from the Temporary placeholder in and connect it to the activity in your model, from which the entities would arrive to the conveyor.from your model to High Volume Conveyor Section
    2. Disconnect the blue route from the Temporary placeholder Out and connect it to the activity in your model, to which the entity should flow after the conveyor.from High Volume Conveyor Section to your model
    3. Remove the activities Temporary placeholder in and Temporary placeholder Out.
  4. Define Values
    1. Define the value for attribute a_ProductSize based on the information provided under the heading Attributes below. The values must be provided before simulating the model. The values must be provided before an entity enter the conveyor.define attribute in High Volume Conveyor Section
    2. Define the values for scenario parameters s_Length_U_Conv1 and s_Speed_UPT_Conv1 based on the information provided under the heading Scenario Parameters below. The values must be provided before simulating the model.define scenario parameters in High Volume Conveyor Section
  5. 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:

  1. 1. a_ProductSize: This is the length of the conveyor (keep the units consistent). The product size attribute will produce the size of the product on the conveyor.
    * If length of conveyor (s_Length_U_Conv1) is 20 and the product size (a_ProductSize) is .5, then 20 / .5 = 40. This means that 40 items can fit a conveyor.

Variables:

  1. v_LengthUsedConv1: This variable tracks the amount of space being used by the conveyor.
  2. v_ItemCountConv1: The purpose of this variable is to keep track of how many items are on the conveyor. If you want to see this variable statistics, change the variable statistics settings to detailed.

Scenario Parameters:

  1. s_Length_U_Conv1: This is the length of the conveyor (keep the units consistent).
  2. s_Speed_UPT_Conv1: This is the speed of the conveyor in Length Units per Time Unit. (Keep the units consistent with Length).
Was this article helpful?

Related Articles

Go to Top