Sie sind auf Seite 1von 7

Downloaded from SAE International by Imperial College London, Thursday, August 09, 2018

SAE TECHNICAL 2007-01-2742


PAPER SERIES E

Torque Management System

Yuri Surzynskyj
T-Systems do Brasil Ltda.

Jorge Luiz Tomaz de Brito


T-Systems do Brasil Ltda.

FILIADA À
XVI Congresso e Exposição Internacionais
da Tecnologia da Mobilidade
São Paulo, Brasil
28 a 30 de novembro de 2007

AV. PAULISTA, 2073 - HORSA II - CJ. 1003 - CEP 01311-940 - SÃO PAULO – SP
Downloaded from SAE International by Imperial College London, Thursday, August 09, 2018
Downloaded from SAE International by Imperial College London, Thursday, August 09, 2018

2007-01-2742

Torque Management System


Yuri Surzynskyj
T-Systems do Brasil Ltda.

Copyright © 2007 SAE International

ABSTRACT independently and granting security of data. Although the


system provides only support for nut lock process and it
Looking for a continuous improvement and the must be adaptable to your process generating results that
satisfaction of customers, the automotive industry needs you can trust to make decisions.
each time more help from IT systems to improve its
productive processes. This necessity points to development See below a hypothetical process deviation curve to
of specific systems such as Torque Management System be analyzed by the system, the first picture tells about
that use a real-time monitoring of shop floor to generate uncontrolled process and the second about controlled
quality and error control reports of nut lock processes. process:

A MOTIVATION, AN IDEA

What will happen if one truck lost one wheel on the


road? And be evidenced that one of the nuts of the wheel
came unlocked from factory?

Following this idea and quality control we had a


motivation to develop a system capable of generate
Effective Control of Locks and quality/error reports
although permits tracking for each one product that was
assembled.

These reports must be used by production leaders or


production planning to control the quality of processes and
quality of its processes under Statistical Process Control
(SPC) concepts although grants the tracking.

EXPLORING THE IDEIA

The SPC standards apply an extensive use of


Statistics to generate results, all the time, based on samples
of data. In our case the idea is Effective control, not
statistical control because we have all the data, where some
statistical procedures not run ok.

The most important concept is the analyses of


Deviation Curve to make decisions. These analyses permit
a rapid detection of failures from processes growing-up the DEFINING THE MAIN ROLES OF SYSTEM
quality and reducing costs of rework to lower-levels.
To generate effective results the system must be own
Now thinking about the system, many companies all data from nut lock processes and have a powerful
have a structure based on independent production lines or processing and data consolidating engine capable of give
cost centers that need its own reports, results and strategies results in a few minutes or according to the necessity of
then the system needs provide information sector-by-sector

1
Downloaded from SAE International by Imperial College London, Thursday, August 09, 2018

your production system. Joining the ideas we define that implement each protocol and delivery your data to other
the system must be: structure. This second structure is known by your system
and you can work only with this structure to do a
 Owner of all the data from locking processes conversation with devices and collect the data of locks.
Certainly this phase of system project is the most important
 Capable to do Deviation Curve Analysis because it will define the big part of performance of
system.
 Capable to generate results into time window of
your processes. If you develop low-quality integration the system will
consume more resources and time to process the
 Capable to generate custom reports information, what can be a problem in the future and you
will spend more time to develop new integrations until the
 Capable to generate SPC Cards and Graphics system turns disorganized with failures and low stability.

 Flexible and adaptable to your nut lock processes See below the best way to implement and run
generating trusted information. multiple protocols concurrently.

 Flexible to support your company structure


granting the security of data sector-by-sector

 Scalable, Available, Fast and Downtime-Less

 Flexible to adapt the various protocols of


machines

TECHNOLOGY POWERING RESULTS

Today we have the technology of Electric Nut Runner


s that turns possible the collect of lock data to make
analysis. Many Nut Runners supports computer-network
connections, other machines do not have this support but
we can apply a PLC or any signal converter, using
automation, into the machine to enable the network support
and data delivery. Some processes use Electro-Pneumatic THE CONCEPT AND THE REALITY
machines to execute locks and this machines also can be
network enabled using specific-designed devices that can This concept tells about an enterprise integration of
share lock data over networks. nut runners and we had full applied it for one of our
customers and we passed by many technical and
Nowadays the SERIAL networks have your use management challenges during the project.
tending to local applications, like barcode scanner, and not
supports an enterprise network, then we consider the best As this concept was extracted from the practice you
way the use of TCP/IP networks to transfer data between not will find big differences between concept and reality. In
machines and computers/servers reaching speeds up to 100 this case, during the first phase of the project, we had
Mbps granting fast delivery of information to control integrated approximately 100 machines/devices from 9
system. different suppliers to a central system where the users from
any part of the network can access its information to make
PASSING BY THE CHALLENGE OF decisions or simply to track the production using a website.
INTEGRATION
THE SYSTEM MAINTENANCE
The main challenge to develop a system that supports
this structure is the level of interoperability with machines As the system was designed in many modules we can
and other systems that it integrates. do changes and maintenance using hot-swap concepts to
reduce the down-time of solution where the continuous
If you have a diversity of machine types, during the capture of the data is granted.
integration, you will find a big confusion with protocols
generating a scenario like “Tower of Babel” because each The hot-swap concept tells about design that permit
device communicates in one specific protocol. You must the system receive changes with it running and executing

2
Downloaded from SAE International by Imperial College London, Thursday, August 09, 2018

its tasks normally, without operation stops to grant the used Is MS-SQL 2000.
integrity of data and availability of the system.

The costs of support are low and the start-up is very


fast comparing to other enterprise systems considering that
you have the same machines that system was enabled, but if
your machine is new for the system, we can create new
protocol interfaces to do the communication in a short time
window.

SYSTEM DESIGN

The system was designed using the OOP (Object


Oriented Programming) concept and structured in four
layers. Each layer is a package of classes and other
implementations that serves the upper layer and consumes
the lower layer services. The layers are CORE, BIZCORE,
SERVICE and WEB.

1 - Core: This layer contains common controls of


system and services such as Data Providers, Ethernet
Connectors and IO Interfaces.

2 - BizCore: This layer consumes the major part of THE SYSTEM AND THE NEW PROCESS OF
Core controls and its responsibility is the transformation of LOCKING AND QUALITY CONTROL
collected data to internal structure of the system and
provides the consolidated data for upper layer, the user With the system processing the lock data, the quality
interface. This layer implements also the drivers for each team of our customer doesn’t will spend many hours
one protocol that the system supports. calculating and filling SPC cards with results or drawing
graphics as in the past. They only will click in buttons and
3 - Service: It’s the most important layer and the heart get the processed data with respective graphics in a few
of the system because it’s responsible to generate seconds. The other part of time will spend only to analysis
consolidation of data, pre-processing of statistics and the results getting decisions and solving the problems off
process deviation curve analysis although the control of processes/products.
data collect and data integrity check. It needs grant the
correct input of data into the system and the interoperability We also implement a special report that, at the end of
with the legacy systems and/or with devices over the production, will be generated for each assembled product
network. where an operator do the check of all locks from product
and, if necessary, grant the revision of items NOK.
4 – Web: This layer is responsible only by provides
user interface, administration of the system and Generation Certainly the productivity of quality teams grows-up
of runtime reports. and the quality of products too, resulting in a security and
satisfaction of the final customers. We can observe that the
PLATFORM: cost with rework was really reduced after the problematic
processes receive more attention and solutions to its fails.
As the design of the system is OO you can implement
it in many commercial platforms like MS-Windows or THE FIRST PLATFORM THAT WE USED TO
UNIX/LINUX with JAVA. In the cases of MS-Windows IMPLEMENT THE SYSTEM
you can use .Net Platform too.
The TMS was designed and implemented using
The physical platform must be able to support cluster Microsoft .Net Platform with C#.net and ASP.Net for the
services using the “Failover” concept to grant the website. The system runs over two machines equipped with
availability and we recommend that you use two equal 16GB of RAM and four Intel Core 2 Quad Xeon processors
servers at least to implements the system. with 2.4 GHz clock each one granting the speed that our
customer needs to its process timing.

3
Downloaded from SAE International by Imperial College London, Thursday, August 09, 2018

The data storage system used is IBM DS8100 ABOUT THE AUTOR
partition. The logical platform applied uses MS Windows
2003 as operational system and the MS-SQL Server 2000 He work at T-Systems Brazil as Engineering
as Database Server. The web application is served by Technician and is student of Computational Engineering.
IIS(Internet Information Services) from MS too. He is 20 years old and develops enterprise systems since
2004; nowadays he is dedicated to develop automotive
THE PAST AND THE FUTURE OF OUR embedded systems and manufacturing automation systems
IMPLEMENTATION for TSBR customers.

We spent about eight months for develop and test the Contact e-mail : yuri.surzynskyj@t-systems.com.br.
core of the system to be capable to support the demand of
data processing and consolidating. The results of applied
tests grant that the data comes into the system and is
processed successfully. Now we totalize about 1,200 hours

The same customer and our team still designing the


changes to the system be able to support new production
lines where we will integrate more 40 machines/devices to
the system and totalizing 520,000 locks/month completing
the first phase of the project.

4
Downloaded from SAE International by Imperial College London, Thursday, August 09, 2018

The appearance of the ISSN code at the bottom of this page indicates SAE’s
consent that copies of the paper may be made for personal or internal use of
specific clients. This consent is given on the condition however, that the copier pay a
$ 7.00 per article copy fee through the Copyright Clearance Center, Inc. Operations
Center, 222 Rosewood Drive, Danvers, MA 01923 for copying beyond that permitted
by Sections 107 or 108 of U.S. Copyright Law. This consent does not extend to
other kinds of copying such as copying for general distribution, for advertising or
promotional purposes, for creating new collective works, or for resale.

SAE routinely stocks printed papers for a period of three years following date of
publication. Direct your orders to SAE Customer Sales and Satisfaction Department.

Quantity reprint rates can be obtained from the Customer Sales and Satisfaction
Department.

To request permission to reprint a technical paper or permission to use copyrighted


SAE publications in other works, contact the SAE Publications Group.

All SAE papers, standards, and selected


books are abstracted and indexed in the
Global Mobility Database.

No part of this publication may be reproduced in any form, in an electronic retrieval


system or otherwise, without the prior written permission of the publisher.

ISSN 0148-7191
© Copyright 2007 Society of Automotive Engineers, Inc.

Positions and opinions advanced in this paper are those of the author(s) and not
necessarily those of SAE. The author is solely responsible for the content of the
paper. A process is available by which discussions will be printed with the paper if it
is published in SAE Transactions. For permission to publish this paper in full or in
part, contact the SAE Publications Group.

Persons wishing to submit papers to be considered for presentation or publication through SAE
should send the manuscript or a 300 word abstract of a proposed manuscript to: Secretary,
Engineering Meetings Board, SAE.

Das könnte Ihnen auch gefallen