Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
AUTOMATIC IDENTIFICATION OF IMPORTANT BATCH EVENTS
Document Type and Number:
WIPO Patent Application WO/2022/136108
Kind Code:
A1
Abstract:
Method for automatic identification of important batch events for a batch execution alignment algorithm, comprising: receiving (S10) historical batch data of a batch process, wherein the historical batch data comprises a plurality of batch executions (10, 20), and wherein each of the plurality of batch executions (10, 20) comprises a plurality of batch events (E11, E12, E21, E22), indicating a specific event of the batch process, and at least one time series of a process variable (V1, V2, V3), indicating a development of the process variable during the batch process; determining (S20) a distance between the at least one time series (V1, V 2, V3) of the plurality of the batch executions (10, 20) for each of the plurality of batch events (E11, E12, E21, E22); and identifying (S30) at least one important batch event (Ml) for a batch execution alignment algorithm with a smallest distance using the determined distances.

Inventors:
HOLLENDER MARTIN (DE)
SCHMIDT BENEDIKT (DE)
Application Number:
PCT/EP2021/086189
Publication Date:
June 30, 2022
Filing Date:
December 16, 2021
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
ABB SCHWEIZ AG (CH)
International Classes:
G05B13/04; G05B19/418; G06F9/48
Domestic Patent References:
WO2019212653A12019-11-07
Foreign References:
GB2482367A2012-02-01
Attorney, Agent or Firm:
MAIWALD PATENTANWALTS- UND RECHTSANWALTSGESELLSCHAFT MBH (DE)
Download PDF:
Claims:
PATENT CLAIMS

1. A method for automatic identification of important batch events for a batch execution alignment algorithm, comprising: receiving (S10) historical batch data of a batch process, wherein the historical batch data comprises a plurality of batch executions (10, 20), and wherein each of the plurality of batch executions (10, 20) comprises a plurality of batch events (E11, E12, E21 , E22), indicating a specific event of the batch process, and at least one time series of a process variable (V1, V2, V3), indicating a development of the process variable during the batch process; determining (S20) a distance between the at least one time series (V1, V2, V3) of the plurality of the batch executions (10, 20) for each of the plurality of batch events (E11, E12, E21 , E22); and identifying (S30) at least one important batch event (Ml) for a batch execution alignment algorithm with a smallest distance using the determined distances.

2. The method of claim 1 , wherein identifying the at least one important batch event (Ml) comprises, ranking of the batch events (E11, E12, E21, E22) using the determined distances; and selecting the at least one important batch event (Ml) with the highest ranking.

3. The method of any of the preceding claims, wherein identifying (S30) the at least one important batch event (Ml) comprises: determining at least one milestone (M1, M2) of the batch process, wherein the at least one milestone (M1 , M2) divides the batch process in a plurality of sections (S1 , S2, S3); selecting only one important batch event (Ml) from the at least one important batch event (M1 , M2) for each of the plurality of sections (S1 , S2, S3).

4. The method of any of the preceding claims, wherein determining (S20) the distance comprises: determining a sum of pairwise distances between the at least one time series (V1, V2, V3) of the plurality of batch executions (10, 20) for each of the plurality of batch events (E11 , E12, E21, E22); wherein determining (S20) the distance comprises determining an average distance using the sum of pairwise distances.

5. The method of any of the preceding claims, wherein determining (S20) the distance comprises: shifting the at least one time series (V1, V2, V3) of each of the plurality of the batch executions (10, 20) so that the batch event of each batch (10, 20) run is at a same relative time point; cutting the at least one time series to an equal length; determining (S20) the distance between the at least one shifted time series (V1, V2, V3) of the plurality of the batch executions (10, 20) for each of the plurality of batch events (E11, E12, E21, E22).

6. The method of claim 5, wherein determining (S20) the distance comprises: determining a non-shifted distance between the at least one none-shifted time series and determining a shifted distance between the at least one shifted time series; if a difference between the non-shifted distance and the shifted distance is below a predetermined threshold, discarding the batch event. 7. The method of any of the preceding claims, wherein determining (20) the distance comprises: normalizing the at least one process variable.

8. The method of any of the preceding claims, wherein determining (20) the distance comprises using a Euclidian distance or a dynamic-time-warping, DTW, distance.

9. The method of any of the preceding claims, wherein the batch event comprises timestamps of when a specific operation of the batch process starts and stops.

10. The method of any of the preceding claims, comprising discarding the batch events (E11, E12, E21 , E22) with a distance above the predetermined threshold.

11. The method of any of the preceding claims, wherein the method is a computer- implemented method.

12. A data processing system comprising means for carrying out the steps of a method according to any of claims 1 to 10.

13. A computer program comprising instructions, which, when the program is executed by a computer, cause the computer to carry out the steps of a method according to any of claims 1 to 10. A computer-readable medium comprising instructions which, when executed by a computer, cause the computer to carry out the steps of a method according to any of claims 13.

Description:
DESCRIPTION

AUTOMATIC IDENTIFICATION OF IMPORTANT BATCH EVENTS

BACKGROUND OF THE INVENTION

Batch events allow the separation of important phases in a batch reaction like for example filling, reaction, emptying. Knowledge about such events is important both for online monitoring and offline retrospective analysis. Batch control systems generate such events, but usually only together with less important, arbitrary or even harmful other events, e.g. operator has acknowledged form, the supply tank is empty or the reactor needs cleaning.

Such events tell nothing about the progression of a batch execution. Using them for an alignment of different batch executions leads to less meaningful results.

In the analysis of batch executions, it is important to separate different operational phases, e.g. preparation - reaction - off-loading, to be able to compare them piece wise with each other, or in other words compare apples with apples. Alignment algorithms that make batch executions equal length as a precondition for multivariate analysis algorithms need meaningful constraints for good performance.

Batch automation systems often deliver so called batch events, timestamps when an operation starts and stops. Many batch events can support alignment algorithms, but some batch events are less or not at all useful. For example, a batch event might occur at a random point of the batch and might have nothing to do with the progression of the batch. The challenge is to identify those batch events that are well suited as support for alignment algorithms.

DESCRIPTION OF THE INVENTION

It is therefore an objective of the invention to provide an automatic identification of important batch events for a batch execution alignment algorithm:

This objective is achieved by the subject-matter of the independent claims. Further preferred embodiments are evident from the dependent patent claims. According to the invention, a method for automatic identification of important batch events for a batch execution alignment algorithm comprises the steps: Receiving historical batch data of a batch process, wherein the historical batch data comprises a plurality of batch executions, and wherein each of the plurality of batch executions comprises a plurality of batch events, indicating a specific event of the batch process, and at least one time series of a process variable, indicating a development of the process variable during the batch process. Determining a distance between the at least one time series of the plurality of the batch executions for each of the plurality of batch events. Identifying at least one important batch event for a batch execution alignment algorithm with a smallest distance using the determined distances.

The term “batch process”, as used herein, comprises a specific production process with at least one batch reaction like tank filling, reaction and tank emptying.

Preferably, the batch process comprises a process that leads to the production of finite quantities of material by subjecting quantities of input materials to an ordered set of processing activities over a finite period of time using one or more pieces of equipment

Preferably, a batch comprises a material that is being produced or that has been produced by a single execution of a batch process or an entity that represents the production of a material at any point in the process.

The term batch execution, as used herein, comprises a specific instance of a batch process. In other words, each execution of the batch process is a different batch execution. As a batch process due to its technical nature and variance does not always execute in the same way, each different execution of the batch process leads to a different batch execution. For example, a common variance is provided by any human interaction in the batch process and/or environmental differences like ambient temperature.

The term “important batch event”, as used herein, comprises batch events that are indicative for the progress of the batch process, or in other words the specific batch execution. In contrast to batch events, which are rather arbitrary and that occur at a random point of the batch process and might have nothing to do with the progression of the batch process, important batch events can be used as meaningful constraints for an alignment algorithm.

Preferably, the plurality of batch executions comprise a plurality of executions of the same batch. In other words, each of the plurality of batch executions relates to the same production process. Thus, each batch execution comprises the same batch events, for example “evacuating the tank” or “inserting material X”.

Preferably, the distance comprises a multivariate distance or univariate distance, wherein a multivariate distance depends on a plurality of variables and a univariate distance depends on only a single variable. In other words, multivariate means when determining the distance to consider several variables in parallel. So, for example, not only on the flow but also at the temperature, the pressure etc. are considered.

Preferably, the distance is determined using algorithms that use metrics to compare pairwise time series. The result of such algorithm is a distance between the compared time series indicating how far away the different events in the time series are from each other. In other words, two time series with a small distance look more similar in their progression than two time series with a larger distance.

In other words, each batch event is tested and the ones are selected that minimize the distance for the good batches and maximize the distance for the bad batches for the known historic batches.

Thus, an improved method for automatic identification of important batch events for a batch execution alignment algorithm is provided.

In a preferred embodiment, identifying the at least one important batch event comprises, ranking of the batch events using the determined distances and selecting the at least one important batch event (Ml) with the highest ranking.

Preferably, a predetermined number of batch events with the highest ranking are selected as the at least one important batch event.

Preferably, the batch events are ranked using an associated distance, which relates to a relative distance compared to all other determined distances of the different batch executions.

In a preferred embodiment, identifying the at least one important batch event comprises determining at least one milestone of the batch process, wherein the at least one milestone divides the batch process in a plurality of sections, and selecting only one important batch event from the at least one important batch event for each of the plurality of sections.

Identifying the important batch events might lead to an accumulation of batch events that are considered important at only a portion of the batch execution. Consequently, for each section only one important batch event is selected. Preferably, for each section, the important batch event with the lowest determined distance is selected and further preferably the other important batch events of the respective sections are discarded.

Thus, it guaranteed that one important batch event is identified for each section of the batch execution.

Preferably, the at least one milestone is determined at predetermined progress levels of the batch execution.

Preferably, a milestone is determined at 30% and 70% of the progress of the batch execution. Further preferably, a milestone is determined at 25%, 50% and 75% of the progress of the batch execution.

Consequently and improved method for automatic identification of important batch events is provided.

In a preferred embodiment, determining the distance comprises the steps: Determining a sum of pairwise distances between the at least one time series of the plurality of batch executions for each of the plurality of batch events, wherein determining the distance comprises determining an average distance using the sum of pairwise distances.

When determining the distance between the at least one time series of the plurality of batch executions, a sum of pairwise distances is determined. Thus, in order to be able to compare the different determined distances of the batch executions, the sum of pairwise differences is divided by an amount of determined pairs or in other words steps. Thus, the average distance can be determined.

Consequently and improved method for automatic identification of important batch events is provided.

In a preferred embodiment, determining the distance comprises the follow steps: Shifting the at least one time series of each of the plurality of the batch executions so that the batch event is at a same relative time point, cutting the at least one time series to an equal length, and determining the distance between the at least one shifted time series of the plurality of the batch executions for each of the plurality of batch events.

Preferably, the cutting of the at least one timer series is determined by the batch execution with a minimal length to the left and the batch execution with a minimal length to the right.

In other words, for each batch event, the at least one time series of the batch executions are shifted onto the batch event. As the batch event generally is at a difference time point in each batch execution, the batch execution, and thus the at least one time series of each batch execution, comprise a different relative starting point and a different relative end point. Cutting the at least one time series of each batch execution to the same length allows for providing comparable times series, as the batch events of each time series are aligned and each times series has the same length.

Alternatively, a length of the time series, or in other words, a left and right border of the time series is predetermined and the at least one time series is cut accordingly.

Consequently and improved method for automatic identification of important batch events is provided.

In a preferred embodiment, determining the distance comprises the following steps: Determining a non-shifted distance between the at least one none-shifted time series and determining a shifted distance between the at least one shifted time series and if a difference between the non-shifted distance and the shifted distance is below a predetermined threshold, discarding the batch event.

In a preferred embodiment, determining the distance comprises normalizing the at least one process variable.

In other words, each of the at least one process variables are normalized.

Preferably, the at least one process variable is normalized, if the distance is a multivariate distance.

Preferably, normalizing comprises subtracting the mean and dividing by the standard deviation in order to make the different variables comparable.

In a preferred embodiment, determining the distance comprises using a dynamic- time-warping, DTW, distance.

In general, instead of the DTW distance, any distance metric between two time series, for example Mahalanobis distance, R A 2 distance, Euclidean distance or manhatten distance might be used to determine the distance.

The DTW distance as a more complex distance metric can stretch and squeeze curves and therefore compensate irrelevant differences like varying waiting times.

In a preferred embodiment, the batch event comprises timestamps of when a specific operation of the batch process starts and stops.

In a preferred embodiment, the method comprises the step: discarding the batch events with a distance above the predetermined threshold.

In a preferred embodiment, the method is a computer-implemented method.

According to an aspect of the invention, a data processing system comprises means for carrying out the steps of a method, as described herein. According to an aspect of the invention, a computer program is provided, comprising instructions which, when the program is executed by a computer, cause the computer to carry out the method, as described herein.

According to an aspect of the invention, a computer-readable data carrier is provided having stored there on the computer program, as described herein.

The present invention also relates to a computer program product including computer program code for controlling one or more processors of a device adapted to be connected to a communication network and/or configured to store a standardized configuration representation, particularly, a computer program product including a computer readable medium containing therein the computer program code.

Preferably, the functional modules and/or the configuration mechanisms are implemented as programmed software modules or procedures, respectively; however, one skilled in the art will understand that the functional modules and/or the configuration mechanisms can be implemented fully or partially in hardware.

BRIEF DESCRIPTION OF THE DRAWINGS

The subject matter of the invention will be explained in more detail in the following text with reference to preferred exemplary embodiments which are illustrated in the attached drawings, in which:

Fig.1 schematically shows a single batch execution;

Fig.2 schematically shows a plurality of batch executions that are not shifted;

Fig.3 schematically shows a plurality of batch executions that are shifted onto one batch event;

Fig.4 schematically shows a plurality of batch executions that are shifted onto another batch event resulting in a large distance;

Fig.5 schematically shows a plurality of batch executions wherein the distance is determined by using or dynamic-time-warping, DTW.

Fig.6 schematically shows a method for automatic identification of important batch events for a batch execution alignment algorithm.

The reference symbols used in the drawings, and their meanings, are listed in summary form in the list of reference symbols. In principle, identical parts are provided with the same reference symbols in the figures. DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS

Fig.1 schematically shows a first batch execution 10. The first batch execution 10 comprises three time series of process variables V1, V2, V3. The first process variable V1 represents a material flow. The second process variable V2 represents a material level. The third process variable V3 represents a temperature of a tank holding the material.

In this example, in the shown batch execution, a material is inserted into a tank. The tank has a specific temperature before the material is inserted into the tank. The material in the tank is processed, wherein the temperature of the tank and the level of the material within the tank changes. After the reaction of the material in the tank, the material is released out of the tank. Thus, the first process variable V1, representing the material flow, peaks, while the second process variable V2, representing the material level, decreases. The third process variable V3, representing the temperature of the tank, slowly decreases with a time delay.

The batch execution comprises four batch event, a first batch event of the first batch execution E11 , a second batch event of the first batch execution E12, a third batch event of the third batch execution E13 and a fourth batch event of the first batch execution E14. However, the above chosen numeration of the batch events should not indicate any chronological order of the batch events but rather indicate different batch events. Each batch execution comprises the same batch events.

Fig.2 schematically shows a plurality of batch executions that are not shifted. In addition to the first batch execution 10, a second batch execution 20, a third batch execution 30, a fourth batch execution 40 and a fifth batch execution 50 are shown. In addition, for the second batch execution 20, a first batch event of the second batch execution E21 , a second batch event of the second batch execution E22, a third batch event of the second batch execution E23 and a fourth batch event of the second batch event E24 is indicated.

Fig.3 schematically shows the plurality of batch executions of fig. 2. However, the batch executions 10, 20, 30, 40, 50 have been shifted to align the batch executions 10, 20, 30, 40, 50 in the third batch event E13, E23. For visibility reasons, only the third batch event of the first batch execution E13 and the third batch event of the second batch event E23 is indicated.

For the third batch event E13, E23 of each of the batch executions 10, 20, 30, 40, 50 a distance is determined between the time series V1, V2, V3 of the batch executions 10, 20, 30, 40, 50. If the determined distance is considered a smallest distance compared to the determined distances of the other batch events, the third batch event E13, E23 is identified as important batch event.

Fig.3 also shows a first milestone M1 and a second milestone M2 separating the batch executions 10, 20, 30, 40, 50 into a first section S1, a second section S2 and a third section S3. The third batch event E13, E23 is located in the second section S2.

Fig.4 schematically shows a plurality of batch executions that are shifted onto another batch event resulting in a large distance. Fig.4 shows three batch executions, a sixth batch execution 60, a seventh batch execution 70 and an eighth batch execution 80. In this case, the batch executions are shifted onto one batch event, namely a fifth batch event of the sixth batch execution E61 , a fifth batch event of the seventh batch execution E71 and a fifth batch event of the eighth batch execution E81. Using this fifth batch event E61, E71 , E81 to shift the sixth batch execution 60, the seventh batch execution 70 and the eighth batch execution 80 leads to a relatively large distance. Consequently, this batch event will be ranked low compared to other batch events, for example, the second batch event of Fig.3.

Fig.5 schematically shows a plurality of batch executions wherein the distance is determined by using or dynamic-time-warping, DTW. Fig. 5 shows a plurality of batch executions B, comprising a ninth batch execution 90. For determining the distances, a DTW algorithm is executed. This DTW algorithm has the property of fitting all batch executions into an area. Batch executions that have executed as expected and thus are considered good batch executions should overlap very well in the DTW algorithm. Batch executions that execute out of the norm and thus are considered bad batch executions do not overlap this well. This is indicated with the ninth batch execution 90, wherein the DTW algorithm cannot fit the batch execution onto the plurality of batch executions B.

Fig. 6 schematically shows a method for automatic identification of important batch events for a batch execution alignment algorithm.

In a first step S10, historical batch data of a batch process is received, wherein the historical batch data comprises a plurality of batch executions 10, 20, and wherein each of the plurality of batch executions 10, 20 comprises a plurality of batch events E11 , E12, E21, E22, indicating a specific event of the batch process, and at least one time series of a process variable V1 , V2, V3, indicating a development of the process variable during the batch process. In a second step S20, a distance between the at least one time series V1, V2, V3 of the plurality of the batch executions 10, 20 for each of the plurality of batch events E11, E12, E21, E22 is determined. In a third step S30, at least one important batch event Ml for a batch execution alignment algorithm with a smallest distance using the determined distances is identified.

LIST OF REFERENCE SYMBOLS

10 first batch execution

20 second batch execution

30 third batch execution

40 fourth batch execution

50 fifth batch execution

60 sixth batch execution

70 seventh batch execution

80 eighth batch execution

90 ninth batch execution

B plurality of batch executions

V1 first process variable

V2 second process variable

V3 third process variable

E11 first batch event of the first batch execution

E12 second batch event of the first batch execution

E13 third batch event of the first batch execution

E14 fourth batch event of the first batch execution

E21 first batch event of the second batch execution

E22 second batch event of the second batch execution

E23 third batch event of the second batch execution

E24 fourth batch event of the second batch execution

E61 fifth batch event of the sixth batch execution

E71 fifth batch event of the seventh batch execution

E81 fifth batch event of the eight batch execution

51 first section

52 second section

53 third section

M1 first milestone

M2 second milestone

El important batch event