JP2006107167A - Scheduling system, scheduling program and scheduling method - Google Patents

Scheduling system, scheduling program and scheduling method Download PDF

Info

Publication number
JP2006107167A
JP2006107167A JP2004293507A JP2004293507A JP2006107167A JP 2006107167 A JP2006107167 A JP 2006107167A JP 2004293507 A JP2004293507 A JP 2004293507A JP 2004293507 A JP2004293507 A JP 2004293507A JP 2006107167 A JP2006107167 A JP 2006107167A
Authority
JP
Japan
Prior art keywords
processing
task
information
plan
job
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.)
Withdrawn
Application number
JP2004293507A
Other languages
Japanese (ja)
Inventor
Hiroshi Narasaki
博司 楢崎
Takashi Fukushima
高司 福島
Makiyuki Nakayama
万希志 中山
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.)
Kobe Steel Ltd
Original Assignee
Kobe Steel Ltd
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 Kobe Steel Ltd filed Critical Kobe Steel Ltd
Priority to JP2004293507A priority Critical patent/JP2006107167A/en
Publication of JP2006107167A publication Critical patent/JP2006107167A/en
Withdrawn legal-status Critical Current

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

<P>PROBLEM TO BE SOLVED: To distribute a load of arithmetic processing, accommodate a flexible change in the number or function of process handling apparatus and enable a change of the function of each process handling apparatus to a desirable function, in scheduling for assigning tasks set in successively generated jobs to a plurality of process handling apparatuses. <P>SOLUTION: A scheduling system comprises a master device 1 and a plurality of slave devices 2 disposed for respective process handling apparatus. The master device 1 determines a job handling order (S1) and sends handling request information about each task in the order to all the slave devices 2 (S2). In response to the request, the slave devices 2 return task handling proposal information (S11). According to the information, the master device 1 determines the process handing apparatus to which the task is assigned (S3) and notifies the determined task assignment to the slave devices 2 (S4). According to the notification, the slave devices 2 update task handling plan information about the corresponding process handling apparatus (S13). <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は,順次発生するジョブを製造ライン(加工ライン,組み立てライン,化学プロセス,鉄鋼プロセス等)に流す際のジョブの処理計画を作成するスケジューリングシステム,スケジューリングプログラム及びスケジューリング方法に関するものである。   The present invention relates to a scheduling system, a scheduling program, and a scheduling method for creating a job processing plan when flowing sequentially generated jobs on a production line (processing line, assembly line, chemical process, steel process, etc.).

製造ライン(加工ライン,組み立てライン,化学プロセス,鉄鋼プロセス等)では,その各処理工程をなす処理装置(以下,工程処理装置という)により順次加工や組み立て等の処理が施されて,最終的な製品がアウトプットされる。その際,前記工程処理装置により処理されるべき1又は複数のタスクが設定されたジョブが受注等により順次発生し,そのジョブに設定されたタスクを複数の工程処理装置にどのような順序で割り当てるかを計画するスケジューリングが行われる。ここで,ジョブとは,1つの製品や1つの受注内容の単位を表し,タスクとは,前記工程処理装置による1回分のまとまった処理の単位を表す。
一般に,ジョブごとに,どのような種類のタスクをどのような順序で処理すべきかは予め定められている(ジョブに設定されている)。そして,通常,順次発生するジョブは,その発生順(到着順)に処理されるいわゆるFIFO(First In First Out)方式を原則とする。また,ジョブに優先度が設定され,FIFO方式を原則としつつ,優先度の高いジョブが発生した場合は,先着のジョブよりも優先度の高いジョブを先に処理するよう優先させることが必要な場合もある。
このような対象について,従来のスケジューリング手法では,工程処理装置の台数や機能(例えば,加工装置(工程処理装置の一例)が装着している加工工具の種類等)を「制約条件」として予め設定し,ジョブの集合について,そのタスク各々を相互干渉(処理予定の干渉)が生じないように複数の工程処理装置へ割り当てるスケジューリングが行われていた。
In a production line (processing line, assembly line, chemical process, steel process, etc.), processing such as processing and assembly is performed sequentially by a processing device (hereinafter referred to as a “process processing device”) that performs each processing step. The product is output. At that time, a job in which one or a plurality of tasks to be processed by the process processing apparatus is sequentially generated by an order, etc., and the tasks set in the job are assigned to the plurality of process processing apparatuses in any order. Scheduling to plan is performed. Here, the job represents a unit of one product or one order content, and the task represents a unit of processing for one batch by the process processing apparatus.
In general, what kind of tasks should be processed in which order for each job is determined in advance (set to the job). Ordinarily, jobs that are generated sequentially are based on a so-called FIFO (First In First Out) method in which they are processed in the order of generation (arrival order). In addition, when a priority is set for a job, and a FIFO method is used as a rule, if a job with a high priority occurs, it is necessary to give priority to processing a job with a higher priority than the first job. In some cases.
With regard to such objects, in the conventional scheduling method, the number and function of the process processing devices (for example, the type of the processing tool installed in the processing device (an example of the process processing device)) is set in advance as a “constraint condition”. However, scheduling is performed on a set of jobs so that each task is assigned to a plurality of process processing apparatuses so that mutual interference (interference scheduled for processing) does not occur.

ところで,タスクを処理する近年の工程処理装置(加工装置や組み立て装置等)は,多機能化(汎用化)が進んでいる。例えば,加工装置においては,同時に装着できる加工工具の種類を増やしてその自動切り替えを可能とすることによる多機能化に加え,装着する加工工具を交換することにより,その処理機能を変更して様々な種類の加工を可能とする多機能化が図られている。
従来のスケジューリング手法において,このような多機能な工程処理装置を有効活用するスケジューリングを行うためには,前記「制約条件」の設定を変更する必要がある。
ここで,前記「制約条件」の変更が可能ということは,対象とする問題が,前記「制約条件」を満足させる中で最適解を求める(コスト等の評価指標の最小化等)という従来のスケジューリングの問題から,前記「制約条件」の不満足を認めた上で,制約不満足量とコスト等の評価指標の改善度とのトレードオフを検討する問題に変わることになる。これについては,例えば「ラグランジュ緩和法」に基づく手法が知られている。「ラグランジュ緩和法」は,まず制約式にある係数(ラグランジュ乗数)を掛けたものを目的関数に取り込み,その式の最小化(或いは最大化)を行う。さらに,これにより求まった解に対して各制約式におけるズレ(制約違反量)を把握し,そのズレが大きい場合には,ラグランジュ乗数を大きくして,再度,その式の最小化(或いは最大化)を行う,という問題を繰り返し解くことにより,制約式の充足と,目的関数の最小化(或いは最大化)とを同時に達成するものである。
このような最適化手法は,いわば「バッチ式」である。即ち,所定量(所定数)のジョブの集合を設定し,そのジョブの集合について,所定時間先までのスケジュールを決定する手法である。
By the way, in recent process processing devices (processing devices, assembly devices, etc.) for processing tasks, multifunctionalization (generalization) is progressing. For example, in a processing machine, in addition to increasing the number of types of processing tools that can be installed at the same time and enabling automatic switching, the processing function can be changed by changing the processing tools to be installed. Multi-functionalization that enables various types of processing has been attempted.
In the conventional scheduling method, it is necessary to change the setting of the “constraint condition” in order to perform scheduling that effectively uses such a multifunctional process processing apparatus.
Here, the change of the “constraint condition” means that the target problem is to obtain an optimal solution while satisfying the “constraint condition” (minimization of evaluation index such as cost). The problem of scheduling changes to a problem of examining the trade-off between the constraint dissatisfaction amount and the improvement degree of the evaluation index such as the cost after the dissatisfaction of the “constraint condition” is recognized. For this, for example, a method based on the “Lagrange relaxation method” is known. In the “Lagrange relaxation method”, the objective function is first multiplied by a coefficient (Lagrange multiplier) in the constraint equation, and the equation is minimized (or maximized). Furthermore, the deviation (constraint violation amount) in each constraint expression is grasped with respect to the solution obtained by this, and if the deviation is large, the Lagrange multiplier is increased and the expression is minimized (or maximized) again. ) Is repeatedly solved to simultaneously satisfy the constraint equation and minimize (or maximize) the objective function.
Such an optimization method is a so-called “batch type”. That is, this is a method of setting a set of a predetermined amount (predetermined number) of jobs and determining a schedule for a predetermined time ahead for the set of jobs.

一方,商品の販売方式として,いわゆるオークション方式が知られている。これは,商品提供者が商品内容を示して落札者を公募し,これに対して利用者が金額を指定した入札を行い,最も高額の入札者にたいして対象商品を落札するというものである。
これに関し,特許文献1には,荷物の輸送を欲する輸送依頼者に,インターネットを介して航空便情報やトラック情報を提供し,オークション方式によって荷物の輸送経路を決定する輸送手段決定方法が示されている。
特開2003−223574号公報
On the other hand, a so-called auction method is known as a product sales method. In this case, the product provider indicates the content of the product and solicits the highest bidder, and the user performs a bid for which the amount is designated, and makes a bid for the target product to the highest bidder.
In this regard, Patent Document 1 discloses a transportation means determination method that provides air mail information and truck information via the Internet to a transportation requester who desires transportation of luggage and determines the transportation route of the luggage by an auction method. ing.
JP 2003-223574 A

しかしながら,従来の一般的なスケジューリング手法では,工程処理装置の台数や機能等の変動があった場合,その都度,前記「制約条件」を変更して再スケジューリングを行わねばならず操作が煩雑であるという問題点があった。
また,「ラグランジュ緩和法」に基づくスケジューリングのように,前記「バッチ式」の最適化手法によれば,所定量のジョブの集合について,数学的により最適な(例えば,最小コストの)解(タスク処理のスケジュール及び工程処理装置に具備させる機能(加工装置への装着工具等))が得られるものの,非常に演算負荷が高いという問題点があった。さらに,これを不定期に順次発生(到着)するジョブや,割り込み的に発生する優先度の高いジョブ,工程処理装置の故障等が生じる対象に適用すると,高負荷の演算のやり直しが数多く繰り返されることとなり,より演算負荷が高くなるという問題点があった。
一方,ネットワークを利用したオークション方式は,複雑な分散処理手法を用いることなくサーバ側(マスタ側情報処理装置)と複数のクライアント側(スレーブ側情報処理装置)とで処理の負荷分散が可能となり,個々の情報処理装置の負荷を低減できる。
これに対し,特許文献1には,オークション方式を荷物の輸送経路決定問題に適用することが示されているものの,製造ラインに流すジョブのスケジューリングへの適用について,何ら具体的開示はなされていない。
また,スケジューリング問題では,前述したように,優先度の高い後発のジョブを既に決定された処理計画に割り込ませて処理することや,各工程処理装置の機能を望ましい機能に変更することが必要となるが,特許文献1等には,そのような処理に対応する具体的内容は示されていない。
従って,本発明は上記事情に鑑みてなされたものであり,その目的とするところは,順次発生するジョブに設定されたタスクを複数の工程処理装置に割り当てるスケジューリングを行うにあたって,演算処理の負荷分散を図るとともに,工程処理装置の台数や機能の変更に柔軟に対応でき,さらに,工程処理装置各々の機能を望ましい機能に変更するための処理が可能なスケジューリングシステム,スケジューリングプログラム及びスケジューリング方法を提供することにある。
However, in the conventional general scheduling method, if there is a change in the number or function of process processing devices, the above-mentioned “constraint condition” must be changed and rescheduling must be performed every time, and the operation is complicated. There was a problem.
Further, according to the “batch type” optimization method, such as scheduling based on the “Lagrange relaxation method”, a mathematically optimal (for example, minimum cost) solution (task) for a set of a predetermined amount of jobs. Although a processing schedule and a function (such as a tool attached to the processing apparatus) provided in the process processing apparatus can be obtained, there is a problem that the calculation load is very high. Furthermore, if this is applied to jobs that occur sequentially (arrivals) irregularly, jobs with high priority that occur as interrupts, or targets that cause failures in process equipment, etc., many high-load operations are repeated. As a result, there is a problem that the calculation load becomes higher.
On the other hand, the network-based auction method can distribute the processing load between the server side (master side information processing device) and multiple client sides (slave side information processing devices) without using complicated distributed processing methods. The load on each information processing apparatus can be reduced.
On the other hand, Patent Document 1 shows that the auction method is applied to the problem of determining a route for transporting a package, but there is no specific disclosure about the application to scheduling of a job to be sent to a production line. .
In addition, as described above, in the scheduling problem, it is necessary to interrupt and process a subsequent job having a high priority in the already determined processing plan, and to change the function of each process processing device to a desirable function. However, the patent document 1 or the like does not show specific contents corresponding to such processing.
Accordingly, the present invention has been made in view of the above circumstances, and the object of the present invention is to distribute the load of arithmetic processing in performing scheduling for assigning tasks set in sequentially generated jobs to a plurality of process processing devices. Provided are a scheduling system, a scheduling program, and a scheduling method capable of flexibly responding to changes in the number and functions of process processing apparatuses and capable of processing for changing the functions of the respective process processing apparatuses to desired functions. There is.

上記目的を達成するために本発明は,製造ラインの各工程を構成する工程処理装置により処理されるべき1又は複数のタスクが設定され順次発生するジョブについて,前記タスク各々を複数の工程処理装置のいずれかに割り当てるマスタ装置と,前記工程処理装置ごとに前記マスタ装置と通信可能に設けられ対応する前記工程処理装置における前記タスクの処理計画を管理する複数のスレーブ装置と,を具備するスケジューリングシステムであって,
前記工程処理装置各々が処理可能な前記タスクの種類に関する情報を有する処理機能情報を記憶する処理機能記憶手段と,
前記工程処理装置各々に割り当てられる前記タスクについてのタスク処理計画情報を記憶する処理計画記憶手段と,
前記ジョブ各々における前記タスク各々について処理が割り当てられた前記工程処理装置及びその処理計画に関する情報が設定されたジョブ処理計画情報を記憶するジョブ処理計画記憶手段と,
前記マスタ装置において,順次発生する前記ジョブの処理順序を決定するジョブ処理順序決定手段と,
決定された前記ジョブの処理順序及び該ジョブ各々における前記タスクの既定の処理順序に従って,順次前記タスク各々について少なくとも該タスクの種類に関する情報が設定された処理要求情報を前記マスタ装置から全ての前記スレーブ装置に送信する処理要求手段と,
前記スレーブ装置において,受信された前記処理要求情報と前記対応する工程処理装置に関する前記処理機能情報及び前記タスク処理計画情報とに基づいて該工程処理装置に処理を要求された前記タスクを割り当て可能な場合の該タスクの処理計画案情報を生成し,これを前記マスタ装置へ返信する処理計画案生成・返信手段と,
前記マスタ装置において,受信された前記処理計画案情報各々に基づいて前記タスクを割り当てる前記工程処理装置を決定して前記ジョブ処理計画情報を更新するタスク割当手段と,
決定された前記タスクの割当結果を前記マスタ装置から前記スレーブ装置へ通知する割当結果通知手段と,
前記スレーブ装置において,前記タスクの割当結果の通知に基づいて前記対応する工程処理装置に関する前記タスク処理計画情報を更新するタスク処理計画更新手段と,
を具備してなることを特徴とするスケジューリングシステムとして構成されるものである。
このような自律分散型システムにより,順次発生するジョブに設定されたタスクを複数の工程処理装置に割り当てるスケジューリングを行うにあたって,前記マスタ装置と複数の前記スレーブ装置との各々により,マスタ対スレーブ間の通信を利用して演算処理の負荷分散を図ることができる。また,前記工程処理装置の台数の変更に対しては,前記工程処理装置ごとに設けられる各々独立した前記スレーブ装置を増減するだけで,各装置の処理内容の変更を要することなく柔軟に対応できる。また,前記工程処理装置の機能変更に対しても,その工程処理装置に対応する前記処理機能情報を変更するだけで柔軟に対応できる。
In order to achieve the above object, the present invention relates to a job in which one or a plurality of tasks to be processed by a process processing apparatus constituting each process of a production line is set and sequentially generated. A scheduling system comprising: a master device that is assigned to any one of the plurality of slave devices, and a plurality of slave devices that are provided so as to be communicable with the master device for each process processing device and that manage a task processing plan in the corresponding process processing device Because
Processing function storage means for storing processing function information having information on the types of tasks that can be processed by each of the process processing devices;
Processing plan storage means for storing task processing plan information for the task assigned to each of the process processing devices;
Job processing plan storage means for storing job processing plan information in which information related to the process processing device to which processing for each task in each job is assigned and its processing plan is set;
Job processing order determining means for determining a processing order of the jobs that are sequentially generated in the master device;
In accordance with the determined processing order of the job and the predetermined processing order of the task in each job, processing request information in which at least information on the type of the task is sequentially set for each task is transmitted from the master device to all the slaves. Processing request means to be transmitted to the device;
In the slave device, the task requested to be processed can be allocated to the process processing device based on the received processing request information and the processing function information and the task processing plan information related to the corresponding process processing device. Processing plan draft generation / reply means for generating processing plan draft information for the task and returning it to the master device;
In the master device, task assignment means for determining the process processing device to which the task is assigned based on each of the received processing plan proposal information and updating the job processing plan information;
An assignment result notifying means for notifying the determined assignment result of the task from the master device to the slave device;
In the slave device, task processing plan update means for updating the task processing plan information related to the corresponding process processing device based on the notification of the task allocation result;
It is comprised as a scheduling system characterized by comprising.
With such an autonomous decentralized system, in performing scheduling for assigning tasks set to jobs that occur sequentially to a plurality of process processing devices, each of the master device and the plurality of slave devices allows a master-to-slave The load of arithmetic processing can be distributed using communication. In addition, the change in the number of process processing devices can be flexibly handled by simply increasing or decreasing the number of independent slave devices provided for each of the process processing devices without requiring changes in the processing contents of each device. . In addition, it is possible to flexibly cope with a change in function of the process processing apparatus simply by changing the processing function information corresponding to the process processing apparatus.

また,前記スレーブ装置において,前記対応する工程処理装置に既に割り当てられている前記タスクの処理計画の一部又は全部をキャンセルするよう前記タスク処理計画情報を更新する第1のスレーブ側計画キャンセル手段と,
前記第1のスレーブ側計画キャンセル手段により処理計画がキャンセルされた前記タスクに関するスレーブ側計画キャンセル情報を前記マスタ装置に通知するスレーブ側計画キャンセル通知手段と,
前記マスタ装置において,通知された前記スレーブ側計画キャンセル情報に基づいて前記スレーブ装置側で処理計画がキャンセルされた前記タスク及びこれに連鎖する前記タスクの処理計画をキャンセルするよう前記ジョブ処理計画情報を更新するマスタ側計画キャンセル手段と,
前記連鎖するタスクの処理計画のキャンセルを要求するキャンセル要求情報を前記マスタ装置から前記スレーブ装置へ送信するキャンセル要求手段と,
前記スレーブ装置において,受信された前記キャンセル要求情報に基づいて前記対応する工程処理装置に関する前記タスク処理計画情報を更新し,そのタスクを含むジョブを「タスク割当未完了」として再度オークション対象とする第2のスレーブ側計画キャンセル手段と,を具備するものが考えられる。
このような構成により,前記工程処理装置における故障等のトラブルや点検のため,既に割り当てられている前記タスクの処理計画の一部又は全部をキャンセルする必要が生じた場合でも,自動的に再スケジューリングが行われる。
In the slave device, a first slave-side plan canceling unit that updates the task processing plan information so as to cancel a part or all of the task processing plan already assigned to the corresponding process processing device; ,
Slave-side plan cancellation notification means for notifying the master device of slave-side plan cancellation information related to the task whose processing plan has been canceled by the first slave-side plan cancellation means;
In the master device, the job processing plan information is canceled so as to cancel the task whose processing plan has been canceled on the slave device side based on the notified slave side plan cancellation information and the processing plan of the task linked to the task. Master side plan cancellation means to update,
Cancellation request means for transmitting cancellation request information for requesting cancellation of the processing plans of the chained tasks from the master device to the slave device;
In the slave device, the task processing plan information relating to the corresponding process processing device is updated based on the received cancellation request information, and a job including the task is again set as a target for auction as “task assignment incomplete”. And two slave-side planned canceling means.
With such a configuration, even if it is necessary to cancel a part or all of the task processing plan that has already been assigned due to troubles and inspections such as failures in the process processing apparatus, the rescheduling is automatically performed. Is done.

また,前記ジョブ各々に優先度が設定されており,前記ジョブ処理順序決定手段が,前記ジョブの発生順序と前記優先度とに基づいて前記ジョブの処理順序を決定するものであれば,前記ジョブの発生順序に従うことを基本としつつも,前記優先度の高いジョブが後発的に発生した場合,それを優先する処理が可能となる。
この場合,前記処理要求手段が,前記優先度が設定された前記処理要求情報を前記マスタ装置から全ての前記スレーブ装置に送信し,
前記処理計画案生成・返信手段が,前記優先度の高い新たな前記タスクを優先処理する前記処理計画案情報の生成及びその前記マスタ装置への返信を行い,
前記第1のスレーブ側計画キャンセル手段が,前記優先処理に対応した前記タスク処理計画更新手段による前記タスク処理計画情報の更新が行われる場合に,前記優先度の低い前記タスクの処理計画をキャンセルするよう前記ジョブ処理計画情報を更新するものが考えられる。
これにより,優先度の高いジョブ(タスク)が後から発生した場合に,それを優先処理することによって必要となる優先度の低い前記タスクの処理計画のキャンセルと,そのキャンセルされた前記タスクに連鎖する前記タスクの処理計画のキャンセルと,それらのキャンセルに伴う再スケジューリングとが自動的に行われる。よって,順次発生する前記ジョブの発生順序及び優先度に対応した柔軟なスケジューリングが可能となる。
Further, if a priority is set for each of the jobs, and the job processing order determination means determines the processing order of the jobs based on the generation order of the jobs and the priority, the job In the case where a job with a high priority is generated later, processing that gives priority to the job can be performed.
In this case, the processing request means transmits the processing request information with the priority set from the master device to all the slave devices,
The processing plan draft generation / reply means generates the processing plan draft information for preferentially processing the new task with a high priority, and returns the master plan to the master device.
The first slave-side plan canceling unit cancels the task processing plan with the lower priority when the task processing plan update unit corresponding to the priority processing updates the task processing plan information. It is possible to update the job processing plan information.
As a result, when a job (task) with a high priority is generated later, the processing plan of the task with a low priority necessary for the priority processing is canceled, and the canceled task is chained. The task processing plan to be canceled and the rescheduling associated with the cancellation are automatically performed. Therefore, flexible scheduling corresponding to the generation order and priority of the jobs that are generated sequentially is possible.

また,前記スレーブ装置において,前記処理計画案生成・返信手段により生成された前記タスクの前記処理計画案情報にその処理計画案の評価指標を設定する評価指標設定手段を具備し,前記タスク割当手段が,前記処理計画案情報に設定された前記評価指標に基づいて前記タスクを割り当てる前記工程処理装置を決定するものが考えられる。
これにより,前記スレーブ装置各々から返信される複数の前記処理計画案情報のうちいずれを採用するかの決定を行うにあたり,前記マスタ装置で前記工程処理装置各々の細部の状況を把握した評価を一極集中させる場合に比べ,評価演算の負荷を前記スレーブ装置各々に分散することができる。
この場合,前記評価指標設定手段が,前記対応する工程処理装置における,前記タスクの処理の余裕度,同一の前記ジョブについての前記タスクの連続処理数,処理計画の対象である前記タスクと同種の前記タスクの過去の処理実績件数及び予め設定された前記タスクの種類に応じた選好度のうちの1又は複数に基づいて前記評価指標を設定するものが考えられる。
ここで,前記タスクの処理の余裕度の高いものほど評価を上げることにより,前記工程処理装置各々の負荷の平準化につながる。また,同一の前記ジョブについての前記タスクの連続処理数が大きいものほど評価をあげることにより,前記ジョブ(実際には,そのジョブに対応した中間製品)ごとの移動量の削減につながる(一つの工程処理装置で連続処理すれば中間製品の移動が不要となる)。また,同種の前記タスクの過去の処理実績件数が高いものほど評価を上げることにより,その工程処理装置をその種の前記タスクの処理用として特化させることができる。また,予め設定された前記タスクの種類に応じた選好度を指標とすることにより,前記工程処理装置各々に主に処理させたい(或いは,処理させたくない)種類の前記タスクがある場合に,その意図に沿ったスケジューリングがなされるようにすることができる。
The slave device further includes an evaluation index setting unit that sets an evaluation index of the processing plan plan in the processing plan plan information of the task generated by the processing plan plan generation / reply unit, and the task allocation unit However, it is possible to determine the process processing device to which the task is assigned based on the evaluation index set in the processing plan proposal information.
As a result, in determining which one of the plurality of processing plan proposal information returned from each of the slave devices is to be adopted, the master device performs an evaluation of grasping the detailed situation of each of the process processing devices. Compared with the case of extreme concentration, the load of evaluation calculation can be distributed to each of the slave devices.
In this case, the evaluation index setting means is the same type as the task that is the target of the processing plan, the degree of process margin of the task, the number of continuous processes of the task for the same job, in the corresponding process processing device. It is conceivable that the evaluation index is set based on one or more of the past number of processing results of the task and the preference degree according to the preset type of the task.
Here, the higher the evaluation of the task processing, the higher the evaluation, leading to the leveling of the load of each of the process processing devices. In addition, the higher the number of continuous processing of the task for the same job, the higher the evaluation, leading to a reduction in the amount of movement for each job (in fact, an intermediate product corresponding to the job) If continuous processing is performed with the process equipment, it is not necessary to move intermediate products). Further, by increasing the evaluation of the past processing results of the same type of task, the process processing apparatus can be specialized for processing the task of that type. In addition, when there is the type of task that the process processing apparatus mainly wants to process (or does not want to process) by using the preference according to the preset type of the task as an index, Scheduling according to the intention can be performed.

また,前記工程処理装置各々への過去の前記タスクの割り当て実績件数及び該タスクの種類に関する情報を記憶手段に記録する第1の実績記録手段と,
過去の前記タスクの割り当て実績件数の高い1又は複数の前記工程処理装置各々について,該工程処理装置に対する過去の割り当て実績件数の高い1又は複数の種類の前記タスクのみ処理可能な機能に特化することに関する機能特化情報を出力する機能特化情報出力手段と,を具備するものが考えられる。
過去の前記タスクの割り当て実績件数の高い前記工程処理装置は,稼働率が十分高いので,その稼働率を抑える方向に調整することが,前記工程処理装置全体の負荷の平準化につながる。
上記構成により,そのように稼働率の高い前記工程処理装置について,過去の割り当て件数の高い種類の前記タスクのみ処理可能な機能に絞る(特化する)ことに関する前記機能特化情報が出力される。その出力内容に従って前記工程処理装置の機能を特化することより,前記工程処理装置全体の負荷の平準化が図れる。さらに,稼働率の高い前記工程処理装置について,備えるべき機能(加工装置における装着工具や,各種工程処理装置における保持すべき原材料,オプション機器等)を絞り込めるので,無駄のない効率的な構成とすることができる。
前記機能特化情報の出力としては,画面出力(表示)やプリントアウト等による利用者への機能特化メッセージ(装着工具の取り外し指示等)の出力や,前記工程処理装置が装着工具の自動取り外し機能を有する加工装置である場合等には,その工程処理装置への機能特化指令(装着工具取り外し指令)の出力等が考えられる。
A first result recording means for recording information on the number of past assignments of the task to each of the process processing devices and information on the type of the task in a storage means;
For each of one or more of the process processing devices with a high number of past assignments of the task, specialize in a function that can process only one or more types of the tasks with a high number of past assignments to the process processing device. It is conceivable to include function-specific information output means for outputting function-specific information related to things.
The process processing apparatus having a high number of past task assignments has a sufficiently high operating rate. Therefore, adjusting the operating rate to reduce the operating rate leads to leveling of the load of the entire process processing apparatus.
With the above-described configuration, the function-specific information related to narrowing down (specializing) functions to process only the types of tasks with a high number of past assignments is output for the process processing apparatus with such a high operation rate. . By specializing the function of the process processing apparatus according to the output contents, the load of the entire process processing apparatus can be leveled. Furthermore, since the process processing equipment with a high operation rate can be narrowed down to the functions to be provided (installed tools in processing equipment, raw materials to be held in various process processing equipment, optional equipment, etc.), an efficient configuration with no waste. can do.
As the output of the function specialization information, output of a function specialization message (installation tool removal instruction, etc.) to the user by screen output (display) or printout, etc., or the process processing device automatically removes the installation tool. In the case of a processing device having a function, for example, output of a function-specific command (attached tool removal command) to the process processing device can be considered.

また,前記工程処理装置各々への過去の前記タスクの割り当て実績件数と前記処理要求手段による前記処理要求情報の1回の送信に対し前記スレーブ装置から前記タスクを割り当て可能とする前記処理計画案情報の返信が得られなかった過去の実績件数を表す機会損失件数及びそのときの前記タスクの種類とを記憶手段に記録する第2の実績記録手段と,
過去の前記タスクの割り当て実績件数の低い1又は複数の前記工程処理装置各々について,前記機会損失件数が高い1又は複数の種類の前記タスクを処理可能な機能に変更することに関する機能変更情報を出力する機能変更情報出力手段と,を具備するものも考えられる。
過去の前記タスクの割り当て実績件数の低い前記工程処理装置は,稼働率が低いので,その稼働率を高める方向に調整することが,前記工程処理装置全体の負荷の平準化につながる。
上記構成により,そのように稼働率の低い前記工程処理装置について,前記タスクを割り当て可能とする前記処理計画案情報の返信が得られなかった過去の実績件数を表す前記機会損失件数が高い種類の前記タスクを処理可能な機能に変更(拡張を含む)することに関する前記機能変更情報が出力される。その出力内容に従って前記工程処理装置の機能を変更することより,過去に稼働率が低かった前記工程処理装置に前記機械損失件数が高かった種類の前記タスクが割り当てられる可能性が高まり,前記工程処理装置全体の負荷の平準化が図れる。
前記機能変更情報の出力も,前記機能特化情報の出力と同様の形態が考えられる。
In addition, the processing plan proposal information that allows the task to be assigned from the slave device in response to a single transmission of the processing request information by the processing request means and the number of past assignments of the task to each of the process processing devices. A second result recording means for recording the number of opportunity losses indicating the number of past results for which no reply has been obtained and the type of the task at that time in the storage means;
For each of one or a plurality of the process processing devices with a low number of past assignments of the task, function change information related to changing the task with one or a plurality of types having a high opportunity loss number to a function capable of being processed is output. And a function change information output means.
Since the operation rate of the process processing device having a low number of past assignments of the tasks is low, adjusting the operation rate to increase the operation rate leads to leveling of the load of the entire process processing device.
With the above configuration, the process processing apparatus with such a low operation rate has a high number of opportunity loss cases indicating the past actual number of cases where the reply of the processing plan proposal information to which the task can be assigned was not obtained. The function change information related to changing the task into a processable function (including extension) is output. By changing the function of the process processing device according to the output content, the possibility that the task of the type having the high number of machine losses will be assigned to the process processing device that has had a low operating rate in the past increases. The load on the entire apparatus can be leveled.
The output of the function change information may be similar to the output of the function specialization information.

また,本発明は,前記スケジューリングシステムにおける前記マスタ装置としての情報処理装置,及び前記スレーブ装置としての情報処理装置各々に実行されれるスケジューリングプログラムとして捉えることもできる。
即ち,製造ラインの各工程を構成する工程処理装置により処理されるべき1又は複数のタスクが設定され順次発生するジョブについて,前記タスク各々を複数の工程処理装置のいずれかに割り当てる情報処理装置であるマスタ装置と,前記工程処理装置ごとに前記マスタ装置と通信可能に設けられ対応する前記工程処理装置における前記タスクの処理計画を管理する複数の情報処理装置であるスレーブ装置と,の各々に実行させるためのスケジューリングプログラムであって,
前記工程処理装置各々が処理可能な前記タスクの種類に関する情報を有する処理機能情報を記憶する処理機能記憶手段と,
前記工程処理装置各々に割り当てられる前記タスクについてのタスク処理計画情報を記憶する処理計画記憶手段と,
前記ジョブ各々における前記タスク各々について処理が割り当てられた前記工程処理装置及びその処理計画に関する情報が設定されたジョブ処理計画情報を記憶するジョブ処理計画記憶手段と,が存在する状況下で,
前記マスタ装置において,順次発生する前記ジョブの処理順序を決定するジョブ処理順序決定ステップと,
決定された前記ジョブの処理順序及び該ジョブ各々における前記タスクの既定の処理順序に従って,順次前記タスク各々について少なくとも該タスクの種類に関する情報が設定された処理要求情報を前記マスタ装置から全ての前記スレーブ装置に送信する処理要求ステップと,
前記スレーブ装置において,受信された前記処理要求情報と前記対応する工程処理装置に関する前記処理機能情報及び前記タスク処理計画情報とに基づいて該工程処理装置に処理を要求された前記タスクを割り当て可能な場合の該タスクの処理計画案情報を生成し,これを前記マスタ装置へ返信する処理計画案生成・返信ステップと,
前記マスタ装置において,受信された前記処理計画案情報各々に基づいて前記タスクを割り当てる前記工程処理装置を決定して前記ジョブ処理計画情報を更新するタスク割当ステップと,
決定された前記タスクの割当結果を前記マスタ装置から前記スレーブ装置へ通知する割当結果通知ステップと,
前記スレーブ装置において,前記タスクの割当結果の通知に基づいて前記対応する工程処理装置に関する前記タスク処理計画情報を更新するタスク処理計画更新ステップと,
の各ステップを前記マスタ装置又は前記スレーブ装置に実行させるためのスケジューリングプログラムである。
同様に,本発明は,前記スケジューリングシステムにおける前記マスタ装置及び前記スレーブ装置を用いて実行されれるスケジューリング方法として捉えることもできる。
即ち,製造ラインの各工程を構成する工程処理装置により処理されるべき1又は複数のタスクが設定され順次発生するジョブについて,前記タスク各々を複数の工程処理装置のいずれかに割り当てるマスタ装置と,前記工程処理装置ごとに前記マスタ装置と通信可能に設けられ対応する前記工程処理装置における前記タスクの処理計画を管理する複数のスレーブ装置と,を用いて実行されるスケジューリング方法であって,
前記工程処理装置各々が処理可能な前記タスクの種類に関する情報を有する処理機能情報を記憶する処理機能記憶手段と,
前記工程処理装置各々に割り当てられる前記タスクについてのタスク処理計画情報を記憶する処理計画記憶手段と,
前記ジョブ各々における前記タスク各々について処理が割り当てられた前記工程処理装置及びその処理計画に関する情報が設定されたジョブ処理計画情報を記憶するジョブ処理計画記憶手段と,が存在する状況下で,
前記マスタ装置において,順次発生する前記ジョブの処理順序を決定するジョブ処理順序決定ステップと,
決定された前記ジョブの処理順序及び該ジョブ各々における前記タスクの既定の処理順序に従って,順次前記タスク各々について少なくとも該タスクの種類に関する情報が設定された処理要求情報を前記マスタ装置から全ての前記スレーブ装置に送信する処理要求ステップと,
前記スレーブ装置において,受信された前記処理要求情報と前記対応する工程処理装置に関する前記処理機能情報及び前記タスク処理計画情報とに基づいて該工程処理装置に処理を要求された前記タスクを割り当て可能な場合の該タスクの処理計画案情報を生成し,これを前記マスタ装置へ返信する処理計画案生成・返信ステップと,
前記マスタ装置において,受信された前記処理計画案情報各々に基づいて前記タスクを割り当てる前記工程処理装置を決定して前記ジョブ処理計画情報を更新するタスク割当ステップと,
決定された前記タスクの割当結果を前記マスタ装置から前記スレーブ装置へ通知する割当結果通知ステップと,
前記スレーブ装置において,前記タスクの割当結果の通知に基づいて前記対応する工程処理装置に関する前記タスク処理計画情報を更新するタスク処理計画更新ステップと,
の各ステップを有してなることを特徴とするスケジューリング方法である。
The present invention can also be understood as a scheduling program executed by each of the information processing device as the master device and the information processing device as the slave device in the scheduling system.
That is, an information processing apparatus that assigns each of the tasks to one of the plurality of process processing devices for a job that is sequentially generated by setting one or a plurality of tasks to be processed by the process processing devices constituting each process of the production line. Executed in each of a master device and a plurality of information processing devices, each of which is a plurality of information processing devices for managing the processing plan of the task in the corresponding process processing device provided communicably with the master device for each process processing device A scheduling program for
Processing function storage means for storing processing function information having information on the types of tasks that can be processed by each of the process processing devices;
Processing plan storage means for storing task processing plan information for the task assigned to each of the process processing devices;
In a situation where there is a job processing plan storage means for storing the process processing device to which processing is assigned to each task in each job and job processing plan information in which information related to the processing plan is set,
A job processing order determining step for determining a processing order of the jobs that are sequentially generated in the master device;
In accordance with the determined processing order of the job and the predetermined processing order of the task in each job, processing request information in which at least information on the type of the task is sequentially set for each task is transmitted from the master device to all the slaves. A processing request step to be sent to the device;
In the slave device, the task requested to be processed can be allocated to the process processing device based on the received processing request information and the processing function information and the task processing plan information related to the corresponding process processing device. A processing plan proposal generating / replying step for generating processing plan proposal information of the task in the case and returning it to the master device;
In the master device, a task assignment step of determining the process processing device to which the task is assigned based on each of the received processing plan proposal information and updating the job processing plan information;
An assignment result notification step of notifying the determined assignment result of the task from the master device to the slave device;
In the slave device, a task processing plan update step for updating the task processing plan information related to the corresponding process processing device based on the notification of the task allocation result;
This is a scheduling program for causing the master device or the slave device to execute the steps.
Similarly, the present invention can also be understood as a scheduling method executed using the master device and the slave device in the scheduling system.
A master device that assigns each of the tasks to one of a plurality of process processing devices for a job that is sequentially generated by setting one or a plurality of tasks to be processed by a process processing device constituting each process of the production line; A plurality of slave devices for managing the processing plan of the task in the corresponding process processing device provided communicably with the master device for each process processing device,
Processing function storage means for storing processing function information having information on the types of tasks that can be processed by each of the process processing devices;
Processing plan storage means for storing task processing plan information for the task assigned to each of the process processing devices;
In a situation where there is a job processing plan storage means for storing the process processing device to which processing is assigned to each task in each job and job processing plan information in which information related to the processing plan is set,
A job processing order determining step for determining a processing order of the jobs that are sequentially generated in the master device;
In accordance with the determined processing order of the job and the predetermined processing order of the task in each job, processing request information in which at least information on the type of the task is sequentially set for each task is transmitted from the master device to all the slaves. A processing request step to be sent to the device;
In the slave device, the task requested to be processed can be allocated to the process processing device based on the received processing request information and the processing function information and the task processing plan information related to the corresponding process processing device. A processing plan proposal generating / replying step for generating processing plan proposal information of the task in the case and returning it to the master device;
In the master device, a task assignment step of determining the process processing device to which the task is assigned based on each of the received processing plan proposal information and updating the job processing plan information;
An assignment result notification step of notifying the determined assignment result of the task from the master device to the slave device;
In the slave device, a task processing plan update step for updating the task processing plan information related to the corresponding process processing device based on the notification of the task allocation result;
A scheduling method comprising the steps of:

本発明によれば,工程処理装置により処理されるべき1又は複数のタスクが設定され順次発生するジョブについて,前記タスク各々を複数の工程処理装置のいずれかに割り当てるマスタ装置と,前記工程処理装置ごとに前記マスタ装置と通信可能に設けられ対応する前記工程処理装置における前記タスクの処理計画を管理する複数のスレーブ装置とを具備し,前記マスタ装置において,順次発生する前記ジョブの処理順序を決定し,決定された前記ジョブの処理順序及び該ジョブ各々における前記タスクの既定の処理順序に従って,順次前記タスク各々について処理要求情報を全ての前記スレーブ装置に送信し,その要求に応じて前記スレーブ装置から前記タスクの処理計画案情報を返信し,その情報に基づいて前記マスタ装置において前記タスクを割り当てる前記工程処理装置を決定し,決定された前記タスクの割当結果を前記スレーブ装置へ通知し,その通知に基づいて前記スレーブ装置が対応する工程処理装置に関するタスク処理計画情報を更新することにより,前記マスタ装置と複数の前記スレーブ装置との各々によって演算処理の負荷分散を図ることができる。さらに,このような自律分散型のスケジューリングシステムにより,前記工程処理装置の台数の変更や機能変更に対して柔軟に対応できる。
また,前記スレーブ装置において,既に割り当てられている前記タスクの処理計画の一部又は全部をキャンセルし,そのスレーブ側計画キャンセル情報を前記マスタ装置に通知し,該通知に対応する前記タスク及びこれに連鎖する前記タスクの処理計画をキャンセルするよう前記マスタ装置側でジョブ処理計画情報を更新し,さらに,前記連鎖するタスクの処理計画のキャンセルを前記スレーブ装置側へ要求して処理計画をキャンセルさせることにより,前記工程処理装置における故障等のトラブルや点検のため,既に割り当てられている前記タスクの処理計画の一部又は全部をキャンセルする必要が生じた場合でも,自動的に再スケジューリングが行われる。よって,制約条件の変更設定等の手間が生じない。
According to the present invention, for a job in which one or a plurality of tasks to be processed by a process processing device is set and sequentially generated, the master device that assigns each of the tasks to one of the plurality of process processing devices, and the process processing device A plurality of slave devices for managing the processing plan of the task in the corresponding process processing device provided so as to be communicable with the master device, and determining a processing order of the jobs that are sequentially generated in the master device Then, according to the determined processing order of the job and the predetermined processing order of the task in each job, the processing request information for each task is sequentially transmitted to all the slave devices, and the slave device is responded to the request. The task processing plan draft information is returned from the master device, and the master device Determining the process processing device to which a task is assigned, notifying the slave device of the determined task assignment result, and updating task processing plan information related to the process processing device to which the slave device corresponds based on the notification Thus, load distribution of arithmetic processing can be achieved by each of the master device and the plurality of slave devices. Furthermore, such an autonomous distributed scheduling system can flexibly cope with changes in the number of process processing devices and functional changes.
Further, the slave device cancels part or all of the task processing plan that has already been assigned, notifies the master device of the slave-side plan cancellation information, and the task corresponding to the notification and the task Updating the job processing plan information on the master device side so as to cancel the processing plan of the chained task, and further requesting the slave device side to cancel the processing plan of the chained task to cancel the processing plan. Thus, even if it becomes necessary to cancel a part or all of the task processing plan that has already been assigned due to troubles and inspections such as failures in the process processing apparatus, rescheduling is automatically performed. Therefore, troubles such as setting and changing the constraint conditions do not occur.

また,前記ジョブ各々に優先度が設定されており,前記ジョブの発生順序と前記優先度とに基づいて前記ジョブの処理順序を決定するものであれば,前記ジョブの発生順序に従うことを基本としつつも,前記優先度の高いジョブが後発的に発生した場合,それを優先する処理が可能となる。
この場合,前記優先度が設定された前記処理要求情報を前記マスタ装置から全ての前記スレーブ装置に送信し,前記優先度の高い新たな前記タスクを優先処理する前記処理計画案情報の生成及びその前記マスタ装置への返信を行い,前記優先処理に対応した前記タスク処理計画情報の更新が行われる場合に,前記優先度の低い前記タスクの処理計画をキャンセルするよう前記ジョブ処理計画情報を更新すれば,優先度の高い後発ジョブ(タスク)を優先処理することによって必要となる優先度の低い前記タスクの処理計画のキャンセルと,そのキャンセルされた前記タスクに連鎖する前記タスクの処理計画のキャンセルと,それらのキャンセルに伴う再スケジューリングとが自動的に行われる。よって,順次発生する前記ジョブの発生順序及び優先度に対応した柔軟なスケジューリングが可能となる。
また,前記スレーブ装置において,生成された前記タスクの前記処理計画案情報にその処理計画案の評価指標を設定し,前記処理計画案情報に設定された前記評価指標に基づいて前記タスクを割り当てる前記工程処理装置を決定すれば,複数の前記処理計画案情報のうちいずれを採用するかの決定を行うにあたり,前記マスタ装置で前記工程処理装置各々の細部の状況を把握した評価を一極集中させる場合に比べ,評価演算の負荷を前記スレーブ装置各々に分散することができる。
In addition, if a priority is set for each of the jobs and the job processing order is determined based on the job generation order and the priority, the job generation order is basically followed. However, when a job with a high priority is generated later, a process for giving priority to the job can be performed.
In this case, the processing request information in which the priority is set is transmitted from the master device to all the slave devices, and the processing plan proposal information for preferentially processing the new task having a higher priority is generated and When the task processing plan information corresponding to the priority processing is updated by replying to the master device, the job processing plan information is updated so as to cancel the task processing plan with the lower priority. For example, canceling the processing plan of the task having a low priority required by preferentially processing the succeeding job (task) having a high priority, canceling the processing plan of the task linked to the canceled task, , Rescheduling associated with the cancellation is automatically performed. Therefore, flexible scheduling corresponding to the generation order and priority of the jobs that are generated sequentially is possible.
In the slave device, an evaluation index of the processing plan is set in the processing plan information of the generated task, and the task is assigned based on the evaluation index set in the processing plan information If a process processing apparatus is determined, in determining which of the plurality of processing plan proposal information is to be adopted, the master apparatus concentrates on the evaluation of grasping the details of each of the process processing apparatuses. Compared to the case, the load of evaluation calculation can be distributed to each of the slave devices.

また,前記工程処理装置各々への過去の前記タスクの割り当て実績件数及び該タスクの種類に関する情報を記憶手段に記録し,過去の前記タスクの割り当て実績件数の高い1又は複数の前記工程処理装置各々について,該工程処理装置に対する過去の割り当て実績件数の高い1又は複数の種類の前記タスクのみ処理可能な機能に特化することに関する機能特化情報を出力するものであれば,前記機能特化情報の出力内容に従って前記工程処理装置の機能を特化することより,前記工程処理装置全体の負荷の平準化が図れる。さらに,稼働率の高い前記工程処理装置について,備えるべき機能(加工装置における装着工具や,各種工程処理装置における保持すべき原材料,オプション機器等)を絞り込めるので,無駄のない効率的な構成とすることができる。さらに,本構成及び次に示す構成により,スケジューリング問題と,前記工程処理装置の機能の適正化問題とを同時に解くシステムを構成できる。
また,前記工程処理装置各々への過去の前記タスクの割り当て実績件数と前記処理要求手段による前記処理要求情報の1回の送信に対し前記スレーブ装置から前記タスクを割り当て可能とする前記処理計画案情報の返信が得られなかった過去の実績件数を表す機会損失件数及びそのときの前記タスクの種類とを記憶手段に記録し,過去の前記タスクの割り当て実績件数の低い1又は複数の前記工程処理装置各々について,前記機会損失件数が高い1又は複数の種類の前記タスクを処理可能な機能に変更することに関する機能変更情報を出力するものであれば,前記機能変更情報の出力内容に従って前記工程処理装置の機能を変更することより,過去に稼働率が低かった前記工程処理装置に前記機械損失件数が高かった種類の前記タスクが割り当てられる可能性が高まり,前記工程処理装置全体の負荷の平準化が図れる。
Further, information related to the number of past task assignments to each of the process processing devices and information about the type of the task is recorded in a storage unit, and each of the one or more process processing devices having a high past number of past task assignments is recorded. If the function-specific information related to specializing in a function that can process only one or a plurality of types of tasks with a high number of past assignments to the process processing device is output, the function-specific information By specializing the function of the process processing apparatus according to the output contents of the above, the load of the entire process processing apparatus can be leveled. Furthermore, since the process processing equipment with a high operation rate can be narrowed down to the functions to be provided (installed tools in processing equipment, raw materials to be held in various process processing equipment, optional equipment, etc.), an efficient configuration with no waste. can do. Furthermore, with this configuration and the following configuration, a system that can simultaneously solve the scheduling problem and the optimization problem of the function of the process processing apparatus can be configured.
In addition, the processing plan proposal information that allows the task to be assigned from the slave device in response to a single transmission of the processing request information by the processing request means and the number of past assignments of the task to each of the process processing devices. One or a plurality of the process processing devices with a low number of past assignments of the tasks recorded in the storage means, and the number of opportunity losses representing the past number of cases for which no reply was obtained and the type of the task at that time If each of them outputs function change information related to changing the task of one or more types having a high opportunity loss number to a function that can be processed, the process processor according to the output contents of the function change information By changing the function, the task processing device that had a low operating rate in the past was assigned the task of the type with the highest number of machine losses. Possibility of Terra is increased, leveling the load of the entire process apparatus can be achieved.

以下添付図面を参照しながら,本発明の実施の形態について説明し,本発明の理解に供する。尚,以下の実施の形態は,本発明を具体化した一例であって,本発明の技術的範囲を限定する性格のものではない。
ここに,図1は本発明の実施形態に係るスケジューリングシステムX及びそれが適用される製造ラインYの概略構成を表すブロック図,図2はスケジューリングシステムXにおけるスケジューリング処理の手順を表すフロー図,図3はスケジューリングシステムXにおけるジョブ処理順序の決定の様子を表す模式図,図4はスケジューリングシステムXを構成するスレーブ装置におけるタスクの処理計画案情報の生成の様子を表す模式図,図5はスケジューリングシステムXにおける処理計画案生成・返信処理の手順を表すフローチャート,図6はスケジューリングシステムXにおけるジョブ処理計画情報の構成例を表す概略図,図7はスケジューリングシステムXにおける優先度の高い新たなタスクを優先処理する際のタスク処理計画情報の更新の様子を表す模式図,図8はスケジューリングシステムXにおける工作機械の機能最適化処理の手順を表すフローチャート,図9はスケジューリングシステムXによる工作機械の機能の最適化処理のシミュレーションの結果である工作機械各々のタスク処理の分担率の変遷を表すグラフ,図10はスケジューリングシステムXによる工作機械の機能の最適化処理のシミュレーションの結果である工作機械各々の装着工具の数の変遷を表すグラフである。
Hereinafter, embodiments of the present invention will be described with reference to the accompanying drawings so that the present invention can be understood. The following embodiment is an example embodying the present invention, and does not limit the technical scope of the present invention.
FIG. 1 is a block diagram showing a schematic configuration of a scheduling system X and a production line Y to which the scheduling system X according to the embodiment of the present invention is applied. FIG. 2 is a flowchart showing a procedure of scheduling processing in the scheduling system X. 3 is a schematic diagram showing how a job processing order is determined in the scheduling system X, FIG. 4 is a schematic diagram showing how task processing plan information is generated in a slave device constituting the scheduling system X, and FIG. 5 is a scheduling system FIG. 6 is a schematic diagram showing a configuration example of job processing plan information in the scheduling system X, and FIG. 7 gives priority to a new task with high priority in the scheduling system X. Task processing plan information when processing FIG. 8 is a flow chart showing the procedure of the function optimization process of the machine tool in the scheduling system X. FIG. 9 is a result of the simulation of the optimization process of the function of the machine tool by the scheduling system X. FIG. 10 is a graph showing the transition of the number of tools attached to each machine tool as a result of the simulation of the optimization process of the function of the machine tool by the scheduling system X. FIG. .

まず,図1のブロック図を用いて,本発明の実施形態に係るスケジューリングシステムX及びそれが適用される製造ラインYの構成について説明する。
スケジューリングシステムXは,製造ラインYの各工程を構成する工作機械12(前記工程処理装置の一例)により処理されるべき1又は複数のタスクが設定され順次発生するジョブについて,前記タスク各々を複数の前記工作機械12のいずれかに割り当てるマスタ装置1と,前記工作機械12ごとに前記マスタ装置1とネットワーク3を介して通信可能に設けられ,対応する前記工作機械12における前記タスクの処理計画を管理する複数のスレーブ装置2とを具備する。前記ネットワーク3は,前記マスタ装置1と,複数の前記スレーブ装置2各々との間で1対多の通信を可能とするものである。以下,前記スレーブ装置2各々について,それに対応する前記工作機械12のことを,担当装置12ということとする。
また,前記マスタ装置1及び前記スレーブ装置2各々の構成は図示していないが,演算手段であるCPU,及び該CPUにより実行されるプログラムや,各種データが格納されるハードディスク等の記憶手段,前記ネットワーク3を介した通信制御を行うネットワークインターフェース,CRTや液晶パネル等の情報を表示する表示手段及びキーボードやマウス等の情報の入力手段等を具備するパーソナルコンピュータ等の情報処理装置である。
ここで,前記ジョブとは,受注或いは生産指示に対応する製品の加工や組み立て等に関する情報の集合を表し,前記マスタ装置1に対し,例えば,前記ネットワーク3を介して他の情報処理装置から,或いは前記マスタ装置1が備える入力手段等から発生順に順次入力されるものである。そして,前記ジョブには,複数の前記タスク及びその処理順序が予め設定されている。
First, the configuration of the scheduling system X according to the embodiment of the present invention and the production line Y to which it is applied will be described with reference to the block diagram of FIG.
The scheduling system X sets each task to a plurality of jobs that are sequentially generated by setting one or a plurality of tasks to be processed by the machine tool 12 (an example of the process processing device) constituting each process of the production line Y. The master device 1 to be assigned to any one of the machine tools 12 and each of the machine tools 12 are provided so as to be communicable with the master device 1 via the network 3 and manage the task processing plan in the corresponding machine tool 12 And a plurality of slave devices 2. The network 3 enables one-to-many communication between the master device 1 and each of the plurality of slave devices 2. Hereinafter, for each of the slave devices 2, the machine tool 12 corresponding to the slave device 2 is referred to as a responsible device 12.
Further, although the configurations of the master device 1 and the slave device 2 are not shown, the CPU that is the arithmetic means, the program executed by the CPU, the storage means such as a hard disk for storing various data, An information processing apparatus such as a personal computer having a network interface that performs communication control via the network 3, display means for displaying information such as a CRT and a liquid crystal panel, and information input means such as a keyboard and a mouse.
Here, the job represents a set of information relating to processing or assembly of products corresponding to orders or production instructions, and is sent to the master device 1 from other information processing devices via the network 3, for example. Alternatively, they are sequentially input from the input means provided in the master device 1 in the order of generation. In the job, a plurality of tasks and their processing order are set in advance.

一方,前記ジョブの実体(材料や部品等)は,前記製造ラインYに受け入れ,そのラインを流れることとなるが,このジョブの実体そのものについては,前記ジョブ(情報)と区別して,以下,実体ジョブと呼ぶこととする。
前記製造ラインYは,前記実体ジョブを受け入れヤード11に受け入れ,該受け入れヤード11で処理待ち状態となり,前記スケジューリングシステムXにより決定される処理計画に従って,搬送ライン14により前記工作機械12に搬送され,予定された全ての処理(前記工作機械12による処理)が終了すると,前記搬送ライン14により前記製造ラインYから搬出される。また,前記工作機械12各々には,前記実体ジョブを受け入れて処理待ち状態とさせるためのバッファ13が設けられている。前記工作機械12各々は,前記バッファ13の容量を超える数の前記実体ジョブを受け入れることはできないという制約があるとする。
On the other hand, the job entity (materials, parts, etc.) is accepted into the production line Y and flows through the production line Y. The job entity itself is distinguished from the job (information) in the following. This is called a job.
The production line Y receives the actual job in the receiving yard 11, enters a processing waiting state in the receiving yard 11, and is transported to the machine tool 12 by the transport line 14 according to the processing plan determined by the scheduling system X, When all the scheduled processing (processing by the machine tool 12) is completed, the processing is carried out of the production line Y by the transfer line 14. Each of the machine tools 12 is provided with a buffer 13 for accepting the real job and waiting for processing. It is assumed that each of the machine tools 12 has a restriction that it cannot accept a number of the actual jobs exceeding the capacity of the buffer 13.

また,前記スケジューリングシステムXには,前記工作機械12(工程処理装置)各々が処理可能な前記タスクの種類に関する情報を有する処理機能情報d1と,前記工作機械12(工程処理装置)各々に割り当てられる前記タスクについてのタスク処理計画情報d2とを記憶するハードディスク等の工程データ記憶部2aが,前記スレーブ装置2各々に設けられている(前記処理機能記憶手段及び前記処理計画記憶手段の一例)。
前記工程データ記憶部2a各々には,それを具備する前記スレーブ装置2の前記担当装置12についての前記処理機能情報d1及び前記タスク処理計画情報d2のみが記憶される。
これ以外にも,例えば,前記ネットワーク3等を介して通信可能な前記マスタ装置1や他の情報処理装置の記憶手段に,前記処理機能情報d1及び前記タスク処理計画情報d2に関するデータベースを設ける等,前記スレーブ装置2各々から,当該スレーブ装置2が管理する前記工作機械12に関する前記処理機能情報d1及び前記タスク処理計画情報d2へのアクセスが可能な構成であれば,他の構成でもかまわない。
そして,前記処理機能情報d1には,前記担当装置12が処理可能な1又は複数の前記タスクの種類を表すタスク種類情報と,該タスク種類情報ごとにそのタスクを前記担当装置12により処理した場合に要する時間(所要時間)と,前記バッファ13に留めることが可能な前記実体ジョブの上限数(以下,バッファ上限数という)とが予め設定されている。
また,前記タスク処理計画情報d2は,前記スレーブ装置2により随時自動設定されるものであり,処理を予定している前記タスクごとに,その種類を表す前記タスク種類情報と,そのタスクが属する前記ジョブの識別情報(以下,ジョブIDという)と,そのタスクの処理の開始時刻及び終了時刻とが設定される。
さらに,前記スケジューリングシステムXには,前記ジョブ各々における前記タスク各々について,処理が割り当てられた前記工作機械12(工程処理装置)及びその処理計画に関する情報が設定されたジョブ処理計画情報d3を記憶するハードディスク等のジョブ処理データ記憶部1aが,前記マスタ装置1に設けられている(前記ジョブ処理計画記憶手段の一例)。
このジョブ処理データ記憶部1aについても,前記工程データ記憶部2aと同様に,前記マスタ装置1からアクセス可能な他の構成としてもかまわない。
Further, the scheduling system X is assigned to processing function information d1 having information on the types of tasks that can be processed by each of the machine tools 12 (process processing devices) and each of the machine tools 12 (process processing devices). A process data storage unit 2a such as a hard disk for storing task processing plan information d2 for the task is provided in each of the slave devices 2 (an example of the processing function storage unit and the processing plan storage unit).
Each of the process data storage units 2a stores only the processing function information d1 and the task processing plan information d2 for the assigned device 12 of the slave device 2 that includes the process data storage unit 2a.
In addition to this, for example, a database relating to the processing function information d1 and the task processing plan information d2 is provided in the storage means of the master device 1 and other information processing devices that can communicate via the network 3 etc. Any other configuration may be used as long as each of the slave devices 2 can access the processing function information d1 and the task processing plan information d2 related to the machine tool 12 managed by the slave device 2.
The processing function information d1 includes task type information representing one or more types of the tasks that can be processed by the responsible device 12, and the task device 12 processing the task for each task type information. And the upper limit number of the real jobs that can be retained in the buffer 13 (hereinafter referred to as the upper limit number of buffers) are set in advance.
The task processing plan information d2 is automatically set as needed by the slave device 2, and for each task scheduled to be processed, the task type information indicating the type and the task to which the task belongs. The job identification information (hereinafter referred to as job ID) and the start time and end time of processing of the task are set.
Further, the scheduling system X stores job processing plan information d3 in which information related to the machine tool 12 (process processing device) to which processing is assigned and its processing plan is set for each task in each job. A job processing data storage unit 1a such as a hard disk is provided in the master device 1 (an example of the job processing plan storage unit).
The job processing data storage unit 1a may be configured to be accessible from the master device 1 in the same manner as the process data storage unit 2a.

(スケジューリング処理)
次に,図2のフロー図を用いて,前記スケジューリングシステムXのスケジューリング処理の手順について説明する。以下,S1,S2,…は,処理手順(ステップ)の識別符号を表す。以下に示す各処理は,前記マスタ装置1及び前記スレーブ装置2が,その各々に予めインストールされたスケジューリングプログラムを実行することにより具現される。ここで,前記マスタ装置1が実行するプログラムと前記スレーブ装置2が実行するプログラムとは異なるものであるが,前記スレーブ装置2各々が実行するプログラムは同じものである。
(Scheduling process)
Next, the scheduling process procedure of the scheduling system X will be described with reference to the flowchart of FIG. Hereinafter, S1, S2,... Represent identification codes of processing procedures (steps). Each process shown below is implemented by the master device 1 and the slave device 2 executing a scheduling program installed in advance in each of them. Here, the program executed by the master device 1 and the program executed by the slave device 2 are different, but the programs executed by each of the slave devices 2 are the same.

<ステップS1:ジョブ処理順序決定>
まず,前記マスタ装置1において,順次発生する前記ジョブの処理順序が,前記ジョブの待ち行列として決定される(S1,前記ジョブ処理順序決定手段の処理に相当)。
本処理では,原則として,前記ジョブの発生順(先着順)に従って処理順序が決定される。但し,前記ジョブ各々には優先度が設定されており,この優先度が,先着の前記ジョブよりも高い前記優先度が設定されている場合には,その優先度の高いジョブの処理が優先され,処理順序の入れ替えが行われる(前記ジョブ処理順序決定手段の処理の一例)。
図3は,ステップS1における前記ジョブの処理順序の決定(待ち行列の決定)の様子を模式的に表したものである。なお,ここでは,前記優先度d31は,その値が大きいものほどより優先されるべきものであることを表すものとする。
まず,前記優先度d31が「1」の前記ジョブ(ジョブ1)が発生(到着)(図3(a))した後,続いて同じく前記優先度d31が「1」の前記ジョブ(ジョブ2)が発生すると,後着の前記ジョブ(ジョブ2)は,先着の前記ジョブ(ジョブ1)の後ろに順序づけられて待ち行列が生成される(図3(b))。
次に,前記優先度d31が「2」の前記ジョブ(ジョブ3)が発生すると,先着の前記ジョブ各々(ジョブ1,ジョブ2)と前記優先度d31の比較がなされ,前記優先度d31が高い3番目に到着した前記ジョブ(ジョブ3)が待ち行列の先頭に配置され,先着の2つの前記ジョブ(ジョブ1,ジョブ2)の処理順序が各々繰り下げられる(図3(c))。
<Step S1: Determine job processing order>
First, in the master device 1, the processing order of the jobs that occur sequentially is determined as a queue for the job (S1, corresponding to the processing of the job processing order determination means).
In this processing, in principle, the processing order is determined in accordance with the job generation order (first-come-first-served basis). However, a priority is set for each of the jobs, and if the priority is set higher than the first job, the job with the higher priority is given priority. , The processing order is changed (an example of processing of the job processing order determination means).
FIG. 3 schematically shows how the job processing order is determined (queue determination) in step S1. Here, the priority d31 indicates that the higher the value, the higher priority should be given.
First, after the job (job 1) with the priority d31 of “1” is generated (arrived) (FIG. 3A), the job with the priority d31 of “1” (job 2) When this occurs, the last-arrived job (job 2) is ordered after the first-arrived job (job 1), and a queue is generated (FIG. 3B).
Next, when the job (job 3) with the priority d31 of “2” is generated, each of the first-arrived jobs (job 1, job 2) is compared with the priority d31, and the priority d31 is high. The job that arrives third (job 3) is placed at the head of the queue, and the processing order of the first two jobs (job 1 and job 2) is lowered (FIG. 3 (c)).

<ステップS2:処理要求>
次に,ステップS1で決定された前記ジョブの処理順序と,前記ジョブ各々において予め設定された前記タスクの処理順序(既定の処理順序)とに従って,順次前記タスク各々についてその処理を要求する処理要求情報が,前記マスタ装置1から全ての前記スレーブ装置2に対し,ブロードキャスト送信等により前記ネットワーク3を介して送信される(S2,前記処理要求手段の処理の一例)。
この処理は,ネットワークを利用したオークション方式の購買システムにおける「公募」に対応するものと観念できるものである。
ここで,前記処理要求情報には,処理を要求する前記タスクの種類を表すタスク種類情報と,そのタスクの属する前記ジョブの前記ジョブIDと,そのタスクの前記優先度と,そのタスクの最先処理開始時刻T1とが設定され,全ての前記スレーブ装置2に送信される。
ここで,前記最先処理開始時刻T1とは,その時刻以降に処理が開始されるべき旨(その時刻より前には処理を開始できない旨)を表すものである。即ち,前記ジョブ各々について既定の処理順序が設定された前記タスクは,先の前記タスクの処理が終了しないと,次の前記タスクの処理を行えない。よって,前記最先処理開始時刻T1には,1つ前に処理される前記タスクの処理計画が既に決定されている場合に,その処理終了時刻又はその時刻に既定の段取り替え時間等が加えられた時刻が設定される。
また,本実施形態では,前記処理要求情報は,まず,1つの前記ジョブに設定されている全ての前記タスクについて一括して送信され,以後,先に処理されるべき前記タスクの処理計画が決定されるごとに,処理計画が未決定の残りの前記タスクについて一括して送信される。
その際,当該ジョブに設定された前記タスクのいずれについても処理計画が未決定の場合は,前記処理要求情報には,前記最先処理開始時刻T1として,現在時刻に所定の余裕時間を加えた時刻が設定される。また,先に処理されるべき一部の前記タスクの処理計画が決定済みである場合は,前記最先処理開始時刻T1として,処理計画が決定済みの最後の前記タスクの処理終了時刻又はその時刻に既定の前記段取り替え時間等が加えられた時刻が設定される。
<Step S2: Processing Request>
Next, in accordance with the job processing order determined in step S1 and the task processing order (default processing order) set in advance in each job, a processing request for sequentially requesting each task. Information is transmitted from the master device 1 to all the slave devices 2 via the network 3 by broadcast transmission or the like (S2, an example of processing by the processing request unit).
This process can be thought of as corresponding to “public offering” in an auction-type purchasing system using a network.
Here, the processing request information includes task type information indicating the type of the task requesting processing, the job ID of the job to which the task belongs, the priority of the task, and the earliest of the task. The processing start time T1 is set and transmitted to all the slave devices 2.
Here, the earliest processing start time T1 represents that processing should be started after that time (that processing cannot be started before that time). That is, the task in which a predetermined processing order is set for each job cannot perform the next task processing unless the processing of the previous task is completed. Therefore, when the processing plan for the task to be processed immediately before has already been determined at the earliest processing start time T1, a predetermined setup change time or the like is added to the processing end time or the time. The time is set.
In the present embodiment, the processing request information is first transmitted in a batch for all the tasks set in one job, and thereafter, the processing plan of the task to be processed first is determined. Each time it is done, a processing plan is sent in batches for the remaining tasks that have not yet been determined.
At this time, if no processing plan has been determined for any of the tasks set in the job, the processing request information is added with a predetermined margin time to the current time as the earliest processing start time T1. The time is set. Further, when the processing plans of some of the tasks to be processed first have been determined, the processing end time of the last task whose processing plan has been determined or the time as the earliest processing start time T1 Is set to the time when the predetermined setup change time or the like is added.

<ステップS11:処理計画案生成・返信>
一方,前記スレーブ装置2各々においては,前記マスタ装置1から受信した前記処理要求情報と,前記担当装置12(対応する工程処理装置)に関する前記処理機能情報d1及び前記タスク処理計画情報d2とに基づいて,前記担当装置12に対して処理を要求された前記タスク(以下,要求タスクという)を割り当て可能か否かが判別される。さらに,割り当て可能と判別された場合,その要求タスクの処理計画(案)情報が生成され,これが前記ネットワーク3を介して前記マスタ装置1へ返信される(S11,前記処理計画案生成・返信手段の一例)。
この処理は,ネットワークを利用したオークション方式の購買システムにおける「公募」に対する「入札」に対応するものと観念できるものである。
このステップS11の処理計画案生成・返信処理を,図5に示すフローチャートと,図4に示す模式図を用いて説明する。
図4は,前記スレーブ装置2における前記処理計画(案)情報の生成の様子を模式的に表したものである。
ここでは,図4(a)に示すように,既に2つの前記タスクTs1,Ts2各々について,開始時刻と終了時刻とが設定された前記タスク処理計画情報d2が前記工程データ記憶部2aに記憶されている(即ち,前記タスクTs1,Ts2が割り当てられている)ものとする。図4(a)に示す例では,前記タスクTs1及びTs2相互間の空き時間(タスクTs1の終了時刻からタスクTs2の開始時刻までの時間間隔)がτである。
さらに,図4には示していないが,前記タスク処理計画情報d2には,既に割り当てられている前記タスク(以下,既割当タスクという)各々の前記優先度,その既割当タスクが属する前記ジョブの前記ジョブID,及びその既割当タスクが属する前記ジョブの数,即ち,前記バッファ13に滞留し得る前記実体ジョブの数(以下,ジョブ受入数という)が設定されている。従って,前記既割当タスクが複数であっても,それらの属する前記ジョブ(前記ジョブID)が共通する場合は,前記ジョブ受入数は1つとなる。該ジョブ受入数は,前記タスク処理計画情報d2における前記タスクの割り当て内容が変更されるごとに前記スレーブ装置2によって更新される。
<Step S11: Generate / Reply Process Plan>
On the other hand, each of the slave devices 2 is based on the processing request information received from the master device 1, and the processing function information d1 and the task processing plan information d2 related to the responsible device 12 (corresponding process processing device). Thus, it is determined whether or not the task requested to be processed by the responsible device 12 (hereinafter referred to as a requested task) can be assigned. Further, when it is determined that allocation is possible, processing plan (plan) information of the requested task is generated, and this is returned to the master device 1 via the network 3 (S11, processing plan plan generation / reply means) Example).
This process can be thought of as corresponding to “bidding” for “public offering” in an auction-type purchasing system using a network.
The processing plan generation / reply processing in step S11 will be described with reference to the flowchart shown in FIG. 5 and the schematic diagram shown in FIG.
FIG. 4 schematically shows how the slave device 2 generates the processing plan (plan) information.
Here, as shown in FIG. 4A, the task processing plan information d2 in which the start time and the end time are already set for each of the two tasks Ts1 and Ts2 is stored in the process data storage unit 2a. (That is, the tasks Ts1 and Ts2 are assigned). In the example shown in FIG. 4A, the idle time between the tasks Ts1 and Ts2 (time interval from the end time of the task Ts1 to the start time of the task Ts2) is τ.
Further, although not shown in FIG. 4, the task processing plan information d2 includes the priority of each task already assigned (hereinafter referred to as an already assigned task) and the job to which the already assigned task belongs. The job ID and the number of jobs to which the assigned task belongs, that is, the number of substantive jobs that can stay in the buffer 13 (hereinafter referred to as job acceptance number) are set. Therefore, even if there are a plurality of already assigned tasks, if the jobs to which the tasks belong (the job ID) are common, the number of accepted jobs is one. The number of accepted jobs is updated by the slave device 2 every time the task assignment content in the task processing plan information d2 is changed.

前記スレーブ装置2は,前記マスタ装置1からの前記処理要求情報の受信有無を監視し(S21),前記処理要求情報の受信があった場合は,前記処理要求情報に設定された先頭の前記要求タスクから順に,その前記タスク種類情報が,前記処理機構情報d1に含まれるか否かをチェックすることにより,前記要求タスクが前記担当装置12により処理可能なものであるか否かを判別する(S22)。
ここで,先頭の或いは先頭から連続する複数の前記要求タスクについて,前記担当装置12により処理可能であると判別された場合は,前記スレーブ装置2は,前記要求タスクと前記既割当タスク各々との前記優先度を比較し(S23),前記要求タスクの前記優先度が,全ての前記既割当タスクの前記優先度以下である場合は,ステップS25〜S27の処理へ移行し,前記既割当タスクを優先した(前記既割当タスクの処理計画を残したままで)前記処理計画(案)情報が生成される。以下,前記担当装置12により処理可能と判別された先頭の或いは先頭から連続する複数の前記要求タスクのことを,処理可能要求タスク集合という。
The slave device 2 monitors whether or not the processing request information has been received from the master device 1 (S21). By checking whether the task type information is included in the processing mechanism information d1 in order from the task, it is determined whether or not the requested task can be processed by the responsible device 12 ( S22).
Here, if it is determined that the requesting device 12 can process a plurality of request tasks at the head or continuous from the head, the slave device 2 determines whether the request task and each of the already assigned tasks. The priorities are compared (S23), and if the priority of the requested task is equal to or lower than the priorities of all the assigned tasks, the process proceeds to steps S25 to S27, and the assigned tasks are The processing plan (plan) information is generated with priority (while leaving the processing plan of the already assigned task). Hereinafter, a plurality of request tasks at the head or continuous from the head determined to be processable by the responsible device 12 will be referred to as a processable request task set.

(処理計画案生成:要求タスクの優先度が既割当タスクの優先度より高い場合)
この場合,前記スレーブ装置2は,前記タスク処理計画情報d2における前記ジョブ受入数が,前記処理機能情報d1における前記バッファ上限数と等しいか否かをチェックし(S25),等しい場合には,割当不能(処理不可能)と判別してステップS28へ移行する。
一方,前記ジョブ受入数が前記バッファ上限数未満である場合,即ち,割当可能と判別した場合は,前記スレーブ装置2は,前記処理要求情報に設定された前記要求タスク各々の前記タスク種類情報をキーとして前記処理機能情報d1を検索し,前記処理可能要求タスク集合に含まれる前記要求タスク各々を前記担当装置12で処理した場合に要する時間tx(以下,所要時間txという)を取得する(S27)。
さらに,前記スレーブ装置2により,前記処理可能要求タスク集合に含まれる先頭から1又は複数の前記要求タスクについて,前記担当装置12による処理計画(案)情報の生成処理が行われる(S28)。
(Process plan draft generation: When the priority of the requested task is higher than the priority of the already assigned task)
In this case, the slave device 2 checks whether or not the job acceptance number in the task processing plan information d2 is equal to the buffer upper limit number in the processing function information d1 (S25). It is determined that processing is impossible (processing is impossible), and the process proceeds to step S28.
On the other hand, when the number of accepted jobs is less than the upper limit number of buffers, that is, when it is determined that allocation is possible, the slave device 2 displays the task type information of each of the requested tasks set in the processing request information. The processing function information d1 is searched as a key, and a time tx (hereinafter referred to as a required time tx) required when each of the request tasks included in the processable request task set is processed by the responsible device 12 is acquired (S27). ).
Further, the slave device 2 performs processing plan (plan) information generation processing by the responsible device 12 for one or a plurality of the requested tasks included in the processable request task set (S28).

本処理(S28)では,前記最先処理開始時刻T1以降の時刻において,前記処理可能要求タスク集合のうちの先頭の前記要求タスクの前記所要時間txの処理を,前記タスク処理計画情報d2における空き時間帯(前記タスク各々の処理時間帯以外の時間帯)に挿入できるか否かをチャックし,挿入可能な最も早い(前記最先処理開始時刻T1に近い)空き時間帯に挿入した場合の前記処理計画(案)情報を生成する。一方,挿入できない場合は,末尾の前記既割当タスクの処理終了時刻の直後に,前記要求タスクを割り当てた前記処理計画(案)情報を生成する。
より具体的には,前記要求タスクを挿入する位置或いは末尾の直前に処理される前記タスクの処理の終了時刻又はそれに既定の段取り変更時間等を加えた時刻を前記要求タスクの処理開始時刻の案とし,その時刻に前記所要時間txを加えた時刻を前記要求タスクの処理終了時刻の案とする。
図4(b)は,前記要求タスクの前記所要時間txが,図4(a)に示した前記タスク処理計画情報d2における前記タスクTs1及びTs2の間の空き時間τよりも短い場合(挿入可能な場合)の例を表している。
また,図4(c)は,前記要求タスクの前記所要時間txが,前記空き時間τよりも長い(挿入不可能)ため,末尾の前記既割当タスクTs2の処理終了時刻の直後に前記要求タスクを割り当てたの例を表している。
ここで,前記処理可能要求タスク集合のうちの先頭の前記要求タスクの挿入が可能な場合は,可能な限り後続する前記要求タスクについても連続して割り当てる(挿入する)。また,先頭の前記要求タスクを前記既割当タスクの末尾に割り当てる場合は,前記処理可能要求タスク集合の全てを連続して末尾に割り当てる。
以上のようにして,前記スレーブ装置2により,割り当てがなされた前記要求タスク(前記処理可能要求タスクの先頭から1又は複数の前記要求タスク)についての処理開始時刻の案及び処理終了時刻の案(或いは,処理終了時刻の案のみ)が前記処理計画(案)情報として生成されると,後述するステップS28へ移行する。
なお,前記スレーブ装置2においては,前記担当装置12(対応する工程処理装置(工作機械12))が,前記タスク処理計画情報d2に従って前記タスクの処理を処理中であるか否か,及び終了したか否かが監視され,処理中及び処理が終了した前記既割当タスクに関する情報を前記タスク処理計画情報d2から除外する計画進捗監視処理が実行される。本処理では,例えば,前記担当装置12から前記タスクの処理中及び処理終了の旨の信号を受信することや,現在時刻が前記タスク処理計画情報における前記既割当タスクの処理開始時刻及び処理終了時刻各々を経過したことにより,前記タスクの処理中及び処理終了各々を検知することが考えられる。
これにより,処理中の前記タスクの処理がキャンセルされることはない。
In this process (S28), at the time after the earliest process start time T1, the process of the required time tx of the first request task in the processable request task set is designated as a vacancy in the task process plan information d2. Check whether it can be inserted in a time zone (a time zone other than the processing time zone of each of the tasks), and the case where it is inserted in an empty time zone that is the earliest possible insertion (close to the earliest processing start time T1) Processing plan (plan) information is generated. On the other hand, if it cannot be inserted, the processing plan (plan) information to which the requested task is allocated is generated immediately after the processing end time of the last allocated task.
More specifically, the process start time of the request task is determined by adding the end time of the process of the task processed immediately before the position where the request task is inserted or just before the end, or a predetermined setup change time, etc. The time obtained by adding the required time tx to the time is taken as a plan for the processing end time of the requested task.
FIG. 4B shows a case where the required time tx of the requested task is shorter than the free time τ between the tasks Ts1 and Ts2 in the task processing plan information d2 shown in FIG. Example).
FIG. 4C shows that the required task tx of the request task is longer than the idle time τ (cannot be inserted), so that the request task is immediately after the end time of the assigned task Ts2 at the end. Represents an example of assigned.
Here, when the first request task in the processable request task set can be inserted, the subsequent request tasks are continuously allocated (inserted) as much as possible. In addition, when assigning the first requested task to the end of the already-assigned task, all of the processable requested task sets are continuously assigned to the end.
As described above, the processing start time plan and processing end time plan for the request task (one or a plurality of request tasks from the top of the processable request task) assigned by the slave device 2 ( Alternatively, when only the processing end time plan) is generated as the processing plan (plan) information, the process proceeds to step S28 described later.
Note that, in the slave device 2, whether or not the responsible device 12 (corresponding process processing device (machine tool 12)) is processing the task according to the task processing plan information d2 is finished. Whether or not the process is being processed and a process that has been completed is excluded from the task process plan information d2, and a plan progress monitoring process is executed. In this process, for example, a signal indicating that the task is being processed and the process has ended is received from the responsible device 12, and the current time is the process start time and process end time of the already assigned task in the task processing plan information. It is conceivable to detect the processing of the task and the end of the processing by passing each of them.
As a result, the processing of the task being processed is not canceled.

(処理計画案生成:要求タスクの優先度が既割当タスクの優先度より高い場合)
一方,前記要求タスクの前記優先度が,1又は複数の前記既割当タスクの前記優先度より高い場合は,その要求タスク(新たなタスク)を優先した前記処理計画(案)情報が生成される(前記処理計画案生成・返信手段の処理計画案生成処理の一例)。
この場合,前記スレーブ装置2は,まず,前記タスク処理計画情報d2における前記要求タスクよりも前記優先度が低い前記既割当タスクは存在しないものと仮定して(暫定的に前記優先度の低いタスクの割り当てを除いた上で)(S24),前述の「要求タスクの優先度が既割当タスクの優先度以下の場合」と同様にステップS25〜S27の処理を行う。ここで,前記ジョブ受入数についても,前記要求タスクよりも前記優先度が低い前記既割当タスクに対応するジョブ数を減算した値を用いるので,これが前記バッファ上限数と等しいために割当不能と判別(ステップS25のY側)される場合はない。
以上のようにして,可能な範囲で,前記要求タスク各々の前記処理計画(案)情報,即ち,前記要求タスクの処理開始時刻の案と処理終了時刻の案の情報が生成されると,前記担当装置12の処理機能及び前記バッファの余裕状況(前記バッファ上限数と前記ジョブ受入数との差)によっては,同一の前記ジョブについての連続する前記要求タスクが前記担当装置12に割り当てられる案が生成されることになる。
また,1回の前記処理要求情報の受信に対しては,その前記要求タスクのいずれも割り当てがなされない(前記処理計画(案)が生成されない)か,或いは先頭の前記要求タスクのみ若しくはそれに続くものを含めた複数の前記要求タスクが連続して割り当てがなされるかのいずれかとなる。即ち,2番目以降の前記要求タスクのみの割り当てがなされたり,非連続の前記要求タスクの割り当て(例えば,1番目と3番目の前記要求タスクのみのが割り当てられたりすることはない。
(Process plan generation: When the priority of the requested task is higher than the priority of the already assigned task)
On the other hand, when the priority of the requested task is higher than the priority of one or a plurality of already assigned tasks, the processing plan (plan) information giving priority to the requested task (new task) is generated. (An example of processing plan draft generation processing of the processing plan draft generation / reply means).
In this case, the slave device 2 first assumes that the already-assigned task having a lower priority than the requested task in the task processing plan information d2 does not exist (provisionally a task with a lower priority). (S24), the processing of steps S25 to S27 is performed in the same manner as in the above-mentioned “when the priority of the requested task is equal to or lower than the priority of the already assigned task”. Here, as the number of accepted jobs, a value obtained by subtracting the number of jobs corresponding to the already allocated task having a lower priority than the requested task is used. There is no case (Y side of step S25).
As described above, when the processing plan (plan) information of each of the request tasks, that is, the plan information of the processing start time and the processing end time of the request task is generated to the extent possible. Depending on the processing function of the responsible device 12 and the buffer margin status (difference between the upper limit number of buffers and the number of accepted jobs), there is a proposal that the requested task for the same job is assigned to the responsible device 12. Will be generated.
In addition, for each reception of the processing request information, none of the request tasks is assigned (the processing plan (draft) is not generated), or only the top request task or subsequent to it. A plurality of the requested tasks including those are continuously allocated. That is, only the second and subsequent request tasks are not assigned, and the non-sequential request task assignments (for example, only the first and third request tasks are not assigned).

(評価指標の計算)
以上のようにして,割り当て可能な前記要求タスクについての前記処理計画(案)情報が生成されると,さらに,前記スレーブ装置2により,生成された前記要求タスクの前記処理計画(案)情報にその処理計画案の評価指標の設定が行われる(S28,前記評価指標設定手段の処理の一例)。
この処理は,ネットワークを利用したオークション方式の購買システムにおける「入札金額(コスト)」の計算に対応するものと観念できるものである。
本ステップS28の処理では,例えば,前記担当装置12(対応する工程処理装置)における,前記タスクの処理の余裕度を表す前記バッファ13の余裕度,同一の前記ジョブについての前記タスクの連続処理数,処理計画の対象である前記タスクと同種の前記タスクの過去の処理実績件数及び前記担当装置12に予め設定された前記タスクの種類(前記タスク種類情報)に応じた選好度等(そのうちの1又は複数)に基づいて前記評価指標を設定する。後述するように,前記マスタ装置1において,前記評価指標の値が最も大きい(評価が高い)前記処理計画(案)情報が採用され,処理計画が決定される。
(Calculation of evaluation index)
As described above, when the processing plan (plan) information about the request task that can be allocated is generated, the slave device 2 further adds the processing plan (plan) information to the generated request task. The evaluation index of the processing plan is set (S28, an example of the process of the evaluation index setting means).
This process can be considered as corresponding to the calculation of “bid amount (cost)” in an auction-type purchasing system using a network.
In the processing of this step S28, for example, the margin of the buffer 13 representing the margin of processing of the task in the responsible device 12 (corresponding process processing device), the number of continuous processes of the task for the same job. , The degree of preference according to the number of past processing results of the same type of task as the target of the processing plan and the type of the task (the task type information) preset in the responsible device 12 (of which 1 Alternatively, the evaluation index is set based on a plurality of). As will be described later, in the master device 1, the processing plan (plan) information having the largest evaluation index value (high evaluation) is adopted, and the processing plan is determined.

例えば,前記バッファ13の余裕度については,前記バッファ上限数と前記ジョブ受入数との差により求めることができ,その値が大きいほど評価値が大きくなる関数やテーブルを用いることが考えられる。これにより,余裕度の高い(稼働率の低い)前記工作機械12により優先的に前記要求タスクが割り当てられ,前記工作機械12各々の負荷の平準化につながる。
また,同一の前記ジョブについての前記タスクの連続処理数が大きいものほど評価をあげることにより,前記実体ジョブ(中間製品等)ごとの移動量の削減につながり(一つの前記工作機械12で連続処理すれば中間製品(実体ジョブ)の移動が不要となり),生産効率が高まる。
また,同種の前記タスクの過去の処理実績件数が高いものほど評価を上げることにより,前記担当装置12をその種の前記タスクの処理用として特化させることができる。
ここで,同種タスクの過去の処理実績件数は,前記担当装置12(工作機械12)が前記タスクを処理した旨の信号を前記担当装置12から入力するごとに,或いは,前記タスク処理計画情報d2に設定された前記タスクの処理終了時刻を経過するごとに,そのタスクの前記タスク種類情報に対応付けたカウンタ変数をカウントアップして前記工程データ記憶部2aに記憶させる等により記録すればよい。
また,予め設定された前記タスクの種類に応じた選好度を指標とすることにより,前記担当装置12(前記工作機械12各々)に主に処理させたい種類の前記タスクや前記ジョブに関する前記要求タスクの処理計画の評価値を高く,処理させたくない種類の前記タスク等に関する処理計画の評価値を低くすることができる。これにより,前記選好度の設定者の意図に沿ったスケジューリング(タスク割り当て)がなされるようにすることができる。
これら複数の指標を用いる場合,各指標値を合成した値を前記評価指標とする。例えば,合計,平均値,加重平均値をとること等が考えられる。
For example, the margin of the buffer 13 can be obtained from the difference between the upper limit number of buffers and the number of accepted jobs, and it is conceivable to use a function or table in which the evaluation value increases as the value increases. As a result, the requested task is preferentially assigned by the machine tool 12 having a high margin (low operating rate), and the load on each of the machine tools 12 is leveled.
Also, the higher the number of continuous processes of the task for the same job, the higher the evaluation, leading to a reduction in the amount of movement for each of the real jobs (intermediate products, etc.) (continuous processing with one machine tool 12). This eliminates the need to move intermediate products (substance jobs)) and increases production efficiency.
In addition, the higher the evaluation the higher the number of past processing results of the same type of task, the specialized device 12 can be specialized for processing that type of task.
Here, the past number of processing results of the same type of task is calculated every time a signal indicating that the responsible device 12 (machine tool 12) has processed the task is input from the responsible device 12, or the task processing plan information d2 Each time the processing end time of the task set in elapses, the counter variable associated with the task type information of the task is counted up and stored in the process data storage unit 2a.
In addition, by using a preference according to a preset type of the task as an index, the requested task related to the type of task or the job to be mainly processed by the responsible device 12 (each of the machine tools 12). It is possible to increase the evaluation value of the processing plan, and to decrease the evaluation value of the processing plan relating to the type of task that is not desired to be processed. Thereby, scheduling (task allocation) according to the intention of the preference setting person can be performed.
When using these plural indexes, a value obtained by combining the respective index values is used as the evaluation index. For example, taking the sum, average value, weighted average value, etc. can be considered.

以上のようにして,前記評価指標が設定された前記要求タスクの前記処理計画(案)情報(前記要求タスクの処理開始時刻の案と処理終了時刻の案の情報)が生成されると,これが前記スレーブ装置2によって前記ネットワーク3を介して前記マスタ装置1へ返信される(S29,前記処理計画案生成・返信手段の返信処理の一例)。
一方,ステップS22において,前記処理要求情報における先頭の前記要求タスクについて,前記担当装置12により処理不可能(割当不能)であると判別された場合,或いは,ステップS25において,前記タスク処理計画情報d2における前記ジョブ受入数が,前記処理機能情報d1における前記バッファ上限数と等しいため処理不可能と判別された場合は,割当不能の旨の通知が前記スレーブ装置2によって前記マスタ装置1へ返信される(S29)。
そして,ステップS21へ移行し,次の前記処理要求情報の受信監視状態となって前述した処理が繰り返される。
以上が,ステップS11(図2)の処理計画案生成・返信処理の一例である。
As described above, when the processing plan (plan) information (plan of processing start time and processing end time of the request task) for the request task in which the evaluation index is set is generated, The slave device 2 sends a reply to the master device 1 via the network 3 (S29, an example of a reply process of the processing plan draft generation / reply means).
On the other hand, when it is determined in step S22 that the first request task in the processing request information cannot be processed (assigned) by the responsible device 12, or in step S25, the task processing plan information d2 When the number of jobs accepted in is determined to be incapable of processing because it is equal to the upper limit number of buffers in the processing function information d1, a notification that assignment is impossible is returned by the slave device 2 to the master device 1. (S29).
Then, the process proceeds to step S21, where the next processing request information is received and monitored, and the above-described processing is repeated.
The above is an example of the process plan creation / reply process in step S11 (FIG. 2).

<ステップS3:タスク割当>
一方,前記マスタ装置1においては,前記スレーブ装置2各々から受信した前記処理計画(案)情報各々に基づいて,前記タスク(前記要求タスク)を割り当てる前記工作機械12(工程処理装置)を決定し,前記ジョブ処理データ記憶部1aに記憶される前記ジョブ処理計画情報d3を更新する(S3,前記タスク割当手段の処理の一例)。
この処理は,ネットワークを利用したオークション方式の購買システムにおける「入札」に対する「落札」に対応するものと観念できるものである。
ここでは,前記スレーブ装置2各々からの前記処理計画(案)情報各々に設定された前記評価指標の値が最も高いものを採用し,採用した前記処理計画(案)情報(前記要求タスク,その処理開始時刻及び処理終了時刻の案)に従って,その送信元の前記スレーブ装置2に対応する前記担当装置12に前記要求タスクを割り当てる。
図6は,前記ジョブ処理計画情報d3の構成例を示す概略図である。
図6に示すように,前記ジョブ処理計画情報d3には,待ち行列に含められた前記ジョブ各々に関連付けて,前記ジョブIDd30,前記優先度d31及び状態d32が設定される。ここで,状態d32には,前記マスタ装置1により,当該ジョブに設定されている全ての前記タスクについて前記工作機械12への処理の割り当てがなされている(決定されている)場合に「決定済」が設定され,その他の場合には「未決定」が設定される。
さらに,前記ジョブ処理計画情報d3には,前記タスクごとに,前記タスク種類情報d33,割当装置d34,開始時刻d35及び終了時刻d36が設定される。
前記割当装置d34には,前記マスタ装置1により,当該タスクの処理が割り当てられた前記工作機械12(工程処理装置)の識別情報が設定される。また,未だ割り当てがなされていない場合には「未割当」(初期値)が設定される。前記工作機械12の識別情報は,前記スレーブ装置2により前記処理計画(案)情報に設定されるものである。
前記評価指標に基づいて採用する前記処理計画(案)情報が決定されると,その処理計画(案)情報に設定されている前記工作機械12の識別情報,前記処理開始時刻及び前記処理終了時刻の案が,各々前記割当装置d34,前記開始時刻d35及び前記終了時刻d36に決定情報として設定(更新)される。これにより,前記工作機械12に前記要求タスクが割り当てられる。
<Step S3: Task assignment>
On the other hand, the master device 1 determines the machine tool 12 (process processing device) to which the task (the requested task) is assigned based on each processing plan (plan) information received from each of the slave devices 2. The job processing plan information d3 stored in the job processing data storage unit 1a is updated (S3, an example of processing of the task allocation unit).
This process can be thought of as corresponding to a “successful bid” for “bid” in an auction-type purchasing system using a network.
Here, the one with the highest value of the evaluation index set in each of the processing plan (plan) information from each of the slave devices 2 is adopted, and the adopted processing plan (plan) information (the requested task, its The request task is assigned to the responsible device 12 corresponding to the slave device 2 that is the transmission source in accordance with (plan of processing start time and processing end time).
FIG. 6 is a schematic diagram showing a configuration example of the job processing plan information d3.
As shown in FIG. 6, the job ID d30, the priority d31, and the status d32 are set in the job processing plan information d3 in association with each of the jobs included in the queue. Here, the state d32 is “determined” when the master device 1 has assigned (determined) processing to the machine tool 12 for all the tasks set in the job. "Is set, otherwise" Undecided "is set.
Further, in the job processing plan information d3, the task type information d33, the allocation device d34, the start time d35, and the end time d36 are set for each task.
In the allocation device d34, identification information of the machine tool 12 (process processing device) to which the processing of the task is allocated by the master device 1 is set. In addition, “unallocated” (initial value) is set when the allocation is not yet performed. The identification information of the machine tool 12 is set in the processing plan (plan) information by the slave device 2.
When the processing plan (plan) information to be adopted based on the evaluation index is determined, the identification information of the machine tool 12 set in the processing plan (plan) information, the processing start time, and the processing end time Are set (updated) as decision information in the allocation device d34, the start time d35, and the end time d36, respectively. As a result, the requested task is assigned to the machine tool 12.

<ステップS4:割当結果通知>
さらに,前記マスタ装置1においては,割り当てが決定された前記タスクの割当結果を,当該マスタ装置1から前記スレーブ装置2へ通知する(前記割当結果通知手段の処理の一例)。本通知は,ブロードキャスト送信により全ての前記スレーブ装置2に通知し,前記スレーブ装置2側において,その通知に含まれる前記工作機械12の識別情報等により自身宛の通知であるか否かを判別する,或いは,採用した前記処理計画(案)情報の送信元である前記スレーブ装置2を指定して通知することが考えられる。
<Step S4: Notification of allocation result>
Further, the master device 1 notifies the assignment result of the task determined to be assigned from the master device 1 to the slave device 2 (an example of processing of the assignment result notification means). This notification is sent to all the slave devices 2 by broadcast transmission, and on the slave device 2 side, it is determined whether or not the notification is addressed to itself based on the identification information of the machine tool 12 included in the notification. Alternatively, it may be possible to designate and notify the slave device 2 that is a transmission source of the adopted processing plan (plan) information.

<ステップS12:タスク処理計画更新(第1のスレーブ側計画キャンセル),S13:スレーブ側計画キャンセル通知>
一方,前記スレーブ装置2においては,前記マスタ装置1から受信した前記タスクの前記割当結果の通知に基づいて,前記担当装置12(対応する工程処理装置)に関する前記タスク処理計画情報d2を更新する(S12,前記タスク処理計画更新手段の処理の一例)。
この場合,前記タスクの前記割当結果の通知が,前記既割当タスクの前記優先度以下の前記要求タスクに関するものであれば,前記割当結果の通知に従って,前記タスク処理計画情報d2に,前記要求タスクの前記タスク識別情報,前記優先度,前記開始時刻d35及び前記終了時刻d36を追加(前記既割当タスクの間に挿入又は末尾に追加)する。さらに,追加した前記要求タスクが前記既割当タスクが属する前記ジョブと異なる前記ジョブに属するものであれば,前記ジョブ受入数を1カウントアップする。
一方,前記タスクの前記割当結果の通知が,前記既割当タスクよりも高い前記優先度の前記要求タスクに関するものである場合,前記スレーブ装置2により,前記割当結果の通知に従って,前記優先度の高い新たな前記要求タスクを優先処理するよう前記タスク処理計画情報の更新が行われる(S12,前記タスク処理計画更新手段の処理の一例)。この場合,前記担当装置12(前記対応する工程処理装置)における前記優先度の低い前記既割当タスク(一部又は全部)の処理計画をキャンセルするよう前記タスク処理計画情報d2が更新される(前記第1のスレーブ側計画キャンセル手段の処理の一例)。
さらに,ステップS12の処理においてキャンセルが発生した場合,前記スレーブ装置2により,処理計画がキャンセルされた前記既割当タスクに関する情報が設定されたスレーブ側計画キャンセル情報が前記マスタ装置に対して前記ネットワーク3を介して通知される(S13,前記スレーブ側計画キャンセル通知手段の処理の一例)。
<Step S12: Task processing plan update (first slave-side plan cancellation), S13: Slave-side plan cancellation notification>
On the other hand, the slave device 2 updates the task processing plan information d2 related to the responsible device 12 (corresponding process processing device) based on the notification of the assignment result of the task received from the master device 1 ( S12, an example of processing of the task processing plan update means).
In this case, if the notification of the allocation result of the task relates to the requested task having the priority of the already allocated task or lower, the requested task is stored in the task processing plan information d2 according to the notification of the allocation result. The task identification information, the priority, the start time d35 and the end time d36 are added (inserted or added at the end between the already assigned tasks). Further, if the added request task belongs to the job different from the job to which the already assigned task belongs, the job acceptance number is incremented by one.
On the other hand, when the notification of the allocation result of the task is related to the request task having the higher priority than the already allocated task, the slave device 2 has the higher priority according to the notification of the allocation result. The task processing plan information is updated so as to preferentially process the new requested task (S12, an example of processing of the task processing plan update means). In this case, the task processing plan information d2 is updated so as to cancel the processing plan of the already assigned task (part or all) having a low priority in the responsible device 12 (the corresponding process processing device) (the above-mentioned task processing plan information d2). Example of processing of first slave side plan canceling means).
Furthermore, when a cancellation occurs in the process of step S12, slave side plan cancellation information in which information related to the already allocated task whose processing plan is canceled is set by the slave device 2 to the master device. (S13, an example of processing of the slave-side planned cancellation notification means).

<ステップS5:マスタ側計画キャンセル,S6:キャンセル要求>
一方,前記マスタ装置1においては,前記スレーブ装置2側から通知された前記スレーブ側計画キャンセル情報に基づいて,前記スレーブ装置2側で処理計画がキャンセルされた前記タスク及びこれに連鎖する前記タスクの処理計画をキャンセルするよう前記ジョブ処理計画情報(図6)を更新する(S5,前記マスタ側計画キャンセル手段の処理の一例)。
より具体的には,図6に示した前記ジョブ処理計画情報において,前記スレーブ側計画キャンセル情報で通知された前記タスク,及びこれに連鎖する前記タスク,即ち,そのタスクよりも同じ前記ジョブ内で処理順序(ステップS1で決定されたジョブ処理順序及び前記ジョブごとに既定の前記タスクの処理順序に基づくもの)が後の全ての前記タスクについて,前記「割当装置」d34の設定が「未割当」に更新される(S5)。
さらに,前記マスタ装置1により,前記連鎖するタスクの処理計画のキャンセルを要求するキャンセル要求情報が,該マスタ装置1から前記スレーブ装置2へ送信される(S6,前記キャンセル要求手段の処理の一例)。
前記キャンセル要求情報には,前記マスタ装置1側で計画がキャンセルされた(「未割当」となった)前記タスク全ての情報(それが属する前記ジョブの前記ジョブID及び前記タスク種類情報)が設定される。
<Step S5: Master side planned cancellation, S6: Cancel request>
On the other hand, in the master device 1, based on the slave-side plan cancellation information notified from the slave device 2 side, the task whose processing plan has been canceled on the slave device 2 side and the tasks linked to this task The job processing plan information (FIG. 6) is updated so as to cancel the processing plan (S5, an example of processing of the master side plan cancellation means).
More specifically, in the job processing plan information shown in FIG. 6, the task notified by the slave side plan cancellation information and the task linked to the task, that is, in the same job as that task. For all the tasks after the processing order (based on the job processing order determined in step S1 and the predetermined task processing order for each job), the setting of the “allocation device” d34 is “unallocated”. (S5).
Furthermore, the master device 1 transmits cancel request information for requesting cancellation of the processing schedule of the chained tasks from the master device 1 to the slave device 2 (S6, an example of processing of the cancel request means). .
In the cancellation request information, information on all the tasks whose plan has been canceled ("unassigned") on the master device 1 side (the job ID and the task type information of the job to which the task belongs) is set. Is done.

<ステップS14:第2のスレーブ側計画キャンセル>
一方,前記スレーブ装置2においては,前記マスタ装置1側から受信された前記キャンセル要求情報に基づいて,指定された前記タスクの処理計画がキャンセルされるよう前記担当装置12(前記対応する工程処理装置)に関する前記タスク処理計画情報d2が更新される(前記第2のスレーブ側計画キャンセル手段の処理の一例)。
このように,前記マスタ装置1側で処理計画がキャンセルされた前記タスクについては,再度,ステップS1において待ち行列に加えられる。
以上示したステップS1〜S5及びステップS11〜S14の処理が,前記タスクの待ち行列がなくなるまで,即ち,前記割当装置d34が「未割当」となっているものがなくなるまで繰り返される。その際,前記処理要求情報の送信(S2)に対し,いずれの前記スレーブ装置2からも前記要求タスクの割り当てが可能である旨の前記タスクの処理計画(案)情報の返信がなされなかった場合,前記マスタ装置1は,新たな前記ジョブの発生,又は既に処理計画が割り当てられている前記タスクのうち最も早い前記終了時刻d36の経過を待って,再度,ステップS1からの処理を繰り返す。これにより,順次発生する前記ジョブについてのスケジューリングがなされる。
なお,前述の処理では,前記優先度の低い前記タスクの処理計画をキャンセルするよう前記ジョブ処理計画情報d3を更新するものであったが,任意の前記既割当タスクの処理計画をキャンセルする機能を前記スレーブ装置2に付加すればより好適である。
例えば,前記スレーブ装置2において,該装置が備える入力手段(キーボードやマウス等)により,前記担当装置12(対応する工程処理装置)の前記既割当タスクの処理計画(前記既割当タスク)の任意の一部又は全部をキャンセルする旨の入力機能を付加し,該入力機能により指定された前記既割当タスクの処理計画をキャンセルするよう前記ジョブ処理計画情報d3を更新する機能を付加する(前記第1のスレーブ側計画キャンセル手段の処理の一例)。
これにより,前記工作機械12における故障等のトラブルや点検のため,既に割り当てられている前記タスクの処理計画の一部又は全部をキャンセルする必要が生じた場合でも,自動的に再スケジューリングが行われる。
<Step S14: Second slave plan cancellation>
On the other hand, in the slave device 2, the assigned device 12 (the corresponding process processing device is arranged so that the designated processing plan for the task is canceled based on the cancellation request information received from the master device 1 side. The task processing plan information d2 related to () is updated (an example of processing of the second slave-side plan canceling means).
As described above, the task whose processing plan is canceled on the master device 1 side is added to the queue again in step S1.
The processing of steps S1 to S5 and steps S11 to S14 described above is repeated until there is no queue for the task, that is, until there is no “unallocated” allocation device d34. At that time, in response to the transmission of the processing request information (S2), the task processing plan (plan) information indicating that the requested task can be allocated from any of the slave devices 2 is not returned. The master device 1 waits for the generation of a new job or the elapse of the earliest end time d36 among the tasks to which a processing plan has already been assigned, and repeats the processing from step S1 again. As a result, scheduling is performed for the jobs that occur sequentially.
In the above-described processing, the job processing plan information d3 is updated so as to cancel the processing plan of the task having the low priority. However, the function of canceling the processing plan of any previously allocated task is provided. It is more preferable if it is added to the slave device 2.
For example, in the slave device 2, an arbitrary means of the assigned task processing plan (the already assigned task) of the assigned device 12 (corresponding process processing device) by the input means (keyboard, mouse, etc.) provided in the device. An input function for canceling part or all of the information is added, and a function for updating the job processing plan information d3 is added so as to cancel the processing plan for the already assigned task specified by the input function (the first processing unit). Example of processing of slave side planned canceling means).
As a result, even if it is necessary to cancel a part or all of the task processing plan that has already been assigned due to trouble or inspection of the machine tool 12 or the like, rescheduling is automatically performed. .

図7は,前記優先度d31の高い前記タスクが後から発生した場合に,前記優先度d31の高い新たな前記タスクを優先処理するよう前記タスク処理計画情報の更新が行われる様子を模式的に表したものである。
ある時点で,3台の前記工作機械12(図中,「装置1」,「装置2」,「装置3」と表す)各々に,図7(a)に示すような前記タスク処理計画情報が設定されたいたとする。「装置1」〜「装置3」における前記既割当タスクは,各々「ジョブ1」の「タスク1」及び「ジョブ2」の「タスク2」,「ジョブ1」の「タスク2」,「ジョブ2」の「タスク1」及び「ジョブ1」の「タスク3」である。
この状態で,前記「装置2」に対し,前記既割当タスクのいずれよりも前記優先度d31が高い「ジョブ3」の「タスク1」を「装置2」に割り当てる前記割当結果の通知がなされたとする。
この場合,図7(b)に示すように,前記既割当タスク「ジョブ1」の「タスク2」の処理計画がキャンセルされ,新たな「ジョブ3」の「タスク1」が割り当てられる。そして,キャンセルされた「ジョブ1」の「タスク2」の情報が,前記スレーブ側計画キャンセル情報として前記マスタ装置1へ通知される。
この通知に対し,「ジョブ1」の「タスク2」に連鎖する「ジョブ1」の「タスク3」のキャンセルを要求する前記キャンセル要求情報が前記マスタ装置1から前記スレーブ装置2に通知され,図7(c)に示すように,「装置3」に既に割り当てられている「ジョブ1」の「タスク3」の処理計画がキャンセルされる。このようにして処理計画がキャンセルされた「ジョブ1」の「タスク2」及び「タスク3」は,再度,待ち行列に加えられてスケジューリングがなされる。
FIG. 7 schematically shows how the task processing plan information is updated to preferentially process a new task having a high priority d31 when the task having a high priority d31 occurs later. It is a representation.
At a certain point, each of the three machine tools 12 (represented as “device 1”, “device 2”, and “device 3” in the figure) has the task processing plan information as shown in FIG. Suppose that it was set. The assigned tasks in “device 1” to “device 3” are “task 1” in “job 1” and “task 2” in “job 2”, “task 2” in “job 1”, and “job 2”, respectively. "Task 1" of "" and "task 3" of "job 1".
In this state, the notification of the allocation result for allocating “task 1” of “job 3” having higher priority d31 than any of the already allocated tasks to “device 2” is made to “device 2”. To do.
In this case, as shown in FIG. 7B, the processing plan of “task 2” of the already assigned task “job 1” is canceled and a new “task 1” of “job 3” is assigned. Then, the information of “task 2” of the canceled “job 1” is notified to the master device 1 as the slave-side planned cancellation information.
In response to this notification, the master device 1 notifies the slave device 2 of the cancel request information for requesting cancellation of “task 3” of “job 1” linked to “task 2” of “job 1”. As shown in FIG. 7C, the processing plan for “task 3” of “job 1” already assigned to “device 3” is canceled. The “task 2” and “task 3” of “job 1” whose processing plan has been canceled in this way are added to the queue again and scheduled.

(工作機械の機能最適化)
次に,前記マスタ装置1により実行される前記工作機械12の機能最適化処理(機能特化処理と機能変更処理)について説明する。
過去の前記タスクの割り当て実績件数の高い前記工作機械12は,稼働率が十分高いので,その稼働率を抑える方向に調整することが,前記工作機械12全体の負荷の平準化につながる。また,前記工作機械12の機能を1つ又は少ない種類の前記タスクに対応した機能に特化させれば,その工作機械12が備えるべき工具等を少なくできるので効率的である。
一方,過去の前記タスクの割り当て実績件数の低い前記工作機械12は,稼働率が低いので,その稼働率を高める方向に調整することが,前記工作機械12全体の負荷の平準化につながる。
以下,図8に示すフローチャートを用いて,負荷の平準化及び装置の効率化を図るための前記工作機械12の機能最適化処理について説明する。本処理は,前記マスタ装置1が,予めインストールされたプログラムを実行することにより行われる。
ここで,前記マスタ装置1の前記ジョブ処理データ記憶部1aには,予め,全ての前記タスク種類情報とそのタスク各々の処理に必要な機能に関する必要機能情報(前記工作機械12が備えるべき工具の種類情報等)とが関連付けられたタスク・機能対応情報が記憶されているものとする。
(Functional optimization of machine tools)
Next, the function optimization process (function specialization process and function change process) of the machine tool 12 executed by the master device 1 will be described.
The machine tool 12 having a high number of past task assignments has a sufficiently high operation rate. Therefore, adjusting the operation rate to reduce the operation rate leads to leveling of the load on the entire machine tool 12. Further, if the function of the machine tool 12 is specialized to a function corresponding to one or a few kinds of the tasks, the number of tools and the like that the machine tool 12 should have can be reduced, which is efficient.
On the other hand, the machine tool 12 with a low number of past task assignments has a low operation rate, so adjusting the operation rate to increase the operation rate leads to leveling of the load on the entire machine tool 12.
Hereinafter, the function optimization process of the machine tool 12 for leveling the load and improving the efficiency of the apparatus will be described using the flowchart shown in FIG. This process is performed by the master device 1 executing a program installed in advance.
Here, in the job processing data storage unit 1a of the master device 1, all of the task type information and necessary function information regarding functions necessary for processing of each task (the tool to be included in the machine tool 12). It is assumed that task / function correspondence information associated with type information etc. is stored.

まず,前記マスタ装置1は,図2に示したスケジューリング処理と並行して,前記ジョブ処理計画情報d3に基づいて,前記工作機械12(前記工程処理装置の一例)各々への過去の前記タスクの割り当て実績件数及び該タスク各々の前記タスク種類情報d33と,後述する機会損失件数及びそのときの前記タスク種類情報とを,過去の一定期間分蓄積されるよう前記ジョブ処理データ記憶部1aに記録する(S31,前記第1及び第2の実績記録手段の処理の一例)。
ここで,前記機会損失件数とは,前記処理要求処理(図2のS2)による前記処理要求情報の1回の送信に対し,前記スレーブ装置2から前記タスクを割り当て可能とする前記処理計画(案)情報の返信が得られなかった過去の実績件数を表す。
そして,例えば前記一定期間ごとに,前記マスタ装置1は,過去の前記タスクの割り当て実績件数の高い1又は複数(少数)の前記工作機械12(前記工程処理装置の一例)各々について,該工作機械12に対する過去の割り当て実績件数の高い1又は複数(少数)の種類の前記タスクのみ処理可能な機能に特化することに関する機能特化情報を出力する処理を実行する(S32〜S34,前記機能特化情報出力手段の処理の一例)。
例えば,本処理では,まず,前記マスタ装置1により,蓄積された実績情報に基づいて,前記過去の一定期間における前記タスクの割り当て実績件数(累積件数)が最も高い前記工作機械12を選択する(S32)。
次に,前記マスタ装置1により,選択した前記工作機械12に対する前記過去の一定期間における割り当て実績件数の最も高い種類の前記タスク(前記タスク種類情報d33)を,蓄積された実績情報に基づいて選択する(S33)。
さらに,前記マスタ装置1により,選択した種類の前記タスクの前記タスク種類情報d33をキーとして前記タスク・機能対応情報を参照し,対応する前記必要機能情報を抽出してその情報とステップS32で選択した前記工作機械12を表す情報とを対応づけた機能特化情報を出力する(S34)。
First, in parallel with the scheduling process shown in FIG. 2, the master device 1 stores past tasks to the machine tool 12 (an example of the process processing device) based on the job processing plan information d3. Record the actual number of assignments and the task type information d33 of each of the tasks, the number of opportunity losses described later, and the task type information at that time in the job processing data storage unit 1a so as to be accumulated for a certain past period. (S31, an example of processing of the first and second performance recording means).
Here, the number of opportunity loss cases refers to the processing plan (draft) that allows the slave device 2 to assign the task to one transmission of the processing request information by the processing request processing (S2 in FIG. 2). ) Represents the number of past records for which no information was returned.
Then, for example, for each predetermined period, the master device 1 may use the machine tool for each of one or a plurality (small number) of the machine tools 12 (an example of the process processing device) with a high number of past assignments of the task. The process of outputting the function specialization information related to specializing in the function that can process only one or a plurality of (small number) types of tasks with a high past allocation record number for 12 is executed (S32 to S34, the function specialization) An example of the process of the conversion information output means).
For example, in this process, first, the master device 1 selects the machine tool 12 with the highest number of actual task assignments (cumulative number) in the past certain period based on the accumulated performance information ( S32).
Next, the master device 1 selects the type of task (the task type information d33) having the highest number of assignments in the past certain period for the selected machine tool 12 based on the accumulated result information. (S33).
Further, the master device 1 refers to the task / function correspondence information by using the task type information d33 of the selected type of task as a key, extracts the corresponding necessary function information, and selects the information and the information in step S32 The function-specific information in association with the information representing the machine tool 12 is output (S34).

また,同様に,例えば前記一定期間ごとに,前記マスタ装置1は,過去の前記タスクの割り当て実績件数の低い1又は複数(少数)の前記工作機械12(前記工程処理装置の一例)各々について,前記機会損失件数が高い1又は複数(少数)の種類の前記タスクを処理可能な機能に変更することに関する機能変更情報を出力する処理を実行する(S35〜S37,前記機能変更情報出力手段の処理の一例)。
例えば,本処理では,まず,前記マスタ装置1により,蓄積された実績情報に基づいて,前記過去の一定期間における前記タスクの割り当て実績件数(累積件数)が最も低い前記工作機械12を選択する(S35)。
次に,前記マスタ装置1により,蓄積された実績情報に基づいて,前記機会損失件数が最も高い種類の前記タスク(前記タスク種類情報)を選択する(S36)。
さらに,前記マスタ装置1により,選択した種類の前記タスクの前記タスク種類情報d33をキーとして前記タスク・機能対応情報を参照し,対応する前記必要機能情報を抽出してその情報とステップS35で選択した前記工作機械12を表す情報と対応づけて出力する(S37)。
Similarly, for example, for each predetermined period, the master device 1 is configured for each of one or a plurality (small number) of the machine tools 12 (an example of the process processing device) with a low number of past assignments of the task. A process of outputting function change information related to changing the task of one or a plurality (small number) of types having a high opportunity loss number to a processable function is executed (S35 to S37, the process of the function change information output means) Example).
For example, in this process, first, the master device 1 selects the machine tool 12 with the lowest number of task assignments (cumulative number) in the past fixed period based on the accumulated record information ( S35).
Next, the master device 1 selects the type of task (the task type information) having the highest opportunity loss number based on the accumulated performance information (S36).
Further, the master device 1 refers to the task / function correspondence information using the task type information d33 of the selected type of task as a key, extracts the necessary function information corresponding thereto, and selects the information and the information in step S35. The information representing the machine tool 12 is output in association with the information (S37).

図8に示す処理により,稼働率の高い前記工作機械12について,過去の割り当て件数の高い種類の前記タスクのみ処理可能な機能に絞る(特化する)ための前記機能特化情報が出力される(S34)。その出力内容に従って前記工作機械12の機能(工具等)を特化することより,前記工作機械12全体の負荷の平準化が図れる。さらに,稼働率の高い前記工作機械12について,備えるべき機能を絞り込めるので,無駄のない効率的な構成とすることができる。
また,稼働率の低い前記工作機械12について,前記タスクの割り当てがすぐにできなかった種類の前記タスクを処理可能な機能に変更(拡張を含む)するための前記機能変更情報が出力される(S37)。その出力内容に従って前記工作機械12の機能を変更・拡張することより,前記機械損失件数が高かった種類の前記タスクが稼働率の低かった前記工作機械12に割り当てられる可能性が高まり,前記工作機械12全体の負荷の平準化が図れる。
前記機能特化情報や前記機能変更情報の出力としては,前記マスタ装置1や前記スレーブ装置2が備える表示手段の画面出力(表示)やプリントアウト等による利用者への機能特化メッセージ(装着工具の取り外し指示,取り付け指示等)を出力することが考えられる。また,前記工作機械12が装着工具の自動取り外し,自動取り付け機能を有する場合等には,その工作機械12への装着工具取り外し指令や取り付け指令の出力を行うこと等が考えられる。
With the processing shown in FIG. 8, the function-specific information for narrowing down (specializing) the functions of the machine tool 12 having a high operation rate to a function that can process only the types of tasks with a high number of past assignments is output. (S34). By specializing the function (tool or the like) of the machine tool 12 according to the output contents, the load of the entire machine tool 12 can be leveled. Furthermore, since the functions to be provided for the machine tool 12 with a high operating rate can be narrowed down, an efficient configuration without waste can be achieved.
In addition, for the machine tool 12 with a low operation rate, the function change information for changing (including expansion) the function of the type of task that could not be assigned immediately to a function that can be processed is output ( S37). By changing / extending the function of the machine tool 12 according to the output content, the possibility that the task of the type having a high number of machine losses is assigned to the machine tool 12 having a low operation rate is increased. The load on the entire 12 can be leveled.
As the output of the function specialization information or the function change information, a function specialization message (attached tool) to the user by screen output (display) or printout of display means provided in the master device 1 or the slave device 2 is used. It may be possible to output a removal instruction, an installation instruction, etc.). In addition, when the machine tool 12 has an automatic removal / attachment function of a mounted tool, it may be possible to output a mounted tool removal command or a mounting command to the machine tool 12.

次に,前述した前記工作機械12の機能最適化処理のシミュレーション結果について説明する。
シミュレーションの条件は,前記工作機械12のp台数(即ち,前記スレーブ装置2の数)が5,前記タスクの種類数が10,前記工作機械12各々の工具の種類数(機能の種類数)が10であり,前記タスクごとにその処理に必要な専用の工具が1対1で対応しているものとした。また,初期状態では,前記工作機械12各々に2種類の工具が装着されているものとした。
また,前記ジョブの種類数は5であり,前記ジョブ各々に最大3つの前記タスクが設定されているものとした。そして,200個の前記ジョブを順次発生させてスケジューリングを行った。但し,滞留する前記ジョブ(前記ジョブ処理計画情報における前記状態d32が「未決定」であるジョブ)が3つ以上待ち行列に存在する場合は,その滞留する前記ジョブの数が2以下となるまで新規ジョブは発生させないものとした。
さらに,7回の前記ジョブの発生に対して1回,通常の前記優先度よりも高い前記優先度が設定された特急ジョブが発生するものとし,5回の前記ジョブの発生に対して1回,前記機能最適化処理を実行し,その出力結果通りに前記工作機械12に装着される工具の追加,変更が行われるものとした。
図9及び図10は,上記条件での前記機能最適化処理のシミュレーション結果を表すグラフである。
ここで,図9は,5台の前記工作機械(M1〜M5)各々の前記タスクの分担率の変遷を表す(縦軸)グラフであり,横軸は前記ジョブの発生回数を表す。ここで,前記分担率は,全ての前記工作機械(M1〜M5)で処理される前記タスクの総数に対する前記工作機械各々で処理される前記タスクの数の比率で表している。従って,5台の前記工作機械を用いているので,前記工作機械各々の前記分担率が20%(=100%/5)の場合が,最も処理の平準化が図られている状態であるといえる。また,前記分担率が高い前記工作機械は,相対的に稼働率が高いといえる。
図9のグラフからわかるように,処理の開始当初には前記分担率の大きなばらつきがあったが,前記機能最適化処理により,急速に前記分担率の均等化(稼働率の平準化)が図れることがわかる。
一方,図10は,5台の前記工作機械(M1〜M5)各々に装着されている工具の数(縦軸)の変遷を表すグラフであり,横軸は前記ジョブの発生回数を表す。
図9及び図10に示されるように,前記工作機械各々の工具数を増やすことにより,前記分担率の均等化(稼働率の平準化)が図られる様子がわかる。その際,前記工作機械(M1)については,工具数が比較的少なく(3個)絞られて機能の特化が図られている。
一方,前記工作機械(M2)については,前記ジョブの滞留が増えるにつれ,即ち,前記機会損失件数が増えるにつれ,稼働率の平準化のために工具数を増やさざるを得ない(5〜6個)状況を経て,最終的には,他の工作機械(M3〜M5)と同じ5個の工具数に収束していることがわかる。
このように,本発明によれば,前記ジョブのスケジューリングと併せて,前記工作機械各々の稼働率の平準化のための機能の最適化を図ることができる。
Next, a simulation result of the function optimization process of the machine tool 12 will be described.
The simulation condition is that the number p of the machine tools 12 (that is, the number of slave devices 2) is 5, the number of types of tasks is 10, and the number of types of tools (number of types of functions) of each of the machine tools 12 is. It is assumed that a dedicated tool necessary for the processing corresponds to each task on a one-to-one basis. In the initial state, two kinds of tools are mounted on each of the machine tools 12.
Further, the number of types of the job is 5, and a maximum of three tasks are set for each job. Then, scheduling was performed by sequentially generating 200 jobs. However, if there are three or more jobs that stay (the job whose status d32 in the job processing plan information is “undecided”) in the queue, the number of the staying jobs becomes two or less. New jobs are not generated.
Further, it is assumed that an express job with the priority set higher than the normal priority is generated once for the occurrence of the seven jobs, and once for the occurrence of the job for five times. The function optimization process is executed, and the tool to be mounted on the machine tool 12 is added or changed according to the output result.
9 and 10 are graphs showing simulation results of the function optimization process under the above conditions.
Here, FIG. 9 is a (vertical axis) graph showing the change of the task sharing rate of each of the five machine tools (M1 to M5), and the horizontal axis represents the number of occurrences of the job. Here, the share ratio is represented by the ratio of the number of tasks processed by each of the machine tools to the total number of tasks processed by all the machine tools (M1 to M5). Accordingly, since the five machine tools are used, the case where the share of each of the machine tools is 20% (= 100% / 5) is the state where the leveling of processing is most achieved. I can say that. Moreover, it can be said that the said machine tool with the said high share rate has a relatively high operation rate.
As can be seen from the graph of FIG. 9, there was a large variation in the share at the beginning of the process, but the share optimization (equalization of the operation rate) can be achieved rapidly by the function optimization process. I understand that.
On the other hand, FIG. 10 is a graph showing the transition of the number of tools (vertical axis) mounted on each of the five machine tools (M1 to M5), and the horizontal axis represents the number of occurrences of the job.
As shown in FIGS. 9 and 10, it can be seen that by increasing the number of tools in each of the machine tools, the sharing rate is equalized (operating rate is leveled). At that time, the machine tool (M1) has a relatively small number of tools (three) and is specialized in function.
On the other hand, for the machine tool (M2), as the number of jobs stays, that is, as the number of lost opportunities increases, the number of tools must be increased to level the operation rate (5 to 6 pieces). ) After the situation, it can be seen that the number of tools has finally converged to the same number of 5 as other machine tools (M3 to M5).
As described above, according to the present invention, it is possible to optimize the function for leveling the operation rate of each of the machine tools together with the scheduling of the job.

本発明は,製造ラインにおける処理のスケジューリングシステムに利用可能である。   The present invention is applicable to a process scheduling system in a production line.

本発明の実施形態に係るスケジューリングシステムX及びそれが適用される製造ラインYの概略構成を表すブロック図。The block diagram showing the schematic structure of the scheduling system X which concerns on embodiment of this invention, and the manufacturing line Y to which it is applied. スケジューリングシステムXにおけるスケジューリング処理の手順を表すフロー図。FIG. 4 is a flowchart showing a procedure of scheduling processing in the scheduling system X. スケジューリングシステムXにおけるジョブ処理順序の決定の様子を表す模式図。FIG. 3 is a schematic diagram showing how a job processing order is determined in a scheduling system X. スケジューリングシステムXを構成するスレーブ装置におけるタスクの処理計画案情報の生成の様子を表す模式図。FIG. 4 is a schematic diagram showing a state of generation of task processing plan proposal information in a slave device constituting the scheduling system X. スケジューリングシステムXにおける処理計画案生成・返信処理の手順を表すフローチャート。The flowchart showing the procedure of the process plan production | generation / reply process in the scheduling system X. スケジューリングシステムXにおけるジョブ処理計画情報の構成例を表す概略図。3 is a schematic diagram illustrating a configuration example of job processing plan information in the scheduling system X. FIG. スケジューリングシステムXにおける優先度の高い新たなタスクを優先処理する際のタスク処理計画情報の更新の様子を表す模式図。The schematic diagram showing the mode of the update of task processing plan information at the time of preferentially processing a new task with high priority in the scheduling system X. スケジューリングシステムXにおける工作機械の機能最適化処理の手順を表すフローチャート。The flowchart showing the procedure of the function optimization process of the machine tool in the scheduling system X. スケジューリングシステムXによる工作機械の機能の最適化処理のシミュレーションの結果である工作機械各々のタスク処理の分担率の変遷を表すグラフ。The graph showing the transition of the task processing share of each machine tool, which is the result of the simulation of the optimization process of the function of the machine tool by the scheduling system X. スケジューリングシステムXによる工作機械の機能の最適化処理のシミュレーションの結果である工作機械各々の装着工具の数の変遷を表すグラフ。The graph showing the transition of the number of the installation tools of each machine tool which is the result of the simulation of the optimization process of the function of the machine tool by the scheduling system X.

符号の説明Explanation of symbols

X…スケジューリングシステム
Y…製造ライン
1…マスタ装置
1a…ジョブ処理データ記憶部
2…スレーブ装置
2a…工程データ記憶部
3…ネットワーク
11…受け入れヤード
12…工作機械(工程処理装置)
13…バッファ
14…搬送ライン
d1…処理機能情報
d2…タスク処理計画情報
d3…ジョブ処理計画情報
S1,S2,,…処理手順(ステップ)
X ... scheduling system Y ... production line 1 ... master device 1a ... job processing data storage unit 2 ... slave device 2a ... process data storage unit 3 ... network 11 ... receiving yard 12 ... machine tool (process processing device)
13 ... Buffer 14 ... Conveyance line d1 ... Processing function information d2 ... Task processing plan information d3 ... Job processing plan information S1, S2, ... Processing procedure (step)

Claims (10)

製造ラインの各工程を構成する工程処理装置により処理されるべき1又は複数のタスクが設定され順次発生するジョブについて,前記タスク各々を複数の工程処理装置のいずれかに割り当てるマスタ装置と,前記工程処理装置ごとに前記マスタ装置と通信可能に設けられ対応する前記工程処理装置における前記タスクの処理計画を管理する複数のスレーブ装置と,を具備するスケジューリングシステムであって,
前記工程処理装置各々が処理可能な前記タスクの種類に関する情報を有する処理機能情報を記憶する処理機能記憶手段と,
前記工程処理装置各々に割り当てられる前記タスクについてのタスク処理計画情報を記憶する処理計画記憶手段と,
前記ジョブ各々における前記タスク各々について処理が割り当てられた前記工程処理装置及びその処理計画に関する情報が設定されたジョブ処理計画情報を記憶するジョブ処理計画記憶手段と,
前記マスタ装置において,順次発生する前記ジョブの処理順序を決定するジョブ処理順序決定手段と,
決定された前記ジョブの処理順序及び該ジョブ各々における前記タスクの既定の処理順序に従って,順次前記タスク各々について少なくとも該タスクの種類に関する情報が設定された処理要求情報を前記マスタ装置から全ての前記スレーブ装置に送信する処理要求手段と,
前記スレーブ装置において,受信された前記処理要求情報と前記対応する工程処理装置に関する前記処理機能情報及び前記タスク処理計画情報とに基づいて該工程処理装置に処理を要求された前記タスクを割り当て可能な場合の該タスクの処理計画案情報を生成し,これを前記マスタ装置へ返信する処理計画案生成・返信手段と,
前記マスタ装置において,受信された前記処理計画案情報各々に基づいて前記タスクを割り当てる前記工程処理装置を決定して前記ジョブ処理計画情報を更新するタスク割当手段と,
決定された前記タスクの割当結果を前記マスタ装置から前記スレーブ装置へ通知する割当結果通知手段と,
前記スレーブ装置において,前記タスクの割当結果の通知に基づいて前記対応する工程処理装置に関する前記タスク処理計画情報を更新するタスク処理計画更新手段と,
を具備してなることを特徴とするスケジューリングシステム。
A master device that assigns each of the tasks to one of a plurality of process processing devices for a job in which one or a plurality of tasks to be processed by a process processing device constituting each process of the production line is set and sequentially generated; A scheduling system comprising: a plurality of slave devices for managing a processing plan of the task in the corresponding process processing device provided communicably with the master device for each processing device;
Processing function storage means for storing processing function information having information on the types of tasks that can be processed by each of the process processing devices;
Processing plan storage means for storing task processing plan information for the task assigned to each of the process processing devices;
Job processing plan storage means for storing job processing plan information in which information related to the process processing device to which processing for each task in each job is assigned and its processing plan is set;
Job processing order determining means for determining a processing order of the jobs that are sequentially generated in the master device;
In accordance with the determined processing order of the jobs and the predetermined processing order of the tasks in each of the jobs, processing request information in which at least information on the type of the task is sequentially set for each of the tasks from the master device to all the slaves Processing request means to be transmitted to the device;
The slave device can assign the task requested to be processed to the process processing device based on the received processing request information and the processing function information and the task processing plan information regarding the corresponding process processing device. Processing plan draft generation / reply means for generating processing plan draft information for the task and returning it to the master device;
In the master device, task assignment means for determining the process processing device to which the task is assigned based on each of the received processing plan proposal information and updating the job processing plan information;
An assignment result notifying means for notifying the determined assignment result of the task from the master device to the slave device;
In the slave device, task processing plan update means for updating the task processing plan information related to the corresponding process processing device based on the notification of the task allocation result;
A scheduling system comprising:
前記スレーブ装置において,前記対応する工程処理装置に既に割り当てられている前記タスクの処理計画の一部又は全部をキャンセルするよう前記タスク処理計画情報を更新する第1のスレーブ側計画キャンセル手段と,
前記第1のスレーブ側計画キャンセル手段により処理計画がキャンセルされた前記タスクに関するスレーブ側計画キャンセル情報を前記マスタ装置に通知するスレーブ側計画キャンセル通知手段と,
前記マスタ装置において,通知された前記スレーブ側計画キャンセル情報に基づいて前記スレーブ装置側で処理計画がキャンセルされた前記タスク及びこれに連鎖する前記タスクの処理計画をキャンセルするよう前記ジョブ処理計画情報を更新するマスタ側計画キャンセル手段と,
前記連鎖するタスクの処理計画のキャンセルを要求するキャンセル要求情報を前記マスタ装置から前記スレーブ装置へ送信するキャンセル要求手段と,
前記スレーブ装置において,受信された前記キャンセル要求情報に基づいて前記対応する工程処理装置に関する前記タスク処理計画情報を更新する第2のスレーブ側計画キャンセル手段と,
を具備してなる請求項1に記載のスケジューリングシステム。
In the slave device, first slave-side plan cancellation means for updating the task processing plan information so as to cancel a part or all of the processing plan of the task already assigned to the corresponding process processing device;
Slave-side plan cancellation notification means for notifying the master device of slave-side plan cancellation information related to the task whose processing plan has been canceled by the first slave-side plan cancellation means;
In the master device, the job processing plan information is canceled so as to cancel the task whose processing plan has been canceled on the slave device side based on the notified slave side plan cancellation information and the processing plan of the task linked to the task. Master side plan cancellation means to be updated,
Cancellation request means for transmitting cancellation request information for requesting cancellation of the processing plans of the chained tasks from the master device to the slave device;
In the slave device, a second slave-side plan cancellation means for updating the task processing plan information related to the corresponding process processing device based on the received cancellation request information;
The scheduling system according to claim 1, further comprising:
前記ジョブ各々に優先度が設定されており,
前記ジョブ処理順序決定手段が,前記ジョブの発生順序と前記優先度とに基づいて前記ジョブの処理順序を決定してなる請求項1又は2のいずれかに記載のスケジューリングシステム。
A priority is set for each of the jobs,
The scheduling system according to claim 1, wherein the job processing order determination unit determines the processing order of the jobs based on the generation order of the jobs and the priority.
前記処理要求手段が,前記優先度が設定された前記処理要求情報を前記マスタ装置から全ての前記スレーブ装置に送信し,
前記処理計画案生成・返信手段が,前記優先度の高い新たな前記タスクを優先処理する前記処理計画案情報の生成及びその前記マスタ装置への返信を行い,
前記第1のスレーブ側計画キャンセル手段が,前記優先処理に対応した前記タスク処理計画更新手段による前記タスク処理計画情報の更新が行われる場合に,前記優先度の低い前記タスクの処理計画をキャンセルするよう前記ジョブ処理計画情報を更新してなる請求項3に記載のスケジューリングシステム。
The processing request means transmits the processing request information set with the priority from the master device to all the slave devices,
The processing plan draft generation / reply means generates the processing plan draft information for preferentially processing the new task with a high priority, and returns the master plan to the master device.
The first slave-side plan cancellation unit cancels the task processing plan with the lower priority when the task processing plan update unit is updated by the task processing plan update unit corresponding to the priority processing. The scheduling system according to claim 3, wherein the job processing plan information is updated.
前記スレーブ装置において,前記処理計画案生成・返信手段により生成された前記タスクの前記処理計画案情報にその処理計画案の評価指標を設定する評価指標設定手段を具備し,
前記タスク割当手段が,前記処理計画案情報に設定された前記評価指標に基づいて前記タスクを割り当てる前記工程処理装置を決定してなる請求項1〜4のいずれかに記載のスケジューリングシステム。
The slave device includes an evaluation index setting unit that sets an evaluation index of the processing plan plan in the processing plan plan information of the task generated by the processing plan plan generation / reply unit,
The scheduling system according to claim 1, wherein the task allocation unit determines the process processing apparatus to which the task is allocated based on the evaluation index set in the processing plan proposal information.
前記評価指標設定手段が,前記対応する工程処理装置における,前記タスクの処理の余裕度,同一の前記ジョブについての前記タスクの連続処理数,処理計画の対象である前記タスクと同種の前記タスクの過去の処理実績件数及び予め設定された前記タスクの種類に応じた選好度のうちの1又は複数に基づいて前記評価指標を設定してなる請求項5に記載のスケジューリングシステム。   The evaluation index setting means, in the corresponding process processing device, the processing margin of the task, the number of continuous processing of the task for the same job, the task of the same type as the task to be processed The scheduling system according to claim 5, wherein the evaluation index is set based on one or a plurality of past processing results and a preset preference according to the task type. 前記工程処理装置各々への過去の前記タスクの割り当て実績件数及び該タスクの種類に関する情報を記憶手段に記録する第1の実績記録手段と,
過去の前記タスクの割り当て実績件数の高い1又は複数の前記工程処理装置各々について,該工程処理装置に対する過去の割り当て実績件数の高い1又は複数の種類の前記タスクのみ処理可能な機能に特化することに関する機能特化情報を出力する機能特化情報出力手段と,
を具備してなる請求項1〜6のいずれかに記載のスケジューリングシステム。
A first result recording means for recording information on the number of past assignments of the task to each of the process processing devices and the type of the task in a storage means;
For each of one or more of the process processing devices with a high number of past assignments of the task, specialize in a function that can process only one or a plurality of types of tasks with a high number of past assignments to the process processing device. Function-specific information output means for outputting function-specific information related to things;
The scheduling system according to claim 1, further comprising:
前記工程処理装置各々への過去の前記タスクの割り当て実績件数と前記処理要求手段による前記処理要求情報の1回の送信に対し前記スレーブ装置から前記タスクを割り当て可能とする前記処理計画案情報の返信が得られなかった過去の実績件数を表す機会損失件数及びそのときの前記タスクの種類とを記憶手段に記録する第2の実績記録手段と,
過去の前記タスクの割り当て実績件数の低い1又は複数の前記工程処理装置各々について,前記機会損失件数が高い1又は複数の種類の前記タスクを処理可能な機能に変更することに関する機能変更情報を出力する機能変更情報出力手段と,
を具備してなる請求項1〜7のいずれかに記載のスケジューリングシステム。
Reply of the processing plan proposal information enabling the assignment of the task from the slave device in response to a single transmission of the processing request information by the processing request means and the number of past assignments of the task to each of the process processing devices A second result recording means for recording the number of opportunity losses indicating the number of past achievements for which No is obtained and the type of the task at that time in the storage means;
For each of one or a plurality of the process processing devices with a low number of past assignments of the task, function change information related to changing the task with one or a plurality of types having a high opportunity loss number to a function capable of being processed is output. Function change information output means,
The scheduling system according to claim 1, further comprising:
製造ラインの各工程を構成する工程処理装置により処理されるべき1又は複数のタスクが設定され順次発生するジョブについて,前記タスク各々を複数の工程処理装置のいずれかに割り当てる情報処理装置であるマスタ装置と,前記工程処理装置ごとに前記マスタ装置と通信可能に設けられ対応する前記工程処理装置における前記タスクの処理計画を管理する複数の情報処理装置であるスレーブ装置と,の各々に実行させるためのスケジューリングプログラムであって,
前記工程処理装置各々が処理可能な前記タスクの種類に関する情報を有する処理機能情報を記憶する処理機能記憶手段と,
前記工程処理装置各々に割り当てられる前記タスクについてのタスク処理計画情報を記憶する処理計画記憶手段と,
前記ジョブ各々における前記タスク各々について処理が割り当てられた前記工程処理装置及びその処理計画に関する情報が設定されたジョブ処理計画情報を記憶するジョブ処理計画記憶手段と,が存在する状況下で,
前記マスタ装置において,順次発生する前記ジョブの処理順序を決定するジョブ処理順序決定ステップと,
決定された前記ジョブの処理順序及び該ジョブ各々における前記タスクの既定の処理順序に従って,順次前記タスク各々について少なくとも該タスクの種類に関する情報が設定された処理要求情報を前記マスタ装置から全ての前記スレーブ装置に送信する処理要求ステップと,
前記スレーブ装置において,受信された前記処理要求情報と前記対応する工程処理装置に関する前記処理機能情報及び前記タスク処理計画情報とに基づいて該工程処理装置に処理を要求された前記タスクを割り当て可能な場合の該タスクの処理計画案情報を生成し,これを前記マスタ装置へ返信する処理計画案生成・返信ステップと,
前記マスタ装置において,受信された前記処理計画案情報各々に基づいて前記タスクを割り当てる前記工程処理装置を決定して前記ジョブ処理計画情報を更新するタスク割当ステップと,
決定された前記タスクの割当結果を前記マスタ装置から前記スレーブ装置へ通知する割当結果通知ステップと,
前記スレーブ装置において,前記タスクの割当結果の通知に基づいて前記対応する工程処理装置に関する前記タスク処理計画情報を更新するタスク処理計画更新ステップと,
の各ステップを前記マスタ装置又は前記スレーブ装置に実行させるためのスケジューリングプログラム。
A master that is an information processing apparatus that assigns each of the tasks to one of a plurality of process processing devices for a job in which one or a plurality of tasks to be processed by a process processing device constituting each process of the production line is set and sequentially generated To execute each of a device and a slave device that is a plurality of information processing devices that are provided so as to be communicable with the master device for each of the process processing devices and manage a processing plan of the task in the corresponding process processing device Scheduling program
Processing function storage means for storing processing function information having information on the types of tasks that can be processed by each of the process processing devices;
Processing plan storage means for storing task processing plan information for the task assigned to each of the process processing devices;
In a situation where there is a job processing plan storage means for storing job processing plan information in which information about the process processing device to which processing is assigned for each of the tasks in each job and its processing plan is set,
A job processing order determination step for determining a processing order of the jobs that are sequentially generated in the master device;
In accordance with the determined processing order of the jobs and the predetermined processing order of the tasks in each of the jobs, processing request information in which at least information on the type of the task is sequentially set for each of the tasks from the master device to all the slaves A processing request step to be sent to the device;
The slave device can assign the task requested to be processed to the process processing device based on the received processing request information and the processing function information and the task processing plan information regarding the corresponding process processing device. A processing plan draft generating / replying step for generating processing plan draft information of the task in the case and returning it to the master device;
In the master device, a task assignment step for determining the process processing device to which the task is assigned based on each received processing plan proposal information and updating the job processing plan information;
An assignment result notification step of notifying the determined assignment result of the task from the master device to the slave device;
In the slave device, a task processing plan update step for updating the task processing plan information related to the corresponding process processing device based on the notification of the task allocation result;
The scheduling program for making the said master apparatus or the said slave apparatus perform each step of these.
製造ラインの各工程を構成する工程処理装置により処理されるべき1又は複数のタスクが設定され順次発生するジョブについて,前記タスク各々を複数の工程処理装置のいずれかに割り当てるマスタ装置と,前記工程処理装置ごとに前記マスタ装置と通信可能に設けられ対応する前記工程処理装置における前記タスクの処理計画を管理する複数のスレーブ装置と,を用いて実行されるスケジューリング方法であって,
前記工程処理装置各々が処理可能な前記タスクの種類に関する情報を有する処理機能情報を記憶する処理機能記憶手段と,
前記工程処理装置各々に割り当てられる前記タスクについてのタスク処理計画情報を記憶する処理計画記憶手段と,
前記ジョブ各々における前記タスク各々について処理が割り当てられた前記工程処理装置及びその処理計画に関する情報が設定されたジョブ処理計画情報を記憶するジョブ処理計画記憶手段と,が存在する状況下で,
前記マスタ装置において,順次発生する前記ジョブの処理順序を決定するジョブ処理順序決定ステップと,
決定された前記ジョブの処理順序及び該ジョブ各々における前記タスクの既定の処理順序に従って,順次前記タスク各々について少なくとも該タスクの種類に関する情報が設定された処理要求情報を前記マスタ装置から全ての前記スレーブ装置に送信する処理要求ステップと,
前記スレーブ装置において,受信された前記処理要求情報と前記対応する工程処理装置に関する前記処理機能情報及び前記タスク処理計画情報とに基づいて該工程処理装置に処理を要求された前記タスクを割り当て可能な場合の該タスクの処理計画案情報を生成し,これを前記マスタ装置へ返信する処理計画案生成・返信ステップと,
前記マスタ装置において,受信された前記処理計画案情報各々に基づいて前記タスクを割り当てる前記工程処理装置を決定して前記ジョブ処理計画情報を更新するタスク割当ステップと,
決定された前記タスクの割当結果を前記マスタ装置から前記スレーブ装置へ通知する割当結果通知ステップと,
前記スレーブ装置において,前記タスクの割当結果の通知に基づいて前記対応する工程処理装置に関する前記タスク処理計画情報を更新するタスク処理計画更新ステップと,
の各ステップを有してなることを特徴とするスケジューリング方法。
A master device that assigns each of the tasks to one of a plurality of process processing devices for a job in which one or a plurality of tasks to be processed by a process processing device constituting each process of the production line is set and sequentially generated; A plurality of slave devices for managing a processing plan of the task in the corresponding process processing device provided communicably with the master device for each processing device, and a scheduling method executed using
Processing function storage means for storing processing function information having information on the types of tasks that can be processed by each of the process processing devices;
Processing plan storage means for storing task processing plan information for the task assigned to each of the process processing devices;
In a situation where there is a job processing plan storage means for storing job processing plan information in which information about the process processing device to which processing is assigned for each of the tasks in each job and its processing plan is set,
A job processing order determination step for determining a processing order of the jobs that are sequentially generated in the master device;
In accordance with the determined processing order of the jobs and the predetermined processing order of the tasks in each of the jobs, processing request information in which at least information on the type of the task is sequentially set for each of the tasks from the master device to all the slaves A processing request step to be sent to the device;
The slave device can assign the task requested to be processed to the process processing device based on the received processing request information and the processing function information and the task processing plan information regarding the corresponding process processing device. A processing plan draft generating / replying step for generating processing plan draft information of the task in the case and returning it to the master device;
In the master device, a task assignment step for determining the process processing device to which the task is assigned based on each received processing plan proposal information and updating the job processing plan information;
An assignment result notification step of notifying the determined assignment result of the task from the master device to the slave device;
In the slave device, a task processing plan update step for updating the task processing plan information related to the corresponding process processing device based on the notification of the task allocation result;
A scheduling method comprising the steps of:
JP2004293507A 2004-10-06 2004-10-06 Scheduling system, scheduling program and scheduling method Withdrawn JP2006107167A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004293507A JP2006107167A (en) 2004-10-06 2004-10-06 Scheduling system, scheduling program and scheduling method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004293507A JP2006107167A (en) 2004-10-06 2004-10-06 Scheduling system, scheduling program and scheduling method

Publications (1)

Publication Number Publication Date
JP2006107167A true JP2006107167A (en) 2006-04-20

Family

ID=36376826

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004293507A Withdrawn JP2006107167A (en) 2004-10-06 2004-10-06 Scheduling system, scheduling program and scheduling method

Country Status (1)

Country Link
JP (1) JP2006107167A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008137749A (en) * 2006-11-30 2008-06-19 Hitachi Ltd Computer system and information management method
CN102402722A (en) * 2011-09-28 2012-04-04 上海交通大学 Method for improving assembly line efficiency of project machine products
JP2012223982A (en) * 2011-04-20 2012-11-15 Seiko Epson Corp Recorder, method of controlling recorder, and program
WO2013001951A1 (en) * 2011-06-30 2013-01-03 楽天株式会社 Ticket purchasing system, control method, program and recording medium for ticket purchasing system
WO2013140613A1 (en) * 2012-03-23 2013-09-26 株式会社日立製作所 Production project proposal determination method, production project proposal device and program
CN106155016A (en) * 2016-07-05 2016-11-23 上海交通大学 A kind of project type Product Assembly process management and control system
WO2017135247A1 (en) * 2016-02-04 2017-08-10 株式会社Kmc Production information collecting system
CN109388102A (en) * 2017-08-10 2019-02-26 发那科株式会社 Control system and parent server
CN111427688A (en) * 2020-03-23 2020-07-17 武汉轻工大学 Cloud task multi-target scheduling method and device, electronic equipment and storage medium
CN112329981A (en) * 2020-09-27 2021-02-05 广州明珞装备股份有限公司 Method, system and device for determining station optimization point and storage medium
JP2022089757A (en) * 2020-12-04 2022-06-16 ユナイテッド グラインディング グループ アーゲー Method of operating production system

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008137749A (en) * 2006-11-30 2008-06-19 Hitachi Ltd Computer system and information management method
JP2012223982A (en) * 2011-04-20 2012-11-15 Seiko Epson Corp Recorder, method of controlling recorder, and program
WO2013001951A1 (en) * 2011-06-30 2013-01-03 楽天株式会社 Ticket purchasing system, control method, program and recording medium for ticket purchasing system
JP2013015910A (en) * 2011-06-30 2013-01-24 Rakuten Inc Lottery purchase system, method for controlling the system, program and recording medium
CN102402722A (en) * 2011-09-28 2012-04-04 上海交通大学 Method for improving assembly line efficiency of project machine products
WO2013140613A1 (en) * 2012-03-23 2013-09-26 株式会社日立製作所 Production project proposal determination method, production project proposal device and program
CN104220943A (en) * 2012-03-23 2014-12-17 株式会社日立制作所 Production project proposal determination method, production project proposal device and program
JPWO2013140613A1 (en) * 2012-03-23 2015-08-03 株式会社日立製作所 Production planning decision method, production planning device and program
CN104220943B (en) * 2012-03-23 2016-06-15 株式会社日立制作所 The production schedule formulates determining method and production schedule making device
WO2017135247A1 (en) * 2016-02-04 2017-08-10 株式会社Kmc Production information collecting system
CN106155016A (en) * 2016-07-05 2016-11-23 上海交通大学 A kind of project type Product Assembly process management and control system
CN109388102A (en) * 2017-08-10 2019-02-26 发那科株式会社 Control system and parent server
JP2019036020A (en) * 2017-08-10 2019-03-07 ファナック株式会社 Control system
US10739760B2 (en) 2017-08-10 2020-08-11 Fanuc Corporation Control system
CN109388102B (en) * 2017-08-10 2021-06-18 发那科株式会社 Control system and upper server
CN111427688A (en) * 2020-03-23 2020-07-17 武汉轻工大学 Cloud task multi-target scheduling method and device, electronic equipment and storage medium
CN111427688B (en) * 2020-03-23 2023-08-11 武汉轻工大学 Cloud task multi-target scheduling method and device, electronic equipment and storage medium
CN112329981A (en) * 2020-09-27 2021-02-05 广州明珞装备股份有限公司 Method, system and device for determining station optimization point and storage medium
CN112329981B (en) * 2020-09-27 2023-10-20 广州明珞装备股份有限公司 Station optimization point determining method, system, device and storage medium
JP2022089757A (en) * 2020-12-04 2022-06-16 ユナイテッド グラインディング グループ アーゲー Method of operating production system

Similar Documents

Publication Publication Date Title
Moons et al. Integrating production scheduling and vehicle routing decisions at the operational decision level: a review and discussion
Kress et al. A worker constrained flexible job shop scheduling problem with sequence-dependent setup times
Wong et al. Integrated process planning and scheduling/rescheduling—an agent-based approach
Moons et al. Integration of order picking and vehicle routing in a B2C e-commerce context
US6195590B1 (en) System for control and resource allocation for the manufacture of a product
JP5872677B2 (en) Production planning decision method, production planning device and program
US20020198756A1 (en) Resource capacity collaboration
US10832189B2 (en) Systems and methods for dynamically scheduling tasks across an enterprise
US7162318B1 (en) Resource management and planning using a memory resident data module
US11282095B2 (en) Systems and methods of enabling forecasting
JP2006107167A (en) Scheduling system, scheduling program and scheduling method
JP2019075016A (en) Inventory management apparatus and inventory management method
JP2019008501A (en) Production managing system and production managing method
Bonfill et al. Decision support framework for coordinated production and transport scheduling in SCM
US8544009B2 (en) Method, apparatus, and product for scheduling of distributed processing based on average execution time and communication time
US7386358B2 (en) Available to promise allocation optimization tool
US8321255B1 (en) Resource management and planning in a distributed manufacturing environment
US6167320A (en) System for control and resource allocation for the manufacturing of a product
Weng et al. Control methods for dynamic time-based manufacturing under customized product lead times
CN108268313A (en) The method and apparatus of data processing
WO2006082808A1 (en) Delivery date answering program, delivery date answering method, and system for implementing the method
Loerch et al. An approach to production planning and scheduling in cyclically scheduled manufacturing systems
Chen et al. Adaptive scheduling and tool flow control in flexible job shops
Füßler et al. The cafeteria problem: order sequencing and picker routing in on-the-line picking systems
JP2006244470A (en) Delivery date reply system, delivery date reply method, and delivery date reply program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20071005

A761 Written withdrawal of application

Free format text: JAPANESE INTERMEDIATE CODE: A761

Effective date: 20081226