Latihan Promodel

9
Simulasi dengan Promodel

Transcript of Latihan Promodel

PowerPoint Presentation

Simulasi dengan PromodelPush SystemN (10, 2) minN (8, 1) minE (5) minN (12, 3) minSimulate using Promodel:Order datang setiap N(12,3) minBuffer isinya maksimum 1 unit

Case 1Order tableEntityLocationOperation (min)BlkOutputDestinationRuleMove LogicUnitStores1UnitProcess_1SEND 1UnitProcess_1WAIT 21UnitProcess_2FIRST 1MOVE FOR .5UnitProcess_2WAIT 51UnitOrderQueJOIN 1MOVE FOR .5OrderOrderQueSEND 1 Unit TO Process_1JOIN 1 Unit1OrderEXITCreating the Pull SystemNow let's examine the ProModelsteps to build this pull system.1. Define four locations: Stores, Process_1, Process_2, and OrderQue.2. Define two entities: Order and Unit.3. Define the processing as shown previously.4. Define the arrivals. Schedule Units to arrive at location Stores. Schedule Orders to arrive at location OrderQue.5. The entity Order "drives" the system by sending Units to Process_1 to fulfill the order. In the operation logic at OrderQue, use theSEND statement to send a Unit to Process_1 from location Stores. A corresponding SEND rule must be used as a Routing Rule for Unit at Stores.6. After the SEND statement in the operation logic at the OrderQue, use aJOIN statement to join a Unit to an Order. A corresponding JOIN rule must be used as a Routing Rule for Unit at Process_2.7. Place the processing times for the Unit at Process_1 and Process_2.When you finish, the processing and routing should appear as shown below.

ExcerciseOne Piece FlowN (10, 2) minN (8, 1) minE (5) minN (12, 3) minSimulate using PromodelCase 2Pull SystemN (10, 2) minN (8, 1) minE (5) minN (12, 3) minSimulate using PromodelCase 2.aN (11, 1) minN (8, 1) minDemand 50 units a dayIt Arrives every 15 minutesStorage50 units a day5One Piece FlowN (10, 2) minN (8, 1) minE (5) minN (12, 3) minBalance The Line !

Diketahui Kapasitas Waktu Tersedia adalah 16 jam per hari (1 jam istirahat) dan dengan demand adalah 50 unit per hari. Case 3One Piece FlowN (18, 2) minN (17, 1) minSimulate the proposed line using promodelCase 4HeijunkaN (18, 2) minN (17, 1) minDemand : Weekly : 125 A, 100 B, 25 CSimulate using promodelCase 5Using AttributeEntity attributes are a powerful construct that enable a user to "tag" entities with characteristics to distinguish them from other entities of the same name.Do