JP2012118972A - Operation restriction check device and operation restriction check method - Google Patents

Operation restriction check device and operation restriction check method Download PDF

Info

Publication number
JP2012118972A
JP2012118972A JP2011243497A JP2011243497A JP2012118972A JP 2012118972 A JP2012118972 A JP 2012118972A JP 2011243497 A JP2011243497 A JP 2011243497A JP 2011243497 A JP2011243497 A JP 2011243497A JP 2012118972 A JP2012118972 A JP 2012118972A
Authority
JP
Japan
Prior art keywords
restriction
constraint
constraint condition
content
check
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2011243497A
Other languages
Japanese (ja)
Other versions
JP5874329B2 (en
Inventor
Osamu Yamaguchi
収 山口
Kyohei Kamiyama
恭平 上山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
JFE Steel Corp
Original Assignee
JFE Steel Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by JFE Steel Corp filed Critical JFE Steel Corp
Priority to JP2011243497A priority Critical patent/JP5874329B2/en
Publication of JP2012118972A publication Critical patent/JP2012118972A/en
Application granted granted Critical
Publication of JP5874329B2 publication Critical patent/JP5874329B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • General Factory Administration (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PROBLEM TO BE SOLVED: To lighten the burden of scheduling operation for planning the processing order of a product by flexibly analyzing restriction conditions.SOLUTION: In an operation restriction check device 1, a rolling restriction master 151 in a storage part 15 contains restriction conditions including restriction contents represented with a relation between a restriction content item using an operator corresponding to the restriction contents and a value of the restriction content item or combinations of the relations, and a restriction range in which the restriction contents are applied. A syntax analytical processing part 171 performs syntax analytic processing on the restriction contents contained as the restriction conditions to be checked in the rolling restriction master 151 to generate a syntax tree. A restriction condition determination processing part 173 determines whether a cycle or rolled material within the restriction range meets the restriction contents by using the syntax tree to determine whether the object to be checked meets the restriction conditions.

Description

本発明は、製品の処理順序を計画した製造スケジュールの操業制約チェック装置および操業制約チェック方法に関するものである。   The present invention relates to an operation constraint check device and an operation constraint check method for manufacturing schedules in which the processing order of products is planned.

従来から、最適化ソルバを用いたスケジューリング問題の解法が研究されており、例えば鉄鋼製品等の製品の製造スケジュールを計画するスケジューリング業務に適用されている。例えば、オペレーションズリサーチという学問分野で提案されている手法では、製造上の制約条件を数式で表現し、製造コスト等の評価関数値を最小化することで最適な製品の処理順序を決定している。また、一般に、スケジューリング問題等の組み合わせ最適化問題は、NP困難と呼ばれるクラスの問題に属しており、最適解の導出に多大な時間を要する場合がある。このため、遺伝的アルゴリズム(GA)やタブサーチ(TS)等のメタヒューリスティクスと呼ばれる手法を用いた近似解法によって処理の高速化を図ったものも知られている。   Conventionally, a method for solving a scheduling problem using an optimization solver has been studied and applied to a scheduling work for planning a production schedule of a product such as a steel product. For example, in the method proposed in the academic field of operations research, manufacturing constraints are expressed by mathematical formulas, and the evaluation function values such as manufacturing costs are minimized to determine the optimal product processing order. . In general, a combination optimization problem such as a scheduling problem belongs to a class problem called NP difficulty, and it may take a long time to derive an optimal solution. For this reason, there is also known a method in which the processing speed is increased by an approximate solution method using a method called metaheuristics such as genetic algorithm (GA) or tab search (TS).

また、実際のスケジューリング業務においては、得られた解が最善の解ではない場合、例えば、その解に従った製造設備の操業が困難な場合もあるため、オペレータの納得が得られない事態も生じ得る。このため、例えば、オペレータの操作に従って解を部分的に作成し直すことができるようにした対話型のスケジューラも知られている(例えば特許文献1,2を参照)。   Also, in actual scheduling work, if the obtained solution is not the best solution, for example, it may be difficult to operate the manufacturing equipment according to the solution, so there is a situation where the operator cannot be satisfied. obtain. For this reason, for example, an interactive scheduler is known in which a solution can be partially recreated in accordance with an operation of an operator (see, for example, Patent Documents 1 and 2).

一方で、コンピュータ言語や自然言語等の対象言語の解析手法の1つとして、従来から、言語要素(文節)の関係によって対象言語を表した構文木を作成することで対象言語の意味を解析する構文解析と呼ばれる技術が知られており、コンパイラやインタプリタ、自然言語処理等で用いられている。例えば、特許文献3には、構文解析技術を利用して自然言語文からアプリケーション言語表現の構造を生成する手法が開示されている。   On the other hand, as one of the analysis methods of target languages such as computer languages and natural languages, the meaning of the target language is analyzed by creating a syntax tree that represents the target language according to the relationship of language elements (sentences). A technique called parsing is known and used in compilers, interpreters, natural language processing, and the like. For example, Patent Literature 3 discloses a technique for generating a structure of an application language expression from a natural language sentence using a syntax analysis technique.

特開2009−9311号公報JP 2009-9931 A 特開2009−9312号公報JP 2009-9912 A 特開平6−222925号公報JP-A-6-222925

製造設備の安全な操業を実現するためには、計画した製造スケジュールが上記した製造上の制約条件を満たすものであることが必要不可欠である。このため、製造スケジュールの計画は、その製品の処理順序が実際に制約条件を満たすか否かをチェックしつつ行う必要がある。ここで、このチェックをオペレータが行うこととすると、チェック漏れ等の人為的ミスの発生が懸念されるため、コンピュータによるチェック機能が求められている。   In order to realize a safe operation of the production facility, it is essential that the planned production schedule satisfies the above-mentioned production constraints. Therefore, it is necessary to plan the manufacturing schedule while checking whether the processing order of the products actually satisfies the constraint conditions. Here, if the operator performs this check, there is a concern about the occurrence of human error such as check omission, so a check function by a computer is required.

ところで、制約条件は、不変のものではなく頻繁に変更される上、その種類も様々である。このため、チェック機能のロジックに制約条件を直接埋め込んでしまうと、制約条件の変更作業が困難でメンテナンス性を著しく損なう。また、単なる数値テーブルでは、多様な制約条件を表現するのは困難である。したがって、制約条件を柔軟に解析する仕組みの構築は、チェック機能を長く使い続けるために非常に重要である。   By the way, the constraint conditions are not invariant, are frequently changed, and there are various types. For this reason, if the constraint condition is directly embedded in the logic of the check function, it is difficult to change the constraint condition and the maintainability is significantly impaired. In addition, it is difficult to express various constraint conditions with a simple numerical table. Therefore, the construction of a mechanism for flexibly analyzing constraint conditions is very important in order to continue using the check function for a long time.

本発明は、上記に鑑みてなされたものであって、制約条件を柔軟に解析し、製品の処理順序を計画するスケジューリング業務に要する負荷を軽減することができる操業制約チェック装置および操業制約チェック方法を提供することを目的とする。   The present invention has been made in view of the above, and an operation constraint check apparatus and an operation constraint check method that can flexibly analyze constraint conditions and reduce a load required for a scheduling operation for planning a processing order of products. The purpose is to provide.

上述した課題を解決し、目的を達成するため、本発明にかかる操業制約チェック装置は、製品の処理順序を計画した製造スケジュールの操業制約チェック装置であって、チェック対象とする製品または製品群の特定情報と、当該規制内容に応じた演算子を用いた規制内容項目と該規制内容項目の値との関係または該関係の組み合わせによって表現された規制内容と、該規制内容を適用する規制範囲とを対応付けた制約条件を設定する設定手段と、前記規制内容の構文解析を行って前記規制内容を表す構文木を作成する作成手段と、前記特定情報によって特定される前記チェック対象の製品または製品群を基準として前記処理順序が前記規制範囲に属する製品または製品群について、前記構文木を用いて前記規制内容を満たすか否かを判定する判定手段と、を備えることを特徴とする。   In order to solve the above-described problems and achieve the object, an operation constraint check device according to the present invention is an operation constraint check device for a production schedule in which the processing order of products is planned, and the product or product group to be checked The restriction content expressed by the relationship between the specific information, the restriction content item using an operator corresponding to the restriction content and the value of the restriction content item or a combination of the relationship, and the restriction range to which the restriction content is applied A setting means for setting a constraint condition in association with each other, a creation means for performing a syntax analysis of the restriction content to create a syntax tree representing the restriction content, and the product or product to be checked specified by the specific information For a product or product group whose processing order falls within the restriction range with respect to a group, it is determined whether or not the restriction content is satisfied using the syntax tree. Characterized in that it comprises a constant means.

また、本発明にかかる操業制約チェック装置は、上記の発明において、前記判定手段による判定結果を集約して、所定回数以上前記規制内容を満たさないと判定された制約条件の情報を通知する警報手段を備えることを特徴とする。   In addition, the operation constraint check device according to the present invention is the alarm unit that aggregates the determination results by the determination unit in the above-described invention and notifies the information of the constraint condition that is determined not to satisfy the regulation content more than a predetermined number of times. It is characterized by providing.

また、本発明にかかる操業制約チェック装置は、上記の発明において、前記演算子および/または前記規制内容項目の値の変更操作に従って前記制約条件を更新する更新手段を備えることを特徴とする。   The operation constraint check device according to the present invention is characterized in that, in the above invention, the operation constraint check device comprises an updating means for updating the constraint condition according to a change operation of the operator and / or the value of the restriction content item.

また、本発明にかかる操業制約チェック装置は、上記の発明において、前記判定手段による判定結果を表示出力する出力手段と、前記出力手段により表示出力された判定結果に対応付けられた制約条件を選択指定可能な選択手段と、を備え、前記更新手段は、前記選択手段により選択指定された制約条件を更新することを特徴とする。   The operation constraint check device according to the present invention is the above-described invention, wherein in the above invention, the output unit that displays and outputs the determination result by the determination unit, and the constraint condition associated with the determination result displayed and output by the output unit are selected. Selectable selecting means, and the updating means updates the constraint condition selected and designated by the selecting means.

また、本発明にかかる操業制約チェック装置は、上記の発明において、前記判定手段による判定結果を集約し、所定回数以上前記規制内容を満たさないと判定された制約条件の情報を前記更新手段に通知する自動更新手段を備えることを特徴とする。   Further, the operation constraint check device according to the present invention is the above invention, wherein the determination results by the determination unit are aggregated, and information on the constraint conditions determined not to satisfy the regulation content more than a predetermined number of times is notified to the update unit. It is characterized by comprising an automatic updating means.

また、本発明にかかる操業制約チェック方法は、製品の処理順序を計画した製造スケジュールの操業制約チェック方法であって、チェック対象とする製品または製品群の特定情報と、当該規制内容に応じた演算子を用いた規制内容項目と該規制内容項目の値との関係または該関係の組み合わせによって表現された規制内容と、該規制内容を適用する規制範囲とを対応付けた制約条件を設定する設定工程と、前記規制内容の構文解析を行って前記規制内容を表す構文木を作成する作成工程と、前記特定情報によって特定される前記チェック対象の製品または製品群を基準として前記処理順序が前記規制範囲に属する製品または製品群について、前記構文木を用いて前記規制内容を満たすか否かを判定する判定工程と、を含むことを特徴とする。   The operation constraint check method according to the present invention is an operation constraint check method for a production schedule in which the processing order of products is planned, and is specified according to the specific information of the product or product group to be checked and the content of the regulation. A setting step of setting a constraint condition that associates a regulation content expressed by a relation between a regulation content item using a child and a value of the regulation content item or a combination of the relations, and a regulation range to which the regulation content is applied A creation step of performing syntax analysis of the restriction content to create a syntax tree representing the restriction content, and the processing order based on the product or product group to be checked specified by the specific information is the restriction range And a determination step of determining whether or not the restriction content is satisfied using the syntax tree for a product or product group belonging to.

本発明の操業制約チェック装置および操業制約チェック方法では、チェック対象とする製品または製品群の特定情報と、当該規制内容に応じた演算子を用いた規制内容項目とこの規制内容項目の値との関係またはこの関係の組み合わせによって表現された規制内容と、この規制内容を適用する規制範囲とを対応付けて制約条件を設定することとした。そして、規制内容を構文解析することで構文木を作成し、その規制範囲に属する製品または製品群が規制内容を満たすか否かを構文木を用いて判定することとした。これによれば、制約条件を柔軟に解析して製造スケジュールとして計画される製品の処理順序が制約条件を満たすか否かをチェックすることができ、製品の処理順序を計画するスケジューリング業務に要する負荷を軽減することができる。   In the operation constraint check device and the operation constraint check method of the present invention, the identification information of the product or product group to be checked, the regulation content item using an operator according to the regulation content, and the value of the regulation content item The restriction condition is set by associating the restriction contents expressed by the relationship or the combination of the relations with the restriction range to which the restriction contents are applied. Then, a syntax tree is created by parsing the restriction content, and it is determined using the syntax tree whether a product or a group of products belonging to the restriction range satisfies the restriction content. According to this, it is possible to check whether the processing order of products planned as a manufacturing schedule satisfies the constraint conditions by flexibly analyzing the constraint conditions, and the load required for the scheduling work for planning the processing order of products. Can be reduced.

図1は、本実施の形態の操業制約チェック装置の機能構成の一例を示すブロック図である。FIG. 1 is a block diagram illustrating an example of a functional configuration of the operation constraint check apparatus according to the present embodiment. 図2は、圧延制約マスターのデータ構成例を示す図である。FIG. 2 is a diagram illustrating a data configuration example of the rolling constraint master. 図3は、操業制約チェック処理の処理手順を示すフローチャートである。FIG. 3 is a flowchart showing the processing procedure of the operation constraint check process. 図4は、制約条件判定処理の詳細な処理手順を示すフローチャートである。FIG. 4 is a flowchart showing a detailed processing procedure of the constraint condition determination processing. 図5は、構文木の一例を示す図である。FIG. 5 is a diagram illustrating an example of a syntax tree. 図6は、製造スケジュールを構成する1つのサイクルを示す図である。FIG. 6 is a diagram showing one cycle constituting the manufacturing schedule. 図7は、規制内容判定処理の処理内容を説明する図である。FIG. 7 is a diagram for explaining the processing content of the regulation content determination processing. 図8は、規制内容判定処理の処理内容を説明する他の図である。FIG. 8 is another diagram for explaining the processing content of the regulation content determination processing. 図9は、制約条件更新処理の処理手順を示すフローチャートである。FIG. 9 is a flowchart illustrating a processing procedure of the constraint condition update processing. 図10は、既存の制約条件を修正する場合の具体例を示す図である。FIG. 10 is a diagram illustrating a specific example in the case where an existing constraint condition is corrected. 図11は、新たに追加する制約条件が定義済みの項目や演算子によって表現できる場合の具体例を示す図である。FIG. 11 is a diagram illustrating a specific example in a case where a newly added constraint condition can be expressed by a defined item or operator. 図12は、新たに追加する制約条件が定義済みの項目や演算子によって表現できない場合の具体例を示す図である。FIG. 12 is a diagram illustrating a specific example in a case where a newly added constraint condition cannot be expressed by a defined item or operator. 図13は、本実施の形態の操業制約チェック装置の変形例の機能構成を示すブロック図である。FIG. 13 is a block diagram illustrating a functional configuration of a modified example of the operation constraint check apparatus according to the present embodiment.

以下、図面を参照して、本発明の操業制約チェック装置および操業制約チェック方法を実施するための形態について、鉄鋼製品の製造プロセスの1つである熱間圧延プロセスを例にとって説明する。なお、この実施の形態によって本発明が限定されるものではない。また、図面の記載において、同一部分には同一の符号を付して示している。   Hereinafter, with reference to the drawings, an embodiment for carrying out the operation constraint check device and the operation constraint check method of the present invention will be described taking a hot rolling process, which is one of the manufacturing processes of steel products, as an example. Note that the present invention is not limited to the embodiments. Moreover, in description of drawing, the same code | symbol is attached | subjected and shown to the same part.

熱間圧延プロセスは、圧延機において実施され、この圧延機の圧延ロールによってスラブと呼ばれる鋼板製品(以下、「圧延材」と呼ぶ。)をその仕様に応じた目的の厚さに引き伸ばす工程である。圧延ロールは、圧延材との接触によって磨耗し、表面状態が劣化するため、定期的に交換される。この熱間圧延プロセスにおける製造スケジュールは、圧延ロールを交換することなく熱間圧延プロセスを継続できる間を1サイクルとし、このサイクル毎の圧延材の処理順序として計画される。   The hot rolling process is a process in which a steel sheet product (hereinafter referred to as a “rolled material”) called a slab is stretched to a target thickness according to the specifications by a rolling roll of the rolling mill. . Since the rolling roll is worn by contact with the rolling material and the surface state deteriorates, the rolling roll is periodically replaced. The manufacturing schedule in this hot rolling process is planned as one cycle during which the hot rolling process can be continued without exchanging the rolling rolls, and the processing order of the rolled material for each cycle is planned.

ここで、熱間圧延プロセスにおける圧延材の処理(圧延)には、様々な制約条件がある。例えば、上記したように圧延ロールの表面状態は漸次劣化するため、要求される品質が高いものは圧延ロールが新しいうちに処理する必要がある。また、圧延ロールは、処理した圧延材の幅(仕上げ幅)に応じて段差状に磨耗する。この圧延ロールの変形が品質に影響しないようにするため、仕上げ幅の広い圧延材の後に仕上げ幅の狭い圧延材を処理する必要がある。その他にも、例えば、連続した処理を許容する/許容しない、あるいは制限する圧延材の種類(材種)、厚さ、幅(スラブ幅)、仕上げ幅、仕上げ厚、実施する特殊作業の種類といった圧延材の属性や、連続した処理を許容する/許容しない、あるいは制限するサイクルを規制した制約条件等、様々な制約条件が存在する。   Here, there are various constraints on the processing (rolling) of the rolled material in the hot rolling process. For example, as described above, since the surface state of the rolling roll gradually deteriorates, a high quality required needs to be processed while the rolling roll is new. In addition, the rolling roll is worn in steps depending on the width (finished width) of the processed rolled material. In order to prevent the deformation of the rolling roll from affecting the quality, it is necessary to process a rolled material having a narrow finish width after a rolled material having a wide finish width. In addition, for example, the type of rolled material (material type), thickness, width (slab width), finished width, finished thickness, type of special work to be performed, which allow / do not allow or limit continuous processing There are various constraints such as rolling material attributes, constraints that allow / do not allow continuous treatment, or restrict cycles that limit.

したがって、熱間圧延プロセスにおける製造スケジュールでは、処理する圧延材の属性や各サイクルのサイクル名、サイクル種別等をもとに、そのサイクル毎の圧延材の処理順序またはサイクルの処理順序が前述の制約条件を満たすように計画されるが、この製造スケジュールの計画に際しては、上記したように、計画した処理順序が実際に制約条件を満たすか否かをチェックする必要がある。本実施の形態では、満たすべき制約条件が存在する圧延材またはサイクルの特定情報(チェック対象特定情報)と対応付けて該当する制約条件を設定しておく。そして、本実施の形態の操業制約チェック装置は、チェック対象特定情報によって特定される圧延材またはサイクルをチェック対象とし、個々のチェック対象がその制約条件を満たすか否かを判定することで、熱間圧延プロセスにおける製造スケジュールが全体として制約条件を満たしているか否かのチェックを行う。   Therefore, in the manufacturing schedule in the hot rolling process, the rolling material processing order or cycle processing order for each cycle is based on the attributes of the rolled material to be processed, the cycle name of each cycle, the cycle type, etc. Although it is planned to satisfy the conditions, it is necessary to check whether or not the planned processing order actually satisfies the constraint conditions as described above when planning the manufacturing schedule. In the present embodiment, the corresponding constraint condition is set in association with the specific information (check target specific information) of the rolled material or cycle in which the constraint condition to be satisfied exists. Then, the operation constraint check device according to the present embodiment uses the rolling material or cycle specified by the check target specifying information as a check target, and determines whether each check target satisfies the constraint condition, A check is made as to whether or not the manufacturing schedule in the hot rolling process satisfies the constraints as a whole.

なお、熱間圧延プロセスにおける製造スケジュールは、公知のスケジューラを用いて事前に計画される。また、スケジューラは、製造スケジュールを自動的に計画するものであってもよいし、例えば特許文献1や特許文献2に開示されているような、適宜ユーザ操作を受け付けながら製造スケジュールを作成する対話型のスケジューラであってもよい。   The production schedule in the hot rolling process is planned in advance using a known scheduler. Further, the scheduler may automatically plan the manufacturing schedule, or for example, as disclosed in Patent Document 1 or Patent Document 2, an interactive type that creates a manufacturing schedule while accepting user operations as appropriate. It may be a scheduler.

図1は、本実施の形態の操業制約チェック装置1の機能構成の一例を示すブロック図である。図1に示すように、操業制約チェック装置1は、例えばワークステーションやパソコン等の汎用コンピュータを用いて実現され、入力部11と、表示部13と、記憶部15と、各部を制御する制御部17とを含む。   FIG. 1 is a block diagram illustrating an example of a functional configuration of the operation constraint check apparatus 1 according to the present embodiment. As shown in FIG. 1, the operation restriction check device 1 is realized by using a general-purpose computer such as a workstation or a personal computer, for example, and includes an input unit 11, a display unit 13, a storage unit 15, and a control unit that controls each unit. 17 and the like.

入力部11は、例えばキーボードやマウス、タッチパネル、各種スイッチ等の各種入力装置によって実現されるものであり、操作入力に応じた入力信号を制御部17に出力する。表示部13は、LCDやELディスプレイ、CRTディスプレイ等の表示装置によって実現されるものであり、制御部17から入力される表示信号をもとに各種画面を表示する。   The input unit 11 is realized by various input devices such as a keyboard, a mouse, a touch panel, and various switches, and outputs an input signal corresponding to an operation input to the control unit 17. The display unit 13 is realized by a display device such as an LCD, an EL display, or a CRT display, and displays various screens based on display signals input from the control unit 17.

記憶部15は、更新記憶可能なフラッシュメモリ等のROMやRAMといった各種ICメモリ、内蔵あるいはデータ通信端子で接続されたハードディスク、CD−ROM等の情報記憶媒体およびその読取装置等によって実現されるものである。この記憶部15には、操業制約チェック装置1を動作させ、この操業制約チェック装置1が備える種々の機能を実現するためのプログラムや、このプログラムの実行中に使用されるデータ等が予め保存され、あるいは処理の都度一時的に保存される。例えば、記憶部15には、圧延制約マスター151と、サイクル枠情報153と、サイクル明細情報155とが格納される。   The storage unit 15 is realized by various IC memories such as ROM and RAM such as flash memory that can be updated and stored, a built-in hard disk connected by a data communication terminal, an information storage medium such as a CD-ROM, and a reading device thereof. It is. The storage unit 15 stores in advance a program for operating the operation restriction check device 1 and realizing various functions of the operation restriction check device 1, data used during the execution of the program, and the like. Or, it is temporarily saved for each processing. For example, the storage unit 15 stores a rolling constraint master 151, cycle frame information 153, and cycle details information 155.

圧延制約マスター151は、熱間圧延プロセスにおける圧延材の処理に関する制約条件を記憶する。図2は、圧延制約マスター151のデータ構成例を示す図である。図2に示すように、圧延制約マスター151は、チェック対象特定情報と対応付けて、対応する規制内容を適用する規制範囲と、対応する規制内容の規制種別と、該当する規制内容とが設定されたデータテーブルである。この圧延制約マスター151において、少なくとも規制内容は、例えば、等号、不等号または等号付き不等号(=,<,>,≦,≧)等の関係演算子を用いて規制内容項目とその値との関係を示した演算式(以下、「単位演算式」と呼ぶ。)や、論理演算子(AND,OR,NOT)等を用いた単位演算式の組み合わせ等によって表現される。なお、規制内容を表現するのに用いる演算子は例示した関係演算子や論理演算子に限定されるものではなく、規制内容は、適宜必要な演算子を用いた単位演算式やその組み合わせによって表現されたものであればよい。また、チェック対象特定情報や規制範囲、規制種別についても、適当な演算子を用いて対象特定項目や規制範囲項目、規制種別項目とその値との関係を示した単位演算式、あるいはその組み合わせによって表現されたものを適宜含む。この制約条件、具体的にはチェック対象特定情報、規制範囲、規制種別および規制内容を表現する対象特定項目、規制範囲項目、規制内容項目、規制種別項目等の各項目および演算子、実際にはこの演算子を用いた演算を実際に行うための関数は、事前に定義した上で用いる。   The rolling constraint master 151 stores constraint conditions related to the processing of the rolled material in the hot rolling process. FIG. 2 is a diagram illustrating a data configuration example of the rolling constraint master 151. As shown in FIG. 2, the rolling restriction master 151 is set with a restriction range to which the corresponding restriction content is applied, a restriction type of the corresponding restriction content, and a corresponding restriction content in association with the check target identification information. Data table. In this rolling constraint master 151, at least the restriction content is, for example, a restriction content item and its value using a relational operator such as equal sign, inequality sign or inequality sign with equal sign (=, <,>, ≦, ≧). It is expressed by an arithmetic expression indicating the relationship (hereinafter referred to as “unit arithmetic expression”), a combination of unit arithmetic expressions using logical operators (AND, OR, NOT) or the like. Note that the operators used to express the restriction contents are not limited to the relational operators and logical operators exemplified, and the restriction contents are expressed by unit arithmetic expressions using appropriate operators or combinations thereof as appropriate. If it was done. In addition, for the check target specific information, the control range, and the control type, a unit operator formula that shows the relationship between the target specification item, the control range item, the control type item and its value using an appropriate operator, or a combination thereof What is expressed is included appropriately. This restriction condition, specifically check target specific information, restriction scope, restriction type and restriction specific items expressing restriction contents, restriction range items, restriction content items, restriction type items and other items and operators, actually A function for actually performing an operation using this operator is defined and used.

例えば、レコードR11は、“チェック対象材番号”=CID_101によって特定される圧延材に対する制約条件であり、規制種別が「限定」であるので、対応する規制範囲の圧延材を、対応する規制内容を満たす圧延材に限定する。すなわち、チェック対象材番号として「CID_101」が割り当てられたチェック対象の圧延材は、このチェック対象の直前の1本目〜2本目に処理される2本の圧延材の仕上げ厚が2.0mm以上で、かつ、幅殺し量が50mm以下である場合に制約を満たし、それ以外の場合制約違反となる。ここで、幅殺し量は、下記式(1)によって定義される。
幅殺し量=スラブ幅−仕上げ幅(圧延後のスラブ幅) ・・・(1)
For example, the record R11 is a restriction condition for the rolling material specified by “check target material number” = CID_101, and the restriction type is “limited”, so the rolling material in the corresponding restriction range is changed to the corresponding restriction content. Limited to the rolling material to be filled. In other words, the rolling material to be checked assigned “CID_101” as the material number to be checked has a finishing thickness of 2.0 mm or more of the two rolling materials processed first to second immediately before this checking object. In addition, the constraint is satisfied when the width killing amount is 50 mm or less, otherwise the constraint is violated. Here, the width killing amount is defined by the following formula (1).
Width kill = slab width-finishing width (slab width after rolling) (1)

また、レコードR13は、“材種”=aaによって特定される圧延材に対する制約条件であり、規制種別が「不可」であるので、対応する規制範囲の圧延材として、対応する規制内容に該当する圧延材を不可とする。すなわち、材種が「aa」であるチェック対象の圧延材は、同一サイクル内においてチェック対象よりも前方の圧延材の材種が「bb」または「cc」の場合、制約違反となる。   In addition, the record R13 is a restriction condition for the rolled material specified by “material type” = aa, and the restriction type is “impossible”, and therefore corresponds to the corresponding restriction contents as the rolled material in the corresponding restriction range. Rolled material is not allowed. In other words, a rolling material to be checked whose material type is “aa” is a violation of the constraint when the material type of the rolling material ahead of the checking object is “bb” or “cc” in the same cycle.

また、レコードR15は、“チェック対象材番号”=CID_201によって特定される圧延材に対する制約条件であり、該当するチェック対象の圧延材は、その直前の1本目に処理される圧延材との仕上げ厚差が±1mmの範囲内であり、かつ、仕上げ幅差が±100mmの範囲内の場合に制約を満たし、それ以外の場合制約違反となる。   The record R15 is a restriction condition for the rolled material specified by “check target material number” = CID — 201, and the corresponding rolled material to be checked is the finished thickness with the first rolled material processed immediately before that. The constraint is satisfied when the difference is within a range of ± 1 mm and the finishing width difference is within a range of ± 100 mm. Otherwise, the constraint is violated.

サイクル枠情報153は、例えば、製造スケジュールを構成する各サイクルのサイクル名と対応付けて、該当するサイクルの処理順序、該当するサイクルのサイクル種別等が設定される。また、この他、サイクル間の圧延機の休止情報、トラブル情報等が設定される。   In the cycle frame information 153, for example, the processing order of the corresponding cycle, the cycle type of the corresponding cycle, and the like are set in association with the cycle name of each cycle constituting the manufacturing schedule. In addition to this, stop information, trouble information, and the like of the rolling mill between cycles are set.

サイクル明細情報155は、製造スケジュールを構成するサイクル毎に、該当するサイクル内の圧延材に固有に割り当てられた圧延材番号と対応付けて、該当する圧延材のサイクル内での処理順序、該当する圧延材の属性(例えば材種や厚さ、スラブ幅、仕上げ幅、仕上げ厚、実施する特殊作業の種類)、該当する圧延材に割り当てられたチェック対象材番号等が設定される。なお、チェック対象材番号は、全ての圧延材番号に対して必ず設定されるものではなく、該当する圧延材が満たすべき制約条件に応じて、圧延制約マスター151においてその制約条件と対応付けられたチェック対象材番号が適宜設定される。また、設定されるチェック対象材番号は1つに限らず、満たすべき制約条件に応じたものが適宜複数設定される。   The cycle details information 155 corresponds to the rolling material number uniquely assigned to the rolled material in the corresponding cycle and corresponds to the processing order in the cycle of the corresponding rolled material for each cycle constituting the production schedule. Attributes of the rolled material (for example, material type and thickness, slab width, finished width, finished thickness, type of special work to be performed), a check target material number assigned to the corresponding rolled material, and the like are set. Note that the check target material numbers are not necessarily set for all the rolled material numbers, and are associated with the constraint conditions in the rolling constraint master 151 according to the constraint conditions that the corresponding rolled material should satisfy. The material number to be checked is set as appropriate. Moreover, the number of check target material numbers to be set is not limited to one, and a plurality of items corresponding to the constraint conditions to be satisfied are set as appropriate.

制御部17は、CPU等で実現され、入力部11から入力される入力信号、記憶部15に保存されるプログラムやデータ等をもとに、操業制約チェック装置1を構成する各部への指示やデータの転送等を行って操業制約チェック装置1の動作を制御する。この制御部17は、作成手段としての構文解析処理部171と、判定手段としての制約条件判定処理部173と、設定手段および更新手段としての制約条件登録処理部175とを含む。   The control unit 17 is realized by a CPU or the like, and based on an input signal input from the input unit 11, a program or data stored in the storage unit 15, an instruction to each unit configuring the operation restriction check device 1 Data transfer or the like is performed to control the operation of the operation constraint check device 1. The control unit 17 includes a syntax analysis processing unit 171 as a creation unit, a constraint condition determination processing unit 173 as a determination unit, and a constraint condition registration processing unit 175 as a setting unit and an update unit.

構文解析処理部171は、圧延制約マスター151にチェック対象の制約条件として記憶されている規制内容の構文解析処理を行い、構文木を作成する。制約条件判定処理部173は、構文解析処理部171が作成した構文木を用い、チェック対象が制約条件を満たすか否かを判定する。制約条件登録処理部175は、ユーザ操作に従い、新たな制約条件を圧延制約マスター151に登録し、あるいは圧延制約マスター151に登録されている既存の制約条件を修正する。   The syntax analysis processing unit 171 performs a syntax analysis process of the restriction content stored in the rolling constraint master 151 as a constraint condition to be checked, and creates a syntax tree. The constraint condition determination processing unit 173 uses the syntax tree created by the syntax analysis processing unit 171 to determine whether the check target satisfies the constraint condition. The constraint condition registration processing unit 175 registers a new constraint condition in the rolling constraint master 151 or corrects an existing constraint condition registered in the rolling constraint master 151 according to a user operation.

次に、操業制約チェック装置1が行う具体的な処理手順について説明する。図3は、操業制約チェック装置1が行う操業制約チェック処理の処理手順を示すフローチャートである。また、後述する図9は、制約条件更新処理の処理手順を示すフローチャートである。操業制約チェック装置1は、図3の処理手順に従って操業制約チェック処理を行い、図9の処理手順に従って制約条件更新処理を行うことで操業制約チェック方法を実施する。なお、ここで説明する処理は、操業制約チェック処理および制約条件更新処理を実現するためのプログラムを操業制約チェック装置1の記憶部15に保存しておき、操業制約チェック装置1がこのプログラムを読み出して実行することで実現できる。また、この操業制約チェック処理は、例えば、入力部11を介して計画済みの製造スケジュールとともにユーザにより制約条件のチェック指示操作が入力された時点で開始される。   Next, a specific processing procedure performed by the operation restriction check device 1 will be described. FIG. 3 is a flowchart showing a processing procedure of an operation constraint check process performed by the operation constraint check apparatus 1. FIG. 9 to be described later is a flowchart showing the processing procedure of the constraint condition update processing. The operation constraint check apparatus 1 performs the operation constraint check process by performing the operation constraint check process according to the process procedure of FIG. 3 and performing the constraint condition update process according to the process procedure of FIG. 9. In the process described here, a program for realizing the operation constraint check process and the constraint condition update process is stored in the storage unit 15 of the operation constraint check apparatus 1, and the operation constraint check apparatus 1 reads this program. It can be realized by executing. The operation constraint check process is started when, for example, a constraint condition check instruction operation is input together with the planned production schedule via the input unit 11 by the user.

先ず、操業制約チェック処理について説明する。この操業制約チェック処理では、図3に示すように、先ず、製造スケジュールを構成する各サイクルを順次対象サイクルとし、全てのサイクルについてループAの処理を実行する(ステップa1〜ステップa15)。このループAでは、先ず、制御部17が、対象サイクルがチェック対象か否かを判定する。具体的には、制御部17の構文解析処理部171が、後述する図4のステップb5と同様の要領で構文解析処理を行い、圧延制約マスター151に設定されている全てのチェック対象特定情報について順番に構文木を作成する。そして、制御部17が、作成した構文木を用いて対象サイクルがチェック対象特定情報に該当するサイクルか否かを判定していく。   First, the operation constraint check process will be described. In this operation restriction check process, as shown in FIG. 3, first, the cycles constituting the manufacturing schedule are sequentially set as target cycles, and the process of loop A is executed for all cycles (step a1 to step a15). In this loop A, first, the control unit 17 determines whether or not the target cycle is a check target. Specifically, the syntax analysis processing unit 171 of the control unit 17 performs syntax analysis processing in the same manner as in step b5 of FIG. 4 to be described later, and for all the check target specifying information set in the rolling constraint master 151. Create a syntax tree in order. Then, the control unit 17 determines whether the target cycle is a cycle corresponding to the check target identification information using the created syntax tree.

そして、チェック対象特定情報に該当すると判定した場合に対象サイクルをチェック対象と判定し(ステップa3:Yes)、そのチェック対象特定情報が設定された制約条件を用いた制約条件判定処理を行う(ステップa5)。なお、このとき、対象サイクルが複数のチェック対象特定情報に該当する場合には、各制約条件のそれぞれについてステップa5の制約条件判定処理を行う。一方、制御部17は、対象サイクルが圧延制約マスター151に設定されているチェック対象特定情報のいずれにも該当しない場合には、対象サイクルがチェック対象ではないと判定する(ステップa3:No)。   If it is determined that the check target identification information is applicable, the target cycle is determined to be a check target (step a3: Yes), and a constraint condition determination process is performed using the constraint condition in which the check target identification information is set (step a5). At this time, when the target cycle corresponds to a plurality of pieces of check target specifying information, the constraint condition determination process in step a5 is performed for each constraint condition. On the other hand, when the target cycle does not correspond to any of the check target identification information set in the rolling constraint master 151, the control unit 17 determines that the target cycle is not the check target (step a3: No).

以上のようにして対象サイクルについて制約条件判定処理を行ったならば、続いて、対象サイクル内の圧延材を処理順序が先頭のものから順番に処理対象とし、処理対象の圧延材についてループBの処理を実行する(ステップa7〜ステップa13)。   If the constraint condition determination processing is performed for the target cycle as described above, subsequently, the rolling material in the target cycle is set as a processing target in order from the first processing order, and the processing target rolling material is loop B The process is executed (step a7 to step a13).

このループBでは、制御部17は、先ず、処理対象の圧延材がチェック対象材か否かを判定する。ここでの処理は、ステップa3と同様に、先ず、制御部17の構文解析処理部171が構文解析処理を行い、圧延制約マスター151に設定されている全てのチェック対象特定情報について順番に構文木を作成する。そして、制御部17が、作成した構文木を用いて処理対象の圧延材がチェック対象特定情報に該当する圧延材か否かを順番に判定していく。   In the loop B, the control unit 17 first determines whether or not the rolled material to be processed is a check target material. As in step a3, first, the syntax analysis processing unit 171 of the control unit 17 performs syntax analysis processing, and the syntax tree for all the check target specifying information set in the rolling constraint master 151 in order. Create And the control part 17 determines sequentially whether the rolling material of a process target is a rolling material applicable to check object specific information using the created syntax tree.

そして、チェック対象特定情報に該当すると判定した場合に処理対象の圧延材をチェック対象と判定し(ステップa9:Yes)、そのチェック対象特定情報が設定された制約条件を用いた制約条件判定処理を行う(ステップa11)。なお、このとき、処理対象の圧延材が複数のチェック対象特定情報に該当する場合には、各制約条件のそれぞれについてステップa11の制約条件判定処理を行う。一方、制御部17は、処理対象の圧延材が圧延制約マスター151に設定されているチェック対象特定情報のいずれにも該当しない場合には、処理対象の圧延材がチェック対象ではないと判定する(ステップa9:No)。   And when it determines with corresponding to check object specific information, it determines with the rolling material of a process object being a check object (step a9: Yes), and performs the constraint condition determination process using the constraint condition in which the check object specific information was set. Perform (step a11). At this time, when the rolling material to be processed corresponds to a plurality of pieces of check target specifying information, the constraint condition determination process in step a11 is performed for each constraint condition. On the other hand, when the rolled material to be processed does not correspond to any of the check target specifying information set in the rolling constraint master 151, the control unit 17 determines that the rolled material to be processed is not the check target ( Step a9: No).

ここで、ステップa5およびステップa11の制約条件判定処理について説明する。図4は、制約条件判定処理の詳細な処理手順を示すフローチャートである。この制約条件判定処理では、図4に示すように、先ず、制御部17は、圧延制約マスター151から前段の図3のステップa3またはステップa9で該当すると判定したチェック対象特定情報の制約条件を読み出す(ステップb1)。続いて、制御部17は、ステップb1で読み出した制約条件から、規制範囲、規制種別および規制内容をそれぞれ抽出する(ステップb3)。例えば、チェック対象材番号として「CID_101」が割り当てられた圧延材について制約条件判定処理を行う場合、図2に示すレコードR11の規制範囲「直前:1〜2」、規制種別「限定」、および規制内容「“仕上げ厚”≧2.0mm AND “幅殺し量”≦50mm」を抽出する。   Here, the constraint condition determination processing in step a5 and step a11 will be described. FIG. 4 is a flowchart showing a detailed processing procedure of the constraint condition determination processing. In this constraint condition determination process, as shown in FIG. 4, first, the control unit 17 reads the constraint condition of the check target specifying information determined to be applicable at step a3 or step a9 in FIG. (Step b1). Subsequently, the control unit 17 extracts the restriction range, the restriction type, and the restriction contents from the restriction condition read in Step b1 (Step b3). For example, when the restriction condition determination process is performed on a rolled material assigned “CID — 101” as a check target material number, the restriction range “immediately: 1-2”, restriction type “limited”, and restriction of the record R11 illustrated in FIG. The contents ““ finish thickness ”≧ 2.0 mm AND“ width killing amount ”≦ 50 mm” are extracted.

続いて、制御部17は、ステップb3で抽出した規制範囲内のサイクルまたは圧延材を特定する(ステップb4)。このとき、抽出した規制範囲が、関係演算子を用いた単位演算式やその組み合わせによって表現されている場合には、制御部17の構文解析処理部171が後述するステップb5と同様の要領で構文解析処理を行い、構文木を作成する。そして、制御部17が、作成した構文木を用いて規制範囲に属するサイクルまたは圧延材を特定する。   Then, the control part 17 specifies the cycle or rolling material within the control range extracted at step b3 (step b4). At this time, if the extracted restriction range is expressed by a unit arithmetic expression using a relational operator or a combination thereof, the syntax analysis processing unit 171 of the control unit 17 performs syntax in the same manner as in step b5 described later. Parse and create a syntax tree. And the control part 17 specifies the cycle or rolling material which belongs to a control range using the created syntax tree.

続いて、構文解析処理部171が公知の構文解析処理を行い、ステップb3で抽出した規制内容の構文木を作成する(ステップb5)。この構文解析処理では、規制内容が1つの単位演算式で構成されている場合には、単位演算式を構成する関係演算子を親ノードとし、この親ノードとした関係演算子によって関係が示される規制内容項目とその値とをそれぞれ子ノードとして、子ノードのそれぞれを親ノードと連結することで単位演算式を表す構造木を作成する。規制内容が論理演算子を含み、複数の単位演算式で構成されている場合には、先ず、論理演算子の前後で規制内容を分解することで単位演算式を抽出し、抽出した単位演算式を表す部分木をそれぞれ作成する。その後、作成した各部分木の上層に論理演算子のノードをさらに追加し、構文木を作成する。   Subsequently, the syntax analysis processing unit 171 performs a known syntax analysis process, and creates a syntax tree of the restriction content extracted in step b3 (step b5). In this parsing process, when the restriction content is composed of one unit arithmetic expression, the relational operator constituting the unit arithmetic expression is set as a parent node, and the relation is indicated by the relational operator as the parent node. A structure tree representing a unit arithmetic expression is created by connecting the restriction content items and their values as child nodes and connecting each of the child nodes with the parent node. If the restriction content includes a logical operator and consists of multiple unit arithmetic expressions, first, the unit arithmetic expression is extracted by decomposing the restriction content before and after the logical operator, and the extracted unit arithmetic expression Create subtrees that represent. After that, a logical operator node is further added to the upper layer of each created partial tree to create a syntax tree.

図5は、図2に示すレコードR11の規制内容「“仕上げ厚”≧2.0mm AND “幅殺し量”≦50mm」の構文木T2を示す図である。この構文木T2の作成手順を簡単に説明すると、先ず、論理演算子「AND」の前後で規制内容を分解する。次いで、前側の単位式「“仕上げ厚”≧2.0mm」をもとに、等号付き不等号「≧」を親ノードN22とし、規制内容項目である「仕上げ厚」とその値である「2.0」とを子ノードN211,N212として部分木T21を作成する。同様に、「AND」の後ろ側の単位式「“幅殺し量”≦50mm」をもとに、等号付き不等号「≦」を親ノードN24とし、規制内容項目である「幅殺し量」とその値である「50」とを子ノードN231,N232として部分木T22を作成する。そして、論理演算子「AND」のノードN25を部分木T21,T22の上層に追加し、各部分木T21,T22の親ノードN22,N24との間をそれぞれ連結して構文木T2を得る。本実施の形態では、後段の処理において、この構文木T2を用いてチェック対象が制約条件を満たすか否かの判定結果R2を出力する。   FIG. 5 is a diagram showing the syntax tree T2 of the restriction content ““ finish thickness ”≧ 2.0 mm AND“ width killing amount ”≦ 50 mm” of the record R11 shown in FIG. The procedure for creating the syntax tree T2 will be briefly described. First, the restriction contents are decomposed before and after the logical operator “AND”. Next, based on the unit formula “finishing thickness” ≧ 2.0 mm on the front side, an inequality sign “≧” with an equal sign is set as the parent node N22, “finishing thickness” as a regulation content item and its value “2”. .0 ”as child nodes N211 and N212, a subtree T21 is created. Similarly, based on the unit expression ““ width killing amount ”≦ 50 mm” on the back side of “AND”, an inequality sign with an equal sign “≦” is set as the parent node N24, and the “content killing amount” which is a regulation content item is The subtree T22 is created with the value “50” as child nodes N231 and N232. Then, the node N25 of the logical operator “AND” is added to the upper layer of the subtrees T21 and T22, and the parent nodes N22 and N24 of the subtrees T21 and T22 are respectively connected to obtain the syntax tree T2. In the present embodiment, in the subsequent processing, the syntax tree T2 is used to output a determination result R2 as to whether or not the check target satisfies the constraint condition.

すなわち、以上のようにして構文木を作成したならば、図4に示すように、続いて制約条件判定処理部173が、ステップb4で特定した規制範囲内のサイクルまたは圧延材を制約適用対象とし、制約適用対象毎にループCの処理を実行する(ステップb7〜ステップb11)。   That is, when the syntax tree is created as described above, as shown in FIG. 4, the constraint condition determination processing unit 173 subsequently applies the cycle or rolled material within the regulation range specified in step b4 as the constraint application target. The process of loop C is executed for each constraint application target (step b7 to step b11).

図6は、製造スケジュールを構成する1つのサイクルSを示す図である。上記したように、製造スケジュールを構成する各サイクルSは、同じ圧延ロールで処理される圧延材の処理順序を計画したものであり、サイクルS内には、幅や厚さの異なる複数の圧延材Oが混在する。ここで、図3のループBでは、サイクルS内の圧延材Oがチェック対象か否かを先頭から順番に判定していくが、この処理において、圧延材O31をチェック対象と判定したとする。そして、図4のステップb3で抽出した規制範囲が図2に示すレコードR11の規制範囲「直前:1〜2」であったとする。この場合には、ステップb4で特定される規制範囲内の圧延材は、図6に示すチェック対象の圧延材O31の直前の2本の圧延材O32,O33となり、図4に示すループCの処理は、これら圧延材O32,O33を順次制約適用対象として各圧延材O32,O33についてそれぞれ行われる。   FIG. 6 is a diagram showing one cycle S constituting the manufacturing schedule. As described above, each cycle S constituting the production schedule is a plan of the processing order of the rolled material processed by the same rolling roll, and the cycle S includes a plurality of rolled materials having different widths and thicknesses. O is mixed. Here, in the loop B in FIG. 3, it is sequentially determined from the top whether or not the rolled material O in the cycle S is a check target. In this process, it is assumed that the rolled material O31 is determined as a check target. Then, it is assumed that the restriction range extracted in step b3 of FIG. 4 is the restriction range “immediately: 1-2” of the record R11 shown in FIG. In this case, the rolled material within the regulation range specified in step b4 is the two rolled materials O32 and O33 immediately before the checked rolling material O31 shown in FIG. 6, and the processing of the loop C shown in FIG. Is performed for each of the rolled materials O32 and O33, with the rolled materials O32 and O33 being sequentially subjected to restriction application.

すなわち、図4に示すように、ループCでは、制約条件判定処理部173は、ステップb3で抽出した規制種別に従い、ステップb5で作成した構造木を用いて制約適用対象が規制内容を満たすか否かを判定する(規制内容判定処理;ステップb9)。   That is, as shown in FIG. 4, in the loop C, the constraint condition determination processing unit 173 determines whether the constraint application target satisfies the regulation content using the structural tree created in step b5 according to the regulation type extracted in step b3. (Regulation content determination processing; step b9).

図7および図8は、図5に示した構文木T2を用いた規制内容判定処理の具体的な処理内容を説明する図である。本実施の形態では、構文木T2は、図7(a)に示すように、予め記憶部15に確保されるデータバッファに各ノードN211,N212,N22,N231,N232,N24,N25のデータを格納しておくことで保持される。   7 and 8 are diagrams illustrating specific processing contents of the restriction content determination processing using the syntax tree T2 illustrated in FIG. In this embodiment, as shown in FIG. 7A, the syntax tree T2 stores the data of the nodes N211, N212, N22, N231, N232, N24, and N25 in the data buffer secured in advance in the storage unit 15. Preserved by storing.

このデータバッファへの格納は、構文木が部分木を含む場合には、部分木毎に、子ノードのデータから順番に行われる。すなわち、図7(a)の例では、データバッファのデータバッファ位置=1によって示される格納領域E41に図5に示す部分木T21の子ノードN211のデータ「仕上げ厚」が格納され、データバッファ位置=2によって示される格納領域E42に子ノードN212のデータ「2.0」が格納される。そして、その後ろのデータバッファ位置=3によって示される格納領域E43に親ノードN22のデータ「≧」が格納される。同様にして、さらに後ろのデータバッファ位置=4,5によって示される格納領域E44,E45に、図5の部分木T22の子ノードN231,N232のデータ「幅殺し量」「50」が格納され、その後ろのデータバッファ位置=6によって示される格納領域E46に親ノードN24のデータ「≦」が格納される。そして、最後尾のデータバッファ位置=7によって示される格納領域E47に、最上層のノードN25のデータ「AND」が格納される。   When the syntax tree includes a subtree, the data buffer is stored in order from the child node data for each subtree. That is, in the example of FIG. 7A, the data “finish thickness” of the child node N211 of the subtree T21 shown in FIG. 5 is stored in the storage area E41 indicated by the data buffer position = 1 of the data buffer, and the data buffer position The data “2.0” of the child node N212 is stored in the storage area E42 indicated by = 2. Then, the data “≧” of the parent node N22 is stored in the storage area E43 indicated by the subsequent data buffer position = 3. Similarly, the data “width killing amount” “50” of the child nodes N231 and N232 of the subtree T22 of FIG. 5 are stored in the storage areas E44 and E45 indicated by the subsequent data buffer positions = 4 and 5, The data “≦” of the parent node N24 is stored in the storage area E46 indicated by the subsequent data buffer position = 6. Then, the data “AND” of the uppermost node N25 is stored in the storage area E47 indicated by the last data buffer position = 7.

ここで、図7(a)の格納領域E41,E44のデータ「仕上げ厚」「幅殺し量」は規制内容項目である。規制内容判定処理では、先ず、制約適用対象の該当する規制内容項目の値を取得する。「仕上げ厚」については、その圧延材の仕上げ厚の値をサイクル明細情報155から読み出して取得する。「幅殺し量」については、スラブ幅および仕上げ幅の各値をサイクル明細情報155から読み出し、上記した式(1)に従って幅殺し量の値を算出することで取得する。そして、取得した各値を、該当する規制内容項目の格納領域E41,E44に書き込んで更新する。例えば、制約適用対象の圧延材の仕上げ厚が2.3mm、幅殺し量が15mmである場合には、図7(b)に示すように、格納領域E41を「2.3」、格納領域E44を「15」にそれぞれ更新する。   Here, the data “finished thickness” and “width killing amount” in the storage areas E41 and E44 of FIG. In the restriction content determination process, first, the value of the restriction content item corresponding to the restriction application target is acquired. As for “finished thickness”, the value of the finished thickness of the rolled material is read from the cycle details information 155 and acquired. The “width killing amount” is obtained by reading each value of the slab width and the finishing width from the cycle detail information 155 and calculating the value of the width killing amount according to the above-described formula (1). And each acquired value is written in the storage area E41, E44 of a corresponding regulation content item, and is updated. For example, when the finished thickness of the rolling material subject to restriction application is 2.3 mm and the width killing amount is 15 mm, the storage area E41 is set to “2.3” and the storage area E44 as shown in FIG. Are updated to “15”, respectively.

次いで、先頭のデータバッファ位置=1の格納領域E41から順番にデータを読み出し、記憶部15に別途確保される計算バッファに書き込みながら構文木を構成する関係演算子や論理演算子が指示する演算を行う。すなわち、図8(a)に示すように、先ず、データバッファ位置=1のデータ「2.3」を計算バッファの先頭の格納領域E51に書き込み、データバッファ位置=2のデータ「2.0」を2番目の格納領域E52に書き込む。そして、計算バッファに書き込んだデータが関係演算子の場合には、直前の2つの格納領域のデータが数値データであれば、これら2つの数値データについて関係演算子を用いた演算を行う。この演算は、該当する関係演算子について事前に定義される関数に2つの数値データをパラメータとして与えることで実現できる。図8(a)の例では、格納領域E51,E52のデータ「2.3」「2.0」は数値データであるので、データバッファ位置=3のデータ「≧」を3番目の格納領域E53に書き込んだ時点で、格納領域E51,E52のデータ「2.3」「2.0」に対して関係演算子「≧」を用いた演算を行う。ここで、この関係演算子「≧」についての関数は、前側のデータが後ろ側のデータ以上か否かの結果(true/false)を出力する関数として定義される。以上のようにして演算を行ったならば、今回の演算に用いたデータをクリアして結果データを計算バッファに書き込む。具体的には、図8(b)に示すように、格納領域E51〜E53をクリアして結果データ「true」を計算バッファの先頭の格納領域E51に書き込む。   Next, the data is sequentially read from the storage area E41 at the top data buffer position = 1, and the operation instructed by the relational operator or logical operator constituting the syntax tree is written into the calculation buffer separately secured in the storage unit 15. Do. That is, as shown in FIG. 8A, first, the data “2.3” at the data buffer position = 1 is written into the first storage area E51 of the calculation buffer, and the data “2.0” at the data buffer position = 2. Are written in the second storage area E52. When the data written in the calculation buffer is a relational operator, if the data in the two previous storage areas is numerical data, an operation using the relational operator is performed on these two numerical data. This calculation can be realized by giving two numerical data as parameters to a function defined in advance for the relevant relational operator. In the example of FIG. 8A, since the data “2.3” and “2.0” in the storage areas E51 and E52 are numerical data, the data “≧” at the data buffer position = 3 is changed to the third storage area E53. When the data is written to the storage areas E51 and E52, the arithmetic operation using the relational operator “≧” is performed on the data “2.3” “2.0”. Here, the function for the relational operator “≧” is defined as a function that outputs a result (true / false) of whether or not the front data is greater than or equal to the rear data. When the operation is performed as described above, the data used for the current operation is cleared and the result data is written in the calculation buffer. Specifically, as shown in FIG. 8B, the storage areas E51 to E53 are cleared and the result data “true” is written in the first storage area E51 of the calculation buffer.

その後は、同様に次の関係演算子を格納するまでデータバッファのデータを順次読み出して計算バッファに書き込んでいく。すなわち、データバッファ位置=4,5,6のデータ「15」「50」「≦」を計算バッファの2番目以降の格納領域E52,E53,E54に順次書き込む。そして、格納領域E52,E53のデータ「15」「50」に対して格納領域E54に書き込んだ関係演算子「≦」を用いた演算を行う。この関係演算子「≦」についての関数は、前側のデータが後ろ側のデータ以下か否かの結果(true/false)を出力する関数として定義される。その後、図8(c)に示すように、格納領域E52〜E54をクリアして結果データ「true」を計算バッファの2番目の格納領域E52に書き込む。   Thereafter, similarly, the data in the data buffer is sequentially read and written in the calculation buffer until the next relational operator is stored. That is, data “15”, “50”, and “≦” at the data buffer positions = 4, 5, and 6 are sequentially written in the second and subsequent storage areas E52, E53, and E54 of the calculation buffer. Then, an operation using the relational operator “≦” written in the storage area E54 is performed on the data “15” and “50” in the storage areas E52 and E53. The function for the relational operator “≦” is defined as a function that outputs a result (true / false) as to whether or not the front data is less than or equal to the rear data. After that, as shown in FIG. 8C, the storage areas E52 to E54 are cleared, and the result data “true” is written to the second storage area E52 of the calculation buffer.

また、計算バッファに書き込んだデータが論理演算子の場合には、直前の2つの格納領域のデータが結果データ(true/false)であれば、これら2つの結果データについて論理演算子を用いた演算を行う。例えば、論理演算子が「AND」であれば2つの結果データの論理積を算出し、論理演算子が「OR」であれば2つの結果データの論理和を算出し、論理演算子が「NOT」であれば2つの結果データの論理否定を算出する。図8(c)の例では、格納領域E51,E52のデータ「true」「true」が結果データであるので、データバッファ位置=7のデータ「AND」を3番目の格納領域E53に書き込んだ時点で、格納領域E51,E52のデータ「true」「true」の論理積を算出する。以上のようにして演算を行ったならば、今回の演算に用いたデータをクリアして結果データを計算バッファに書き込む。具体的には、図8(d)に示すように、格納領域E51〜E53をクリアして結果データ「true」を計算バッファの先頭の格納領域E51に書き込む。   In addition, when the data written in the calculation buffer is a logical operator, if the data in the previous two storage areas are result data (true / false), an operation using a logical operator is performed on these two result data. I do. For example, if the logical operator is “AND”, the logical product of the two result data is calculated. If the logical operator is “OR”, the logical sum of the two result data is calculated, and the logical operator is “NOT. ", The logical negation of the two result data is calculated. In the example of FIG. 8C, since the data “true” and “true” in the storage areas E51 and E52 are the result data, the data “AND” at the data buffer position = 7 is written to the third storage area E53. Thus, the logical product of the data “true” and “true” in the storage areas E51 and E52 is calculated. When the operation is performed as described above, the data used for the current operation is cleared and the result data is written in the calculation buffer. Specifically, as shown in FIG. 8D, the storage areas E51 to E53 are cleared and the result data “true” is written in the first storage area E51 of the calculation buffer.

最終的に、以上の処理をデータバッファの最後尾まで行った時点で計算バッファに格納されている結果データ、本例では「true」が、規制内容判定処理の判定結果となる。   Finally, the result data stored in the calculation buffer when the above processing is performed up to the end of the data buffer, in this example “true”, is the determination result of the restriction content determination processing.

以上のように、規制内容判定処理を行ったならば、図4に示すように、処理対象の制約適用対象についてのループCの処理を終える。そして、全ての制約適用対象についてループCの処理を実行したならば、制約条件判定処理部173は、チェック対象が制約条件を満たすか否かを判定する(ステップb13)。具体的には、制約条件判定処理部173は、制約適用対象毎に行った全ての規制内容判定処理の判定結果が「true」であれば、チェック対象が制約条件を満たすと判定する。一方、制約適用対象毎に行った規制内容判定処理の判定結果が1つでも「false」の場合は、チェック対象が制約条件を満たさないと判定する。その後、図3のステップa5またはステップa11にリターンする。   As described above, when the restriction content determination process is performed, the process of loop C for the restriction application target to be processed ends as shown in FIG. If the processing of loop C is executed for all constraint application targets, the constraint condition determination processing unit 173 determines whether the check target satisfies the constraint conditions (step b13). Specifically, the constraint condition determination processing unit 173 determines that the check target satisfies the constraint condition if the determination results of all the restriction content determination processes performed for each constraint application target are “true”. On the other hand, if even one determination result of the restriction content determination process performed for each constraint application target is “false”, it is determined that the check target does not satisfy the constraint condition. Thereafter, the process returns to step a5 or step a11 in FIG.

そして、図3において、対象サイクル内の全ての圧延材についてループBの処理を実行したならば、対象サイクルについてのループAの処理を終える。そして、製造スケジュールを構成する全てのサイクルを対象サイクルとしてループAの処理を実行したならば、制御部17は、制約条件の判定結果を表示部13に表示する処理を行う(ステップa17)。例えば、サイクル毎に各サイクル内の圧延材を処理順序に従った順番で一覧表示するとともに、チェック対象としたサイクルおよび圧延材に対する制約条件の判定結果(true/false)の表示を行う。なお、この判定結果の表示形態はどのようなものであってもよく、例えば、判定結果が「false」であるサイクルおよび圧延材を一覧中で識別可能に表示するものであってもよいし、各サイクルおよびそのサイクル内の圧延材の処理順序が制約条件を満たすか否かの判定結果を表示するものであってもよい。すなわち、チェック対象とされた全てのサイクルおよび圧延材に対する制約条件の判定結果が全て「true」の場合に製造スケジュールが制約条件を満たし、1つでも「false」の場合に製造スケジュールが制約条件を満たさないとする判定結果を表示するようにしてもよい。また、このとき、「false」であるサイクルや圧延材について、満たさないと判定した制約条件の内容を併せて表示するようにしてもよい。これによれば、制約条件を満たすためにどのようなサイクルや圧延材を処理すればよいのかをユーザに対して提示することが可能となる。   In FIG. 3, when the processing of the loop B is executed for all rolled materials in the target cycle, the processing of the loop A for the target cycle is finished. When the process of loop A is executed with all cycles constituting the manufacturing schedule as the target cycle, the control unit 17 performs a process of displaying the determination result of the constraint condition on the display unit 13 (step a17). For example, for each cycle, the rolled material in each cycle is displayed in a list according to the processing order, and the determination result (true / false) of the constraint condition for the cycle to be checked and the rolled material is displayed. In addition, what kind of display form of this determination result may be, for example, the cycle and the rolling material whose determination result is “false” may be displayed so as to be identifiable in the list, The determination result whether or not each cycle and the processing order of the rolled material in the cycle satisfy the constraint condition may be displayed. That is, the manufacturing schedule satisfies the constraint condition when all the determination results of the constraint conditions for all the cycles and the rolled material to be checked are “true”, and the manufacturing schedule satisfies the constraint condition when at least one is “false”. You may make it display the determination result which does not satisfy | fill. Moreover, you may make it display the content of the constraint condition determined not to satisfy | fill about the cycle and rolling material which are "false" at this time. According to this, it becomes possible to present to the user what cycle and rolling material should be processed in order to satisfy the constraint conditions.

次に、制約条件更新処理について説明する。この制約条件更新処理は、例えば、入力部11を介してユーザによる制約条件の更新指示操作が入力された時点で行われる。この更新指示操作が入力された場合には、制約条件登録処理部175が、図9に示す制約条件更新処理に先立ち、修正対象の制約条件の選択操作およびその変更内容の入力操作や、制約条件の新規追加指示操作およびその追加内容の入力操作を受け付ける入力画面を表示部13に表示する処理を行う。   Next, the constraint condition update process will be described. The constraint condition update processing is performed, for example, when a constraint condition update instruction operation is input by the user via the input unit 11. When the update instruction operation is input, the constraint condition registration processing unit 175 performs the selection operation of the constraint condition to be modified and the input operation of the change content, the constraint condition, prior to the constraint condition update process illustrated in FIG. The display unit 13 displays an input screen for accepting a new addition instruction operation and an input operation for the added content.

そして、制約条件更新処理では、図9に示すように、制約条件登録処理部175は、先ず、ユーザが既存の制約条件を選択し、その変更内容を入力した場合には、既存の制約条件を修正すると判定する(ステップc1:Yes)。この場合には、選択された修正対象の制約条件を入力された変更内容に従って変更し、圧延制約マスター151を更新する(ステップc3)。   In the constraint condition update process, as shown in FIG. 9, the constraint condition registration processing unit 175 first selects an existing constraint condition, and when the change content is input, the existing constraint condition is updated. It determines with correcting (step c1: Yes). In this case, the selected constraint condition to be modified is changed according to the input change content, and the rolling constraint master 151 is updated (step c3).

図10は、既存の制約条件を修正する場合の具体例を示す図であり、図10中の上段において修正前の既存の制約条件を示し、下段において修正後の制約条件を示している。この図10に示す修正前の既存の制約条件は、厚さが2.4mmで、かつ材種が軟鋼である圧延材をチェック対象とし、このチェック対象の圧延材より前に処理される13本の圧延材についてその仕上げ厚およびチェック対象との仕上げ幅差を3段階で限定したものである。なお、図10に示す規制内容は、1つのチェック対象特定情報に対応する範囲を指定するブロック記号B61,B63を含む。   FIG. 10 is a diagram illustrating a specific example in the case where an existing constraint condition is corrected. In the upper part of FIG. 10, the existing constraint condition before correction is shown, and in the lower part, the constraint condition after correction is shown. The existing constraint condition before correction shown in FIG. 10 is to check a rolled material having a thickness of 2.4 mm and a grade of mild steel, and 13 processed before the rolled material to be checked. For the rolled material, the finished thickness and the finished width difference from the check target are limited in three stages. 10 includes block symbols B61 and B63 that designate a range corresponding to one piece of check target specifying information.

ここで、操業時において、このチェック対象の圧延材に対する制約条件として定められた規制範囲および規制内容が緩和されたとする。具体的には、規制範囲がチェック対象の圧延材より前に処理される10本に緩和され、仕上げ厚が大きい側の幅つなぎが緩和されたとする。この場合には、修正後の制約条件を定めるのに用いる項目や演算子に変更はないため、ユーザ操作に従って必要な項目の値を変更して圧延制約マスター151を更新することで、制約条件を最新のものにすることができる。ユーザにとっては、修正対象の制約条件を選択し、変更が必要な項目の値を入力するだけでよい。   Here, at the time of operation, it is assumed that the restriction range and the restriction contents defined as the restriction conditions for the checked rolling material are relaxed. Specifically, it is assumed that the restriction range is relaxed to 10 processed before the rolled material to be checked, and the width linkage on the side with the larger finish thickness is relaxed. In this case, since there are no changes to the items and operators used to define the modified constraint conditions, the constraint conditions can be changed by updating the rolling constraint master 151 by changing the values of necessary items according to the user operation. Can be up to date. For the user, it is only necessary to select the constraint condition to be corrected and input the value of the item that needs to be changed.

一方、図9に示すように、制約条件登録処理部175は、ユーザが制約条件の新規追加を指示し、その追加内容を入力した場合には、新たに制約条件を追加すると判定する(ステップc5:Yes)。この場合には、制約条件登録処理部175は、追加する制約条件が、定義済みの対象特定項目、規制範囲項目、規制内容項目、規制種別項目等の各項目や、その関数が既に定義されている演算子によって表現することが可能か否かを判定する。ここでの判定は、ユーザ操作に従って行う。すなわち、制約条件登録処理部175は、追加内容の入力操作としてユーザが定義済みの項目や演算子を選択し、選択した項目の値を入力した場合には、追加する制約条件が定義済みの項目や演算子によって表現できると判定する(ステップc7:Yes)。この場合には、ステップc11に移行し、制約条件登録処理部175は、入力された追加内容に従って新たな制約条件のレコードを追加し、圧延制約マスター151を更新する。   On the other hand, as shown in FIG. 9, the constraint condition registration processing unit 175 determines that a new constraint condition is to be added when the user instructs to add a new constraint condition and inputs the added content (step c5). : Yes). In this case, the constraint condition registration processing unit 175 has already defined the constraint conditions to be added, such as defined target identification items, regulation range items, regulation content items, regulation type items, etc., and their functions. It is determined whether or not it can be expressed by a certain operator. This determination is performed according to a user operation. In other words, the constraint condition registration processing unit 175 selects an item or operator that has been defined by the user as an input operation for additional content, and when the value of the selected item is input, the item for which the constraint condition to be added has been defined. It is determined that it can be expressed by or operator (step c7: Yes). In this case, the process proceeds to step c11, and the constraint condition registration processing unit 175 adds a record of a new constraint condition according to the input additional content, and updates the rolling constraint master 151.

図11は、新たに制約条件を追加する場合であって、追加する制約条件が定義済みの項目や演算子によって表現できる場合の具体例を示す図である。例えば、あるサイクルについて前後のサイクルとの関係を定めた制約条件が新たに追加されたとする。具体的には、あるサイクルに対し、処理順序がその直前または直後となった場合に警告を出力するサイクルと、その直前または直後の処理を不可とするサイクルとが新たに制約条件として定められたとする。ここで、この制約条件を表現するのに必要な項目や演算子が全て定義済みであったとする。この場合には、項目や演算子を新たに定義する必要はないため、例えば、その制約条件が追加されたサイクルのサイクル名をチェック対象特定情報とする。また、規制範囲、規制種別、および規制内容を表現するのに必要な項目およびその値と、これらの関係を示す演算子とをユーザ操作に従って設定し、これらを対応付けたレコードを追加して圧延制約マスター151を更新することで、制約条件を最新のものにすることができる。ユーザにとっては、定義済みの項目や演算子の中から規制範囲、規制種別、および規制内容をそれぞれ表現するのに必要なものを選択し、その値を入力するだけでよい。   FIG. 11 is a diagram illustrating a specific example of a case where a new constraint condition is added and the constraint condition to be added can be expressed by a defined item or operator. For example, it is assumed that a constraint condition that defines a relationship between a certain cycle and the preceding and succeeding cycles is newly added. Specifically, for a certain cycle, a cycle that outputs a warning when the processing order is immediately before or immediately after it and a cycle that disables the processing immediately before or immediately after that are newly defined as constraints. To do. Here, it is assumed that all items and operators necessary for expressing this constraint condition have been defined. In this case, since it is not necessary to newly define items and operators, for example, the cycle name of the cycle to which the constraint condition is added is used as the check target specifying information. In addition, the items required to express the restriction range, restriction type, and restriction contents and their values, and operators indicating their relationship are set according to the user operation, and a record in which these are associated is added and rolled. By updating the constraint master 151, the constraint conditions can be updated. For the user, it is only necessary to select a necessary item for expressing the restriction range, restriction type, and restriction contents from the defined items and operators and input the values.

これに対し、追加内容の入力操作としてユーザが未定義の項目や演算子を入力した場合には、図9に示すように、制約条件登録処理部175は、追加する制約条件が定義済みの項目や演算子によって表現できないと判定する(ステップc7:No)。この場合には、制約条件登録処理部175は、未定義の項目や未定義の演算子についての関数を定義し(ステップc9)、その後ステップc11に移行して、入力された追加内容に従って新たな制約条件のレコードを追加し、圧延制約マスター151を更新する。   On the other hand, when the user inputs an undefined item or operator as an input operation for adding content, the constraint condition registration processing unit 175, as shown in FIG. It is determined that it cannot be expressed by or operator (step c7: No). In this case, the constraint condition registration processing unit 175 defines functions for undefined items and undefined operators (step c9), and then proceeds to step c11 to add new functions according to the input additional content. A constraint record is added, and the rolling constraint master 151 is updated.

図12は、新たに制約条件を追加する場合であって、追加する制約条件が定義済みの項目や演算子によって表現できない場合の具体例を示す図である。例えば、ある圧延材について、前方スラブ幅累計が50mの範囲内での処理を不可とする材種が制約条件として新たに定められたとする。ここで、現時点で「前方スラブ幅累計」が制約条件を表す項目として未定義であったとする。この場合には、この「前方スラブ幅累計」を、チェック対象の直前に処理される圧延材から順番にそのスラブ幅を累計した値として定義する。その後、例えば、その圧延材にチェック対象材番号(図12では「CID_301」)を割り当ててサイクル明細情報155に設定するとともに、割り当てたチェック対象材番号をチェック対象特定情報とする。また、規制範囲、規制種別、および規制内容を表現するのに必要な項目およびその値と、これらの関係を示す演算子とをユーザ操作に従って設定し、これらを対応付けたレコードを追加して圧延制約マスター151を更新することで、制約条件を最新のものにすることができる。   FIG. 12 is a diagram illustrating a specific example of a case where a new constraint condition is added and the constraint condition to be added cannot be expressed by a defined item or operator. For example, for a certain rolled material, it is assumed that a material type that cannot be processed within a range where the cumulative forward slab width is 50 m is newly determined as a constraint condition. Here, it is assumed that “cumulative forward slab width” is undefined as an item representing a constraint condition at the present time. In this case, this “forward slab width accumulation” is defined as a value obtained by accumulating the slab width in order from the rolled material processed immediately before the check target. Thereafter, for example, a check target material number ("CID_301" in FIG. 12) is assigned to the rolled material and set in the cycle detail information 155, and the assigned check target material number is used as check target specifying information. In addition, the items required to express the restriction range, restriction type, and restriction contents and their values, and operators indicating their relationship are set according to the user operation, and a record in which these are associated is added and rolled. By updating the constraint master 151, the constraint conditions can be updated.

なお、制約条件更新処理は、前述した操業条件チェック処理の判定結果をトリガにしてもよい。例えば、表示部13に表示された判定結果が「false」のもののうちの1つをユーザが選択する入力操作を行うと、制約条件登録処理部175は、制約条件更新処理を開始させ、選択された制約条件を修正すると判定し(上記ステップc1,Yes)、後続の処理に移行させるようにする。このようにすれば、制約条件更新処理がより簡易になり効率が上がる。また、必要な制約条件の更新の漏れを防止できる。したがって、操業制約チェック装置1のメンテナンスを簡易かつ確実に行うことができる。   The constraint condition update process may be triggered by the determination result of the operation condition check process described above. For example, when the user performs an input operation to select one of the determination results displayed on the display unit 13 as “false”, the constraint condition registration processing unit 175 starts the constraint condition update process and is selected. It is determined that the constraint condition is to be corrected (step c1, Yes), and the process proceeds to the subsequent processing. In this way, the constraint condition update process becomes simpler and the efficiency increases. In addition, it is possible to prevent omissions in updating necessary constraint conditions. Therefore, maintenance of the operation restriction check device 1 can be performed easily and reliably.

(変形例)
図13は、本実施の形態の操業制約チェック装置1の変形例の機能構成を示すブロック図である。図13に示す変形例の操業制約チェック装置100は、記憶部15に判定結果DB157が格納される点のみが図1の操業制約チェック装置1と異なる。この判定結果DB157には、上記ステップa17の処理で表示部13に表示された本実施の形態の操業制約チェック処理の判定結果が適当な形式で保存される。
(Modification)
FIG. 13 is a block diagram illustrating a functional configuration of a modified example of the operation constraint checking apparatus 1 according to the present embodiment. The operation constraint check device 100 of the modification shown in FIG. 13 is different from the operation constraint check device 1 of FIG. 1 only in that the determination result DB 157 is stored in the storage unit 15. In the determination result DB 157, the determination result of the operation constraint check process of the present embodiment displayed on the display unit 13 in the process of step a17 is stored in an appropriate format.

保存された操業制約チェック処理の判定結果は、判定結果DB157から取り出して活用できる。例えば、制御部17は、取り出した判定結果を集約し、判定結果が「false」である回数が所定の閾値以上である制約条件について、ユーザに注意を促す旨の通知を出力することができる。この通知の出力形態も様々な形態を採用可能である。例えば、制御部17は、製造スケジュールの作成開始前や作成中に、判定結果が「false」である回数が多い順に制約条件の一覧を表示させたり、上位の所定数の制約条件を表示させたりするとよい。その場合には、製造スケジュールを作成するユーザの技術向上や作業時間の短縮を期待できる。また、制御部17は、判定結果を製造スケジュールを作成したユーザの識別子と対応づけて判定結果DB157に保存しておき、該当のユーザが製造スケジュールを作成する際などに、「false」である回数が多い制約条件を通知してもよい。その場合には、該当のユーザに的確に「false」である回数が多い制約条件が通知されるので、さらに製造スケジュールの作成の効率化が可能となる。   The stored determination result of the operation constraint check process can be extracted from the determination result DB 157 and utilized. For example, the control unit 17 can aggregate the extracted determination results, and output a notification that alerts the user to a constraint condition in which the number of times the determination result is “false” is equal to or greater than a predetermined threshold. Various forms can be adopted for the output form of this notification. For example, the control unit 17 may display a list of constraint conditions in descending order of the number of times the determination result is “false” before starting the creation of the production schedule or during creation, or may display a predetermined number of constraint conditions at the top. Good. In that case, it can be expected to improve the technology of the user who creates the manufacturing schedule and shorten the working time. In addition, the control unit 17 stores the determination result in the determination result DB 157 in association with the identifier of the user who created the manufacturing schedule, and the number of times of “false” when the corresponding user creates the manufacturing schedule. You may notify the constraint condition with many. In that case, since the restriction condition with a large number of “false” is accurately notified to the corresponding user, the production schedule can be more efficiently created.

さらに、判定結果DB157に保存された判定結果に基づいて、判定結果が「false」である回数が所定の閾値を上回った場合に、自動的に制約条件更新処理が開始されるようにしてもよい。例えば、過去の操業の実績データに対応する製造スケジュールについての操業制約チェック処理の判定結果を判定結果DB157に保存しておく。そして、ユーザが入力部11を介して操業の実情に合わなくなった制約条件を更新(緩和)する旨の指示入力を行なった場合に、制御部17は、判定結果DB157から取り出した判定結果を集約し、判定結果が「false」である回数が所定の閾値以上の制約条件について、制約条件更新処理を開始させるようにする。そして、制約条件登録処理部175は、制約条件を修正すると判定し(上記ステップc1,Yes)、後続の処理に移行させる。このような処理によれば、操業の実情に合わなくなった制約条件の更新(緩和)の漏れを防止できる。したがって、操業制約チェック装置100のメンテナンスを簡易かつ確実に行うことができる。   Further, based on the determination result stored in the determination result DB 157, when the number of times the determination result is “false” exceeds a predetermined threshold, the constraint condition update process may be automatically started. . For example, the determination result of the operation constraint check process for the manufacturing schedule corresponding to the past operation result data is stored in the determination result DB 157. Then, when the user inputs an instruction to update (relax) the constraint conditions that are no longer suitable for the actual operation via the input unit 11, the control unit 17 aggregates the determination results extracted from the determination result DB 157. Then, the constraint condition update process is started for a constraint condition in which the number of times the determination result is “false” is greater than or equal to a predetermined threshold. Then, the constraint condition registration processing unit 175 determines that the constraint condition is to be corrected (step c1, Yes), and shifts to subsequent processing. According to such processing, it is possible to prevent omission of update (relaxation) of constraint conditions that no longer match the actual situation of operation. Therefore, maintenance of the operation restriction check device 100 can be performed easily and reliably.

以上説明したように、本実施の形態では、少なくとも規制内容を、規制内容項目とその値との関係を演算子を用いて示した単位演算式やその組み合わせによって表現することとした。そして、規制内容の構文木を作成し、構文木を構成する演算子が指示する演算を行うことでその規制範囲内のサイクルまたは圧延材が規制内容を満たすか否かを判定し、満たすべき制約条件が存在するサイクルや圧延材のそれぞれが該当する制約条件を満たすか否かを判定することとした。したがって、本実施の形態によれば、制約条件を柔軟に解析し、製造スケジュールとして計画される製品の処理順序が制約条件を満たすか否かを確実にチェックすることができる。   As described above, in the present embodiment, at least the restriction content is expressed by a unit arithmetic expression or a combination thereof in which the relationship between the restriction content item and its value is indicated using an operator. Then, create a syntax tree of the regulation content, determine whether a cycle within the regulation range or the rolling material satisfies the regulation content by performing an operation instructed by the operator constituting the syntax tree, and the constraint to be satisfied It was decided to determine whether or not the cycle in which the condition exists and the rolled material satisfy the corresponding constraint conditions. Therefore, according to the present embodiment, it is possible to flexibly analyze the constraint conditions and reliably check whether the processing order of products planned as a manufacturing schedule satisfies the constraint conditions.

そして、ユーザにとっては、既存の制約条件の修正や、新たな制約条件の追加が必要な場合であっても、その制約条件を定めるのに必要な項目や演算子を適宜定義しつつ、その項目の値や演算子を指定することで制約条件の修正・追加が可能である。実際に、上記したように、制約条件は不変のものではなく頻繁に変更される上、その種類も様々であるが、本実施の形態によれば、チェック機能のロジックを構築し直すといった作業をすることなく容易に制約条件を修正し、あるいは新たに追加することができる。したがって、既存の制約条件の修正や、新たな制約条件の追加が必要な場合のメンテナンス性の向上が図れ、製品の処理順序を計画するスケジューリング業務に要する負荷を軽減することが可能となる。結果、スケジューリング業務に要する時間の短縮が図れ、チェック漏れ等の人為的ミスの発生を防止できる。   For users, even if it is necessary to modify existing constraints or add new constraints, define the items and operators necessary to define the constraints as appropriate. Restrictions can be modified and added by specifying values and operators. Actually, as described above, the constraint conditions are not invariant and are frequently changed, and there are various types. However, according to the present embodiment, the work of reconstructing the logic of the check function is performed. It is possible to easily modify the constraint conditions or add new ones without doing so. Therefore, it is possible to improve the maintainability when it is necessary to modify an existing constraint condition or to add a new constraint condition, and it is possible to reduce the load required for a scheduling operation for planning the processing order of products. As a result, the time required for the scheduling work can be shortened, and the occurrence of human error such as omission of check can be prevented.

なお、本実施の形態では、熱間圧延プロセスにおける製造スケジュールの制約条件をチェックする場合について説明したが、その他の製造工程における製品の処理順序を計画した製造スケジュールが制約条件を満たすか否かのチェックにも同様に適用できる。また、鉄鋼製品の製造プロセスに限らず、各種製品の製造プロセスにおける製品の処理順序を計画した製造スケジュールが制約条件を満たすか否かのチェックに同様に適用が可能である。   In this embodiment, the case of checking the constraint condition of the manufacturing schedule in the hot rolling process has been described. However, whether the manufacturing schedule in which the processing order of products in other manufacturing processes is planned satisfies the constraint condition. The same applies to checks. Further, the present invention is not limited to the manufacturing process of steel products, and can be similarly applied to checking whether or not the manufacturing schedule that plans the processing order of products in the manufacturing process of various products satisfies the constraint conditions.

以上のように、本発明の操業制約チェック装置および操業制約チェック方法は、制約条件を柔軟に解析し、製品の処理順序を計画するスケジューリング業務に要する負荷を軽減するのに適している。   As described above, the operation constraint check device and the operation constraint check method of the present invention are suitable for reducing the load required for a scheduling operation for flexibly analyzing constraint conditions and planning the processing order of products.

1,100 操業制約チェック装置
11 入力部
13 表示部
15 記憶部
151 圧延制約マスター
153 サイクル枠情報
155 サイクル明細情報
157 判定結果DB
17 制御部
171 構文解析処理部
173 制約条件判定処理部
175 制約条件登録処理部
1,100 Operation Constraint Checking Device 11 Input Unit 13 Display Unit 15 Storage Unit 151 Rolling Constraint Master 153 Cycle Frame Information 155 Cycle Detail Information 157 Judgment Result DB
17 control unit 171 syntax analysis processing unit 173 constraint condition determination processing unit 175 constraint condition registration processing unit

Claims (6)

製品の処理順序を計画した製造スケジュールの操業制約チェック装置であって、
チェック対象とする製品または製品群の特定情報と、当該規制内容に応じた演算子を用いた規制内容項目と該規制内容項目の値との関係または該関係の組み合わせによって表現された規制内容と、該規制内容を適用する規制範囲とを対応付けた制約条件を設定する設定手段と、
前記規制内容の構文解析を行って前記規制内容を表す構文木を作成する作成手段と、
前記特定情報によって特定される前記チェック対象の製品または製品群を基準として前記処理順序が前記規制範囲に属する製品または製品群について、前記構文木を用いて前記規制内容を満たすか否かを判定する判定手段と、
を備えることを特徴とする操業制約チェック装置。
A production schedule operation constraint check device that plans the processing order of products,
Regulation information expressed by the relationship between the specific information of the product or product group to be checked, the regulation content item using an operator corresponding to the regulation content and the value of the regulation content item, or a combination of the relationships, Setting means for setting a constraint condition that associates a restriction range to which the restriction content is applied;
Creating means for performing syntax analysis of the restriction content to create a syntax tree representing the restriction content;
Using the syntax tree, it is determined whether or not the restriction content is satisfied for a product or a product group whose processing order belongs to the restriction range with reference to the check target product or the product group specified by the specification information. A determination means;
An operation constraint check device comprising:
前記判定手段による判定結果を集約して、所定回数以上前記規制内容を満たさないと判定された制約条件の情報を通知する警報手段を備えることを特徴とする請求項1に記載の操業制約チェック装置。   The operation restriction check device according to claim 1, further comprising: an alarm unit that aggregates the determination results of the determination unit and notifies information on a constraint condition that is determined not to satisfy the restriction content a predetermined number of times or more. . 前記演算子および/または前記規制内容項目の値の変更操作に従って前記制約条件を更新する更新手段を備えることを特徴とする請求項1または2に記載の操業制約チェック装置。   The operation restriction check device according to claim 1, further comprising an update unit that updates the restriction condition according to a change operation of the operator and / or the value of the restriction content item. 前記判定手段による判定結果を表示出力する出力手段と、
前記出力手段により表示出力された判定結果に対応付けられた制約条件を選択指定可能な選択手段と、を備え、
前記更新手段は、前記選択手段により選択指定された制約条件を更新する
ことを特徴とする請求項3に記載の操業制約チェック装置。
Output means for displaying and outputting a determination result by the determination means;
Selection means capable of selectively specifying the constraint condition associated with the determination result displayed and output by the output means,
The operation restriction check device according to claim 3, wherein the update unit updates the constraint condition selected and designated by the selection unit.
前記判定手段による判定結果を集約し、所定回数以上前記規制内容を満たさないと判定された制約条件の情報を前記更新手段に通知する自動更新手段を備えることを特徴とする請求項3または4に記載の操業制約チェック装置。   5. The apparatus according to claim 3, further comprising: an automatic update unit that aggregates determination results by the determination unit and notifies the update unit of information on a constraint condition that is determined not to satisfy the restriction content a predetermined number of times or more. The operation constraint check device described. 製品の処理順序を計画した製造スケジュールの操業制約チェック方法であって、
チェック対象とする製品または製品群の特定情報と、当該規制内容に応じた演算子を用いた規制内容項目と該規制内容項目の値との関係または該関係の組み合わせによって表現された規制内容と、該規制内容を適用する規制範囲とを対応付けた制約条件を設定する設定工程と、
前記規制内容の構文解析を行って前記規制内容を表す構文木を作成する作成工程と、
前記特定情報によって特定される前記チェック対象の製品または製品群を基準として前記処理順序が前記規制範囲に属する製品または製品群について、前記構文木を用いて前記規制内容を満たすか否かを判定する判定工程と、
を含むことを特徴とする操業制約チェック方法。
A production schedule operation constraint check method that plans the processing order of products,
Regulation information expressed by the relationship between the specific information of the product or product group to be checked, the regulation content item using an operator corresponding to the regulation content and the value of the regulation content item, or a combination of the relationships, A setting step for setting a constraint condition that associates a restriction range to which the restriction content is applied;
A creation step of performing syntax analysis of the restriction content to create a syntax tree representing the restriction content;
Using the syntax tree, it is determined whether or not the restriction content is satisfied for a product or a product group whose processing order belongs to the restriction range with reference to the check target product or the product group specified by the specification information. A determination process;
An operation constraint check method characterized by including:
JP2011243497A 2010-11-12 2011-11-07 Operation restriction check device and operation restriction check method Expired - Fee Related JP5874329B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011243497A JP5874329B2 (en) 2010-11-12 2011-11-07 Operation restriction check device and operation restriction check method

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2010254124 2010-11-12
JP2010254124 2010-11-12
JP2011243497A JP5874329B2 (en) 2010-11-12 2011-11-07 Operation restriction check device and operation restriction check method

Publications (2)

Publication Number Publication Date
JP2012118972A true JP2012118972A (en) 2012-06-21
JP5874329B2 JP5874329B2 (en) 2016-03-02

Family

ID=46501663

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011243497A Expired - Fee Related JP5874329B2 (en) 2010-11-12 2011-11-07 Operation restriction check device and operation restriction check method

Country Status (1)

Country Link
JP (1) JP5874329B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06222925A (en) * 1993-01-28 1994-08-12 Nec Corp Natural language interface system
JP2009009311A (en) * 2007-06-27 2009-01-15 Jfe Steel Kk Production planning support apparatus, production planning support method and production planning support program
JP2009009312A (en) * 2007-06-27 2009-01-15 Jfe Steel Kk Production planning support apparatus, production planning support method and production planning support program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06222925A (en) * 1993-01-28 1994-08-12 Nec Corp Natural language interface system
JP2009009311A (en) * 2007-06-27 2009-01-15 Jfe Steel Kk Production planning support apparatus, production planning support method and production planning support program
JP2009009312A (en) * 2007-06-27 2009-01-15 Jfe Steel Kk Production planning support apparatus, production planning support method and production planning support program

Also Published As

Publication number Publication date
JP5874329B2 (en) 2016-03-02

Similar Documents

Publication Publication Date Title
Gecili et al. Forecasting COVID-19 confirmed cases, deaths and recoveries: Revisiting established time series modeling through novel applications for the USA and Italy
Dong et al. Multi-granular unbalanced linguistic distribution assessments with interval symbolic proportions
Dorneles et al. A fix-and-optimize heuristic for the high school timetabling problem
US20180341863A1 (en) Knowledge graph processing method and device
Fonseca et al. Integer programming techniques for educational timetabling
Gaur et al. Antecedents of closed-loop supply chain in emerging economies: A conceptual framework using stakeholder’s perspective
US8595628B2 (en) Method and system for reviewing text files using distributable review data packets
Alkasab et al. Creation of an open framework for point-of-care computer-assisted reporting and decision support tools for radiologists
US20100042613A1 (en) Method and system for automated search engine optimization
Farid The Normap methodology: Lightweight engineering of non-functional requirements for agile processes
Dorneles et al. A column generation approach to high school timetabling modeled as a multicommodity flow problem
JP5928091B2 (en) Tag group classification method, apparatus, and data mashup method, apparatus
JP7069029B2 (en) Automatic prediction system, automatic prediction method and automatic prediction program
Xia et al. Multi-criteria group decision making based on bilateral agreements
US8639647B2 (en) Rule analysis tool
Musuamba et al. Verifying and validating quantitative systems pharmacology and in silico models in drug development: current needs, gaps, and challenges
Berta et al. A bivariate prediction approach for adapting the health care system response to the spread of COVID-19
Elmaghraby et al. Note on the paper ‘Resource-constrained project management using enhanced theory of constraint’by Wei et al.
JP5900334B2 (en) Abnormal event extraction apparatus, method, and program from medical information using feedback information
Yu et al. Implications of the pandemic-induced electronic equipment demand surge on essential technology metals
JP5874329B2 (en) Operation restriction check device and operation restriction check method
Jiang A tradeoff BX life and its applications
Huang et al. A Note on “Two new approaches for a two-stage hybrid flowshop problem with a single batch processing machine under waiting time constraint”
Costa et al. An adaptive constraint handling technique for evolutionary algorithms
Zhan et al. Methods for dealing with unequal cluster sizes in cluster randomized trials: A scoping review

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140825

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150615

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150630

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150811

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20151222

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160104

R150 Certificate of patent or registration of utility model

Ref document number: 5874329

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees