Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

Research Article

Decision Support System for the Design of Multi-


Spindle Drilling Housing
Ayoub Fajraoui1, Kamel Mehdi2
Abstract
Expert systems can be defined as computer programs, whose main task is to simulate a human expert,
usually in a narrow of expertise. In this study, an intelligent design system approach has been
developed to integrate various phases of the mechanical design process including fuzzy logic and
neural network (artificial intelligence methods). The Expert system assists with the design, analysis,
calculation and library module of the design of two stages and above gearbox with helical gears. Using
the presented Expert System reduces the time during the design and production preparation process.
Keywords: Computer aided design, Design methodology, Expert system, Kappa Pc, Mechanical
design, Multi-spindle gearbox Object-oriented language

Introduction
The design process of the mechanical products is tedious and time- consuming because of various stages and
complex activities involved. On the other hand, there is strong pressure to reduce overall costs in a competitive
market environment.1 But, the traditional design approach is inadequate in meeting these needs. Today a lot of
mechanical design application software and different database are used for mechanical design studies, but these
technologies are distributed and there is not coordination between these. Therefore, a number of researches have
focused their studies on establishing a cooperative and integrated environment. For industrial application, there is a
soft-ware called Phoenix model center which is a software solution that enables users to create model-based
engineering frameworks to many mechanical design software in the same time. 2 Su and Wakelam studied on an
intelligent hybrid system for integration in design and manufacturing. Their approach blends a rule-based system,
artificial neural networks, genetic algorithm, hypermedia and CAD package into a single environment. 3 Expert
system is capable of computational, qualitative, descriptive and explanatory functions.

An additional advantage of expert system is the ease of use, in a process which boils down to a series of questions
and answer between the computer pro-gram and the user, in which the system receives relevant information, not
only from the user but also from external sources of knowledge, such as spreadsheets, and other calculation tools. 4
Some applications: Conventional heat-transfer fluids such as water, mineral oil, and ethylene glycol play an
important role in many industrial sectors including pulp and paper, petrochemical, chemical, food, textile and other
processing plants. However, these fluids are inadequate for some applications which need high-heat-flux such as
superfast computing, superconducting magnets, novel supersonic jet aircraft, and high-power microwave tubes due
to their low thermal conductivity.

1Mechanical Engineer/Ph.D Student, Mechanical Department, National School of Engineers of Tunis (ENIT), El Manar University,
Tunis, Tunisia.
2Associate Professor Faculty, Preparatory Institute for Engineering Studies El Manar (IPEIMa), University of Tunis EL Manar

(UTM), El Manar University, Tunis, Tunisia.

Correspondence: Mr. Ayoub Fajraoui, Mechanical Department, National School of Engineers of Tunis (ENIT), El Manar
University, Tunis, Tunisia.

E-mail Id: ayoub.fajraoui@enit.utm.tn

Orcid Id: http://orcid.org/0000-0001-7240-5427

How to cite this article: Fajraoui A, Mehdi K. Decision Support System for the Design of Multi-Spindle Drilling Housing. J Adv Res
Auto Tech Transp Sys 2017; 4: 11-16.

© ADR Journals 2017. All Rights Reserved.


Fajraoui A et al. J. Adv. Res. Auto. Tech. Transp. Sys. 2017; 2(3&4)

Methodology mimic a human expert in a special area.6 These systems


are constructed by eliciting knowledge from human
Expert System as Decision Support System Tool experts and coding it into a form that can be used by a
computer in the evaluation of alternative solutions to
Advisory system is an expert system that provides ad- problems within that domain of expertise. On the other
vice to a user.5 This Expert system will provide the hand, Gregg and Walesa were stated that advisory
advices and assists for solving problems that are systems are designed to support decision making in
normally solved by human experts. According to more unstructured situations which have no single
Aronson and Turban, both advisory systems and expert correct answer.7
systems are problems-solving packages that

Figure 1.Knowledge Base


Structure and Description of the Presented In general, a mechanical system is each set of objects
Expert System belonging to a family objects. These objects are linked
together to form groups, subassemblies and finally all
The inspiration to create such a system is the fact that final. Each family of objects can be structured in several
expert systems have a great deal of opportunities for subfamilies. The set of all family’s objects as well as a
implementation into manufacturing such as drilling. library of objects made and in the development of such
a library, several aspects must be considered. In the
The presented expert system displays knowledge of basic knowledge of this system, different criteria are in
these following subjects: the form of production rules of the form “if history then
conclusions” The “history” of the rule is the level of
• Input and output data
importance of criterion and the ‘Conclusions’ lists
• Piece Materials and gears
• Drilling diameter and coordinates bearings meet the level of importance of the criteria
considered. This list may possibly be empty. Figure 3
• Elementary gear sprocket
shows an example of some rules.8

Figure 2.Task Analysis

12
J. Adv. Res. Auto. Tech. Transp. Sys. 2017; 2(3&4)
Fajraoui A et al.

Implementation of the Expert System SADCBPM


gearboxes designed for a wide drilling mass production
In this study, the design of four-stage gearbox with part and win the order cycle times and optimize
helical gear has been chosen as a design case study to production Muda by this drilling multipin housing was to
illustrate and test the developed system for the minimize recourse. That’s why the design using this
complete design and analysis of the gearbox. This expert system will greatly facilitate the validation this
case.

Figure 3.Four Stage Gearbox


Gear Design the material to be drilled (Fig. 6). These operations are
carried out through an interactive man-machine interface.
The first phase consists on the one hand, seized by the Note that in our approach, the gears are designed by the
program user preliminary characteristics of the different same type of material, the same pressure angle and the
gears. same helix angle. However, these Wheels can have
different cutting modules. The values of these modules will
For the choice of the piece of material to be drilled, the be imposed by the specifications. For the parameters of
expert system has the ability to have a database for all cutting the calculation module
possible materials. consist to choose depending cutting speed of the formula N =
(1000*V )
rpm

c and for the choice of the feed rate


π*D
Furthermore, this step is the acquisition of the
according to the equipment used.
corresponding cutting parameters to the tool and

Figure 4.Grade Selection of Materials for Drilling

13
Fajraoui A et al. J. Adv. Res. Auto. Tech. Transp. Sys. 2017; 2(3&4)

Figure 5.Cutting Parameters


Moreover, the creation of the drill entities (Fig. 7) is the needed for cutting and the frequency of rotation at
second phase. This operation is also carried out through an each drill spindle. This calculation is made based on the
interactive man-machine interface. Note that a hole is values entered by the program user. The calculated
previously defined by its unique identifier, its diameter and values are then automatically transmitted to the pinion
its coordinates (x, y). In addition, each hole created by the pin with a simple message sent by the system.
user will be displayed in a screen window. Meanwhile, the
system automatically associates the drilling creates an Therefore, the pin gears instances associated to the bores
instance “gear” type “spindle gears.” Thus, thanks to the created by the user instances form for the initial facts
dynamic link between the defined attributes of an object system for the creation of a kinematic chain. These facts
and its methods, the program calculates the power then represent the basic facts of the expert system.

Figure 6.Data Entry and Creation of Drilling Bodies


Methods, Rules and Functions in Expert System Methods are functions written in the object- oriented
SADBPM language within an object class (Fig. 10). They perform
treatments such as:
For our expert system rules are classified into three
groups: General, classification and diagnosis. The first • Send messages to other objects
engine triggers the general rules and those for the • Run predefined functions of KAL
grading and finally those relating to diagnosis (Fig. 9).

14
J. Adv. Res. Auto. Tech. Transp. Sys. 2017; 2(3&4) Fajraoui A et al.

Figure 7.KAPPA-PC Interface

Figure 8.Rule Grouping Written in Kappa-PC and Function Forward Chaining


Results and Analysis creation of the entire drive train housing. The system
uses the “forward chaining” in its reasoning mechanism.
Once all drilling object instances are created the program
supports chaining rules step through the inference engine. Since the creation of computer programming phases of
This step, in three phases, the automatic creation of the last two types of gear is not yet complete, we will
elementary reducing drilling, automatic creation of limit our-selves in what follows the presentation of the
elementary reducing transmission to finally lead to the implementation procedure for the drill gearboxes.

Figure 10.Impact Summary Interface

15
Fajraoui A et al. J. Adv. Res. Auto. Tech. Transp. Sys. 2017; 2(3&4)

Conclusions phoenix-int.com/modelcenter/integrate.php.
3. Su D, Wakelam M. Intelligent hybrid system for
The expert system shell developed is user friendly, and integration in design and manufacture. Journal of
it does not require the user to have any programming Materials Processing Technology 1998; 76(1): 23-8.
knowledge to use it. The system can help young and 4. Gonciarz T. An expert system for supporting the design
inexperienced engineers in their decision making. In and selection of mechanical equipment for recreational
addition, such systems are less costly to use and saves crafts. International Journal on Marine Navigation and
time. Having chosen the Kappa-Pc because of the Safety of Sea Transportation 2014; 8(2): 275-80.
possibility of using the rules and object classes, the goal 5. ElAlfi AE, ElAlami ME. Intelligent advisory system for
of our work is now grouped into objects and object supporting university managers in law. International
classes everything that is related to the de-sign task Journal of Computer Science and Information
kinematic chains of boxes of multi-spindle drilling. Security 2009; 3(1): 123-8.
6. Turban E, Aronson J, Liang TP. Decision Support
References Systems and Intelligent Systems. 7th Edition. Prentice-
Hall, Inc. Upper Saddle River, NJ, USA. 2005.
1. Lees B, Branki C, Aird I. A framework for distributed
7. Gregg DG, Walczak S. Auction Advisor: an agent-
agent-based engineering design support.
based online-auction decision support system.
Automation in Construction 2001; 10(5): 631-7.
Decision Support Systems 2006; 41(2): 449-71.
2. Phoenix Integration Inc. ModelCenter®, Version 5.0.1,
8. Mehdi K. Integrated System for the Design of
Blacksburg, Virginia. 2003. Available from: http://www.
Gearboxes. 1995. 316 pages.

16

You might also like