SlideShare a Scribd company logo
1 of 8
Download to read offline
International Journal of Computer- Aided Technologies (IJCAx) Vol.3, No. 2/3, July 2016
DOI:10.5121/ijcax.2016.3303 29
DESIGN AND DEVELOPMENT OF CUSTOM CHANGE
MANAGEMENT WORKFLOW TEMPLATES AND
HANDLERS FOR VEHICLE DESIGN RELEASE.
Vijay B. Tatipamde1
and Dr.Vilas M. Nandedkar2
1
SY M.Tech (Mechanical-PLM) student, Shri Guru Gobind Singhji Institute of
Engineering and Technology, Vishnupuri, Nanded, India
2
Professor, Production Engineering, Shri Guru Gobind Singhji Institute of Engineering
and Technology, Vishnupuri, Nanded, India
ABSTRACT
A large no. of automobile companies finding a convinient way to manage design changes with the use of
various PLM techniques. Change in any product is something that should occur on timely basis to match
up with customer requirement and cost reduction. The change made in the vehicle designs directly affects
various concerned agencies. Automobile Vehicle structures contains thousands of parts and if there is any
change is occurring in child parts then it becomes important to track that impacted part, propose a solution
on that part and release a new assembly structure with feasible changes such that all efforts need to be
done for cost reduction.
KEYWORDS
Workflow, Change Management, Custom-handlers, Teamcenter Unified, Assembly Structure, EBOM
1. INTRODUCTION
With the use of product life cycle management system, the auditor and customer could
electronically deal with the compulsory approvals and inspection of the design and design
changes in preparation. 3 distinct phases of change management traversing from need of change
to release of changed designs with proposed solution can be efficiently managed in PLM. But
data duplication and reuse of data is the next big things that are concerned with cost reduction
efforts. Certain error checks and manual handling of data need to countered with newer
technologies.
International Journal of Computer- Aided Technologies (IJCAx) Vol.3, No. 2/3, July 2016
30
Figure 1. Change Management Cycle [7]
CM provides an auditable history of the objects used in a process, making an object’s various
usages traceable. Industries can use CM to propose, incorporate, review, and approve changes.
Regardless of when CM comes into play at a company, it is typically an ongoing process which
continues until the end of the product’s life cycle.
You can classify a change as fast track or standard track. In a fast track process, the change does
not go through a formal review process, while a standard track follows a more rigorous process,
and may include a schedule to manage the required tasks.
2. PROBLEM STATEMENT
Change in vehicle design arises due to various reasons like customer requirement, cost reduction,
product development and so on. As the design change need arises it should be mapped in a
release process. The current Team center enterprise framework has design release issues which
need to be addressed and solved through a new design release workflow in Team center unified
by mapping all the business processes.
3. LITERATURE REVIEW
The Paper Presented by Eduard-Ionel Ionescua, Alexandrina Meru, Rodica Dragomiroiua,
concluded in their paper “Towards a new approach to supporting top managers in SPI
organizational change management” that The Effective CM Solution will accelerate speed,
eliminate unnecessary cost and Improve innovation and it will provide reliable information to
help management make superior decisions[2].
The Paper Presented by Vildan Kocar, Ali Akgunduz , “ADVICE: A virtual environment for
Engineering Change Management, concluded in their that how an effective virtual organization
devides task responsibilities from top level managers to ground level personals and take reviews
from them for final decision.
International Journal of Computer- Aided Technologies (IJCAx) Vol.3, No. 2/3, July 2016
31
4.4.4.4. MMMMETHODOLOGYETHODOLOGYETHODOLOGYETHODOLOGY
4.1.4.1.4.1.4.1. Change Management Business objects
Change objects capture the necessary change information either as part of their properties or
through establishing relations with other objects.
• Problem report
• Enterprise change request
• Enterprise change notice
Figure 2. Change Objects [7]
4.2. Assembly structure creation in PLM software
Figure 3. EBOM in PLM
International Journal of Computer- Aided Technologies (IJCAx) Vol.3, No. 2/3, July 2016
32
vehicle assembly structures contains no. of parts all these are need to be considered while creation
of assemblassembly structures contains no. of parts all these are need to be considered while
creation of assembly structure.
4.3. Use of change management workflows for managing assembly structure
To release such complex structure 3 distinct change management workflows namely PR (Problem
Report), ECR (Engineering Change Request) and ECN (Engineering Change Notice) are need to
be implemented.
Problem Report will consist of analyzing possibly of change in product design if such issue
occurs then PR will be raised by end user of on field users.
Figure 4. ECR Workflow
ECR Workflow will consist of change specialist assigns the ECR to an analyst. The analyst
identifies the items impacted by the change, prepares supporting documentation, and prepares a
high-level proposal for the actions required to implement the change.
Figure 5. ECN Workflow
International Journal of Computer- Aided Technologies (IJCAx) Vol.3, No. 2/3, July 2016
33
Finally ECN Workflow consists of approval review from change implementation board on
feasibility of design change.
4.4. Teamcenter Customization
4.4.1. ITK
The Integration Toolkit (ITK) is a set of server-side software tools you can use to integrate third-
party or user-developed applications with Teamcenter. The ITK is a set of C and C++ functions
used directly by Teamcenter and UG. The Integration Toolkit is a set of software tools that act as
a programmatic interface to Teamcenter. It is the means by which both internal and external
applications integrate with the Teamcenter. Internal applications are those supplied such as UG.
External applications are those that you decide to integrate into Teamcenter [7]
4.5. Use of ITK Handler for tracking part level make buy indicator status
4.5.1. Programmatic Authentication
The entire programme code is formed from standard c and c++ functions and ITK API’s.Firstly
part is found out in the system on which make buy status value need to be updated. SA unique
property has been set on part which is matched with target attachment. And finally if value is not
found then it asks for user to update value on part such that dummy part information will not
propagated in the system.
Code Fragment 1-Find attachments
This function will find all the attachments to be find out
Status=EPM_ask_attachments (rootTask_t, EPM_target_attachment, &count, &pTagAttch);
Code Fragment 2-Find property on part
This function ask for required attribute from part
ITKCALL (AOM_ask_value_string (pTagAttch[i],"property name”, value of property));
Code Fragment 3- Shows Error message
This function will displays error message
Status=EMH_store_error_s2 (EMH_severity_information,ITK_errStore,itemid, "error message"
));
International Journal of Computer- Aided Technologies (IJCAx) Vol.3, No. 2/3, July 2016
34
Figure 6. ECN object
The child part component which will be used in vehicle assembly will have make buy indicator
level on it. Users are enforced to specify one value from available list of values.
Figure 7. Make Buy List of Values
Vendor information get updated on each part which ensures part availability in system and this
data useful in SAP for creating purchase orders (PO).
International Journal of Computer- Aided Technologies (IJCAx) Vol.3, No. 2/3, July 2016
35
Figure 8. Make Buy status error message
The provision in this paper is made which will ask user about make buy indicator on part that is
such value cannot be set blank if it is set blank by user an error will come to update make buy
indicator level.
5. CONCLUSIONS
Change management workflow spans each individual pesonel in an industry, take reviews and
feedback from concerned authorised persons and unauthorised persons are delegated from task
signoff responsibilities.
Vehicle design is got approval from various agencies by releasing Vehicle Assembly structure
through change management workflows Error checks has been set which confirms dummy parts
will not get approved from end users End-to-end departmental mapping has been done which
minimizes manual work .The virtual organization is designed for the participants in the CM
process.Each part will be identified by a unique part number which identifies duplicate part
numbers in database.Vendor information get updated on each part which ensures part availability
in system and this data useful in SAP for creating purchase orders (PO).
REFERENCES
[1] Joze Tavcar, Joze Duhovnik, (2005)”Engineering change management in individualand mass
production” , Robotics and Computer-Integrated Manufacturing 21 205–215
[2] Eduard-Ionel Ionescua, Alexandrina Meru, Rodica Dragomiroiua (2013), “Towards a new approach
to supporting top managers in SPI organizational change management” - International Conference on
Health and Social Care Information Systems and Technologies.
[3] Aynar and Ducellier(2008) “From workflow specification to implementation”, International Design
Conference Dubrovnik - Croatia, May 19 - 22, 2008.
[4] Anna Wasmer, Gunter Staub, Regine W. Vroom, “An industry approach to shared, cross-
organizational engineering change handling - The road towards standards for product data
processing”, Computer-Aided Design, Vol. 43-5 (2011), 533-545
[5] Eduard-Ionel Ionescua, Alexandrina Meru, Rodica Dragomiroiua, “Role of Managers in Management
of Change”, Procedia Economics and Finance, Sibiu-Romania, Vol. 16 (2014)
[6] Rob Dekkers, C. M. Chang, Jochen Kreutzfeldt, “The interface between product design and
engineering and manufacturing: A review of the literature and empirical evidence”, International
Journal of Production Economics, Vol. 144-1 (2013), 316-333
[7] Teamcenter Online Help (2008)
[8] Vildan Kocar, Ali Akgunduz , “ADVICE: A virtual environment for Engineering Change
Management”, Computers in Industry, Vol. 61-1 (2010), 15-28
[9] Kamel Rouibah, Kevin R. Caskey, Change management in concurrent engineering from a parameter
perspective”, Computers in Industry, Vol. 50-1 (2003), 15-34
International Journal of Computer- Aided Technologies (IJCAx) Vol.3, No. 2/3, July 2016
36
Authors
Vijay B. Tatipamde
B.Tech (Production Engineering)
Persuing M.Tech in Mechanical-PLM
SGGSIE&T, Nanded

More Related Content

What's hot

Evaluation of interoperability between automation systems using multi-criteri...
Evaluation of interoperability between automation systems using multi-criteri...Evaluation of interoperability between automation systems using multi-criteri...
Evaluation of interoperability between automation systems using multi-criteri...MaiconSaturno1
 
Review of Development done in Computerization of Electrical Specifications fo...
Review of Development done in Computerization of Electrical Specifications fo...Review of Development done in Computerization of Electrical Specifications fo...
Review of Development done in Computerization of Electrical Specifications fo...ijsrd.com
 
Concept artikel Generic Integration Framework
Concept artikel Generic Integration FrameworkConcept artikel Generic Integration Framework
Concept artikel Generic Integration FrameworkBas Verbunt
 
IRJET- Contradicting the Hypothesis of Data Analytics with the Help of a Use-...
IRJET- Contradicting the Hypothesis of Data Analytics with the Help of a Use-...IRJET- Contradicting the Hypothesis of Data Analytics with the Help of a Use-...
IRJET- Contradicting the Hypothesis of Data Analytics with the Help of a Use-...IRJET Journal
 
IRJET- A General Framework of Computerized Maintenance Management System ...
IRJET-  	  A General Framework of Computerized Maintenance Management System ...IRJET-  	  A General Framework of Computerized Maintenance Management System ...
IRJET- A General Framework of Computerized Maintenance Management System ...IRJET Journal
 
FROM PLM TO ERP : A SOFTWARE SYSTEMS ENGINEERING INTEGRATION
FROM PLM TO ERP : A SOFTWARE SYSTEMS ENGINEERING INTEGRATIONFROM PLM TO ERP : A SOFTWARE SYSTEMS ENGINEERING INTEGRATION
FROM PLM TO ERP : A SOFTWARE SYSTEMS ENGINEERING INTEGRATIONijseajournal
 
IRJET- Voice based Email Application for Blind People
IRJET-  	  Voice based Email Application for Blind PeopleIRJET-  	  Voice based Email Application for Blind People
IRJET- Voice based Email Application for Blind PeopleIRJET Journal
 
Comprehensive Analysis of Software Development Life Cycle Models
Comprehensive Analysis of Software Development Life Cycle ModelsComprehensive Analysis of Software Development Life Cycle Models
Comprehensive Analysis of Software Development Life Cycle ModelsIRJET Journal
 
SOFTWARE ENGINEERING & ARCHITECTURE - SHORT NOTES
SOFTWARE ENGINEERING & ARCHITECTURE - SHORT NOTESSOFTWARE ENGINEERING & ARCHITECTURE - SHORT NOTES
SOFTWARE ENGINEERING & ARCHITECTURE - SHORT NOTESsuthi
 
Testing and verification of software model through formal semantics a systema...
Testing and verification of software model through formal semantics a systema...Testing and verification of software model through formal semantics a systema...
Testing and verification of software model through formal semantics a systema...eSAT Publishing House
 
Ch25-Software Engineering 9
Ch25-Software Engineering 9Ch25-Software Engineering 9
Ch25-Software Engineering 9Ian Sommerville
 
IRJET- Literature Review on Manufacturing System Performance Improvement ...
IRJET-  	  Literature Review on Manufacturing System Performance Improvement ...IRJET-  	  Literature Review on Manufacturing System Performance Improvement ...
IRJET- Literature Review on Manufacturing System Performance Improvement ...IRJET Journal
 
IRJET- Effective Implementation of Planned Maintenance in a Gas Producing Pla...
IRJET- Effective Implementation of Planned Maintenance in a Gas Producing Pla...IRJET- Effective Implementation of Planned Maintenance in a Gas Producing Pla...
IRJET- Effective Implementation of Planned Maintenance in a Gas Producing Pla...IRJET Journal
 
Reengineering framework for open source software using decision tree approach
Reengineering framework for open source software using decision tree approachReengineering framework for open source software using decision tree approach
Reengineering framework for open source software using decision tree approachIJECEIAES
 

What's hot (15)

Evaluation of interoperability between automation systems using multi-criteri...
Evaluation of interoperability between automation systems using multi-criteri...Evaluation of interoperability between automation systems using multi-criteri...
Evaluation of interoperability between automation systems using multi-criteri...
 
Review of Development done in Computerization of Electrical Specifications fo...
Review of Development done in Computerization of Electrical Specifications fo...Review of Development done in Computerization of Electrical Specifications fo...
Review of Development done in Computerization of Electrical Specifications fo...
 
Q44098893
Q44098893Q44098893
Q44098893
 
Concept artikel Generic Integration Framework
Concept artikel Generic Integration FrameworkConcept artikel Generic Integration Framework
Concept artikel Generic Integration Framework
 
IRJET- Contradicting the Hypothesis of Data Analytics with the Help of a Use-...
IRJET- Contradicting the Hypothesis of Data Analytics with the Help of a Use-...IRJET- Contradicting the Hypothesis of Data Analytics with the Help of a Use-...
IRJET- Contradicting the Hypothesis of Data Analytics with the Help of a Use-...
 
IRJET- A General Framework of Computerized Maintenance Management System ...
IRJET-  	  A General Framework of Computerized Maintenance Management System ...IRJET-  	  A General Framework of Computerized Maintenance Management System ...
IRJET- A General Framework of Computerized Maintenance Management System ...
 
FROM PLM TO ERP : A SOFTWARE SYSTEMS ENGINEERING INTEGRATION
FROM PLM TO ERP : A SOFTWARE SYSTEMS ENGINEERING INTEGRATIONFROM PLM TO ERP : A SOFTWARE SYSTEMS ENGINEERING INTEGRATION
FROM PLM TO ERP : A SOFTWARE SYSTEMS ENGINEERING INTEGRATION
 
IRJET- Voice based Email Application for Blind People
IRJET-  	  Voice based Email Application for Blind PeopleIRJET-  	  Voice based Email Application for Blind People
IRJET- Voice based Email Application for Blind People
 
Comprehensive Analysis of Software Development Life Cycle Models
Comprehensive Analysis of Software Development Life Cycle ModelsComprehensive Analysis of Software Development Life Cycle Models
Comprehensive Analysis of Software Development Life Cycle Models
 
SOFTWARE ENGINEERING & ARCHITECTURE - SHORT NOTES
SOFTWARE ENGINEERING & ARCHITECTURE - SHORT NOTESSOFTWARE ENGINEERING & ARCHITECTURE - SHORT NOTES
SOFTWARE ENGINEERING & ARCHITECTURE - SHORT NOTES
 
Testing and verification of software model through formal semantics a systema...
Testing and verification of software model through formal semantics a systema...Testing and verification of software model through formal semantics a systema...
Testing and verification of software model through formal semantics a systema...
 
Ch25-Software Engineering 9
Ch25-Software Engineering 9Ch25-Software Engineering 9
Ch25-Software Engineering 9
 
IRJET- Literature Review on Manufacturing System Performance Improvement ...
IRJET-  	  Literature Review on Manufacturing System Performance Improvement ...IRJET-  	  Literature Review on Manufacturing System Performance Improvement ...
IRJET- Literature Review on Manufacturing System Performance Improvement ...
 
IRJET- Effective Implementation of Planned Maintenance in a Gas Producing Pla...
IRJET- Effective Implementation of Planned Maintenance in a Gas Producing Pla...IRJET- Effective Implementation of Planned Maintenance in a Gas Producing Pla...
IRJET- Effective Implementation of Planned Maintenance in a Gas Producing Pla...
 
Reengineering framework for open source software using decision tree approach
Reengineering framework for open source software using decision tree approachReengineering framework for open source software using decision tree approach
Reengineering framework for open source software using decision tree approach
 

Similar to DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HANDLERS FOR VEHICLE DESIGN RELEASE.

IRJET- Development Operations for Continuous Delivery
IRJET- Development Operations for Continuous DeliveryIRJET- Development Operations for Continuous Delivery
IRJET- Development Operations for Continuous DeliveryIRJET Journal
 
Computer Govern Maintenance System for a Process Industry
Computer Govern Maintenance System for a Process IndustryComputer Govern Maintenance System for a Process Industry
Computer Govern Maintenance System for a Process Industrysushil Choudhary
 
IRJET - Virtual Mechanisms
IRJET - Virtual MechanismsIRJET - Virtual Mechanisms
IRJET - Virtual MechanismsIRJET Journal
 
Design and fabrication of automation for stapling of wooden supports to corru...
Design and fabrication of automation for stapling of wooden supports to corru...Design and fabrication of automation for stapling of wooden supports to corru...
Design and fabrication of automation for stapling of wooden supports to corru...eSAT Journals
 
RECENT TRAINDS IN ADVANCED MANUFACTURING SYSTEM
RECENT TRAINDS IN ADVANCED MANUFACTURING SYSTEMRECENT TRAINDS IN ADVANCED MANUFACTURING SYSTEM
RECENT TRAINDS IN ADVANCED MANUFACTURING SYSTEMakshay ghanwat
 
Customization of BMIDE at Customer End as per Business Requirement
Customization of BMIDE at Customer End as per Business RequirementCustomization of BMIDE at Customer End as per Business Requirement
Customization of BMIDE at Customer End as per Business RequirementYogeshIJTSRD
 
IRJET- Role of Artificial Intelligence in Flexible Manufacturing Process - A ...
IRJET- Role of Artificial Intelligence in Flexible Manufacturing Process - A ...IRJET- Role of Artificial Intelligence in Flexible Manufacturing Process - A ...
IRJET- Role of Artificial Intelligence in Flexible Manufacturing Process - A ...IRJET Journal
 
IRJET- In-House File Tracking System
IRJET-  	  In-House File Tracking SystemIRJET-  	  In-House File Tracking System
IRJET- In-House File Tracking SystemIRJET Journal
 
Application of Lean Construction Techniques in Civil Engineering: Plucking th...
Application of Lean Construction Techniques in Civil Engineering: Plucking th...Application of Lean Construction Techniques in Civil Engineering: Plucking th...
Application of Lean Construction Techniques in Civil Engineering: Plucking th...IRJET Journal
 
Clone of an organization
Clone of an organizationClone of an organization
Clone of an organizationIRJET Journal
 
Software engineering in industrial automation state of-the-art review
Software engineering in industrial automation state of-the-art reviewSoftware engineering in industrial automation state of-the-art review
Software engineering in industrial automation state of-the-art reviewTiago Oliveira
 
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...ijcax
 
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...ijcax
 
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...ijcax
 
A SOFTWARE REQUIREMENT ENGINEERING TECHNIQUE USING OOADA-RE AND CSC FOR IOT B...
A SOFTWARE REQUIREMENT ENGINEERING TECHNIQUE USING OOADA-RE AND CSC FOR IOT B...A SOFTWARE REQUIREMENT ENGINEERING TECHNIQUE USING OOADA-RE AND CSC FOR IOT B...
A SOFTWARE REQUIREMENT ENGINEERING TECHNIQUE USING OOADA-RE AND CSC FOR IOT B...ijseajournal
 
IRJET- Vendor Management System using Machine Learning
IRJET-  	  Vendor Management System using Machine LearningIRJET-  	  Vendor Management System using Machine Learning
IRJET- Vendor Management System using Machine LearningIRJET Journal
 
A Comparative Study of Different types of Models in Software Development Life...
A Comparative Study of Different types of Models in Software Development Life...A Comparative Study of Different types of Models in Software Development Life...
A Comparative Study of Different types of Models in Software Development Life...IRJET Journal
 
Monitoring and Visualisation Approach for Collaboration Production Line Envir...
Monitoring and Visualisation Approach for Collaboration Production Line Envir...Monitoring and Visualisation Approach for Collaboration Production Line Envir...
Monitoring and Visualisation Approach for Collaboration Production Line Envir...Waqas Tariq
 
Designing, implementation, evolution and execution of an intelligent manufact...
Designing, implementation, evolution and execution of an intelligent manufact...Designing, implementation, evolution and execution of an intelligent manufact...
Designing, implementation, evolution and execution of an intelligent manufact...ijmech
 

Similar to DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HANDLERS FOR VEHICLE DESIGN RELEASE. (20)

IRJET- Development Operations for Continuous Delivery
IRJET- Development Operations for Continuous DeliveryIRJET- Development Operations for Continuous Delivery
IRJET- Development Operations for Continuous Delivery
 
Computer Govern Maintenance System for a Process Industry
Computer Govern Maintenance System for a Process IndustryComputer Govern Maintenance System for a Process Industry
Computer Govern Maintenance System for a Process Industry
 
IRJET - Virtual Mechanisms
IRJET - Virtual MechanismsIRJET - Virtual Mechanisms
IRJET - Virtual Mechanisms
 
Design and fabrication of automation for stapling of wooden supports to corru...
Design and fabrication of automation for stapling of wooden supports to corru...Design and fabrication of automation for stapling of wooden supports to corru...
Design and fabrication of automation for stapling of wooden supports to corru...
 
RECENT TRAINDS IN ADVANCED MANUFACTURING SYSTEM
RECENT TRAINDS IN ADVANCED MANUFACTURING SYSTEMRECENT TRAINDS IN ADVANCED MANUFACTURING SYSTEM
RECENT TRAINDS IN ADVANCED MANUFACTURING SYSTEM
 
Customization of BMIDE at Customer End as per Business Requirement
Customization of BMIDE at Customer End as per Business RequirementCustomization of BMIDE at Customer End as per Business Requirement
Customization of BMIDE at Customer End as per Business Requirement
 
IRJET- Role of Artificial Intelligence in Flexible Manufacturing Process - A ...
IRJET- Role of Artificial Intelligence in Flexible Manufacturing Process - A ...IRJET- Role of Artificial Intelligence in Flexible Manufacturing Process - A ...
IRJET- Role of Artificial Intelligence in Flexible Manufacturing Process - A ...
 
IRJET- In-House File Tracking System
IRJET-  	  In-House File Tracking SystemIRJET-  	  In-House File Tracking System
IRJET- In-House File Tracking System
 
Application of Lean Construction Techniques in Civil Engineering: Plucking th...
Application of Lean Construction Techniques in Civil Engineering: Plucking th...Application of Lean Construction Techniques in Civil Engineering: Plucking th...
Application of Lean Construction Techniques in Civil Engineering: Plucking th...
 
Clone of an organization
Clone of an organizationClone of an organization
Clone of an organization
 
Software engineering in industrial automation state of-the-art review
Software engineering in industrial automation state of-the-art reviewSoftware engineering in industrial automation state of-the-art review
Software engineering in industrial automation state of-the-art review
 
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
 
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
 
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
Developing Product Configurator Tool Using CADs’ API with the help of Paramet...
 
A SOFTWARE REQUIREMENT ENGINEERING TECHNIQUE USING OOADA-RE AND CSC FOR IOT B...
A SOFTWARE REQUIREMENT ENGINEERING TECHNIQUE USING OOADA-RE AND CSC FOR IOT B...A SOFTWARE REQUIREMENT ENGINEERING TECHNIQUE USING OOADA-RE AND CSC FOR IOT B...
A SOFTWARE REQUIREMENT ENGINEERING TECHNIQUE USING OOADA-RE AND CSC FOR IOT B...
 
IRJET- Vendor Management System using Machine Learning
IRJET-  	  Vendor Management System using Machine LearningIRJET-  	  Vendor Management System using Machine Learning
IRJET- Vendor Management System using Machine Learning
 
A Comparative Study of Different types of Models in Software Development Life...
A Comparative Study of Different types of Models in Software Development Life...A Comparative Study of Different types of Models in Software Development Life...
A Comparative Study of Different types of Models in Software Development Life...
 
Monitoring and Visualisation Approach for Collaboration Production Line Envir...
Monitoring and Visualisation Approach for Collaboration Production Line Envir...Monitoring and Visualisation Approach for Collaboration Production Line Envir...
Monitoring and Visualisation Approach for Collaboration Production Line Envir...
 
Designing, implementation, evolution and execution of an intelligent manufact...
Designing, implementation, evolution and execution of an intelligent manufact...Designing, implementation, evolution and execution of an intelligent manufact...
Designing, implementation, evolution and execution of an intelligent manufact...
 
Lead Time Reduction of Power Control Center (Pcc) Electric Panel by Lean Phil...
Lead Time Reduction of Power Control Center (Pcc) Electric Panel by Lean Phil...Lead Time Reduction of Power Control Center (Pcc) Electric Panel by Lean Phil...
Lead Time Reduction of Power Control Center (Pcc) Electric Panel by Lean Phil...
 

More from ijcax

NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESijcax
 
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEMTHE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEMijcax
 
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSCOMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSijcax
 
PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...
PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...
PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...ijcax
 
A Multi Criteria Decision Making Based Approach for Semantic Image Annotation
A Multi Criteria Decision Making Based Approach for Semantic Image Annotation A Multi Criteria Decision Making Based Approach for Semantic Image Annotation
A Multi Criteria Decision Making Based Approach for Semantic Image Annotation ijcax
 
On Fuzzy Soft Multi Set and Its Application in Information Systems
On Fuzzy Soft Multi Set and Its Application in Information Systems On Fuzzy Soft Multi Set and Its Application in Information Systems
On Fuzzy Soft Multi Set and Its Application in Information Systems ijcax
 
RESEARCH ISSUES IN WEB MINING
RESEARCH ISSUES IN WEB MINING RESEARCH ISSUES IN WEB MINING
RESEARCH ISSUES IN WEB MINING ijcax
 
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR ijcax
 
BLIND AID : TRAVEL AID FOR BLIND
BLIND AID : TRAVEL AID FOR BLINDBLIND AID : TRAVEL AID FOR BLIND
BLIND AID : TRAVEL AID FOR BLINDijcax
 
INTELLIGENT AGENT FOR PUBLICATION AND SUBSCRIPTION PATTERN ANALYSIS OF NEWS W...
INTELLIGENT AGENT FOR PUBLICATION AND SUBSCRIPTION PATTERN ANALYSIS OF NEWS W...INTELLIGENT AGENT FOR PUBLICATION AND SUBSCRIPTION PATTERN ANALYSIS OF NEWS W...
INTELLIGENT AGENT FOR PUBLICATION AND SUBSCRIPTION PATTERN ANALYSIS OF NEWS W...ijcax
 
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMijcax
 
TRACE LENGTH CALCULATION ON PCBS
TRACE LENGTH CALCULATION ON PCBSTRACE LENGTH CALCULATION ON PCBS
TRACE LENGTH CALCULATION ON PCBSijcax
 
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...ijcax
 
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...ijcax
 
IMPACT OF APPLYING INTERNATIONAL QUALITY STANDARDS ON MEDICAL EQUIPMENT IN SA...
IMPACT OF APPLYING INTERNATIONAL QUALITY STANDARDS ON MEDICAL EQUIPMENT IN SA...IMPACT OF APPLYING INTERNATIONAL QUALITY STANDARDS ON MEDICAL EQUIPMENT IN SA...
IMPACT OF APPLYING INTERNATIONAL QUALITY STANDARDS ON MEDICAL EQUIPMENT IN SA...ijcax
 
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR ijcax
 
DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HAN...
DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HAN...DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HAN...
DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HAN...ijcax
 
BLIND AID : TRAVEL AID FOR BLIND
BLIND AID : TRAVEL AID FOR BLINDBLIND AID : TRAVEL AID FOR BLIND
BLIND AID : TRAVEL AID FOR BLINDijcax
 
TEACHER’S ATTITUDE TOWARDS UTILISING FUTURE GADGETS IN EDUCATION
TEACHER’S ATTITUDE TOWARDS UTILISING FUTURE GADGETS IN EDUCATION TEACHER’S ATTITUDE TOWARDS UTILISING FUTURE GADGETS IN EDUCATION
TEACHER’S ATTITUDE TOWARDS UTILISING FUTURE GADGETS IN EDUCATION ijcax
 
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUDIMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUDijcax
 

More from ijcax (20)

NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGESNEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
NEW ONTOLOGY RETRIEVAL IMAGE METHOD IN 5K COREL IMAGES
 
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEMTHE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
 
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKSCOMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
COMPARATIVE ANALYSIS OF ROUTING PROTOCOLS IN MOBILE AD HOC NETWORKS
 
PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...
PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...
PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...
 
A Multi Criteria Decision Making Based Approach for Semantic Image Annotation
A Multi Criteria Decision Making Based Approach for Semantic Image Annotation A Multi Criteria Decision Making Based Approach for Semantic Image Annotation
A Multi Criteria Decision Making Based Approach for Semantic Image Annotation
 
On Fuzzy Soft Multi Set and Its Application in Information Systems
On Fuzzy Soft Multi Set and Its Application in Information Systems On Fuzzy Soft Multi Set and Its Application in Information Systems
On Fuzzy Soft Multi Set and Its Application in Information Systems
 
RESEARCH ISSUES IN WEB MINING
RESEARCH ISSUES IN WEB MINING RESEARCH ISSUES IN WEB MINING
RESEARCH ISSUES IN WEB MINING
 
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
 
BLIND AID : TRAVEL AID FOR BLIND
BLIND AID : TRAVEL AID FOR BLINDBLIND AID : TRAVEL AID FOR BLIND
BLIND AID : TRAVEL AID FOR BLIND
 
INTELLIGENT AGENT FOR PUBLICATION AND SUBSCRIPTION PATTERN ANALYSIS OF NEWS W...
INTELLIGENT AGENT FOR PUBLICATION AND SUBSCRIPTION PATTERN ANALYSIS OF NEWS W...INTELLIGENT AGENT FOR PUBLICATION AND SUBSCRIPTION PATTERN ANALYSIS OF NEWS W...
INTELLIGENT AGENT FOR PUBLICATION AND SUBSCRIPTION PATTERN ANALYSIS OF NEWS W...
 
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORMADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
ADVANCED E-VOTING APPLICATION USING ANDROID PLATFORM
 
TRACE LENGTH CALCULATION ON PCBS
TRACE LENGTH CALCULATION ON PCBSTRACE LENGTH CALCULATION ON PCBS
TRACE LENGTH CALCULATION ON PCBS
 
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
 
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
RESEARCH TRENDS İN EDUCATIONAL TECHNOLOGY İN TURKEY: 2010-2018 YEAR THESIS AN...
 
IMPACT OF APPLYING INTERNATIONAL QUALITY STANDARDS ON MEDICAL EQUIPMENT IN SA...
IMPACT OF APPLYING INTERNATIONAL QUALITY STANDARDS ON MEDICAL EQUIPMENT IN SA...IMPACT OF APPLYING INTERNATIONAL QUALITY STANDARDS ON MEDICAL EQUIPMENT IN SA...
IMPACT OF APPLYING INTERNATIONAL QUALITY STANDARDS ON MEDICAL EQUIPMENT IN SA...
 
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
SPAM FILTERING SECURITY EVALUATION FRAMEWORK USING SVM, LR AND MILR
 
DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HAN...
DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HAN...DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HAN...
DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HAN...
 
BLIND AID : TRAVEL AID FOR BLIND
BLIND AID : TRAVEL AID FOR BLINDBLIND AID : TRAVEL AID FOR BLIND
BLIND AID : TRAVEL AID FOR BLIND
 
TEACHER’S ATTITUDE TOWARDS UTILISING FUTURE GADGETS IN EDUCATION
TEACHER’S ATTITUDE TOWARDS UTILISING FUTURE GADGETS IN EDUCATION TEACHER’S ATTITUDE TOWARDS UTILISING FUTURE GADGETS IN EDUCATION
TEACHER’S ATTITUDE TOWARDS UTILISING FUTURE GADGETS IN EDUCATION
 
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUDIMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
IMPROVING REAL TIME TASK AND HARNESSING ENERGY USING CSBTS IN VIRTUALIZED CLOUD
 

Recently uploaded

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 

Recently uploaded (20)

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 

DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HANDLERS FOR VEHICLE DESIGN RELEASE.

  • 1. International Journal of Computer- Aided Technologies (IJCAx) Vol.3, No. 2/3, July 2016 DOI:10.5121/ijcax.2016.3303 29 DESIGN AND DEVELOPMENT OF CUSTOM CHANGE MANAGEMENT WORKFLOW TEMPLATES AND HANDLERS FOR VEHICLE DESIGN RELEASE. Vijay B. Tatipamde1 and Dr.Vilas M. Nandedkar2 1 SY M.Tech (Mechanical-PLM) student, Shri Guru Gobind Singhji Institute of Engineering and Technology, Vishnupuri, Nanded, India 2 Professor, Production Engineering, Shri Guru Gobind Singhji Institute of Engineering and Technology, Vishnupuri, Nanded, India ABSTRACT A large no. of automobile companies finding a convinient way to manage design changes with the use of various PLM techniques. Change in any product is something that should occur on timely basis to match up with customer requirement and cost reduction. The change made in the vehicle designs directly affects various concerned agencies. Automobile Vehicle structures contains thousands of parts and if there is any change is occurring in child parts then it becomes important to track that impacted part, propose a solution on that part and release a new assembly structure with feasible changes such that all efforts need to be done for cost reduction. KEYWORDS Workflow, Change Management, Custom-handlers, Teamcenter Unified, Assembly Structure, EBOM 1. INTRODUCTION With the use of product life cycle management system, the auditor and customer could electronically deal with the compulsory approvals and inspection of the design and design changes in preparation. 3 distinct phases of change management traversing from need of change to release of changed designs with proposed solution can be efficiently managed in PLM. But data duplication and reuse of data is the next big things that are concerned with cost reduction efforts. Certain error checks and manual handling of data need to countered with newer technologies.
  • 2. International Journal of Computer- Aided Technologies (IJCAx) Vol.3, No. 2/3, July 2016 30 Figure 1. Change Management Cycle [7] CM provides an auditable history of the objects used in a process, making an object’s various usages traceable. Industries can use CM to propose, incorporate, review, and approve changes. Regardless of when CM comes into play at a company, it is typically an ongoing process which continues until the end of the product’s life cycle. You can classify a change as fast track or standard track. In a fast track process, the change does not go through a formal review process, while a standard track follows a more rigorous process, and may include a schedule to manage the required tasks. 2. PROBLEM STATEMENT Change in vehicle design arises due to various reasons like customer requirement, cost reduction, product development and so on. As the design change need arises it should be mapped in a release process. The current Team center enterprise framework has design release issues which need to be addressed and solved through a new design release workflow in Team center unified by mapping all the business processes. 3. LITERATURE REVIEW The Paper Presented by Eduard-Ionel Ionescua, Alexandrina Meru, Rodica Dragomiroiua, concluded in their paper “Towards a new approach to supporting top managers in SPI organizational change management” that The Effective CM Solution will accelerate speed, eliminate unnecessary cost and Improve innovation and it will provide reliable information to help management make superior decisions[2]. The Paper Presented by Vildan Kocar, Ali Akgunduz , “ADVICE: A virtual environment for Engineering Change Management, concluded in their that how an effective virtual organization devides task responsibilities from top level managers to ground level personals and take reviews from them for final decision.
  • 3. International Journal of Computer- Aided Technologies (IJCAx) Vol.3, No. 2/3, July 2016 31 4.4.4.4. MMMMETHODOLOGYETHODOLOGYETHODOLOGYETHODOLOGY 4.1.4.1.4.1.4.1. Change Management Business objects Change objects capture the necessary change information either as part of their properties or through establishing relations with other objects. • Problem report • Enterprise change request • Enterprise change notice Figure 2. Change Objects [7] 4.2. Assembly structure creation in PLM software Figure 3. EBOM in PLM
  • 4. International Journal of Computer- Aided Technologies (IJCAx) Vol.3, No. 2/3, July 2016 32 vehicle assembly structures contains no. of parts all these are need to be considered while creation of assemblassembly structures contains no. of parts all these are need to be considered while creation of assembly structure. 4.3. Use of change management workflows for managing assembly structure To release such complex structure 3 distinct change management workflows namely PR (Problem Report), ECR (Engineering Change Request) and ECN (Engineering Change Notice) are need to be implemented. Problem Report will consist of analyzing possibly of change in product design if such issue occurs then PR will be raised by end user of on field users. Figure 4. ECR Workflow ECR Workflow will consist of change specialist assigns the ECR to an analyst. The analyst identifies the items impacted by the change, prepares supporting documentation, and prepares a high-level proposal for the actions required to implement the change. Figure 5. ECN Workflow
  • 5. International Journal of Computer- Aided Technologies (IJCAx) Vol.3, No. 2/3, July 2016 33 Finally ECN Workflow consists of approval review from change implementation board on feasibility of design change. 4.4. Teamcenter Customization 4.4.1. ITK The Integration Toolkit (ITK) is a set of server-side software tools you can use to integrate third- party or user-developed applications with Teamcenter. The ITK is a set of C and C++ functions used directly by Teamcenter and UG. The Integration Toolkit is a set of software tools that act as a programmatic interface to Teamcenter. It is the means by which both internal and external applications integrate with the Teamcenter. Internal applications are those supplied such as UG. External applications are those that you decide to integrate into Teamcenter [7] 4.5. Use of ITK Handler for tracking part level make buy indicator status 4.5.1. Programmatic Authentication The entire programme code is formed from standard c and c++ functions and ITK API’s.Firstly part is found out in the system on which make buy status value need to be updated. SA unique property has been set on part which is matched with target attachment. And finally if value is not found then it asks for user to update value on part such that dummy part information will not propagated in the system. Code Fragment 1-Find attachments This function will find all the attachments to be find out Status=EPM_ask_attachments (rootTask_t, EPM_target_attachment, &count, &pTagAttch); Code Fragment 2-Find property on part This function ask for required attribute from part ITKCALL (AOM_ask_value_string (pTagAttch[i],"property name”, value of property)); Code Fragment 3- Shows Error message This function will displays error message Status=EMH_store_error_s2 (EMH_severity_information,ITK_errStore,itemid, "error message" ));
  • 6. International Journal of Computer- Aided Technologies (IJCAx) Vol.3, No. 2/3, July 2016 34 Figure 6. ECN object The child part component which will be used in vehicle assembly will have make buy indicator level on it. Users are enforced to specify one value from available list of values. Figure 7. Make Buy List of Values Vendor information get updated on each part which ensures part availability in system and this data useful in SAP for creating purchase orders (PO).
  • 7. International Journal of Computer- Aided Technologies (IJCAx) Vol.3, No. 2/3, July 2016 35 Figure 8. Make Buy status error message The provision in this paper is made which will ask user about make buy indicator on part that is such value cannot be set blank if it is set blank by user an error will come to update make buy indicator level. 5. CONCLUSIONS Change management workflow spans each individual pesonel in an industry, take reviews and feedback from concerned authorised persons and unauthorised persons are delegated from task signoff responsibilities. Vehicle design is got approval from various agencies by releasing Vehicle Assembly structure through change management workflows Error checks has been set which confirms dummy parts will not get approved from end users End-to-end departmental mapping has been done which minimizes manual work .The virtual organization is designed for the participants in the CM process.Each part will be identified by a unique part number which identifies duplicate part numbers in database.Vendor information get updated on each part which ensures part availability in system and this data useful in SAP for creating purchase orders (PO). REFERENCES [1] Joze Tavcar, Joze Duhovnik, (2005)”Engineering change management in individualand mass production” , Robotics and Computer-Integrated Manufacturing 21 205–215 [2] Eduard-Ionel Ionescua, Alexandrina Meru, Rodica Dragomiroiua (2013), “Towards a new approach to supporting top managers in SPI organizational change management” - International Conference on Health and Social Care Information Systems and Technologies. [3] Aynar and Ducellier(2008) “From workflow specification to implementation”, International Design Conference Dubrovnik - Croatia, May 19 - 22, 2008. [4] Anna Wasmer, Gunter Staub, Regine W. Vroom, “An industry approach to shared, cross- organizational engineering change handling - The road towards standards for product data processing”, Computer-Aided Design, Vol. 43-5 (2011), 533-545 [5] Eduard-Ionel Ionescua, Alexandrina Meru, Rodica Dragomiroiua, “Role of Managers in Management of Change”, Procedia Economics and Finance, Sibiu-Romania, Vol. 16 (2014) [6] Rob Dekkers, C. M. Chang, Jochen Kreutzfeldt, “The interface between product design and engineering and manufacturing: A review of the literature and empirical evidence”, International Journal of Production Economics, Vol. 144-1 (2013), 316-333 [7] Teamcenter Online Help (2008) [8] Vildan Kocar, Ali Akgunduz , “ADVICE: A virtual environment for Engineering Change Management”, Computers in Industry, Vol. 61-1 (2010), 15-28 [9] Kamel Rouibah, Kevin R. Caskey, Change management in concurrent engineering from a parameter perspective”, Computers in Industry, Vol. 50-1 (2003), 15-34
  • 8. International Journal of Computer- Aided Technologies (IJCAx) Vol.3, No. 2/3, July 2016 36 Authors Vijay B. Tatipamde B.Tech (Production Engineering) Persuing M.Tech in Mechanical-PLM SGGSIE&T, Nanded