Sei sulla pagina 1di 6

CASE STUDY : MAI NTENANCE FACI LI TY

A maintenance facility of a large manufacturer performs two operations.


These operations must be performed in series; operation 2 always follows operation
1. The units that are maintained are bulky, and space is available for only eight units
including the units being worked on. A proposed design leaves space for two units
between the works stations, and space for four units before work station 1. Currently
company policy is to subcontract the maintenance of a unit if it can not gain access to
the in-house facility.
Historical data indicates that the time interval between requests for
maintenance is exponentially distributed with a mean of 0.4 time units. Service times
are also exponentially distributed with the first station requiring on the average 0.25
time units, and the second station 0.5 time units. Units are transported automatically
from work station 1 to work station 2 in a negligible amount of time.
If the queue of work station 2 is full, that is, if there are two units waiting for
work station 2, the first station is blocked and a unit can not leave the station. A
blocked work station can not serve other unit.
To evaluate the proposed design, statistics on the following variables are to be
obtained over a period of 300 time units:
1) work station utilization,
2) time to process a unit through the two work stations,
3) time between the subcontracting unit,
4) number of units waiting for each work station,
5) fraction of time that work station 1 is blocked.


Gambar 1. Simulasi Jaringan Menggunakan AweSim

Pada gambar 1 dapat dilihat konsep rancangan sistem dari Maintenance
Facility. Unit yang datang ke dalam sistem dengan waktu kedatangan terdistribusi
eksponensial 0.4 time units dideskripsikan pada simpul CREATE. Kemudian unit
menuju simpul QUEUE pertama yang mendeskripsikan tempat antrian Work Station
1 dengan Kapasitas awal 0 dan kapasitas total 4. Pada simpul QUEUE ini, unit yang
datang ke dalam sistem pada saat QUEUE pertama penuh akan ditolak dan dialihkan.
Sedangkan unit yang datang lebih dulu akan dilayani di ACTIVITY 1 yang berasal
dari simpul QUEUE pertama dengan waktu layanan terdistribusi eksponensial 0.25
time units.
Unit yang selesai dilayani pada Work Station 1 menuju simpul QUEUE kedua.
Simpul ini mendeskripsikan tempat antrian untuk Work Station 2 dengan kapasitas
awal 0 dan kapasitas total 2. Pada simpul ini terdapat tanda Blocking yang
menunjukkan, jika ada unit yang selesai dilayani pada Work Station 1 dan pada saat
yang bersamaan ada 2 unit yang sedang mengantri pada antrian Work Station 2, maka
Work Station 1 akan diblokir sampai Work Station 2 selesai melayani suatu unit. Work
Station 2 diwakili oleh ACTIVITY 2 yang memiliki waktu layanan terdistribusi
eksponensial 0.5 time units.

Pada bagian selanjutnya, terdapat beberapa Report mengenai Simulasi Jaringan
Maintenance Facility yang dibuat.

Control Statement & Network Statement
AweSim Input Translator, version 3.0
Copyright (C) 1999 Symix Systems, Inc.

Reading control CTR01 ...

1 GEN,"M. Syahid Pebriadi - G651140511","Tugas Analisis Jaringan Komputer -
Case Study : Maintenance Facility",20 Oktober 2014,1,YES,YES;
2 LIMITS,,,,1;
3 NETWORK,READ;
4 INITIALIZE,0.0,300,YES,,NO;
5 FIN;

CTR01 successfully read


Translated file SYAHID successfully written
Reading network NET01 - Pass 1...


NET01 - Pass 1 successfully read

Reading network NET01 - Pass 2...


NET01 - Pass 2 successfully read

Reading network NET01 - Pass 3...

1 Mulai: CREATE,EXPON(0.4),0.0,ATRIB[1];
2 ACTIVITY;
3 WorkStation1: QUEUE,1,0,4,BALK(Sub);
4 ACTIVITY,1,EXPON(0.25),,,1,"Waktu Layanan WorkStation1";
5 WorkStation2: QUEUE,2,0,2,BLOCK;
6 ACTIVITY,2,EXPON(0.5),,,1,"Waktu Layanan WorkStation2";
7 COLCT,,TNOW-ATRIB[1],"Waktu Dalam Sistem",20,0,0.25;
8 ACTIVITY,,,,,,"Exits";
9 TERMINATE;
10 Sub: COLCT,,TNOW-LASTARRIVE,"Waktu Dialihkan";
11 ACTIVITY,,,,,,"Exits";
12 TERMINATE;

NET01 - Pass 3 successfully read
Translated network file SYAHID.TRN successfully written

Summary Report
** AweSim SUMMARY REPORT **
Mon Oct 20 02:41:12 2014


Simulation Project : Tugas Analisis Jaringan Komputer - Case Study : Maintenance
Facility
Modeler : M. Syahid Pebriadi - G651140511
Date : 20 OKTOBER 2014
Scenario : SYAHID

Run number 1 of 1
Current simulation time : 300.000000
Statistics cleared at time : 0.000000


** OBSERVED STATISTICS REPORT for scenario SYAHID **


Label Mean Standard Number of Minimum Maximum
Value Deviation Observations Value Value

Waktu Dalam Sist 2.761 1.278 586 0.100 7.191
Waktu Dialihkan 1.545 3.291 179 0.013 27.567

** FILE STATISTICS REPORT for scenario SYAHID **


File Label or Average Standard Maximum Current Average
Number Input Location Length Deviation Length Length Wait Time

1 QUEUE WORKSTA 2.043 1.515 4 0 1.039
2 QUEUE WORKSTA 1.556 0.727 2 2 0.792
0 Event Calendar 3.413 0.512 4 4 0.455

** SERVICE ACTIVITY STATISTICS REPORT for scenario SYAHID **


Activity Label or Server Entity Average Standard
Number Input Location Capacity Count Utilization Deviation


1 Waktu Layanan Wo 1 589 0.470 0.499
2 Waktu Layanan Wo 1 586 0.942 0.234

Activity Current Average Maximum Maximum
Number Utilization Blockage Idle Time Busy Time
or Servers or Servers

1 1 0.404 2.205 4.478
2 1 0.000 2.580 69.433

** OBSERVED STATISTICS HISTOGRAM REPORT for scenario SYAHID **


Observed Histogram Number 1
Label: Waktu Dalam Sistem
Number of Observations: 586


Observed Relative Cumulative Upper Cell
Frequency Frequency Frequency Limit

0 0.000 0.000 0.000
5 0.009 0.009 0.250
4 0.007 0.015 0.500
11 0.019 0.034 0.750
21 0.036 0.070 1.000
30 0.051 0.121 1.250
31 0.053 0.174 1.500
38 0.065 0.239 1.750
33 0.056 0.295 2.000
44 0.075 0.370 2.250
32 0.055 0.425 2.500
59 0.101 0.526 2.750
55 0.094 0.619 3.000
34 0.058 0.677 3.250
39 0.067 0.744 3.500
27 0.046 0.790 3.750
27 0.046 0.836 4.000
18 0.031 0.867 4.250
17 0.029 0.896 4.500
12 0.020 0.916 4.750
16 0.027 0.944 5.000
33 0.056 1.000 INFINITY


Selanjutnya, diberikan beberapa Grafik yang berhubungan dengan Simulasi Jaringan
Maintenance Facility.
1) Utilisasi dari Work Station,


(a) (b)
Gambar 2. Utilitas Work Station 1 (a) dan Work Station 2 (b)
2) Waktu untuk memproses unit melalui dua stasiun kerja,

Gambar 3. Waktu Proses Suatu Unit
3) Waktu antara unit subkontrak,

Gambar 4. Waktu antara subkontrak
4) Banyaknya unit yang menunggu pada setiap Work Station,

Gambar 5. Banyaknya Unit yang Menunggu: Label 1 (Work Station 1); Label 2 (Work Station 2)

Tugas
Analisis Jaringan Komputer




SIMULASI PEMODELAN JARINGAN
MENGGUNAKAN AWESIM








Oleh:


Muhammad Syahid Pebriadi
G651140511








SEKOLAH PASCASARJANA
DEPARTEMEN ILMU KOMPUTER
FAKULTAS MATEMATIKA DAN ILMU PENGETAHUAN ALAM
INSTITUT PERTANIAN BOGOR

Potrebbero piacerti anche