1 / 39

Production Cell Formation

Production Cell Formation. D0394 Perencanaan Sistem Manufaktur. Cell Formation. Definisi : Penugasan komponen dan mesin dalam suatu kelompok (group) dan cell. Tujuannya adalah : Aliran komponen antar Cell minimum. Pemanfaatan mesin dalan cell tinggi. Production Flow Analysis (PFA).

tokala
Télécharger la présentation

Production Cell Formation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Production Cell Formation D0394 Perencanaan Sistem Manufaktur

  2. Cell Formation • Definisi : Penugasan komponen dan mesin dalam suatu kelompok (group) dan cell. • Tujuannya adalah : • Aliran komponen antar Cell minimum. • Pemanfaatan mesin dalan cell tinggi.

  3. Production Flow Analysis (PFA) • Production Flow Analysis (Burbidge, 1989) Dirancang untuk mendapatkan pembagian komponen dan juga pembagian mesin secara lengkap kedalam kelompoknya (famili) dengan menganalisa route proses untuk individual komponen. • Rangka Pengkodean dan metoda pengelompokan berdasarkan jarak menekankan pada atribut komponen, membantu membentuk kelompok komponen yang serupa, akan tetapi tidak memberikan informasi mengenai mesin yang digunakan untuk proses.

  4. Production Flow Analysis (PFA) • Gagasan dasarnya adalah membentuk part-machine incidence matrix dan mengidentifikasi komponen tersebut yang memerlukan mesin serupa, kemudian menjadikan clusters. • Machine-Part incidence matrix • Matrix elemen biner yang tiap baris menyatakan mesin dan tiap kolom menyatakan komponen. Nilai 1 untuk elemen mij menunjukkan bahwa mesin i diperlukan komponen j .

  5. Part-Machine Incidence Matrix Komponen 3 diproses pada mesin 1 Komponen • Note: The P-M matrix does not explicitly consider the sequence of machine visits for the individual parts (i.e., the individual part routes) Mesin (m)

  6. Partitioning of the Part-MachineIncidence Matrix Exceptional Elements Void

  7. Voids and Exceptional Elements • Voids - indicate that a machine assigned to a cell is not required by all parts assigned to that cell. Leads to large, inefficient cells and can potentially contribute to low utilizations. • Exceptional elements - indicate that a part assigned to a cell requires processing by a machine not in the cell. This forces an inter-cell handling step and requires coordination between cells. • The voids and exceptional elements created are dependent on the number and size of the diagonal blocks formed in the part-machine incidence matrix.

  8. Rearranged Partition Exceptional Elements Void

  9. Perfect Cluster No voids or exceptional elements.

  10. Bond Energy • Consider a P-M matrix A. We define the bond energy as a measure of effectiveness where:

  11. Contoh Perhitungan BE ME(A) =½ X 4 = 2 ME (A) = ½ X 14 = 7

  12. Algoritma Bond Energy • over all P!M! possible arrays obtained by permuting the rows and columns of A. To maximize the bond energy, the problem decomposes into two parts: one finding the optimal column permutation, and the other finding the optimal row permutation.

  13. Algoritma Bond Energy • Step 1. Select a part column arbitrarily and set i=1. Try placing each of the remaining (P-i) part columns in each of the (i+1) possible positions (to the left and right of each of the i columns already placed) and compute the contribution of each column to the ME: Place the column that gives the largest ME in its best position. In case of a tie, select arbitrarily. Increment i by 1 and repeat until i=P. When all columns have been placed, go to step 2.

  14. Algoritma Bond Energy • Step 2. Repeat the procedure for rows, calculating the BE as

  15. Binary Ordering Algorithm • Block diagonal structure • partition the matrix such that “boxes” on the main diagonal contain 0’s and 1’s but the off-diagonal boxes contain only 0’s. • Assuming that there are N parts and M machines. Step 1. Order rows: • For each column, k, assign weight 2N-kto column k. Evaluate each row. Sort rows in nonincreasing order. If rows were previously ordered, and no change just occurred, stop; otherwise, goto step 2. Step 2. Order columns: • For each row, k, assign weight 2M-kto row k. Evaluate each column. Sort columns in nonincreasing order. If no change, stop; otherwise, goto step 1.

  16. Contoh Binary Ordering Matriks P-M Komponen

  17. P-M Matrix With row reordered Contoh Binary Ordering Komponen

  18. P-M Matrix With row reordered and column reordered Contoh Binary Ordering Komponen

  19. Clustering

  20. Clustering

  21. Handling Exceptional Elements • Methods to handle exceptional elements • Add extra machines of the required types so that the machines are included in both groups. • Redesign the parts so that they don’t require the machines not in the group. • Route the exceptional parts to both groups. • Combine the groups into a larger group.

  22. Askin and Standridge’s Single PassHeuristic • Simple binary ordering ignores machine utilization and machine group sizes. • This heuristic starts with the binary ordered matrix and sequentially assigns ordered parts (along with the required machines to machine groups). • Replace the 1’s in the binary ordered P-M matrix with a measure of the machine utilizations associated with each part type:

  23. Askin and Standridge’s Single PassHeuristic • simsetup time for part i on machine m • Didemand for part i • timprocessing time for part i on machine m • Rmavailable time on machine m • Qi batch size for part i

  24. Ordered P-M Matrix withUtilizations mu = 4

  25. Askin and Standridge’s Single PassHeuristic • Starting with part 1 and continuing to N • Assign the next part to the first group that has sufficient capacity on already allocated machines • If no group has capacity • try adding machines to the most recently created group • if this would violate the upper limit on the number of machines in a group, open a new group and add the required machines.

  26. Forming Cell mu = 4

  27. Forming Cell mu = 4

  28. Forming Cell mu = 4

  29. Forming Cell mu = 4

  30. Forming Cell mu = 4

  31. Forming Cell mu = 4

  32. Evaluation of Groupings Given a P-M matrix, what makes one partitioning better than another? A B

  33. cad A B C F E D Graph Definition • Consider a graph G = (N, A), where : • The node n  N represent machine, • The arc a  A represent part flow between machine , and • The arc cost cij is some measure of part flow between the machine represented by the node i and the machine represented by node j • Want to partition the graph into a number subgraphs, where each subgraph identifies a group of machines and the parts assign to those machines cab

  34. cad A B C F E D Cut Costs • A cut is defined as the set of arcs connecting nodes in different subgraphs. • if G1={A,B,D} and G2={C,E,F}, the cut is {(B,E), (B,F)}, and the cut cost is cBE+cBF • If p is the maximum number of nodes we want in a partition, our problem is to find a partitioning of G such that each partition has a maximum of p nodes and the cut cost is minimized.

  35. Initial Graph Partitioning Problem • Find a minimum cost partitioning of a graph of 2n nodes into two subgraphs of n nodes each. • Let S be a set of 2n nodes, and let C = [cij] be a symmetric cost matrix where cii = 0. • Objective: Partition S into subsets A and B such that the external cost, T, is minimized. Sum of all Cij where I  A

  36. A A* B B* x x y y Initial Graph Partitioning Problem • If A and B represent an arbitrary partitioning of S, and A* and B* represent an optimal partitioning, then there must be subsets x A and y B such that interchanging x and y produces A* and B*. • That is, A* = A - x + y, and B* = B - y + x • Given x and y, what is the cost benefit in swapping them?

  37. a x y b Internal and External Costs for a B A External cost asociated with a Internal cost asociated with a Saving if a is moved from A to B

  38. a x y b Internal and External Costs for b B A External cost asociated b Internal cost asociated with b Saving if b is moved from B to A

  39. a b Internal and External Costs for b B A Savings associated with swapping a and b = Da+ Db- 2cab Need to update the remaining Dx and Dy term after swapping a and b

More Related