Open access peer-reviewed chapter

Implementation of SPC-EPC Scheme to Lessen and Control Production Disruptions in Chlor-Alkali Industry

Written By

Walid Smew, Bader Al-Mutawa and Ali Issawy

Submitted: 07 January 2019 Reviewed: 24 April 2019 Published: 14 February 2020

DOI: 10.5772/intechopen.86514

From the Edited Volume

Lean Manufacturing and Six Sigma - Behind the Mask

Edited by Fausto Pedro García Márquez, Isaac Segovia Ramirez, Tamás Bányai and Péter Tamás

Chapter metrics overview

898 Chapter Downloads

View Full Metrics

Abstract

The quality of products in the industry can be improved by monitoring the manufacturing process and adjusting/optimizing the process input variables based on the output deviation from the target. SPC stands for statistical process control, and it is used to monitor processes in order to identify any assignable causes of variation. EPC stands for engineering process control, and it is concerned with adjusting systems inputs to keep the system output on target using different types of controllers such as integral controllers and PID controllers. Combining SPC and EPC as a unified framework proved to be effective in reducing production disruption in manufacturing industries. The main objective of this project is to redesign the production and quality control system in a chemical batch processing company, anonymous company, by developing an engineering process controller (EPC) in order to adjust the chemical process inputs to keep the output chemical concentration on best optimized target while monitoring the system using the sensitive time weighted control charts (SPC), in order to eliminate the process assignable causes of variation, improve system elements life, and reduce overall system wide costs.

Keywords

  • batch processing
  • production disruptions
  • engineering process control (EPC)
  • integral controller
  • statistical process control (SPC)
  • time weighted control charts

1. Introduction

Statistical process control (SPC) and engineering process control (EPC) are two very different approaches to improve the process efficiency by reducing the process disturbances or variability and achieving a much better product quality which will lead to customer satisfaction and increase in sales [1]. SPC works by monitoring the process by utilizing different types of control charts and tries to identify any points located outside the control limits [2, 3]. Points located outside the control limits are commonly referred as assignable causes which mean there is a specific cause that caused the point to be out of the control limits [4]. It is sometimes difficult to differentiate between common cause and assignable cause, furthermore just because the points are within the control limits, it does not mean the process is under control [5]. The points sometimes generate a suspicious pattern which will indicate there’s something wrong in the process and must be fixed. Now for the EPC it’s a continuous process of manipulating the process input controls in order to keep the output on target [6]. EPC utilizes different types of controllers that work by feedback adjustment such as the integral controller and the PID controller [2, 6]. These controllers will work in conjunction with a certain type of control chart where if a point falls outside the control limits then it will automatically trigger the controller to take corrective actions to bring the process back in control. The SPC and EPC unified framework has been proven to be very effective at significantly reducing the process variation and drastically improving the product quality. Aljebory and Alshebeb [7] presented how effective to combine both techniques and implemented a unified framework of SPC and EPC into a chemical manufacturing industry and managed to reduce the process standard deviation by 30%. Out of the many types of statistical control charts, the cumulative sum control chart (CUSUM) and the exponentially weighted moving average control chart (EWMA) are very good at detecting small mean shifts in many quality characteristics and can easily be devolved and analyzed using software such as Minitab. In order to develop an engineering controller, one must first mathematically model the process and identify the important inputs, outputs, flow rates …etc. and then translate them into programming code to be run and analyzed using software such as MATLAB.

This work considers three research parts: chemical batch processing monitoring and control, integration of SPC and EPC, and a case study to demonstrate the unified scheme to lessen and control the production disruptions in Chlor-Alkali industry. This book chapter is organized as follows: Sections 2–4 illustrate the theoretical background and derivation of the basic relations from literature for integrated SPC-EPC systems. Next, Sections 5–7 describe and explain the case system, key input variables, the problem, and the proposed unified SPC-EPC scheme implemented in Chlor-Alkali industry. Finally, Sections 8 and 9 present the results, findings and conclusions of this research work.

Advertisement

2. Statistical process control (SPC)

The idea of statistical control charts is that a reference distribution that can be attained by simply combining observations from rational subgroups where they are taken over short periods of time in which that the process is considered to be stable [8]. A continuous comparison of the current process observations will be compared to the control limits that is calculated based on the reference distribution can lead to a detection of assignable causes such as out of control points and patterns.

In order to implement a control chart successfully, a practitioner will ask three main questions [8]:

  • Is the control chart an important tool for this application?

  • Which type of control charts must be used?

  • Where should be the control limits be placed?

To develop a statistical control chart, it all depends on whether or not a reference distribution exists. If a reference distribution does not exist then an effective alternative approach would be plotting individual data subgroup means or variances onto run charts and those run charts must be presented clearly to the individuals that are responsible for the process. Control limits will not be used, however if the process means exhibits a drifting behavior then an Engineering process control strategy should be implemented in order to reduce process variation [8].

The answer of questions two and three depends on why the charts will be used. There are three main uses for a statistical control chart: (1) real time process monitoring, (2) problem solving, and (3) assessment of process stability. Uses 2 and 3 are more important than 1. Long-term process improvement is way more important than just process monitoring and detecting [8].

After determining the main use for a control chart, a specific and suitable control chart must be chosen to monitor the process. If the process noise is white noise and the objective is to detect a spike, then a Shewhart chart should be used; if a step change, then a cumulative sum (CUSUM) should be used; and if an exponential change or increase, then an exponentially weighted averaged should be used [8]. CUSUM and EWMA control charts provide faster detection in small shifts in the process mean where the regular unmodified Shewhart control charts might fail to detect small step changes in the process which would result in a higher process variation [8].

2.1 Time weighted control charts

All control charts have the same basic format with a center line, an upper control limit, and a lower control limit however, time weighted control charts uses weighted averages as a performance measure, where they take in consideration the current and the previous process observations in order to make the control chart more sensitive to small process shifts especially in phase II process monitoring [9]. They can be used as an excellent alternative to the Shewhart control charts which uses only the information contained in the last sample observation. There are three types of time weighted control charts; the exponentially weighted moving average control chart, the cumulative sum control chart and the moving average control chart [10].

2.1.1 Exponential weighted moving average (EWMA)

The exponentially weighted moving average control chart is a time weighted control chart which uses the weighted average Zi, as the chart statistic rather than the sample number i [2, 11]. The weighted average can be calculated by using the following equation:

EWMAi=Zi=λXi+1λZi1E1

The EWMA control chart control limits can be calculated by using the following equation:

UCL=μ0+Lσλ2λ11λ2iE2
CL=μ0;UCL=μ0+Lσλ2λ11λ2iE3

The factor L, that is shown in Eqs. (2) and (3), is called the width of the control limit and the λ is called the weighting factor. The common values of λ ranges from 0.05λ0.25 [6]. Generally, using a smaller weight would be better at detecting small shifts in the process mean. The boundary value L is usually determined from an engineering decision based on the costs of being off target and the costs of making the adjustment [7]. Montgomery proposed the following equation (Eq. (4)) to estimate σ^EWMA [2, 11].

σ^EWMA=λ2λσ^E4
Advertisement

3. Engineering process control (EPC)

Quality control engineers frequently need to adjust different processes. Control charts such as Shewhart control charts are inefficient and inappropriate in adjusting processes. Simple principles provided by EPC could be easily put to use [12]. Principles such as feedback adjustment using a discrete proportional integral (PI) control can be easily implemented and understood [8]. PI controllers are not only simple and effective, but it’s also very robust and versatile, which means it could be implemented in different industries [13]. Discrete PI controllers can easily replace, much more complicated control schemes with only a slight loss of efficiency [14].

When adjustments cannot be done automatically, there usually a cost factor that goes with every process adjustment that is done [15]. The fixed cost that goes with every feedback adjustment is often not economical to make adjustment at every opportunity [8]. However, in cases like this, using and EWMA control chart that uses bounded adjustment could give minimum cost in feedback adjustments, where the adjustment is only made when the process observation exceeds the upper or lower boundary [16]. Appropriate tuning can be done on the bounded adjustment scheme where it would minimize three main costs:

  1. Cost of being off target

  2. Costs of adjusting

  3. Cost of sampling and testing

EPC will use feedback adjustment to remove any assignable cause that the SPC approach failed to remove [2]. The Integral control approach works by adjusting the process input variables based on the error that started to accumulate over a certain period of time. Usually, integral controls are used in conjunction with a proportional controller which is responsible for making corrective adjustments to the proportion of error in the input, so it can adjust faster and more accurate [6]. The combination of the integral controller and proportional controller is referred as the PI controller where they use feedback adjustment to reduce the deviation from the target [2].

3.1 Process control by feedback adjustment: integral control

The main objective in feedback adjustment is to make the output as close to the desired target as possible. Let us say the process at period time t has an output of yt and a singular input process variable of x, so changing x will affect the output y. yt+1T=gxt, where T is the desired target and g is a constant called the process gain. The process gain is basically relating to the magnitude of change in xt to the magnitude of change in yt. It basically acts like a regression coefficient [2, 6]. In any process, there will most likely be some disturbances, we will denote the disturbance in the process with N, so yt+1T=Nt+1+gxt. This equation shows that at period t + 1, the output deviation yt+1T will depend on the disturbance in period t + 1 plus the input variable xt which is our chosen set point. By forecasting the disturbance, we would know the optimal set point to cancel out the disturbance [17].

xt=j=1txj+xj1=λgj=1tejE5

The actual set point for variable xt at the end period t is the sum of all adjustments through time t, where λ is the weight and is e are the predicted error [2]. This type of process adjustment scheme is called the integral control, where it uses feedback control to manipulate the variable input xt, to reduce the process deviation from the target.

3.2 Process control by feedback adjustment: proportional integral derivative controller (PID) controller

A PID controller has the optimum control dynamics as it has zero steady state error and would eliminate the overshoot and oscillations of the output [6]. Moreover, it has a quicker response time compared to the integral controller or the proportional integral controller. Choosing the manipulative variable for a PID controller is calculated as shown below:

xt=kpet+kii=1tei+kDetet1E6

k and c are constants that are chosen based on the tuning of the controller [6].

3.3 The adjusting chart

Most feedback adjustment schemes adjust the process automatically, utilizing many different combinations of sensors and computers and finally actuators to physically implement the adjustment [2]. When the feedback adjustment adjusts the process automatically, it is called the automatic process control. In some processes, the feedback adjustment is done manually by the operators, where the process deviations are routinely observed to know how much adjustment needed to keep the output closer to the target.

Advertisement

4. Integrated SPC and EPC systems

SPC works by continuously plotting and comparing a statistical measure of certain variable with a user generated control limit [18]. If the plotted statistic exceeds the upper or lower control limit, then the process is considered to be out of statistical control. Corrective action is then applied to the process in order to eliminate the assignable cause thus reducing process variation [18]. Matos et al. [19] integrated SPC and EPC into a unified framework and investigated a pulp and paper industry through three phases and found that:

  • Phase 1: fitting several single input and single output (SISO) transfer function models in order to identify any possible relationships between the input and output variables.

  • Phase 2: merging of three data sets in order to achieve the main goal which is obtaining a better profile of the bleach pulp process; phase 1 was then repeated.

  • Phase 3: a multiple input single output (MISO) transfer function will be developed based on the results obtained in phase 2.

However, using this type of integration has two big concerns. The first concern is that the identified input and output variables must be monitored. The second concern is that a decision must be made on which type of controller should be used, whether an automatic controller or a manual controller. The decision will be made based on the adjustment costs and type of adjustment [19].

SPC and EPC are two techniques that complete each other as they both work together to reduce the process disturbances and improve the product quality. There is a relationship between the EWMA predictor and the integral controller, they both work hand in hand in order to make predictions. Using EWMA control charts in conjunction with integral controllers are frequently used because of their simplicity and efficiency. Jiang and Farr [20] proposed four different categories of the application of the two different quality control approaches, which are going to be illustrated:

  1. The EPC scheme is not needed if the data is not correlated. The SPC will be used to monitor the process and identify any assignable causes.

  2. The EPC control scheme should be examined if the data is correlated. The SPC control charts should be brought up to monitor the autocorrelation if no possible EPC control scheme exists.

  3. Even though the EPC control scheme can compensate some auto correlation disturbances, however a single EPC control scheme will not be able to compensate all the different kind of variations.

  4. The diagnostic process of the SPC will be used in conjunction with the feedback adjustment of the EPC control scheme, where the SPC will detect any sudden shift in the process mean and the EPC will take corrective actions based on the deviation from the target.

SPC and EPC originated in different industries, the parts industry and the process industry, and both approaches have been developed independently and they have they are on controversies, since the word control has different meanings depending on the approach. The word ‘control’ in SPC means process monitoring, while the word ‘control’ in EPC process regulation. SPC and EPC strategies are considered as two complimentary strategies for quality improvement [18]. There are three types of SPC and EPC unified frameworks: The Algorithmic SPC, Active SPC and the Run-to-Run.

4.1 Algorithmic SPC (ASPC)

ASPC is proactive approach to quality improvement that uses feedback and feedforward adjustments to reduce predictable variations [18]. This approach aims to reduce both short term and long-term variations by using a new discipline that replaces the traditional discipline ‘monitor, then adjust when out of control’ with ‘adjust optimally and monitor [21].

4.2 Active SPC

Active SPC are statistical models that are used to define the control limits and develop control laws that suggest the exact adjustment needed to maintain the process under statistical control [18]. Thus, using this strategy would eliminate the need for an algorithmic automatic controller. As a result, active SPC would result in a saving in raw materials and utilities.

4.3 Run-to-Run (RTR)

RTR is a process control technique where a run is represented by a batch or any other type of grouping [18]. In an RTR process, control actions are only made or implemented between runs instead of during runs. The SPC acts as a supervisor [18] where it triggers the adjustments whenever needed.

Advertisement

5. Case study

Anonymous company is a locally based Chlor-Alkali chemical manufacturing company that was listed in Kuwait stock exchange in the year 2002 and is focused on continual growth and optimization. The anonymous company complies with many international standards such as ISO 9001: 2008 quality management systems, ISO 14001: 2004 environmental management systems and OSHA 18001: Occupational health and safety management. The anonymous company has a total equity of approximately $107,000,000, produces and exports many kinds of salt-based products such as sodium chloride, sodium hypochlorite, sodium hydroxide, hydrogen and chlorine. These products have many uses in industrial sectors as they play an important role in the chemical manufacturing industry and the oil and gas industry. The anonymous company suffers from production disruptions and is unable to keep the feed brine concentration on target. The production disruptions are causing the cell membranes lifecycle to decrease due to the high variability in the feed brine concentration. The cell membranes main function is to prevent any unwanted reaction to occur in the electrolysis chamber. The anonymous company has a total of 120 cell membranes with a total cost of approximately $600,000.

As in Figure 1, the current control system that the anonymous company follows to regulate the salt levels can be described as: firstly, sensors such as the hydrometer and the 2-wire conductivity transmitter will start measuring the acidity and the concentration of the feed brine solution in Tk102 and inputs them into a regression model in order to predict what the feed brine concentration will be in Tk151. The values of the feed brine concentration will be plotted on IMR—control charts, as in Figure 2, so the control engineer can monitor the process. If there is an out of control point then an alarm will sound in the control room and the control engineer will then manually manipulate the salt levels to bring the process back in control.

Figure 1.

Ferric treatment tank.

Figure 2.

I-MR control chart.

This current control system has many problems. First, the anonymous company uses IMR-control charts (which has low sensitivity and is unable to detect small shifts in the process mean. Second, the IMR-control chart lacks the ability to predict the next error, which is a big problem since predicting error is essential in control engineering. The third problem is that the adjustments are done manually by the control engineers in the control room. Now manually adjusting the process comes with many drawbacks. First, the control engineers may not input the exact adjustment. Secondly the control engineer must always be present and alert at all times, and that would cause cognitive fatigue whereby human error is more likely to occur. It’s believed that by developing an integrated/unified SPC-EPC framework into the anonymous company Chlor-Alkali processing, it would drastically reduce the variation in the feed brine concentration and as a result would increase the cell membranes lifecycle.

Advertisement

6. Integrated SPC and EPC unified framework

The integration of SPC and EPC will be done in three phases which are the offline monitoring phase, the online measuring and detecting phase, and the integrated SPC and EPC phase. The offline monitoring phase focuses on analyzing the process flowchart, identifying key input variables, identifying critical to quality, collecting historical data and checking them for normality and autocorrelation. The online measuring and detecting phases focuses on generating control charts ensure all points are within the limits and there’s no pattern present in the data. Also, the analysis of the current control system happens in this phase. The integrated SPC and EPC phase focuses on the implementation of the Concept of this research work.

Beginning with the offline monitoring phase and according to the process flowchart shown in Figure 3, the key process variables and the critical to quality will be identified. It can be seen that the he process starts by pumping in Sea Water which is then undergoes many multiple filtration steps to remove varies types of impurities that may be present due to sea pollution. The sea water will eventually be evaporated away until only purified salt will be left behind and it will be stored into super purified salt storage tanks. The salt will be mixed with purified water in the ferric treatment tank and it undergoes further filtration and re-saturation until we get super purified brine (pure salt dissolved in water). The purified brine then enters the Electrolysis Chamber shown in Figure 4, where the solution will breakdown into its elements to make hydrogen, chlorine and sodium hydroxide. These chemicals will then undergo further processing until they get their final product which is hydrochloric acid, sodium hypochlorite and sodium hydroxide. Finally, some of the feed brine will be recycled back into the treatment tank for re-saturation.

Figure 3.

Process flowchart.

Figure 4.

Electrolysis chamber (electrolizer and cell membrane).

Varies things happens in the electrolysis chamber. First, when the feed brine enters the electrolizer, then the NaCl (salt) and the H2O (water) will breakdown into their elements where chlorine ions will go to the positive electrode (anode) and sodium ions and hydroxide ions will go to the negative electrode (cathode) and hydrogen gas will also be formed. Both electrodes are separated by a cell membrane where it helps with ion exchange and also prevents any unwanted reaction to occur in the electrolizer.

Recall that the main purpose of the ferric treatment tank shown in Figure 1 is to re-saturate the brine solution to the optimum concentration to make sure it does not affect the cell membrane located in the electrolizer. The treatment tank begins with the input tank Tk102 then brine goes through varies filtration steps until it reaches the refiner R101 where caustic soda and soda ash is added to the brine solution to remove impurities such as calcium and magnesium. The brine will then keep going through varies filtration stages in the treatment tank until it reaches the final tank which is Tk151 which is where the super purified feed brine is stored with a target concentration of 306 gpl. The feed brine will then exit the treatment tank and enter the electrolizer.

It has been found out that the cell membrane located in the electrolizer is very sensitive to the feed brine concentration and needs to be replaced every three to 4 years. The cell membrane has a current Lifecyle of 3–4 years, each cell membrane costs around $5000 and the company have 120 membranes with a total cost of nearly $600,000. Our objective is to increase the cell membranes life cycle to 6–8 years by reducing the variation in the feed brine concentration.

Advertisement

7. Framework demo

Our research Concept is proposing the use of the sensitive EWMA control chart in conjunction with the Integral Controller where we will have two arrays, one is the EWMA points and the other is the process observation. The Integral Controller will keep checking the EWMA points and once it exceeds the boundary limits then the integral controller would formulate an adjustment and send it to the process. Figure 5 is a visual representation of the concept, where array 1 is the weighted averages and array 2 is the actual measured process values.

Figure 5.

Research concept.

The boundary limit is an engineering decision that can be calculated based on equation (Eq. (4)). MATLAB have been used to develop a code that will continually check the EWMA values in array 1 using MATLAB for-loops. When a point exceeds the upper or lower boundary, the Integral Controller will calculate the required adjustment (Eq. (5)) to keep the process on target and send the adjustment to the actual process as shown in the Concept logic, Figure 6.

Figure 6.

Concept logic.

A fitted regression model will be developed to understand the relationship and brine concentration levels in the output tank (Tk151) and input tank (Tk102). Also help to estimate the process gain (G) to be used in calculating the adjustment in the integral controller. The weight λ will be tested at different values ranging from 0.1 to 0.5 to find the best target with the minimum variation.

Advertisement

8. Results and findings

The upper boundary (UB) is equal to 311.78 gpl and the lower boundary (LB) is equal to 300.22 gpl. The weight value of λ was selected to be 0.3 which resulted in a process gain of 0.9795. A fitted regression model was developed as below:

Tk151=6.31+0.9795Tk102E7

Figure 7 shows the fitted regression model plot between the brine concentration levels in the output tank (Tk151) and the input tank (Tk102).

Figure 7.

Fitted line plot for Tk102 and Tk151.

The EWMA control chart will plot the feed brine concentration which is located in Tk151, and then the integral controller would continuously check whether or not the observation exceeds the upper or lower bound. In an event where the feed brine concentration exceeds the bounded limits, an adjustment will be formulated and sent to the input tank Tk102. Figure 8 shows the EWMA control chart for the input tank Tk102 and Figure 9 shows the EWMA control chart for the output tank Tk151 where bounded control limits are used. The control scheme will be using this control chart to formulate its adjustments. Figure 9 shows 11 out of control points, each out of control point will trigger the integral controller to formulate the exact adjustment needed to bring the process back in control.

Figure 8.

EWMA chart for Tk102.

Figure 9.

EWMA chart for Tk151.

Table 1 shows the adjusted and unadjusted values for brine concentration in Tk102. The third column in is setpoints and it’s the cumulative adjustments done to the process. The first adjustment was made at observation 22 which exceeds the lower boundary and the integral controller calculated the required adjustment of 3.98 to bring the process back on target and reduce the deviation of the output from the target. The control scheme will continue this way where the integral controller will continuously calculate the required adjustments to bring the process under control and keep it within the boundaries.

Table 1.

Process data before and after adjustment.

After integrating the EWMA control chart in conjunction with the integral controller in the ferric treatment tank, the framework implementation managed significantly to reduce the process variation by 32.8% and reduced the standard deviation by 18%. By reducing the process variation and standard deviation, the process becomes continuously under control and the cell membranes lifecycle increased successfully. As in Table 2, different λ weight values have been tested in order to find the optimum that gives the least variation for after adjustment.

Before adjustmentAfter adjustment
λ=0.1λ=0.2λ=0.3λ=0.4λ=0.5
Target g/lit300.30302.12303.02304.10304.07303.98
Variance119.1695.9190.9780.0782.8486.13
St Dev10.929.799.548.959.109.28

Table 2.

Optimum λ.

The high sensitivity of the EWMA control chart can be seen when compared to the I-MR control chart. It can be seen how the EWMA control chart was able to detect out of control points that I-MR control chart missed. Figure 2 is showing that all points are under control however, the same points are out of control when plotted on the EWMA control chart as seen in Figure 8.

Advertisement

9. Conclusion

Many schemes of SPC and EPC integration had been proposed in literature with a view to complement each other’s insufficiency [7, 12, 18, 19, 20, 21]. While intensive work has been focused on developing various efficient and robust EPC controllers, some emphasized the crucial task of monitoring auto correlated processes and EPC systems. In this research work the objective was to create a concept in which we used the EWMA control chart in conjunction with the integral controller to keep the feed brine concentration on target in order to increase the cell membranes life cycle.

SPC and EPC integration approach was done in three phases; offline monitoring phase, online measuring and detecting phase and finally the integrated SPC-EPC phase. The first phase was about analyzing the process, identifying the critical to quality characteristic, identifying the key input variables and understating the process flow chart. The second phase involves analyzing the current control system. The third and final phase is where we introduce the concept which is the EWMA control chart in conjunction with the integral controller.

According to the proposed scheme and results and with the cooperation of the anonymous company, by keeping the feed brine concentration on target the Chlor-Alkali process variation is reduced, the cell membrane lifecycle is expected to be doubled, and monthly cost is minimized by 50%. The implementations of our effective concept drastically improved the product quality and reduce cost. The concept is versatile and applicable to different industries.

SPC and EPC unified framework has been proven to be very effective at reducing process variation and improving the product quality.

EWMA control charts are very effective and sensitive in detecting small processes means shifts and ability to forecast the next processes error which is essential in control engineering.

References

  1. 1. Mastrangelo C. Integrated process control for start up operations. Quality Technology. 1998;30:201-211
  2. 2. Montgomery D. Statistical Quality Control a Modern Introduction. Arizona: John Wiley & Sons, Inc; 2013
  3. 3. Page ES. Continuous inspection schemes. Biometrika. 1954;41:100-115
  4. 4. Roberts SW. Control chart tests based on geometric moving averages. Journal Paper Technometrics. 1959;42:97-101
  5. 5. Bernard G. Control charts and stochastic processes. Journal of the Royal Statistical Society. 1959;21:239-271
  6. 6. Ogata K. Modern Control Engineering. New Jersey: Prentice Hall; 2010
  7. 7. Aljebory KM, Alshebeb M. Integration of statistical and engineering process control for quality improvement a case study: Chemical industry—National Chlorine Industries. Jordan Journal of Mechanical and Induatrial Engineering. 2014;4(4):243-256
  8. 8. Box GEP, Coleman DE, Baxley RV. A comparison of statistical process control and engineering process control. Journal of Quality Technology. 1997;29(2):128-130
  9. 9. Wardell DG, Moskowitz H, Plante R. Run length distribution of special causes control charts for correlated process. Journal Production and Operation Management. 1994;3:217-239
  10. 10. Zhang N. A statistical control chart for stationary process data. Journal Technometrics. 1994;40(1):24-38
  11. 11. Shawhart WA. Economic Control of Quality Manufactured Product. New York: Lancaster Press; 1931
  12. 12. Tsung F, Shi J. Integrated design of run to run PID controller and SPC monitering for process disturbences rejection. IIE Transactions Transactions. 1999;31(1):517-527
  13. 13. Sachs E, Hu A, Ingolfsson A. Run by run process control: Combining SPC and feedback control. Transaction on Semiconductor Manufacturing. 1995;8(1):26-40
  14. 14. Roberts SW. Control chart test based on geometric moving averages. Technometrics. 1959;1(3):239
  15. 15. Wiel SV, Tucker W, Doganaksoy N. Algorithmic statistical process control: Concepts and an application. Technometrics. 1992;34(3):286-297
  16. 16. Alwan L, Roberts H. Time series modeling for statistical process control. Journal of Business & Economic Statistics. 1988;6(1):87-95
  17. 17. Box G, Kramer T. Statistical process monitering and feedback adjustment. Technometrics. 1992;34(3):257-267
  18. 18. Hachicha W, Moussa I, Kolsi R. Integration of statistical and engineering process control in a batch processes monitoring: Case of alkyd polymerization reactor. International Journal of Control and Automation. 2012;5(1):45-62
  19. 19. Matos AS, Requeijo JG, Pereira ZL. Integration of engineering process control and statistical control in pulp and paper industy. In: 18th Symposium on Computer Aided Process Engineering. Vol. 25. 2008. pp. 399-404
  20. 20. Jiang W, Farr JV. Integrating SPC and EPC methods for quality improvemnet. Quality Technology and Quantative Managment. 2007;4:345-363
  21. 21. Rahim M, Siddiqui Y, Elshafei M. Integration of multivariate statistrical process control and engineering process control. IEOM. 2014;10(1):472-480

Written By

Walid Smew, Bader Al-Mutawa and Ali Issawy

Submitted: 07 January 2019 Reviewed: 24 April 2019 Published: 14 February 2020