Make Changes to Model

We will need to make two changes to our model:

Fix Op 40 Bottleneck

In order to fix the problem of resource constraints causing a bottleneck at Op 40, we will make the Rework Op an alternate resource when the Inspector is not available. We also discover that an old test unit, which is not currently in use, could be used as a backup to the primary test unit.

 

Complete these steps to implement the fix:

Add Old Test Unit Resource

  1. Click and drag a Review (Activity) shape from the Process Simulator stencil to the layout, and place it under the Op 40 Inspect and Test activity.
  2. Double click on the shape in the layout and rename it to "Old Test Unit."
  3. Right-click on the Old Test Unit, and change its type to Resource.
  4. Open the Resource Properties dialog for the resource, and assign the 7A to 330P.pmcal shift.

Add Logic to Use Old Test Unit as Alternate Resource

  1. Open the Activity Properties dialog for the Op 40 Inspect and Test activity.
  2. Click on the Logic button to open the Logic Builder.
  3. Double click on the GET JOINTLY statement we previously defined, in order to edit it.
  4. Change the statement as shown below, and click OK to save the changes.

Fix Arrivals of Assy Entity

In order to fix the inadequate arrivals of Assy Entities, we could simply have our supplier send more to cover any deficits, but this may lead to an unnecessary increase in inventory.

 

Instead, we will define an order , which will automatically order more Assy entities when the Assy entity inventory has dropped below 20.

 

To implement this automatic order, complete the following steps:

  1. Add a storage activity by doing the following:
    1. Underneath Op 10, add a new activity, as shown below:

  1. Right click on the new activity, and change its type to a Storage type.
  2. Double click on the new activity, and change its name to Assy Storage.
  3. Move the Assy entity and its arrival connection, so that arrivals will occur at the new Assy Storage, instead of Op 10, as shown below: (Feel free to move the Assy_WIP counter to make space for the Assy entity)

  1. Add a routing connection from Assy Storage to Op 10 as shown below:

  1. Make changes to the properties of the affected objects by doing the following:
    1. Open the properties of the arrival connection from Assy to Assy Storage.
    2. Change the Type to Ordered, and define the lead time to be U(3,1), which gives a lead time of 2 to 3 days. The properties should be as shown below:

  1. Open the properties for Assy Storage, and change its properties to the following: