Task 1.4 - Power and Free Systems

Task Overview

In this tutorial task, you'll convert the simulation model into a power and free conveyor system. Power and free conveyor systems typically use a series of overhead trolleys that are propelled by dogs that continually move through the conveyor system. They are ideal for moving any type of load over large distances, differing elevation levels, and complex paths.

In this task, you'll learn how to make your conveyor system look and function more like a power and free system. When you're finished, your final simulation model should look similar to the following image:

Cautions About Simulating Power and Free Systems

The simulation you build in this lesson will not explicitly simulate the carriers in a power and free system. Carriers are the objects that latch onto the dogs of the power and free chain. Usually there are a fixed number of carriers in a system, and they loop around within it. The items that need to be moved in the system are loaded onto available carriers, which then take them to their desired destination.

Admittedly, not simulating the carriers in a power and free system can be justifiably considered a critical oversimplification. Varying the total number of carriers in a system, and their proper distribution, can have huge impacts on overall throughput. However, since the purpose of this tutorial is just to learn how to use FlexSim's power and free features, carriers will be left out. This simulation model will assume that carriers are available to pick up items when they are needed.

In FlexSim, enabling power and free operation for a given conveyor or conveyors essentially causes them to enforce fixed interval movement. This means that items will only move at points on the conveyor where simulated dogs are located. If you want to simulate carriers, simply make the items that are moved directly into the conveyor system be the carriers. Create a fixed number that enter when the simulation starts, and then loop them around the system. Then move other items (the "loads") into and out of those carriers at various points in the system, simulating the actual movement of value-added material through the system.

Step 1 Update the 3D Model

Power and free conveyor systems usually suspend large items from the underside of the conveyor. For that reason, you'll raise the height of the entire conveyor system in this step. You'll also remove the merge controller and add the conveyor motor object to the model. One of the advantages of power and free conveyor systems is they can usually be controlled with a single motor, so this single motor will power all the conveyors.

To make these changes to the 3D model:

  1. In the Toolbox, under the Process Flow group, right-click the Gap-Optimizing Merge Controller process flow to open a menu. Select Delete to delete the process flow.
  2. In the 3D model, delete the following objects:
    • The merge controller
    • The gapping conveyor
    • The join conveyor that connected the merging conveyor to the gapping conveyor
    • The decision point on the merging conveyor
  3. Move the sink up near the end of the merging conveyor. Reconnect the merging conveyor with the sink (A-connect from the merging conveyor to the sink).
  4. Add four Decision Points to the center of each slug-building conveyor.
  5. Click any conveyor to select it. In Properties, change the Z property (which affects the height) to 2.00 for both the Start and End of the conveyor. You can also just change the Z of the Location which will change both Start and End values at the same time.
  6. Repeat the previous step for all the conveyors in the model.
  7. In the Library under Conveyors, drag a Motor to the model and place it anywhere.
  8. Create port connections (A-connects) from the Motor to every conveyor in the system, including the four curved conveyors.

    A fast way to do this would be to press Ctrl+click on each Conveyor to select them in red. Once they're all selected, make one A-connection from any selected conveyor to the Motor. This will create a connection for every selected conveyor to the Motor. To deselect the conveyors, simply press Shift+click in a blank space on the 3D model.

When you're finished, your model should look approximately like the following image:

Step 2 Update the Decision Points

In this simulation model, you want to divert the flow items to a specific conveyor for painting. Each flow item will be painted a specific color based on its item type.

Since the conveyor already sends items to a specific conveyor based on the value of the ProductType label, you don't need to program that logic. Instead, you'll set the decision points in the middle of each conveyor to delay the item for 10 simulation seconds. At the end of this time, the flow item will change color, representing its paint job.

  1. Press Ctrl+click to select each of the 4 Decision Points on the Slugs.
  2. In Properties, under the Triggers group, click the Add button to add an On Arrival trigger.
  3. next to the On Arrival box, click the Add button to open a menu. Point to Stop/Resume, then Stop Item and Delay.
  4. With the Stop Item and Delay picklist options open, in the Delay box type 10.
  5. In the Triggers group, click the Add button to open a menu. Select On Continue.
  6. Next to the On Continue box, click the Add button to open a menu. Point to Visual, then Set Object Color.
  7. With the Set Object Color picklist options open, in the Color box type Color.byNumber(item.ProductType).
  8. Press Shift+click in a blank space on the 3D model to deselect the Decision Points. Select each Decision Point to ensure it has the 2 triggers we added.

Consider saving your simulation model.

Step 3 Update the Conveyors

Power and free conveyors usually have a thin width and occasionally are painted in bright colors. They also typically move at speeds that are slower than other conveyors because they tend to carry such heavy loads. In this step, you'll update all your conveyors so their properties match that of a power and free system.

To update our conveyors:

  1. Press Ctrl+click each of the conveyors in the model to select them all.
  2. In Properties, in the Conveyor Behavior group, click in the Speed box and change it to 5.00. Then click the m/s link next to this box to open two menus. Click the second menu and change it to meters per minute.
  3. Check the Fixed Interval Movement (Power and Free) checkbox. Leave the other settings at their default.
  4. On the Conveyor group, in the Width box, type 0.25.
  5. Still in the Conveyor group, find the Visualization property. The drop-down box next to it should say RollerConveyor. Next to that, click the Edit Properties button to open the properties.
  6. Under the Side Skirt section, click on the Side Skirt Color drop down and select the orange color.
  7. Click the OK button and to close the window.

When you're finished, your model should look approximately like the following image:

Step 4 Change Flow Item Properties and Movement

Most power and free conveyor systems are designed to carry heavy loads. In this step, you'll create a large flow item that will travel along the power and free conveyor system. Then you'll set the Source to add this type of flow item to the conveyor system. Since power and free systems tend to operate more slowly, you'll also set the source to release the flow items less frequently.

Lastly, you'll set the first decision point on the conveyor to translate this new flow item. The word translate in this context means to change the position of the flow item relative to the conveyor. In this case, you'll set the decision point to translate the flow item so that it travels underneath the conveyor, which is typical for power and free systems.

To make these modifications to the model:

  1. In the Toolbox, click the arrow next to the FlowItem Bin to expand the list of flow items.
  2. Double-click the Cylinder flow item to open it in the Flow Item Bin.
  3. In Properties, change the X-size to 1. Change the Y-size and Z-size to 1 as well.
  4. Click the Model tab to return to the 3D Model.
  5. Click the Source to open its properties on the right.
  6. Under the Source section, open the FlowItem Class menu and select Cylinder.
  7. Check the Arrival at time 0 checkbox.
  8. In the Inter-arrival Time box, type 100.
  9. Under the Triggers section, next to the On Creation trigger, click the Edit Properties button .
  10. Next to the Set Object Color, click the Remove button to delete this picklist.
  11. Do the same thing to remove Set Size so our objects stay the dimensions we set earlier.
  12. Click the first Decision Point on the first conveyor (the one closest to the source) to bring up its properties on the right.
  13. In Properties, under the Triggers group, next to the On Arrival trigger, click the Edit Properties button to open the picklist options.
  14. Underneath the Send Item box, click the Add button to open a menu. Point to Movement, then select Translate Item.
  15. In the Conveyor Up box, type -item.size.z.
  16. Click the Translate menu and select Over Time.
  17. In the Time box, type 0.

Run the simulation model and watch as large flow items slowly travel along the power and free conveyor to a painting station based on their item type. Notice that lines move across each conveyor system in sync with the motor. These lines represent the movement of dogs throughout the power and free system.

Most power and free conveyors move at slow speeds because of the heavy loads they transport. For that reason, be aware that the following image is shown at a faster simulation run speed:

Conclusion

This concludes the conveyor tutorial. For a deeper discussion of how to use conveyors in FlexSim, consider reading the chapter about conveyors entitled Connecting 3D Object Flows.