520 likes | 759 Views
Chapter 17: Operations Scheduling. Scheduling is the allocation of resources over time to perform a collection of tasks Resources Workers, Machines, Tools Tasks Operations that bring some physical changes to material in order to eventually manufacture products
E N D
Chapter 17: Operations Scheduling • Scheduling is the allocation of resources over time to perform a collection of tasks • Resources • Workers, Machines, Tools • Tasks • Operations that bring some physical changes to material in order to eventually manufacture products • Setups such as walking to reach the workplace, obtaining and returning tools, setting the required jigs and fixtures, positioning and inspecting material, cleaning etc.
Low High Volume Production Systems High Project Job Shop Batch production Customization Flow Shop Continuous production Low
Low High Volume Production Systems High Aircraft Project Custom-made machines and parts Job Shop Books Batch production Customization Automobile Flow Shop Oil refinery Continuous production Low
Low High Volume Production Systems Labor intensive High Project Job Shop Batch production Customization Capital intensive Flow Shop Continuous production Low
Low High Volume Production Systems More frequent Rescheduling High Project Job Shop Batch production Customization Less frequent Rescheduling Flow Shop Continuous production Low
Infinite/Finite Scheduling • Infinite - assumes infinite capacity • Loads without regard to capacity, levels the load and sequence jobs • Job shop/batch production • Finite - assumes finite (limited) capacity • Sequences jobs as part of the loading decision, resources are never loaded beyond capacity • Flow shop/continuous production
Scheduling Job Shop/Batch Production • Batch Production • many planning steps • aggregate planning • master scheduling • material requirements planning (MRP) • capacity requirements planning (CRP) • Scheduling determines • machine/worker/job assignments • resource/requirement matchings
Objectives in Scheduling • Conformance to prescribed deadlines • Meet customer due dates, minimize job lateness, minimize maximum lateness, minimize number of tardy jobs • Response time or lead time • Minimize mean completion time, minimize average time in the system • Efficient utilization of resources • Maximize machine or labor utilization, minimize idle time, maximize throughput, minimize the length of time the shop is open • Costs • Minimize work-in-process inventory, minimize overtime
Responsibilities of Production Control Department • Loading • Allocate orders to workers and machines, worker and machines to work centers etc. • Sequencing • Release work orders to shop & issue dispatch lists for individual machines • Monitoring • Maintain progress reports on each job until it is complete
Loading • Allocate orders to workers and machines, workers and machines to work centers, etc. • Perform work on most efficient resources • Use assignment method of linear programming to determine allocation
Assignment Method 1. Perform row reductions • Subtract minimum value in each row from all other row values 2. Perform column reductions • Subtract minimum value in each column from all other column values 3. Line Test • Cross out all zeros in matrix using minimum number of horizontal & vertical lines. If number of lines equals number of rows in matrix, optimum solution has been found, stop. 4. Matrix Modification • Subtract minimum uncrossed value from all uncrossed values & add it to all cells where two lines intersect. Go to Step 3.
Assignment Example Cooker Food 1 2 3 4 Beans 10 5 6 10 Peaches 6 2 4 6 Tomatoes 7 6 5 6 Corn 9 5 4 10 Row reduction Column reduction Line Test 5 0 1 5 3 0 1 4 3 0 1 4 4 0 2 4 2 0 2 3 2 0 2 3 2 1 0 1 0 1 0 0 0 1 0 0 5 1 0 6 3 1 0 5 3 1 0 5 Number lines <> number of rows so modify matrix
Assignment Example Modify matrix Line Test 1 0 1 2 1 0 1 2 0 0 2 1 0 0 2 1 0 3 2 0 0 3 2 0 1 1 0 3 1 1 0 3 Cooker Food 1 2 3 4 Beans 1 0 1 2 Peaches 0 0 2 1 Tom 0 3 2 0 Corn 1 1 0 3 # lines = # rows so at optimal solution Cooker Food 1 2 3 4 Beans 10 5 6 10 Peaches 6 2 4 6 Tomatoes 7 6 5 6 Corn 9 5 4 10 Orders completed in 6 hours Total number of hours = 21
Sequencing • Prioritize jobs assigned to a resource • If no order specified use first-come first-served (FCFS) • Many other sequencing rules exist • Each attempts to achieve to an objective
Sequencing Rules • FCFS - first-come, first-served • SOT - shortest operating time • DDATE - earliest due date • STR - slack time remaining • (due date - today’s date) - (remaining processing time) • LCFS - last come, first served
due date - today’s date remaining processing time = Critical Ratio Rule • CR = time remaining / work remaining Jobs with the smallest CR are run first.
Performance Measures • Completion time • Epoch at which the job is completed • Makespan • Completion time of the last job processed • Lateness • Lateness of job j • = (completion time of job j)-(due date of job j) • Tardiness • Tardiness of job j = max(0, lateness of job j)
Sequencing Rule Example Processing Due Critical Job Time Date Slack Ratio A 5 10 (10-1) - 5 = 4 (10-1)/5 = 1.80 B 10 15 (15-1)-10 = 4 (15-1)/10 = 1.40 C 2 5 (5-1)-2 = 2 (5-1)/2 = 2.00 D 8 12 (12-1)-8 = 3 (12-1)/8 = 1.37 E 6 8 (8-1)-6 = 1 (8-1)/6 = 1.16 120 possible sequences for 5 jobs
First-Come First-Served Start Processing Completion Due Sequence Time Time Time Date Tardiness A 5 10 B 10 15 C 2 5 D 8 12 E 6 8 Average
Earliest Due Date Start Processing Completion Due Sequence Time Time Time Date Tardiness C 2 5 E 6 8 A 5 10 D 8 12 E 10 15 Average
Slack Time Remaining Slack for each job A - 4, B - 4, C - 2, D - 3, E - 1 E 6 8 C 2 5 D 8 12 A 5 10 B 10 15 Average Start Processing Completion Due Sequence Time Time Time Date Tardiness
Critical Ratio CR for each job A - 1.80, B - 1.40, C - 2.00, D - 1.37, E - 1.16 E 6 8 D 8 12 B 10 15 A 5 10 C 2 5 Average Start Processing Completion Due Sequence Time Time Time Date Tardiness
Shortest Operating Time Start Processing Completion Due Sequence Time Time Time Date Tardiness C 2 5 A 5 10 E 6 8 D 8 12 B 10 15 Average
Summary Average Average No. of Maximum Rule Completion Time Tardiness Jobs Tardy Tardiness FCFS 18.60 9.6 3 23 DDATE 15.00 5.6 3 16 STR 16.40 6.8 4 16 CR 20.80 11.2 4 26 SOT 14.80 6.0 3 16 * Best values ** Guaranteed best values * ** * * * * ** *
Johnson’s Rule: Sequencing Jobs Through a Two Machine Flow Shop to Minimize Makespan 1. List time required to process each job at each machine. Set up a one-dimensional matrix to represent desired sequence with # of slots equal to # of jobs. 2. Select smallest processing time at either machine. If that time is on machine 1, put the job as near to beginning of sequence as possible. 3. If smallest time occurs on machine 2, put the job as near to the end of the sequence as possible. 4. Remove job from list. 5. Repeat steps 2-4 until all slots in matrix are filled & all jobs are sequenced.
Johnson’s Rule Example Machine Machine Job Center 1 Center 2 A 6 8 B 11 6 C 7 3 D 9 7 E 5 10
Johnson’s Rule Example Machine Machine Job Center 1 Center 2 A 6 8 B 11 6 D 9 7 E 5 10 C
Johnson’s Rule Example Machine Machine Job Center 1 Center 2 A 6 8 B 11 6 D 9 7 E C
Johnson’s Rule Example Machine Machine Job Center 1 Center 2 B 11 6 D 9 7 E A C
Johnson’s Rule Example Machine Machine Job Center 1 Center 2 D 9 7 E A B C
Johnson’s Rule Example Machine Machine Job Center 1 Center 2 E A D B C
Johnson’s Rule Example Machine Machine Job Center 1 Center 2 E 5 10 A 6 8 D 9 7 B 11 6 C 7 3 E A D B C Each triplet above shows the start, processing, and stopping times of an operation. Johnson’s rule guarantees that the above schedule gives the best value (41) of makespan.
Monitoring with Gantt Chart Key: Completed Activity Job 32B 3 Behind schedule Planned Activity Job 23C 2 Facility Ahead of schedule Job 11C Job 12A 1 On schedule 1 2 3 4 5 6 8 9 10 11 12 Days Today’s Date Gantt Chart shows both planned and completed activities against a time scale
Employee Scheduling • Labor is very flexible resource • Scheduling workforce is a complicated repetitive task • An objective is to create a consecutive days off schedule that uses the fewest workers. • Heuristics are commonly used.
Employee Scheduling Heuristic 1. Consider the first worker and the unassigned workload. 2. Assign the worker to all days except the two consecutive days with the lowest unassigned workload. 3. If there are unassigned workload, consider the next worker and repeat step 2. Else, stop.
Employee Scheduling Example Number of Workers Required M Tu W Th F S Su 3 3 4 3 4 5 3
Employee Scheduling Example Number of Workers Required M Tu W Th F S Su 3 3 4 3 4 5 3 Worker 1 3 3 4 3 4 5 3
Employee Scheduling Example Number of Workers Required M Tu W Th F S Su 3 3 4 3 4 5 3 Worker 1 3 3 4 3 4 5 3
Employee Scheduling Example Number of Workers Required M Tu W Th F S Su 3 3 4 3 4 5 3 Worker 1 3 3 4 3 4 5 3 Worker 2 3 3 3 2 3 4 2
Employee Scheduling Example Number of Workers Required M Tu W Th F S Su 3 3 4 3 4 5 3 Worker 1 3 3 4 3 4 5 3 Worker 2 3 3 3 2 3 4 2
Employee Scheduling Example Number of Workers Required M Tu W Th F S Su 3 3 4 3 4 5 3 Worker 1 3 3 4 3 4 5 3 Worker 2 3 3 3 2 3 4 2 Worker 3 2 2 3 2 2 3 1
Employee Scheduling Example Number of Workers Required M Tu W Th F S Su 3 3 4 3 4 5 3 Worker 1 3 3 4 3 4 5 3 Worker 2 3 3 3 2 3 4 2 Worker 3 2 2 3 2 2 3 1
Employee Scheduling Example Number of Workers Required M Tu W Th F S Su 3 3 4 3 4 5 3 Worker 1 3 3 4 3 4 5 3 Worker 2 3 3 3 2 3 4 2 Worker 3 2 2 3 2 2 3 1 Worker 4 2 1 2 1 1 2 1
Employee Scheduling Example Number of Workers Required M Tu W Th F S Su 3 3 4 3 4 5 3 Worker 1 3 3 4 3 4 5 3 Worker 2 3 3 3 2 3 4 2 Worker 3 2 2 3 2 2 3 1 Worker 4 2 1 2 1 1 2 1
Employee Scheduling Example Number of Workers Required M Tu W Th F S Su 3 3 4 3 4 5 3 Worker 1 3 3 4 3 4 5 3 Worker 2 3 3 3 2 3 4 2 Worker 3 2 2 3 2 2 3 1 Worker 4 2 1 2 1 1 2 1 Worker 5 1 0 1 1 1 1 0
Employee Scheduling Example Number of Workers Required M Tu W Th F S Su 3 3 4 3 4 5 3 Worker 1 3 3 4 3 4 5 3 Worker 2 3 3 3 2 3 4 2 Worker 3 2 2 3 2 2 3 1 Worker 4 2 1 2 1 1 2 1 Worker 5 1 0 1 1 1 1 0
Employee Scheduling Example Remark: The resulting schedule provides consecutive days off to 4 workers among 5. Still, it’s better than two schedules shown next.
Employee Scheduling Example Day of week M T W Th F Sa Su Min # workers 3 3 4 3 4 5 3 Worker 1 O X X 0 X X X Worker 2 O X X 0 X X X Worker 3 X O X X O X X Worker 4 X O X X X X O Worker 5 X X O X X X O IMPROVED SCHEDULE Day of week M T W Th F Sa Su Min # workers 3 3 4 3 4 5 3 Worker 1 O O X X X X X Worker 2 O O X X X X X Worker 3 X X O O X X X Worker 4 X X X O X X O Worker 5 X X X X O X O
Reading • Reading: Chapter 17 pp. 668-74, 678-81 • Chapter end problems: 4,6,12,13