Parts of this page were generated by AI.
Resources
Note on this Note
I did not take lecture notes on Production Management. Below is an AI-generated summary of this chapter, and you’ll want to check out the resources above.
Design of Production Systems
1. Infrastructure of a Production System
- Work system: The smallest organizational unit of the production system.
- Production is the transformation of work pieces, using operators and machines.
- Data flow: Master data and transaction data flow into the work system, and feedback flows out.
2. Layout Types of Production Systems
Production systems are categorized based on their physical arrangement and the mode of interaction between various work units. The layout types depend on Product variety and Production volume (workload fluctuation).
-
Job Shop (Functional layout)
- Suitable for one-of-a-kind and small series applications.
- Spatial concentration of similar work systems.
- Characteristics: Low production volume, high demand fluctuation, various product types, manual production processes.
- Pros: High flexibility, low monotony of work, lower initial investment in automation.
- Cons: High transportation costs, complex material flow, long throughput times, high work-in-process (WIP), high space requirement, complex production control.
-
Flow Shop (Object layout)
- Suitable for large series and mass production applications.
- Arrangement of work systems according to the uniform material flow.
- Characteristics: High production volume, low demand fluctuation, few product types, automated production processes.
- Pros: Low transportation costs, streamlined material flow, short throughput times, low WIP, lower space requirement, simple production control, good visibility.
- Cons: Low flexibility, high monotony of work, high investment (automation).
-
Cellular Manufacturing
- Object layout with production-dependent material flow.
- Assignment of product families to machine groups.
- Characteristics: Medium production volume and demand fluctuation, moderate number of product types.
3. Factory Layout Planning
Determines the spatial arrangement of objects (facilities, machines) on a defined floor space.
- Simplifying assumptions:
- Entire floor space is divided into equally-sized grid squares.
- Each object occupies exactly one grid square.
- Distance measures: Usually rectangular distance along traffic lanes.
- Objective: Minimize the entire proxy criterion (product of transport quantity and distance summed over all goods).
Greedy Method (Construction Heuristic)
- Determine the object with the most intensive transport relations to/from all other objects.
- Assign to a grid square at the center of the floor space.
- Determine a yet unassigned object which shows the strongest transport relations to/from the already assigned objects.
- Assign to a grid square closest to the already assigned objects so that the proxy criterion between and the assigned objects is minimized.
- If all objects are assigned, stop; otherwise, repeat step 3.
Improvement Procedure
- For each pair of objects, determine the change of costs resulting from swapping their locations.
- Find the pair that achieves the largest cost reduction.
- If no cost reduction is achieved, stop. Otherwise, swap the locations and repeat step 1.
4. Flow Shop Production
Types of line production:
- Paced lines vs Unpaced lines
- Discrete material flow vs Continuous material flow (open or closed stations).
- Geometrical line layout: Cyclic, U-line, Straight line, Serpentine.
Assembly Line Balancing (Paced Lines)
Given a required cycle time based on desired production volume, the objective is to minimize the number of work stations.
- Cycle Time ():
Where is the effective operation time and is the production volume. - Theoretical Minimal Number of Work Stations ():
Where is the total assembly time (sum of all task times). - Line Utilization ():
Priority Rule-Based Heuristic (Ranked Positional Weight)
Successive assignment of feasible tasks to stations based on a priority rule (e.g., maximum standard time, max number of successors, or positional weight).
- Positional weight (): Sum of task times of the task itself and all direct and indirect successors.
Where are the successors of task .
Mixed Model Assembly Line
Used when different product variants are manufactured on the same line without changeovers.
- The process requires generating a “hybrid” precedence graph.
- Task times for the hybrid are calculated using the demand ratios of the variants as weighting factors.
5. Cellular Manufacturing
Established through the spatial consolidation of a limited number of working systems/machines into Manufacturing cells.
- Product families are generated based on the similarity of machine requirements.
- Machine groups are defined for specific product families.
- Based on the Machine-product incidence matrix.
Binary Sorting Method
Aims to generate a block-diagonal structure to form cells.
- Sort rows (machines) to group similarities.
- Sort columns (products/components).
- Identify cells. If perfect block-diagonalization isn’t possible, material flows between cells (inter-cell transfers) occur, or machines must be duplicated to eliminate inter-cell transfers (evaluating the trade-off between machine investment costs and transportation costs).