GUI based remote control of (gas reduction system)‎ using PIC microcontroller

Other Title(s)

التحكم عن بعد بمنظومة غازية باستخدام متحكم قابل للبرمجة

Dissertant

Abd Allah, Isa Fayiq

Thesis advisor

Ismail, Iyad Ghani
Yusuf, Raghad Zuhayr

Comitee Members

Zia, Maha Jurj
al-Ubaydi, Ahmad Tariq Sadiq

University

Salahaddin University-Hawler

Faculty

College of Engineering

Department

Software Engineering Department

University Country

Iraq

Degree

Master

Degree Date

2012

Arabic Abstract

نظرا للتطور التكنولوجي السريع في جميع مناحي الحياة, لذلك فان تطبيق و استخدام الأنظمة الألية و أنظمة التحكم عن بعد المدمجة تم على نطاق واسع و مكثف.

الأنظمة المدمجة تقود إلى درجة عالية من التفاعل بين "السوفت وير و الهاردوير" الأجهزة و البرمجيات.

الأنظمة المدمجة توجد في العديد من الأجهزة المختلفة كاجهزة الموبايل و المصانع و الأنسان الألي.

هذه الأطروحة تتناول مشكلة (GRS) " أو نظام التنظيم الغازي" و الذي يمثل قلب محطة توليد الطاقة الكهربائية و المسؤول عن تنظيم ضغط و درجة حرارة الوقود الغازي وفق قيم محددة.

حيثان محطة توليد الطاقة الكهربائية تستخدم هذا الغاز الخارج من منظومة (GRS) كوقود لتشغيل المحطة و إنتاج الطاقة.

أن المشاكل الرئيسية في نظام (GRS) هو أن جميع عمليات التحكم و المراقبة و السيطرة تتم بشكل يدوي من قبل المشغل - اي انه نظام تحكم بشري, حيث أن هذا المشغل يجب أن يمتلك بعض الخبرة و مستوى مهارة.

هذا النوع من التحكم يكون عرضة للأخطاء البشرية بسبب عدم دقة أنظمة التحكم البشري و التي قد تتضمن اتخاذ قرارات خاطئة أو استجابة متأخرة لحوادث حرجة و حالات طارئة تحتاج إلى معالجة و استجابة سريعة.

هذا بالأضافة إلى أن منظومة الـ (GRS) تبعد عن غرفة السيطرة حوالي (150) متر.

النظام المقترح يتكون من أجهزة مع برمجيات " software hardware " تتكامل فيما بينها لتنتج نظام تحكم ذكي سيكون بديلا عن التحكم البشري حيث يتم تحويل جميع أنواع التحكم و التي كانت تدار يدويا بواسطة المشغل إلى نظام تحكم حاسوبي٬ و يتم التحكم عن بعد بالـــGRS بواسطة برنامج ذو واجهة سهلة و مبسطة GUI.

الجهاز الرئيسي في نظامنا عبارة عن (PIC) و هو يمثل العقل المفكر للنظام المقترح في هذه الأطروحة.

حيث يتم برمجة الــ (PIC) بواسطة لغة سي بواسطة بيئة ال (MPLAB) بينما واجهة المستخدم النهائي (GUI) تم برمجتها بواسطة برنامج فيجوال بيسك.

إن النظام المطور اثبت السيطرة التلقائية من خلال الـ (PIC) و الـ (RS232) بإرسال و استقبال البيانات٬ أن السبب للإختيار هذا المتحكم لأنة يستخدم أقل عدد من الإيعازات و سرعته عالية بالإضافة إلى سهولة برمجته و سعره المناسب.

تم استخدام نوعين من تقنيات البرمجة في هذه الإطروحة النوع الأول يمثل برمجة المتحكم باستخدام لغة سي.

و تم بواسطة المحيط البرمجي الخاص بالشركة المصنعة للمتحكم٬ أما النوع الثاني من تقنية البرمجة تم تصميم واجهة رسومية للمستخدم النهائي GUI باستخدام لغة فيجوال بيسك.

English Abstract

Due to the rapid technology development in all aspect of life, therefore applied the automation systems and embedded remote control system is being extensively used in the world.

The embedded systems lead to a high degree of interaction between hardware and software.

The embedded systems can be found in many different products e.g.

mobile, plants or industrial robots.

This thesis tackles the problem of Gas Reduction System (GRS), which represents a heart of the power station that responsible for regulating gas pressure and temperature into desired values, the power station uses the output of (GRS) as a fuel in order to operate the station.

The main problems in GRS are that ,all operations of monitoring and controlling of GRS are manual operations and handled by technician (human driven control) who has some experience and certain level of skill in the alarms and fault that might the GRS machine undergoes ,hence this type of monitoring may subjected due to human inaccuracy of human driven control which may include wrong decisions or delay in response of certain critical events ,taken in consideration that the monitoring and control processes of GRS are done from far off location about(150m) from GRS and control room.

The proposed system consists of hardware and software components, all these components are integrated together in a proposed intelligent system that convert the manual operations of GRS in to full computerized controlling, monitoring operations, and from remote location through a special proposed GUI.

The main hardware components employed is the (PIC) Programmable Interface Controller which represents the brain of the proposed system.

The programming software of (PIC 16F877A) is developed by Microchip (MPLAB) that used in embedded programming of PIC microcontroller, while Visual Basic is used in programming the GUI graphical user interface.

The developed system proves that the auto-controlling mode of transmission could be implemented via the PIC microcontroller and an RS232 connection.

The PIC microcontroller is chosen to implement the control unit due to its advantages such as high speed, Harvard and Reduced Instruction Set Computer (RISC) architecture, low cost and flexibility for programming.

The developed system proves that the Graphical User Interface (GUI) and the microcontroller successfully achieves the aim of remote controlling and monitoring GRS from remote location via twisted pair cable.

There are dual software programming techniques presented in this thesis, the first software programming technique is the embedded software which is used for programming the PIC microcontroller by using C-language that the default software debugs environment (MPLAB) of the PIC manufactory cooperation.

While the second software programming technique refer to designing a special (GUI) graphical user interfacing by using Visual Basic.

Main Subjects

Mechanical Engineering

Topics

No. of Pages

97

Table of Contents

Table of contents.

Abstract.

Chapter One : introduction.

Chapter Two : hardware and software components for controlling GRS.

Chapter Three : a proposed design of GUI based remote control for GRS.

Chapter Four : system experimental and results.

Chapter Five : conclusions and future work directions.

References.

American Psychological Association (APA)

Abd Allah, Isa Fayiq. (2012). GUI based remote control of (gas reduction system) using PIC microcontroller. (Master's theses Theses and Dissertations Master). Salahaddin University-Hawler, Iraq
https://search.emarefa.net/detail/BIM-314583

Modern Language Association (MLA)

Abd Allah, Isa Fayiq. GUI based remote control of (gas reduction system) using PIC microcontroller. (Master's theses Theses and Dissertations Master). Salahaddin University-Hawler. (2012).
https://search.emarefa.net/detail/BIM-314583

American Medical Association (AMA)

Abd Allah, Isa Fayiq. (2012). GUI based remote control of (gas reduction system) using PIC microcontroller. (Master's theses Theses and Dissertations Master). Salahaddin University-Hawler, Iraq
https://search.emarefa.net/detail/BIM-314583

Language

English

Data Type

Arab Theses

Record ID

BIM-314583