SlideShare a Scribd company logo
1 of 24
Download to read offline
Smart Designs and
Best Practices
of Vehicle Manufacturing
Tallrain Zhang, Jul 2015
tallrain@gmail.com
Data
• 4 Processes: Stamping, Welding, Painting, Assembly.
• A car body is made of 300-500 pieces of steel plates.
• A car contains 5000-6000 welding points, 90% of them are welded by
Robots.
• A car will be covered by 4-6 layers of paint, 90% of operations are
done by Robots.
• A car goes through 200+ assembly stations before it’s completed.
Systems
• Scheduling System: which car to build, how to build it, how to
communicate with Plan Layer and Device Layer.
• Kanban & Andon.
• Error Proofing: of material rack, of tools.
• Quality System: Defect, Short Build, Scrap, Quality Gate.
• Key material genealogy.
• Kitting System.
• Call Material System.
• Measuring System.
Cooperation
• ERP to deliver Work Order information.
• PLM to deliver BOM data.
• WMS to deliver material and warehouse information.
• MES to schedule work orders, to define BOM into station level, and
then to define Error Proofing. MES to talk with PLC via OPC.
• PLC defines logic level of all devices which need to talk to upper level
systems.
• Device/Robots/Tools/Sensors to execute physical control operations.
Scheduling – Get New Order
• Business: at one welding station, after
completing current vehicle, Robot
requests to Scheduling System to get
next order. Then Scheduling System
deliver next order with vehicle
configuration data, into PLC data blocks.
• Logic: Scheduling System to query and
get next available order according to
order sequence, and then to get vehicle
configuration data from system, and then
write all data into PLC data blocks.
Robot
PLC
MES Server
MES DB
Return Next
Vehicle
Request Next
Vehicle
Scheduling – Read Order
• Business: when vehicle arrives, PLC
reads vehicle ID from RFID, and then
request to get vehicle configuration
data from Scheduling System.
• Logic: Scheduling System reads vehicle
ID from PLC, and then to query vehicle
configuration data from Database, and
then write all data into PLC data blocks.
Robot
PLC
MES Server
MES DB
Returns vehicle
configuration data
Input Current
Vehicle ID
Scheduling - Holding
• Business: Planner or Quality Engineer holds a vehicle in system, and
then in the shop, vehicle bypasses some manufacturing stations,
then comes to Line Off point via Turn Table.
• Logic: When receiving Read Order Request from PLC, Scheduling
System returns vehicle order status and quality status together with
vehicle configuration data. If its order status is Hold, then PLC will
bypass manufacturing stations and put it into Line Off via Turn
Table.
Turn Table
Bypass
Station
Line Off
Bypass
Station
Scheduling – Turn Table
• Business: when vehicle comes through Turn Table, PLC checks its order status and
quality status, and then route it into next manufacturing station, or Repair Zone, or
Line Off.
• Logic: Scheduling System checks order status and quality status with vehicle ID, and
then write data into PLC. PLC routes vehicle according to the data value of PLC data
blocks.
Turn Table
Line Off
Repair Zone
Manufacturing
Station
Manufacturing
Station
Manufacturing
Station
Manufacturing
Station
Scheduling – Secured Gates
• Business: when vehicle
comes through a Secured
Gate, Traffic Light shows
route direction, and release
gate if it’s allowed.
• Logic: Scheduling System
writes order status and
quality status into PLC, then
based on the combination of
these 2 values, PLC decides
to route vehicle into
different directions, and
controls Traffic Light and
Gate Releasing accordingly.
Control - Robot
• In Roof welding station, Robot locates,
moves, and welds based on type of Roof.
• Logic: Scheduling system writes vehicle
configuration data into PLC, then PLC
controls Robots to call according profile
for the vehicle.
Robot
PLC
MES Server
MES DB
Returns vehicle
configuration data
Input Current
Vehicle ID
Control – Device with PLC
• Business: at Engine assembly shop, Filling
Machine fills according volume of gas for
each coming Engine.
• Logic: PLC sends out Engine ID, then
Scheduling System queries product BOM and
gets item number of Gas Tank, and then
converts it into mapping value according to
MES/PLC protocol. Then PLC controls
machine to fill gas accordingly.
Filling
Machine
PLC
MES Server
MES DB
Returns vehicle
configuration data
Input Current
Vehicle ID
Control – Device with PC
• Business: In Nameplate Laser
Scribing station, Laser Machine
scribes vehicle ID and its
configuration data for each
vehicle.
• Logic: Scheduling System shares
remote view to PC, which
controls Laser Machine. So this
PC can get all data for each
coming vehicle.
MES DB
Control PC
Laser
Machine
Remote View
Control – Typical Handshaking
Error Proofing – Get Vehicle ID
• Business: In the midst of some Conveyor controlled area, where no RFID or
Label is available, but Error Proofing needs to know the vehicle ID when it
comes to station.
• Logic: 1. Installs Encoder into Conveyor, and connects it into PLC, so now
PLC knows speed of Conveyor. 2. When vehicle comes to head of this area,
PLC gets vehicle ID via RFID or Label. Base on 1 & 2, we can get how long
will it for a vehicle between line head and a specific station. In return, we
can get vehicle ID only if we know the passing time and the station number.
Error Proofing – for Rack
• Business: When vehicle or engine comes to
station, system turns on Rack Light, tells
operators which items need to be assembled.
Only after operator picked item from exact
Rack location, Error Proofing is completed for
that item.
• Logic: after loading BOM from PLM,
manufacturing engineer defines item into
station and Rack locations. And each time a
new product comes, Error Proofing get Rack
location data and write it into PLC. When
operator picks an item from Rack, sensor
sends signal to PLC and completes Error
Proofing for this item.
Error
Proofing
Server
PLM BOM
BOM with
Rack info
PLC
Rack Light
Vehicle ID
Error Proofing – for Tool
• Business: when vehicle or engine comes to
station, system tells PLC which Torque
Guns need to be used. Only after clicking
these Guns, Error Proofing is completed.
• Logic: after loading BOM from PLM,
manufacturing engineer defines item into
station and Tool numbers. And each time a
new product comes, Error Proofing get
Tool number data and write it into PLC.
When operator clicks a Torque Gun, PLC
tells Error Proofing that Gun is completed.
Error
Proofing
Server
PLM BOM
BOM with
Tool info
PLC
Torque Gun
Vehicle ID
Quality - Defect
• Business: at assembly or
quality check stations,
operator could input Quality
Defects. And in Turn Tables or
Quality Gate, products with
Defects will be identified and
sent to Repair Zone.
• Logic: After defect input,
system updates vehicle’s
quality status. And in Turn
Table or Quality Gate, PLC gets
quality status from system and
controls routes accordingly.
Have Defect?Quality Status
Turn Table
Quality Gate
Repair Zone
Quality – Short Build
• Business: at quality control
points, system detects if any
parts are short built, and then
alert operators for it.
• Logic: manufacturing
engineer defines BOM into
station level as To-build BOM,
and system records all parts
already assembled as Built
BOM. To-build BOM – Built
BOM = Short Build BOM.
MES Server
PLM BOM
To Build BOM
Finding Short Build?
Built BOM
Quality Status
Quality Gate
• Business: at Quality Gate, system checks
all quality information, and returns
Quality Gate result.
• Logic: system will check if there’s any
hold, scrap, defect, short build, test
failure, and then make it as a Quality
Gate report, and then update quality
status and write it into PLC.
Hold or Scrap?
Defect?
Short Build?
Test Failed?
Quality Gate Result
Testing – Device with PLC
• Business: when vehicle comes into test
device, system sends test profiles,
parameters into device, and collect data
and result from it.
• Logic: based on vehicle ID, system
queries database and gets test
parameters for the station and writes
into PLC. PLC controls device to test and
then sends data and result back into
system.
Test Device
PLC
MES Server
MES DB
Return Test
Parameters
Input Vehicle
ID
Test
Parameters Test Result
Upload Test
Result
Testing – Device with PC
• Business: when vehicle comes into test
device, system sends test profiles,
parameters into device, and collect data and
result from it.
• Logic: PC sends request to system via Web
Service to get test parameters, and uses
them for test, and then uploads data and
result into system via Web Service.
Test Device
PC
MES Server
MES DB
Test Result
Vehicle ID
Test
Parameters
Test
Parameters
Test Result
Material – Kitting by Sequence
• Business: Kitting according to vehicle sequence, delivery according to sequence.
• Logic: when vehicle passes trigger point, Scheduling System calls Kitting station for
that vehicle with Kitting BOM configured for the Kitting station, and when Kitting is
completed, Kitting box will be delivered into assembly station by sequence.
Trigger Point
Call Material
Deliver
Material
Kitting
Station
Assembly
Station
Material – Go with Conveyor moving
• Business: at some assembly area, materials are put
together inside a box, and moving with vehicle
together, so operator can assemble with vehicle
and conveyor moving.
• Logic: the box is Kitting box, which means the
materials are suit for that vehicle at that station.
Material Handling operations have been divided
into 3 sub-operation: Kitting, Delivery, Assembly,
with 3 different teams accordingly.
Delivery
Kitting
Assembly
Kitting Box
Thank you!

More Related Content

What's hot

Logistics Management System_OOAD_PPT
Logistics Management System_OOAD_PPTLogistics Management System_OOAD_PPT
Logistics Management System_OOAD_PPTsourov_das
 
Fleet management system
Fleet management systemFleet management system
Fleet management systemTirtha Mal
 
Analysis of the service operations of global taxis
Analysis of the service operations of  global taxisAnalysis of the service operations of  global taxis
Analysis of the service operations of global taxisClaireAnnaJ
 
Freight Transaction Automation Tool (FTAT)
Freight Transaction Automation Tool (FTAT)Freight Transaction Automation Tool (FTAT)
Freight Transaction Automation Tool (FTAT)WebXpress.IN
 
ELD Mandate Overview - Class 8 Trucks
ELD Mandate Overview - Class 8 TrucksELD Mandate Overview - Class 8 Trucks
ELD Mandate Overview - Class 8 TrucksFleet Advantage
 
Zebra Waste Management Presentation
Zebra Waste Management PresentationZebra Waste Management Presentation
Zebra Waste Management PresentationYash Kajve
 
DIRECTOR_Features_Guide_UK
DIRECTOR_Features_Guide_UKDIRECTOR_Features_Guide_UK
DIRECTOR_Features_Guide_UKJames Belgum
 
Microsoft word chapter10 f-automated material handling and storage systems
Microsoft word   chapter10 f-automated material handling and storage systemsMicrosoft word   chapter10 f-automated material handling and storage systems
Microsoft word chapter10 f-automated material handling and storage systemsPadmalathaTSRV1
 
Case study final presentation ashish
Case study final presentation ashishCase study final presentation ashish
Case study final presentation ashishashish sinha
 
Lane Matching Solution to Fill Capacity with Backhauls
Lane Matching Solution to Fill Capacity with BackhaulsLane Matching Solution to Fill Capacity with Backhauls
Lane Matching Solution to Fill Capacity with Backhaulsparadoxsci
 
58266157 features-of-a-fleet-ppt
58266157 features-of-a-fleet-ppt58266157 features-of-a-fleet-ppt
58266157 features-of-a-fleet-pptPrashant Thakare
 

What's hot (18)

Weighbridge Software
Weighbridge Software Weighbridge Software
Weighbridge Software
 
Carman I-300 to do list
Carman I-300 to do listCarman I-300 to do list
Carman I-300 to do list
 
Logistics Management System_OOAD_PPT
Logistics Management System_OOAD_PPTLogistics Management System_OOAD_PPT
Logistics Management System_OOAD_PPT
 
Fleet management system
Fleet management systemFleet management system
Fleet management system
 
Fleet Management
Fleet Management Fleet Management
Fleet Management
 
Analysis of the service operations of global taxis
Analysis of the service operations of  global taxisAnalysis of the service operations of  global taxis
Analysis of the service operations of global taxis
 
Freight Transaction Automation Tool (FTAT)
Freight Transaction Automation Tool (FTAT)Freight Transaction Automation Tool (FTAT)
Freight Transaction Automation Tool (FTAT)
 
ELD Mandate Overview - Class 8 Trucks
ELD Mandate Overview - Class 8 TrucksELD Mandate Overview - Class 8 Trucks
ELD Mandate Overview - Class 8 Trucks
 
AFS WMS 3PL
AFS WMS 3PLAFS WMS 3PL
AFS WMS 3PL
 
Zebra Waste Management Presentation
Zebra Waste Management PresentationZebra Waste Management Presentation
Zebra Waste Management Presentation
 
DIRECTOR_Features_Guide_UK
DIRECTOR_Features_Guide_UKDIRECTOR_Features_Guide_UK
DIRECTOR_Features_Guide_UK
 
E tener
E tenerE tener
E tener
 
AI Driven TMS- Logistics Network
AI Driven TMS- Logistics NetworkAI Driven TMS- Logistics Network
AI Driven TMS- Logistics Network
 
JOB_THOMAS_SKARIA
JOB_THOMAS_SKARIAJOB_THOMAS_SKARIA
JOB_THOMAS_SKARIA
 
Microsoft word chapter10 f-automated material handling and storage systems
Microsoft word   chapter10 f-automated material handling and storage systemsMicrosoft word   chapter10 f-automated material handling and storage systems
Microsoft word chapter10 f-automated material handling and storage systems
 
Case study final presentation ashish
Case study final presentation ashishCase study final presentation ashish
Case study final presentation ashish
 
Lane Matching Solution to Fill Capacity with Backhauls
Lane Matching Solution to Fill Capacity with BackhaulsLane Matching Solution to Fill Capacity with Backhauls
Lane Matching Solution to Fill Capacity with Backhauls
 
58266157 features-of-a-fleet-ppt
58266157 features-of-a-fleet-ppt58266157 features-of-a-fleet-ppt
58266157 features-of-a-fleet-ppt
 

Viewers also liked

Smart tanker robot for security operations in the protected area with wireles...
Smart tanker robot for security operations in the protected area with wireles...Smart tanker robot for security operations in the protected area with wireles...
Smart tanker robot for security operations in the protected area with wireles...ionzkollam
 
The Smart Device Specification for Remote Labs
The Smart Device Specification for Remote LabsThe Smart Device Specification for Remote Labs
The Smart Device Specification for Remote LabsSten Govaerts
 
kitting method
kitting methodkitting method
kitting methodSoumith V
 
SiltWorm - An Innovative Product for Today's Building Sites
SiltWorm - An Innovative Product for Today's Building SitesSiltWorm - An Innovative Product for Today's Building Sites
SiltWorm - An Innovative Product for Today's Building SitesSouth Shore Clean Cities
 
Building Innovative Products with Agile
Building Innovative Products with AgileBuilding Innovative Products with Agile
Building Innovative Products with AgileSean Ammirati
 
Innovation product design planning process style 2 powerpoint presentation te...
Innovation product design planning process style 2 powerpoint presentation te...Innovation product design planning process style 2 powerpoint presentation te...
Innovation product design planning process style 2 powerpoint presentation te...SlideTeam.net
 
Fluxtrol's "Best Practice for Design and Manufacturing of Heat Treating Induc...
Fluxtrol's "Best Practice for Design and Manufacturing of Heat Treating Induc...Fluxtrol's "Best Practice for Design and Manufacturing of Heat Treating Induc...
Fluxtrol's "Best Practice for Design and Manufacturing of Heat Treating Induc...Fluxtrol Inc.
 
Innovation product design planning process style 3 powerpoint presentation te...
Innovation product design planning process style 3 powerpoint presentation te...Innovation product design planning process style 3 powerpoint presentation te...
Innovation product design planning process style 3 powerpoint presentation te...SlideTeam.net
 
Innovation product design planning process 1 powerpoint presentation templates
Innovation product design planning process 1 powerpoint presentation templatesInnovation product design planning process 1 powerpoint presentation templates
Innovation product design planning process 1 powerpoint presentation templatesSlideTeam.net
 
Making Sure New Products Don't Fail
Making Sure New Products Don't FailMaking Sure New Products Don't Fail
Making Sure New Products Don't FailRick Steinbrenner
 
Innovation product design planning process style 5 powerpoint presentation te...
Innovation product design planning process style 5 powerpoint presentation te...Innovation product design planning process style 5 powerpoint presentation te...
Innovation product design planning process style 5 powerpoint presentation te...SlideTeam.net
 
Make to order, stock, assembly
Make to order, stock, assemblyMake to order, stock, assembly
Make to order, stock, assemblyHammaduddin
 
Taga arthur d little
Taga arthur d littleTaga arthur d little
Taga arthur d littlesouthmos
 
Roland berger best_practices_in_new_product_development_20130419
Roland berger best_practices_in_new_product_development_20130419Roland berger best_practices_in_new_product_development_20130419
Roland berger best_practices_in_new_product_development_20130419Alberto Garcia Romera
 
Basics of Robotics
Basics of RoboticsBasics of Robotics
Basics of RoboticsAmeya Gandhi
 

Viewers also liked (20)

Smart tanker robot for security operations in the protected area with wireles...
Smart tanker robot for security operations in the protected area with wireles...Smart tanker robot for security operations in the protected area with wireles...
Smart tanker robot for security operations in the protected area with wireles...
 
The Smart Device Specification for Remote Labs
The Smart Device Specification for Remote LabsThe Smart Device Specification for Remote Labs
The Smart Device Specification for Remote Labs
 
kitting method
kitting methodkitting method
kitting method
 
SiltWorm - An Innovative Product for Today's Building Sites
SiltWorm - An Innovative Product for Today's Building SitesSiltWorm - An Innovative Product for Today's Building Sites
SiltWorm - An Innovative Product for Today's Building Sites
 
Building Innovative Products with Agile
Building Innovative Products with AgileBuilding Innovative Products with Agile
Building Innovative Products with Agile
 
Innovation product design planning process style 2 powerpoint presentation te...
Innovation product design planning process style 2 powerpoint presentation te...Innovation product design planning process style 2 powerpoint presentation te...
Innovation product design planning process style 2 powerpoint presentation te...
 
Fluxtrol's "Best Practice for Design and Manufacturing of Heat Treating Induc...
Fluxtrol's "Best Practice for Design and Manufacturing of Heat Treating Induc...Fluxtrol's "Best Practice for Design and Manufacturing of Heat Treating Induc...
Fluxtrol's "Best Practice for Design and Manufacturing of Heat Treating Induc...
 
Innovation product design planning process style 3 powerpoint presentation te...
Innovation product design planning process style 3 powerpoint presentation te...Innovation product design planning process style 3 powerpoint presentation te...
Innovation product design planning process style 3 powerpoint presentation te...
 
Innovation product design planning process 1 powerpoint presentation templates
Innovation product design planning process 1 powerpoint presentation templatesInnovation product design planning process 1 powerpoint presentation templates
Innovation product design planning process 1 powerpoint presentation templates
 
Making Sure New Products Don't Fail
Making Sure New Products Don't FailMaking Sure New Products Don't Fail
Making Sure New Products Don't Fail
 
Innovation product design planning process style 5 powerpoint presentation te...
Innovation product design planning process style 5 powerpoint presentation te...Innovation product design planning process style 5 powerpoint presentation te...
Innovation product design planning process style 5 powerpoint presentation te...
 
Make to order, stock, assembly
Make to order, stock, assemblyMake to order, stock, assembly
Make to order, stock, assembly
 
Taga arthur d little
Taga arthur d littleTaga arthur d little
Taga arthur d little
 
Roland berger best_practices_in_new_product_development_20130419
Roland berger best_practices_in_new_product_development_20130419Roland berger best_practices_in_new_product_development_20130419
Roland berger best_practices_in_new_product_development_20130419
 
Lean Manufacturing
Lean ManufacturingLean Manufacturing
Lean Manufacturing
 
Kanban (1)
Kanban (1)Kanban (1)
Kanban (1)
 
Product management
Product managementProduct management
Product management
 
Basics of Robotics
Basics of RoboticsBasics of Robotics
Basics of Robotics
 
What is Product Management?
What is Product Management?What is Product Management?
What is Product Management?
 
robotics ppt
robotics ppt robotics ppt
robotics ppt
 

Similar to Smart design and best practice of vehicle manufacturing

WebXpress Yard and Distribution Management Solution
WebXpress Yard and Distribution Management SolutionWebXpress Yard and Distribution Management Solution
WebXpress Yard and Distribution Management SolutionWebXpress.IN
 
Square automation project 11 2014
Square automation project 11 2014Square automation project 11 2014
Square automation project 11 2014Square Automation
 
Vehicle access control using anpr
Vehicle access control using anprVehicle access control using anpr
Vehicle access control using anprtechlead-india
 
Automatic Vehicle Entry Exit Log - Senior Year Project
Automatic Vehicle Entry Exit Log - Senior Year ProjectAutomatic Vehicle Entry Exit Log - Senior Year Project
Automatic Vehicle Entry Exit Log - Senior Year ProjectAhmad Azhar
 
AUTOMATION OF TOLLGATE.ppt (6).pptx
AUTOMATION OF TOLLGATE.ppt (6).pptxAUTOMATION OF TOLLGATE.ppt (6).pptx
AUTOMATION OF TOLLGATE.ppt (6).pptxnaniinanii3
 
Vehicle Manufacturing Automation System Introduction Part 4 - EPS
Vehicle Manufacturing Automation System Introduction Part 4 - EPSVehicle Manufacturing Automation System Introduction Part 4 - EPS
Vehicle Manufacturing Automation System Introduction Part 4 - EPSTallrain Zhang
 
RFID based Waste Management system
RFID based Waste Management system RFID based Waste Management system
RFID based Waste Management system AOPL
 
Mechatronics and the Injection Moulding Machine
Mechatronics and the Injection Moulding MachineMechatronics and the Injection Moulding Machine
Mechatronics and the Injection Moulding MachineNereus Fernandes
 
Model-Based Design For Motor Control Development
Model-Based Design For Motor Control DevelopmentModel-Based Design For Motor Control Development
Model-Based Design For Motor Control DevelopmentThe Hartford
 
What Is Your PLM Challenge - Decrease downtime and minimize production problems
What Is Your PLM Challenge - Decrease downtime and minimize production problemsWhat Is Your PLM Challenge - Decrease downtime and minimize production problems
What Is Your PLM Challenge - Decrease downtime and minimize production problemsDawn Collins
 
A practical approach to predictive asset management ehm data driven modelling
A practical approach to predictive asset management ehm data driven modellingA practical approach to predictive asset management ehm data driven modelling
A practical approach to predictive asset management ehm data driven modellingMayur Dvivedi
 
Innovation Begins With AEM-2015-07
Innovation Begins With AEM-2015-07Innovation Begins With AEM-2015-07
Innovation Begins With AEM-2015-07Edward Horn Jr.
 
Arun kumar Dharmalingam[3y_10m].pdf
Arun kumar Dharmalingam[3y_10m].pdfArun kumar Dharmalingam[3y_10m].pdf
Arun kumar Dharmalingam[3y_10m].pdfRajSingh616745
 

Similar to Smart design and best practice of vehicle manufacturing (20)

WebXpress Yard and Distribution Management Solution
WebXpress Yard and Distribution Management SolutionWebXpress Yard and Distribution Management Solution
WebXpress Yard and Distribution Management Solution
 
Square automation project 11 2014
Square automation project 11 2014Square automation project 11 2014
Square automation project 11 2014
 
Vehicle access control using anpr
Vehicle access control using anprVehicle access control using anpr
Vehicle access control using anpr
 
Automatic Vehicle Entry Exit Log - Senior Year Project
Automatic Vehicle Entry Exit Log - Senior Year ProjectAutomatic Vehicle Entry Exit Log - Senior Year Project
Automatic Vehicle Entry Exit Log - Senior Year Project
 
Sure Controls
Sure ControlsSure Controls
Sure Controls
 
AUTOMATION OF TOLLGATE.ppt (6).pptx
AUTOMATION OF TOLLGATE.ppt (6).pptxAUTOMATION OF TOLLGATE.ppt (6).pptx
AUTOMATION OF TOLLGATE.ppt (6).pptx
 
Car park guidance system
Car park guidance systemCar park guidance system
Car park guidance system
 
Smart Factory.pdf
Smart Factory.pdfSmart Factory.pdf
Smart Factory.pdf
 
Veeresh_Resume
Veeresh_ResumeVeeresh_Resume
Veeresh_Resume
 
Vehicle Manufacturing Automation System Introduction Part 4 - EPS
Vehicle Manufacturing Automation System Introduction Part 4 - EPSVehicle Manufacturing Automation System Introduction Part 4 - EPS
Vehicle Manufacturing Automation System Introduction Part 4 - EPS
 
Tractor mfg ppt
Tractor mfg pptTractor mfg ppt
Tractor mfg ppt
 
RFID based Waste Management system
RFID based Waste Management system RFID based Waste Management system
RFID based Waste Management system
 
Mechatronics and the Injection Moulding Machine
Mechatronics and the Injection Moulding MachineMechatronics and the Injection Moulding Machine
Mechatronics and the Injection Moulding Machine
 
Model-Based Design For Motor Control Development
Model-Based Design For Motor Control DevelopmentModel-Based Design For Motor Control Development
Model-Based Design For Motor Control Development
 
PROJECT.ppt (6).pptx
PROJECT.ppt (6).pptxPROJECT.ppt (6).pptx
PROJECT.ppt (6).pptx
 
What Is Your PLM Challenge - Decrease downtime and minimize production problems
What Is Your PLM Challenge - Decrease downtime and minimize production problemsWhat Is Your PLM Challenge - Decrease downtime and minimize production problems
What Is Your PLM Challenge - Decrease downtime and minimize production problems
 
A practical approach to predictive asset management ehm data driven modelling
A practical approach to predictive asset management ehm data driven modellingA practical approach to predictive asset management ehm data driven modelling
A practical approach to predictive asset management ehm data driven modelling
 
Innovation Begins With AEM-2015-07
Innovation Begins With AEM-2015-07Innovation Begins With AEM-2015-07
Innovation Begins With AEM-2015-07
 
Arun kumar Dharmalingam[3y_10m].pdf
Arun kumar Dharmalingam[3y_10m].pdfArun kumar Dharmalingam[3y_10m].pdf
Arun kumar Dharmalingam[3y_10m].pdf
 
2013_motor_catalog
2013_motor_catalog2013_motor_catalog
2013_motor_catalog
 

More from Tallrain Zhang

MES in Vehicle Manufacturing
MES in Vehicle ManufacturingMES in Vehicle Manufacturing
MES in Vehicle ManufacturingTallrain Zhang
 
Vehicle manufacturing and automatic driving
Vehicle manufacturing and automatic drivingVehicle manufacturing and automatic driving
Vehicle manufacturing and automatic drivingTallrain Zhang
 
OPC Basic Introduction in Chinese
OPC Basic Introduction in ChineseOPC Basic Introduction in Chinese
OPC Basic Introduction in ChineseTallrain Zhang
 
Vehicle Manufacturing Automation System, Part 2 - ANDON
Vehicle Manufacturing Automation System, Part 2 - ANDONVehicle Manufacturing Automation System, Part 2 - ANDON
Vehicle Manufacturing Automation System, Part 2 - ANDONTallrain Zhang
 
汽车制造MES介绍之4: EPS防错
汽车制造MES介绍之4: EPS防错汽车制造MES介绍之4: EPS防错
汽车制造MES介绍之4: EPS防错Tallrain Zhang
 
汽车制造MES介绍之2: ANDON安灯
汽车制造MES介绍之2: ANDON安灯汽车制造MES介绍之2: ANDON安灯
汽车制造MES介绍之2: ANDON安灯Tallrain Zhang
 
汽车制造MES介绍之1: PMC过程监控
汽车制造MES介绍之1: PMC过程监控汽车制造MES介绍之1: PMC过程监控
汽车制造MES介绍之1: PMC过程监控Tallrain Zhang
 

More from Tallrain Zhang (10)

MES in Vehicle Manufacturing
MES in Vehicle ManufacturingMES in Vehicle Manufacturing
MES in Vehicle Manufacturing
 
Vehicle manufacturing and automatic driving
Vehicle manufacturing and automatic drivingVehicle manufacturing and automatic driving
Vehicle manufacturing and automatic driving
 
OPC Basic Introduction in Chinese
OPC Basic Introduction in ChineseOPC Basic Introduction in Chinese
OPC Basic Introduction in Chinese
 
Mes pfs avi en
Mes pfs avi enMes pfs avi en
Mes pfs avi en
 
Vehicle Manufacturing Automation System, Part 2 - ANDON
Vehicle Manufacturing Automation System, Part 2 - ANDONVehicle Manufacturing Automation System, Part 2 - ANDON
Vehicle Manufacturing Automation System, Part 2 - ANDON
 
Mes pfs pmc en
Mes pfs pmc enMes pfs pmc en
Mes pfs pmc en
 
汽车制造MES介绍之4: EPS防错
汽车制造MES介绍之4: EPS防错汽车制造MES介绍之4: EPS防错
汽车制造MES介绍之4: EPS防错
 
Mes pfs avi
Mes pfs aviMes pfs avi
Mes pfs avi
 
汽车制造MES介绍之2: ANDON安灯
汽车制造MES介绍之2: ANDON安灯汽车制造MES介绍之2: ANDON安灯
汽车制造MES介绍之2: ANDON安灯
 
汽车制造MES介绍之1: PMC过程监控
汽车制造MES介绍之1: PMC过程监控汽车制造MES介绍之1: PMC过程监控
汽车制造MES介绍之1: PMC过程监控
 

Recently uploaded

Delhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
John Deere 335 375 385 435 Service Repair Manual
John Deere 335 375 385 435 Service Repair ManualJohn Deere 335 375 385 435 Service Repair Manual
John Deere 335 375 385 435 Service Repair ManualExcavator
 
9990611130 Find & Book Russian Call Girls In Vijay Nagar
9990611130 Find & Book Russian Call Girls In Vijay Nagar9990611130 Find & Book Russian Call Girls In Vijay Nagar
9990611130 Find & Book Russian Call Girls In Vijay NagarGenuineGirls
 
Call Girls Kanakapura Road Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Kanakapura Road Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Kanakapura Road Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Kanakapura Road Just Call 👗 7737669865 👗 Top Class Call Girl Servi...amitlee9823
 
如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一
如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一
如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一ozave
 
Call me @ 9892124323 Call Girl in Andheri East With Free Home Delivery
Call me @ 9892124323 Call Girl in Andheri East With Free Home DeliveryCall me @ 9892124323 Call Girl in Andheri East With Free Home Delivery
Call me @ 9892124323 Call Girl in Andheri East With Free Home DeliveryPooja Nehwal
 
Sales & Marketing Alignment_ How to Synergize for Success.pptx.pdf
Sales & Marketing Alignment_ How to Synergize for Success.pptx.pdfSales & Marketing Alignment_ How to Synergize for Success.pptx.pdf
Sales & Marketing Alignment_ How to Synergize for Success.pptx.pdfAggregage
 
Hot Modals Call Girls (Delhi) Dwarka9711199171✔️ High Class Service 100% Saf...
Hot Modals Call Girls (Delhi) Dwarka9711199171✔️ High Class  Service 100% Saf...Hot Modals Call Girls (Delhi) Dwarka9711199171✔️ High Class  Service 100% Saf...
Hot Modals Call Girls (Delhi) Dwarka9711199171✔️ High Class Service 100% Saf...shivangimorya083
 
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...Delhi Call girls
 
Bangalore Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore E...
Bangalore Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore E...Bangalore Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore E...
Bangalore Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore E...amitlee9823
 
Vip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Vip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp NumberVip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Vip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Numberkumarajju5765
 
John Deere 7430 7530 Tractors Diagnostic Service Manual W.pdf
John Deere 7430 7530 Tractors Diagnostic Service Manual W.pdfJohn Deere 7430 7530 Tractors Diagnostic Service Manual W.pdf
John Deere 7430 7530 Tractors Diagnostic Service Manual W.pdfExcavator
 
Sanjay Nagar Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalor...
Sanjay Nagar Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalor...Sanjay Nagar Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalor...
Sanjay Nagar Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalor...amitlee9823
 
Hyundai World Rally Team in action at 2024 WRC
Hyundai World Rally Team in action at 2024 WRCHyundai World Rally Team in action at 2024 WRC
Hyundai World Rally Team in action at 2024 WRCHyundai Motor Group
 
一比一原版(PU学位证书)普渡大学毕业证学历认证加急办理
一比一原版(PU学位证书)普渡大学毕业证学历认证加急办理一比一原版(PU学位证书)普渡大学毕业证学历认证加急办理
一比一原版(PU学位证书)普渡大学毕业证学历认证加急办理ezgenuh
 
What Could Cause Your Subaru's Touch Screen To Stop Working
What Could Cause Your Subaru's Touch Screen To Stop WorkingWhat Could Cause Your Subaru's Touch Screen To Stop Working
What Could Cause Your Subaru's Touch Screen To Stop WorkingBruce Cox Imports
 
Why Won't Your Subaru Key Come Out Of The Ignition Find Out Here!
Why Won't Your Subaru Key Come Out Of The Ignition Find Out Here!Why Won't Your Subaru Key Come Out Of The Ignition Find Out Here!
Why Won't Your Subaru Key Come Out Of The Ignition Find Out Here!AutoScandia
 
John deere 425 445 455 Maitenance Manual
John deere 425 445 455 Maitenance ManualJohn deere 425 445 455 Maitenance Manual
John deere 425 445 455 Maitenance ManualExcavator
 
Greenery-Palette Pitch Deck by Slidesgo.pptx
Greenery-Palette Pitch Deck by Slidesgo.pptxGreenery-Palette Pitch Deck by Slidesgo.pptx
Greenery-Palette Pitch Deck by Slidesgo.pptxzohiiimughal286
 
如何办理女王大学毕业证(QU毕业证书)成绩单原版一比一
如何办理女王大学毕业证(QU毕业证书)成绩单原版一比一如何办理女王大学毕业证(QU毕业证书)成绩单原版一比一
如何办理女王大学毕业证(QU毕业证书)成绩单原版一比一opyff
 

Recently uploaded (20)

Delhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
John Deere 335 375 385 435 Service Repair Manual
John Deere 335 375 385 435 Service Repair ManualJohn Deere 335 375 385 435 Service Repair Manual
John Deere 335 375 385 435 Service Repair Manual
 
9990611130 Find & Book Russian Call Girls In Vijay Nagar
9990611130 Find & Book Russian Call Girls In Vijay Nagar9990611130 Find & Book Russian Call Girls In Vijay Nagar
9990611130 Find & Book Russian Call Girls In Vijay Nagar
 
Call Girls Kanakapura Road Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Kanakapura Road Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Kanakapura Road Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Kanakapura Road Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
 
如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一
如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一
如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一
 
Call me @ 9892124323 Call Girl in Andheri East With Free Home Delivery
Call me @ 9892124323 Call Girl in Andheri East With Free Home DeliveryCall me @ 9892124323 Call Girl in Andheri East With Free Home Delivery
Call me @ 9892124323 Call Girl in Andheri East With Free Home Delivery
 
Sales & Marketing Alignment_ How to Synergize for Success.pptx.pdf
Sales & Marketing Alignment_ How to Synergize for Success.pptx.pdfSales & Marketing Alignment_ How to Synergize for Success.pptx.pdf
Sales & Marketing Alignment_ How to Synergize for Success.pptx.pdf
 
Hot Modals Call Girls (Delhi) Dwarka9711199171✔️ High Class Service 100% Saf...
Hot Modals Call Girls (Delhi) Dwarka9711199171✔️ High Class  Service 100% Saf...Hot Modals Call Girls (Delhi) Dwarka9711199171✔️ High Class  Service 100% Saf...
Hot Modals Call Girls (Delhi) Dwarka9711199171✔️ High Class Service 100% Saf...
 
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
 
Bangalore Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore E...
Bangalore Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore E...Bangalore Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore E...
Bangalore Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore E...
 
Vip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Vip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp NumberVip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
Vip Hot Call Girls 🫤 Mahipalpur ➡️ 9711199171 ➡️ Delhi 🫦 Whatsapp Number
 
John Deere 7430 7530 Tractors Diagnostic Service Manual W.pdf
John Deere 7430 7530 Tractors Diagnostic Service Manual W.pdfJohn Deere 7430 7530 Tractors Diagnostic Service Manual W.pdf
John Deere 7430 7530 Tractors Diagnostic Service Manual W.pdf
 
Sanjay Nagar Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalor...
Sanjay Nagar Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalor...Sanjay Nagar Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalor...
Sanjay Nagar Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalor...
 
Hyundai World Rally Team in action at 2024 WRC
Hyundai World Rally Team in action at 2024 WRCHyundai World Rally Team in action at 2024 WRC
Hyundai World Rally Team in action at 2024 WRC
 
一比一原版(PU学位证书)普渡大学毕业证学历认证加急办理
一比一原版(PU学位证书)普渡大学毕业证学历认证加急办理一比一原版(PU学位证书)普渡大学毕业证学历认证加急办理
一比一原版(PU学位证书)普渡大学毕业证学历认证加急办理
 
What Could Cause Your Subaru's Touch Screen To Stop Working
What Could Cause Your Subaru's Touch Screen To Stop WorkingWhat Could Cause Your Subaru's Touch Screen To Stop Working
What Could Cause Your Subaru's Touch Screen To Stop Working
 
Why Won't Your Subaru Key Come Out Of The Ignition Find Out Here!
Why Won't Your Subaru Key Come Out Of The Ignition Find Out Here!Why Won't Your Subaru Key Come Out Of The Ignition Find Out Here!
Why Won't Your Subaru Key Come Out Of The Ignition Find Out Here!
 
John deere 425 445 455 Maitenance Manual
John deere 425 445 455 Maitenance ManualJohn deere 425 445 455 Maitenance Manual
John deere 425 445 455 Maitenance Manual
 
Greenery-Palette Pitch Deck by Slidesgo.pptx
Greenery-Palette Pitch Deck by Slidesgo.pptxGreenery-Palette Pitch Deck by Slidesgo.pptx
Greenery-Palette Pitch Deck by Slidesgo.pptx
 
如何办理女王大学毕业证(QU毕业证书)成绩单原版一比一
如何办理女王大学毕业证(QU毕业证书)成绩单原版一比一如何办理女王大学毕业证(QU毕业证书)成绩单原版一比一
如何办理女王大学毕业证(QU毕业证书)成绩单原版一比一
 

Smart design and best practice of vehicle manufacturing

  • 1. Smart Designs and Best Practices of Vehicle Manufacturing Tallrain Zhang, Jul 2015 tallrain@gmail.com
  • 2. Data • 4 Processes: Stamping, Welding, Painting, Assembly. • A car body is made of 300-500 pieces of steel plates. • A car contains 5000-6000 welding points, 90% of them are welded by Robots. • A car will be covered by 4-6 layers of paint, 90% of operations are done by Robots. • A car goes through 200+ assembly stations before it’s completed.
  • 3. Systems • Scheduling System: which car to build, how to build it, how to communicate with Plan Layer and Device Layer. • Kanban & Andon. • Error Proofing: of material rack, of tools. • Quality System: Defect, Short Build, Scrap, Quality Gate. • Key material genealogy. • Kitting System. • Call Material System. • Measuring System.
  • 4. Cooperation • ERP to deliver Work Order information. • PLM to deliver BOM data. • WMS to deliver material and warehouse information. • MES to schedule work orders, to define BOM into station level, and then to define Error Proofing. MES to talk with PLC via OPC. • PLC defines logic level of all devices which need to talk to upper level systems. • Device/Robots/Tools/Sensors to execute physical control operations.
  • 5. Scheduling – Get New Order • Business: at one welding station, after completing current vehicle, Robot requests to Scheduling System to get next order. Then Scheduling System deliver next order with vehicle configuration data, into PLC data blocks. • Logic: Scheduling System to query and get next available order according to order sequence, and then to get vehicle configuration data from system, and then write all data into PLC data blocks. Robot PLC MES Server MES DB Return Next Vehicle Request Next Vehicle
  • 6. Scheduling – Read Order • Business: when vehicle arrives, PLC reads vehicle ID from RFID, and then request to get vehicle configuration data from Scheduling System. • Logic: Scheduling System reads vehicle ID from PLC, and then to query vehicle configuration data from Database, and then write all data into PLC data blocks. Robot PLC MES Server MES DB Returns vehicle configuration data Input Current Vehicle ID
  • 7. Scheduling - Holding • Business: Planner or Quality Engineer holds a vehicle in system, and then in the shop, vehicle bypasses some manufacturing stations, then comes to Line Off point via Turn Table. • Logic: When receiving Read Order Request from PLC, Scheduling System returns vehicle order status and quality status together with vehicle configuration data. If its order status is Hold, then PLC will bypass manufacturing stations and put it into Line Off via Turn Table. Turn Table Bypass Station Line Off Bypass Station
  • 8. Scheduling – Turn Table • Business: when vehicle comes through Turn Table, PLC checks its order status and quality status, and then route it into next manufacturing station, or Repair Zone, or Line Off. • Logic: Scheduling System checks order status and quality status with vehicle ID, and then write data into PLC. PLC routes vehicle according to the data value of PLC data blocks. Turn Table Line Off Repair Zone Manufacturing Station Manufacturing Station Manufacturing Station Manufacturing Station
  • 9. Scheduling – Secured Gates • Business: when vehicle comes through a Secured Gate, Traffic Light shows route direction, and release gate if it’s allowed. • Logic: Scheduling System writes order status and quality status into PLC, then based on the combination of these 2 values, PLC decides to route vehicle into different directions, and controls Traffic Light and Gate Releasing accordingly.
  • 10. Control - Robot • In Roof welding station, Robot locates, moves, and welds based on type of Roof. • Logic: Scheduling system writes vehicle configuration data into PLC, then PLC controls Robots to call according profile for the vehicle. Robot PLC MES Server MES DB Returns vehicle configuration data Input Current Vehicle ID
  • 11. Control – Device with PLC • Business: at Engine assembly shop, Filling Machine fills according volume of gas for each coming Engine. • Logic: PLC sends out Engine ID, then Scheduling System queries product BOM and gets item number of Gas Tank, and then converts it into mapping value according to MES/PLC protocol. Then PLC controls machine to fill gas accordingly. Filling Machine PLC MES Server MES DB Returns vehicle configuration data Input Current Vehicle ID
  • 12. Control – Device with PC • Business: In Nameplate Laser Scribing station, Laser Machine scribes vehicle ID and its configuration data for each vehicle. • Logic: Scheduling System shares remote view to PC, which controls Laser Machine. So this PC can get all data for each coming vehicle. MES DB Control PC Laser Machine Remote View
  • 13. Control – Typical Handshaking
  • 14. Error Proofing – Get Vehicle ID • Business: In the midst of some Conveyor controlled area, where no RFID or Label is available, but Error Proofing needs to know the vehicle ID when it comes to station. • Logic: 1. Installs Encoder into Conveyor, and connects it into PLC, so now PLC knows speed of Conveyor. 2. When vehicle comes to head of this area, PLC gets vehicle ID via RFID or Label. Base on 1 & 2, we can get how long will it for a vehicle between line head and a specific station. In return, we can get vehicle ID only if we know the passing time and the station number.
  • 15. Error Proofing – for Rack • Business: When vehicle or engine comes to station, system turns on Rack Light, tells operators which items need to be assembled. Only after operator picked item from exact Rack location, Error Proofing is completed for that item. • Logic: after loading BOM from PLM, manufacturing engineer defines item into station and Rack locations. And each time a new product comes, Error Proofing get Rack location data and write it into PLC. When operator picks an item from Rack, sensor sends signal to PLC and completes Error Proofing for this item. Error Proofing Server PLM BOM BOM with Rack info PLC Rack Light Vehicle ID
  • 16. Error Proofing – for Tool • Business: when vehicle or engine comes to station, system tells PLC which Torque Guns need to be used. Only after clicking these Guns, Error Proofing is completed. • Logic: after loading BOM from PLM, manufacturing engineer defines item into station and Tool numbers. And each time a new product comes, Error Proofing get Tool number data and write it into PLC. When operator clicks a Torque Gun, PLC tells Error Proofing that Gun is completed. Error Proofing Server PLM BOM BOM with Tool info PLC Torque Gun Vehicle ID
  • 17. Quality - Defect • Business: at assembly or quality check stations, operator could input Quality Defects. And in Turn Tables or Quality Gate, products with Defects will be identified and sent to Repair Zone. • Logic: After defect input, system updates vehicle’s quality status. And in Turn Table or Quality Gate, PLC gets quality status from system and controls routes accordingly. Have Defect?Quality Status Turn Table Quality Gate Repair Zone
  • 18. Quality – Short Build • Business: at quality control points, system detects if any parts are short built, and then alert operators for it. • Logic: manufacturing engineer defines BOM into station level as To-build BOM, and system records all parts already assembled as Built BOM. To-build BOM – Built BOM = Short Build BOM. MES Server PLM BOM To Build BOM Finding Short Build? Built BOM Quality Status
  • 19. Quality Gate • Business: at Quality Gate, system checks all quality information, and returns Quality Gate result. • Logic: system will check if there’s any hold, scrap, defect, short build, test failure, and then make it as a Quality Gate report, and then update quality status and write it into PLC. Hold or Scrap? Defect? Short Build? Test Failed? Quality Gate Result
  • 20. Testing – Device with PLC • Business: when vehicle comes into test device, system sends test profiles, parameters into device, and collect data and result from it. • Logic: based on vehicle ID, system queries database and gets test parameters for the station and writes into PLC. PLC controls device to test and then sends data and result back into system. Test Device PLC MES Server MES DB Return Test Parameters Input Vehicle ID Test Parameters Test Result Upload Test Result
  • 21. Testing – Device with PC • Business: when vehicle comes into test device, system sends test profiles, parameters into device, and collect data and result from it. • Logic: PC sends request to system via Web Service to get test parameters, and uses them for test, and then uploads data and result into system via Web Service. Test Device PC MES Server MES DB Test Result Vehicle ID Test Parameters Test Parameters Test Result
  • 22. Material – Kitting by Sequence • Business: Kitting according to vehicle sequence, delivery according to sequence. • Logic: when vehicle passes trigger point, Scheduling System calls Kitting station for that vehicle with Kitting BOM configured for the Kitting station, and when Kitting is completed, Kitting box will be delivered into assembly station by sequence. Trigger Point Call Material Deliver Material Kitting Station Assembly Station
  • 23. Material – Go with Conveyor moving • Business: at some assembly area, materials are put together inside a box, and moving with vehicle together, so operator can assemble with vehicle and conveyor moving. • Logic: the box is Kitting box, which means the materials are suit for that vehicle at that station. Material Handling operations have been divided into 3 sub-operation: Kitting, Delivery, Assembly, with 3 different teams accordingly. Delivery Kitting Assembly Kitting Box