
task: When parts are received with batch information, operator should determines whether delivered batch information has newly updated compared to the latest batch information written in whiteboard.
risk: Because it relies 100% on human judgement, incorrect batch information may be delivered due to mistake, or the newly updated information may not be delivered.
improvement: Eliminate humman error by developing system called Automatic_Batch_Management_System so that, operator can simply scan the slib and then, system check whether the batch information newly updated or not.

let me explain more about benefit after applying system as standardization.
before improvement, operator check batch information as follows.
after improvement,

System takes part number and batch information from slib as shown picture above.
Task 1: If there is a slib in the part tray, the operator passes the slib to the shift-leader and asks him to record it.
risk for task1: If the shift-leader is absent (meetings, personal business, etc..), real-time records are not managed and there is a risk of work being missed.
task2: Shift-leader records the new batch information into excel sheet.
risk for task2: Recording and management of changed information is dependent on the shift-leader, and data may be contaminated due to human error (record incorrect information, omission of the work and loss slib)
improvement: PLC was modified and a barcode reader device was provided so that operators can scan the slib immediately all by himself when they discover it. The PLC memoizes the reading information and when generates document for production result add batch information at batch column.
The reason for actually operating the above standards in the field, is to use batch information to analyze the impact of changes in raw material when something unusual occurs in the production results. However, the current standard has two drawback.
First drawback is, batch information and production result they are decoupled, so there might be necessary for additional merging work.
Second drawback is during additional work to merge 2 different data set, engineer can also make mistake.
As shown below picture, production result and batch information they are decoupled.

After improvement, there is column batch in production result sheet.

Benefit after applying Automatic_Batch_Management_System
In carrying out above project, I played leading role as project leader for below tasks.
Automatic_Batch_Management_System including training userFor source code for Automatic_Batch_Management_System you can refer with link belw.
Click me for source code for this project.