• Tidak ada hasil yang ditemukan

of of DISSERTATION

N/A
N/A
Protected

Academic year: 2024

Membagikan "of of DISSERTATION"

Copied!
61
0
0

Teks penuh

(1)

INSTRUMENTATION FAULT SIMULATION TRAINING MODULE (FAST.tool)

By

NURUL ATIKAH BINTI MARZAN

DISSERTATION REPORT

Submitted to the Electrical & Electronics Engineering Programme in Partial Fulfillment of the Requirements

for the Degree

Bachelor of Engineering (Hons) (Electrical & Electronics Engineering)

JUNE2008

Universiti Teknologi Petronas Bandar Seri Iskandar

31750 Tronoh Perak Darul Ridzuan

© Copyright 2008

by

Nurul Atikah Bt Mahzan, 2008

(2)

Approved:

CERTIFICATION OF APPROVAL

INSTRUMENTATION FAULT SIMULATION TRAINING MODULE (FAST.tool)

by

Nurul 'Atikah Bt Mahzan

A project dissertation submitted to the Electrical & Electronics Engineering Programme

Universiti Teknologi PETRONAS in partial fulfillment of the requirement for the

Bachelor of Engineering (Hons) (Electrical & Electronics Engineering)

Dr Muhammad Asif Sadiq Project Supervisor

Dr Nordin Saad Project Co-Supervisor

UNIVERSITI TEKNOLOGI PETRONAS TRONOH, PERAK

June2008

11

(3)

CERTIFICATION OF ORIGINALITY

This is to certify that I am responsible for the work submitted in this project, that the original work is my own except as specified in the references and acknowledgements, and that the original work contained herein have not been undertaken or done by unspecified sources or persons.

iii

(4)

ABSTRACT

'Instrumentation Fault Simulation Training Module' or known as FAST.tool is essentially a learning tool which serves as a training kit for instrument troubleshooting. This tool is enthused by numerous complaints concerning new engineers who are inadequately performing troubleshooting. Believing that the engineers' deficiencies are due to lack of experience and substantial training, this tool will optimistically solve the problem. Understanding of various type of instrumentation faults are the key points in order to accomplish this project as well as good knowledge in Visual Basic scripting and coding. To accomplish the project, the prototyping process model approached is applied. The model process begins with a requirements capture activity, followed by a quick design and build of a prototype or mock-up of the product. After analyzing the first built model, further modifications to the requirements are generated and the process begins again to build the second model. These processes continue until the final model satisfied the objectives of the project. Taking into consideration all interactive enhancement suggestions towards the project, new and better user interface design is created and introduced. This project aims to lay the solid foundation for the troubleshooting skill development using multimedia aid become to overcome the troubleshooting deficiency.

IV

(5)

ACKNOWLEDGEMENTS

I would like to take this opportunity to acknowledge and thank everyone that has given me all the supports and guidance throughout the period of completing the fmal year project. Firstly, many thanks to the university and the Final Year Project coordinators that have coordinated and made the necessary arrangements for me to complete this project.

I must also acknowledge the endless help and support received from my supervisor, Dr. Muhanunad Asif Sadiq and co-supervisor, Dr. Nordin Saad throughout the whole period of completing the final year project. Their guidance and advices are very much appreciated. Apart from that, many thanks to my former supervisor at Shell Refining Company Berhad, Port Dickson, Dr. Khairil Osman for giving me the inspiration and idea starting from the very beginning of the project until the compilation stage. Apart from Dr. Khairil, I must also thank the engineer at Shell Refming Company, Ms. Farrah Diva Herman who helped me to get information on instrmnentation and Mr. Redzuan Mansor who gave a lot of feedback for this project.

Last but not least, I would like to thank my family and friends for their support and motivation, which pushed me on to complete this project.

v

(6)

TABLE OF CONTENTS

ABSTRACT ... iv

LIST OF TABLES ... viii

LIST OF FIGURES ... ix

LIST OF ABBREVIATIONS ... xi

CHAPTER 1 INTRODUCTION ... 1

1.1 Background of Study ... 1

1.2 Problem Statement. ... 1

1.3 Objectives and Scope of Duty ... 2

1.3.1 Objectives ... 2

1.3.2 Scope of Duty: Design/Software Development.. ... 3

1.3 .3 Scope of Duty: Instrument Troubleshooting ... 3

CHAPTER 2 LITERATURE RE-viEW ... 5

2.1 Introduction ... 5

2.2 Issues on Application Software ... 6

2.3 Approaches to Development of Application Software ... 6

2.4 Instrumentation Troubleshooting Practice ... 7

CHAPTER 3 METHODOLOGY AND PROJECT WORK ... 9

3.1 Research on Instrumentation Troubleshooting ... tO 3 .1.1 Common Faults Identification ... 10

3.2 Visual Basic Skill Development ... l2 3 .2.1 Information Analysis ... 13

3 .2.2 Design ... 14

3 .2.3 Multimedia Authoring ... 14

3.3 Integrate with database ... 15

vi

(7)

CHAPTER 4 RESULTS AND DISCUSSION ... 18

4.1 Previous Results: Final Year Project 1... ... 18

4.2 Current Results and Discussion: Final Year Project II ... 21

CHAPTER 5 CONCLUSION AND RECOMMENDATION ... 28

5.1 Conclusion ... 28

5.2 Recommendations for Future Work ... 28

REFERENCES ... 30

APPENDICES ... 31

Appendix A Gantt chart ... 32

Appendix B My Program version 1.3 interface example ... 36

Appendix C FAST.tool version 1.4 interface and Coding ... 37

Appendix D Story Boards ... .48

Appendix E Flowchart ... 51

VII

(8)

LIST OF TABLES

Table I : Table of current industrial market conditions ... 2 Table 2 : Problem - Transmitter read zero volts ... l2 Table 3 :Table of Junction Box Cabinet Values ... l7 Table 4: Description for main frame ... 48 Table 5 : Description for junction box cabinet... ... 50

viii

(9)

LIST OF FIGURES

Figure 1 : Flowchart of project methodology ... 10

Figure 2 :A digital multimeter ... ll Figure 3 : Example of a Loop Diagram; Loop 23FI-207 ... 11

Figure 4 : Prototyping Process Model.. ... 13

Figure 5 : Example of 4-20 rnA Loop Diagram ... 16

Figure 6: Example of a Loop Diagram; Loop 72 Fl-195 ... 16

Figure 7: MyProgram Version 1.0; 24 Volts ... l8 Figure 8: MyProgram Version 1.0; 0 Volt ... 19

Figure 9: MyProgram Version 1.3; Main Form ... 20

Figure 10: MyProgram Version 1.3; choose a level... ... 20

Figure 11 : FAST.tool Version 1.4; Splash Screen ... 21

Figure 12: FAST.tool Version 1.4; Login Form ... 21

Figure 13: FAST.tool Version 1.4; Welcome Screen ... 22

Figure 14: FAST.tool Version 1.4; 'Loop Drawing' button ... 23

Figure 15: Example ofloop drawing; Loop 23-FI-207 ... 23

Figure 16 : Choosing the correct transmitter based on loop drawing ... 24

Figure 17 :Click on the center of the rectangular Junction Box block ... 24

Figure 18: FAST.tool Version 1.4; Default Junction Box Cabinet Form ... 25

Figure 19 : FAST. tool version 1.4; Checking the right transmitter ... 25

Figure 20: FAST.tool version 1.4; getting the DMM reading ... 26

Figure 21 :Example of database; data for loop 23FI-207 ... 27

Figure 22: MyProgram Version 1.3; problem solved ... 36

Figure 23: FAST.tool Version 1.4; Junction Box Cabinet Form ... 40

Figure 24: Main Frame ... 48

ix

(10)

LIST OF ABBREVIATIONS

DCS Distributed Control System

DMM Digital Multi Meter

FTA Field Terminal Assembly

GUI Graphical User Interface

vo

Input/output

IC Integrated Circuit

JB Junction Box

MDF Main Distribution Frame

P&ID Piping and Instrumentation Diagram

PLC Programmable Logic Control

VB Visual Basic

xi

(11)

1.1 Background of Study

CHAPTER I INTRODUCTION

Learning process these days is more convenient with the use of computer- based instruction. With multimedia aid, the learning process becomes easier, interesting and efficient. Instead of text presentation, multimedia programs could use pictures, sounds or even video to further explain about the subject.

Employing the multimedia aid into the instrument troubleshooting training is seen to be a beneficial practice. In instrumentation, 'troubleshooting' is defined as the action taken to fix any failure occurs while 'failure' is described as the condition of not achieving a desired state or function. Dealing with failures is a troubleshooter's business, and to troubleshoot successfully, he/she must first understand how failure occurs. Specifically in a process plant, failures can occur due to factors such as a faulty component (hardware), an incorrect line of programming code (software), or a human error (systematic). A system can even have a functional failure when it is working properly but is asked to do something it was not designed to do or when it is exposed to a transient condition that causes a momentary failure.

1.2 Problem Statement

Instrument engineers play an important role towards plant safety as well as its productivity. One vital task as an instrument engineer is to troubleshoot

I

(12)
(13)
(14)
(15)
(16)
(17)
(18)
(19)
(20)
(21)
(22)
(23)
(24)
(25)
(26)
(27)
(28)
(29)
(30)
(31)
(32)
(33)
(34)
(35)
(36)
(37)
(38)
(39)
(40)
(41)
(42)
(43)
(44)
(45)
(46)
(47)
(48)
(49)
(50)
(51)
(52)
(53)
(54)
(55)
(56)
(57)
(58)
(59)
(60)
(61)

Referensi

Dokumen terkait

CERTIFICATION OF APPROVAL Analysis of High Frequency Transformer Design in Converter Application Approved: Project Supervisor by Fathiah Zakaria A project dissertation submitted

CERTIFICATION OF APPROVAL The Effect of Aggregate Size on the Interfacial Transition Zone in Concrete Approved by, by Muhammad Muizzuddin Mohamad lzaha A project dissertation

CERTIFICATION OF APPROVAL Experimenting the Effectiveness of Rip Rap Rocks as an Energy Dissipator Approved by, by Ahmad Wariz bin Abd Wahid A project dissertation submitted

CERTIFICATION OF APPROVAL ELECTRICITY FORECASTING FOR SMALL SCALE POWER SYSTEM USING ARTIFICIAL NEURAL NETWORK Approved: by Salwa Binti Solahuddin A project dissertation

CERTIFICATION OF APPROVAL Internet Marketing: A Special Website for Visually Impaired Customers Approved by, by Wan Mardbiahani Binti Wan Marzuki A project dissertation

Approved by, CERTIFICATION OF APPROVAL Harnessing Wave Energy for Generating Electricity by Ahmad YusofBin Razak A project dissertation submitted to tbe Electrical and

CERTIFICATION OF APPROVAL Application of Solar Dryer in Drying Chilli Approved by, Ms Chin Yee Sin3 by Norzhafran Bin Nor Jamal A project dissertation submitted to the

CERTIFICATION OF APPROVAL Fingerprint Recognition for Pawnshop Management System by Sivanart Rakdee A project dissertation submitted to the Information Communication Technology