JP2017130059A - Program, information processing method and information processor - Google Patents

Program, information processing method and information processor Download PDF

Info

Publication number
JP2017130059A
JP2017130059A JP2016009112A JP2016009112A JP2017130059A JP 2017130059 A JP2017130059 A JP 2017130059A JP 2016009112 A JP2016009112 A JP 2016009112A JP 2016009112 A JP2016009112 A JP 2016009112A JP 2017130059 A JP2017130059 A JP 2017130059A
Authority
JP
Japan
Prior art keywords
work
worker
cpu
time
candidate
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.)
Pending
Application number
JP2016009112A
Other languages
Japanese (ja)
Inventor
直美 吉沢
Naomi Yoshizawa
直美 吉沢
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2016009112A priority Critical patent/JP2017130059A/en
Publication of JP2017130059A publication Critical patent/JP2017130059A/en
Pending 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

PROBLEM TO BE SOLVED: To provide a program capable of properly assigning a worker.SOLUTION: The program causes a computer 1 to execute a series of processing including: acquiring a flow including a plurality of works; referring to a storage part storing available workers who can carrying out the processing of the works; extracting candidate workers for the respective works; calculating the degree of fatigue of the candidate workers based on the works to be processed by the extracted candidate workers and the available time; and when the calculated degree of fatigue is smaller than a threshold level, assigning the works to the candidate workers.SELECTED DRAWING: Figure 1

Description

本発明は、プログラム、情報処理方法及び情報処理装置に関する。   The present invention relates to a program, an information processing method, and an information processing apparatus.

従来、作業者の疲労度合及び作業者の習熟度合を考慮した最適な人員配置を行う生産工程効率化の支援方法等が知られている(例えば特許文献1〜6参照)。   2. Description of the Related Art Conventionally, a production process efficiency support method and the like that perform optimal personnel assignment in consideration of worker fatigue levels and worker proficiency levels are known (see, for example, Patent Documents 1 to 6).

特開2007−79768号公報JP 2007-79768 A 特開2012−137931号公報JP 2012-137931 A 特開2005−276003号公報JP 2005-276003 A 特開2007−141039号公報JP 2007-141039 A 特開2007−22671号公報JP 2007-22671 A 特開2007−193620号公報JP 2007-193620 A

しかしながら、従来の技術では作業者の疲労度合い考慮した上での適切な割当ができていないという問題がある。   However, the conventional technique has a problem in that appropriate allocation cannot be performed in consideration of the fatigue level of the worker.

一つの側面では、適切に作業者を割り当てることが可能なプログラム等を提供することを目的とする。   An object of one aspect is to provide a program or the like capable of appropriately assigning workers.

一つの案では、コンピュータに、複数の作業を含むフローを取得し、各作業を処理することが可能な作業者を記憶した記憶部を参照し、各作業の候補作業者を抽出し、抽出した候補作業者が処理する作業及び作業をしていない時間に基づき前記候補作業者の疲労度を算出し、算出した疲労度が閾値以下である場合に、前記候補作業者に作業を割り当てる。   In one plan, a flow including a plurality of tasks is acquired by a computer, a storage unit storing workers capable of processing each task is referred to, and candidate workers for each task are extracted and extracted. The fatigue level of the candidate worker is calculated on the basis of the work to be processed by the candidate worker and the time during which the candidate worker is not working. If the calculated fatigue level is equal to or less than a threshold value, the task is assigned to the candidate worker.

一つの側面では、適切に作業者を割り当てることが可能となる。   In one aspect, it is possible to assign workers appropriately.

情報処理システムの概要を示す説明図である。It is explanatory drawing which shows the outline | summary of an information processing system. コンピュータのハードウェア群を示すブロック図である。It is a block diagram which shows the hardware group of a computer. フローDBのレコードレイアウトを示す説明図である。It is explanatory drawing which shows the record layout of flow DB. 各作業の流れを示す説明図である。It is explanatory drawing which shows the flow of each operation | work. 一部の作業を省略した各作業の流れを示す説明図である。It is explanatory drawing which shows the flow of each work which abbreviate | omitted one part of work. 圧縮後のフローDBのレコードレイアウトを示す説明図である。It is explanatory drawing which shows the record layout of flow DB after compression. 作業者DBのレコードレイアウトを示す説明図である。It is explanatory drawing which shows the record layout of worker DB. 所要時間DBのレコードレイアウトを示す説明図である。It is explanatory drawing which shows the record layout of required time DB. 候補者DBのレコードレイアウトを示す説明図である。It is explanatory drawing which shows the record layout of candidate DB. スケジュールDBのレコードレイアウトを示す説明図である。It is explanatory drawing which shows the record layout of schedule DB. 設定DBのレコードレイアウトを示す説明図である。It is explanatory drawing which shows the record layout of setting DB. 疲労度の時間的変化を示す説明図である。It is explanatory drawing which shows the time change of a fatigue degree. 疲労度の時間的変化を示す説明図である。It is explanatory drawing which shows the time change of a fatigue degree. 候補作業者及び所要時間の決定処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of determination processing of a candidate worker and required time. 平均開始時刻及び平均終了時刻の算出手順を示すフローチャートである。It is a flowchart which shows the calculation procedure of an average start time and an average end time. 最初の作業の割当手順を示すフローチャートである。It is a flowchart which shows the allocation procedure of the first work. 2回目以降の作業の割当手順を示すフローチャートである。It is a flowchart which shows the allocation procedure of the work after the 2nd time. 2回目以降の作業の割当手順を示すフローチャートである。It is a flowchart which shows the allocation procedure of the work after the 2nd time. 疲労度の算出手順を示すフローチャートである。It is a flowchart which shows the calculation procedure of a fatigue degree. 実施の形態2に係るコンピュータのハードウェア群を示すブロック図である。FIG. 6 is a block diagram illustrating a hardware group of a computer according to a second embodiment. 更新DBのレコードレイアウトを示す説明図である。It is explanatory drawing which shows the record layout of update DB. 更新処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of an update process. 更新処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of an update process. 実施の形態3に係るコンピュータのハードウェア群を示すブロック図である。FIG. 10 is a block diagram illustrating a hardware group of a computer according to a third embodiment. 第2設定DBのレコードレイアウトを示す説明図である。It is explanatory drawing which shows the record layout of 2nd setting DB. 第2設定処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of a 2nd setting process. 第2設定処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of a 2nd setting process. 第2更新DBのレコードレイアウトを示す説明図である。It is explanatory drawing which shows the record layout of 2nd update DB. 第3設定DBのレコードレイアウトを示す説明図である。It is explanatory drawing which shows the record layout of 3rd setting DB. 変更処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of a change process. 変更処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of a change process. 第3更新DBのレコードレイアウトを示す説明図である。It is explanatory drawing which shows the record layout of 3rd update DB. 候補データの一例を示す説明図である。It is explanatory drawing which shows an example of candidate data. 評価値の算出手順を示すフローチャートである。It is a flowchart which shows the calculation procedure of an evaluation value. 評価値の算出手順を示すフローチャートである。It is a flowchart which shows the calculation procedure of an evaluation value. 上述した形態のコンピュータの動作を示す機能ブロック図である。It is a functional block diagram which shows operation | movement of the computer of the form mentioned above. 実施の形態6に係るコンピュータのハードウェア群を示すブロック図である。FIG. 20 is a block diagram illustrating a hardware group of a computer according to a sixth embodiment.

実施の形態1
以下実施の形態を、図面を参照して説明する。図1は情報処理システムの概要を示す説明図である。情報処理システムは情報処理装置1及び情報処理装置2等を含む。情報処理装置1、2は、パーソナルコンピュータ、サーバコンピュータ、スマートフォン、携帯電話、PDA(Personal Digital Assistant)、または制御パネル等である。以下、情報処理装置1をコンピュータ1、情報処理装置2をコンピュータ2という。コンピュータ1及びコンピュータ2は、インターネットまたは公衆回線網等の通信網Nを介して相互に情報を送受信する。
Embodiment 1
Hereinafter, embodiments will be described with reference to the drawings. FIG. 1 is an explanatory diagram showing an outline of an information processing system. The information processing system includes an information processing device 1, an information processing device 2, and the like. The information processing apparatuses 1 and 2 are a personal computer, a server computer, a smartphone, a mobile phone, a PDA (Personal Digital Assistant), a control panel, or the like. Hereinafter, the information processing apparatus 1 is referred to as a computer 1, and the information processing apparatus 2 is referred to as a computer 2. The computer 1 and the computer 2 transmit / receive information to / from each other via a communication network N such as the Internet or a public line network.

コンピュータ1は通信網Nを介してコンピュータ2から送信された複数の作業を含むフローを受信する。なお、本実施形態ではフローを他のコンピュータ2からダウンロードする例を示したがこれに限るものではない。例えばUSB(Universal Serial Bus)メモリ等の記録媒体を通じてフローを取得するようにしても良い。フローは時系列で処理すべき複数の作業の流れを示すものである。なお、フローは、時系列で分岐し、同じ時間帯に処理される作業を含んでいても良い。図1に示すフローでは、作業1の後にフローが分岐しており、作業2、4及び6と、作業3、5及び7とは一部重複した時間帯に処理が行われる。   The computer 1 receives a flow including a plurality of operations transmitted from the computer 2 via the communication network N. In the present embodiment, an example in which a flow is downloaded from another computer 2 is shown, but the present invention is not limited to this. For example, the flow may be acquired through a recording medium such as a USB (Universal Serial Bus) memory. The flow shows a plurality of work flows to be processed in time series. Note that the flow may include work that branches in time series and is processed in the same time zone. In the flow shown in FIG. 1, the flow branches after the operation 1, and the operations 2, 4 and 6 and the operations 3, 5 and 7 are processed in a partially overlapping time zone.

またフローは分岐した作業が合流する作業を含んでいても良い。図1に示すフローでは、作業8は作業6及び作業7の双方が完了したことを条件に処理される。なお、図1に示す例は一例でありこれに限るものではない。コンピュータ1はフローを受信した後、以下に述べる処理を実行することにより各作業を処理する作業者(図1の例では作業者A〜Q)を割り当てる。以下詳細を説明する。   Further, the flow may include an operation in which branched operations merge. In the flow shown in FIG. 1, the work 8 is processed on condition that both the work 6 and the work 7 are completed. The example shown in FIG. 1 is an example, and the present invention is not limited to this. After receiving the flow, the computer 1 assigns workers (workers A to Q in the example of FIG. 1) to perform each work by executing the processes described below. Details will be described below.

図2はコンピュータ1のハードウェア群を示すブロック図である。コンピュータ1は制御部としてのCPU(Central Processing Unit)11、RAM(Random Access Memory)12、入力部13、表示部14、記憶部15、時計部18及び通信部16等を含む。CPU11は、バス17を介してハードウェア各部と接続されている。CPU11は記憶部15に記憶された制御プログラム15Pに従いハードウェア各部を制御する。RAM12は例えばSRAM(Static RAM)、DRAM(Dynamic RAM)、フラッシュメモリ等である。RAM12は、記憶部としても機能し、CPU11による各種プログラムの実行時に発生する種々のデータを一時的に記憶する。   FIG. 2 is a block diagram showing a hardware group of the computer 1. The computer 1 includes a CPU (Central Processing Unit) 11 as a control unit, a RAM (Random Access Memory) 12, an input unit 13, a display unit 14, a storage unit 15, a clock unit 18, a communication unit 16, and the like. The CPU 11 is connected to each part of the hardware via the bus 17. The CPU 11 controls each part of the hardware according to the control program 15P stored in the storage unit 15. The RAM 12 is, for example, SRAM (Static RAM), DRAM (Dynamic RAM), flash memory, or the like. The RAM 12 also functions as a storage unit, and temporarily stores various data generated when the CPU 11 executes various programs.

入力部13はタッチパネル、ボタン等の入力デバイスであり、受け付けた操作情報をCPU11へ出力する。表示部14は液晶ディスプレイまたは有機EL(electroluminescence)ディスプレイ等であり、CPU11の指示に従い各種情報を表示する。通信部16は通信モジュールであり、コンピュータ2等と間で情報の送受信を行う。時計部18は日時情報をCPU11へ出力する。   The input unit 13 is an input device such as a touch panel or a button, and outputs received operation information to the CPU 11. The display unit 14 is a liquid crystal display, an organic EL (electroluminescence) display, or the like, and displays various information according to instructions from the CPU 11. The communication unit 16 is a communication module, and transmits and receives information to and from the computer 2 and the like. The clock unit 18 outputs date information to the CPU 11.

記憶部15は大容量メモリであり、制御プログラム15P、フローデータベース(以下、DBという)151、作業者DB152、所要時間DB153、候補者DB154、スケジュールDB155及び設定DB156等を含む。なお、実施形態ではフローDB151等を記憶部15に記憶する例を挙げたが、これに限るものではなく、図示しない他のDBサーバに記憶する他、RAM12等に記憶しても良い。   The storage unit 15 is a large-capacity memory, and includes a control program 15P, a flow database (hereinafter referred to as DB) 151, a worker DB 152, a required time DB 153, a candidate DB 154, a schedule DB 155, a setting DB 156, and the like. In the embodiment, the flow DB 151 and the like are stored in the storage unit 15. However, the present invention is not limited to this, and the flow DB 151 and the like may be stored in the RAM 12 or the like in addition to being stored in another DB server (not shown).

図3は、フローDB151のレコードレイアウトを示す説明図である。CPU11は、コンピュータ2から受信したフロー及びフローを特定するための識別情報(以下、フローIDという)を、通信部16を介して受信する。CPU11は、受信したフローをフローIDに対応付けて、フローDB151に記憶する。図3の例は、フローID001の例を示す。なお、以下では説明を容易にするために、フローID001のフローについてのみ取り上げて説明する。フローDB151は、作業IDフィールド、作業名フィールド、起動条件フィールド、ノードフィールド及び実行権限フィールド等を含む。   FIG. 3 is an explanatory diagram showing a record layout of the flow DB 151. The CPU 11 receives the flow received from the computer 2 and identification information for specifying the flow (hereinafter referred to as flow ID) via the communication unit 16. The CPU 11 stores the received flow in the flow DB 151 in association with the flow ID. The example of FIG. 3 shows an example of the flow ID 001. In the following description, only the flow with the flow ID 001 is taken up and described for ease of explanation. The flow DB 151 includes a work ID field, a work name field, an activation condition field, a node field, an execution authority field, and the like.

作業IDフィールドには、フローの作業を特定するための識別情報(以下、作業ID)が記憶されている。図3の例では、作業ID1〜10までが記憶されている。以下では場合により作業ID1の作業を作業1と読み替えて説明する。作業名フィールドには、「動作確認」、「作業開始承認」等、作業の具体的名称が記憶されている。起動条件フィールドには、作業順序を制御するための情報が記憶されている。例えばORは直前の作業(図3の例では作業1)が終了した時点で、作業(図3の例では作業3)に入ることを示す。またANDは、直前の作業(図3の例では作業6及び7)が全て終了してから、作業(図3の例では作業8)に入ることを示す。   In the work ID field, identification information (hereinafter, work ID) for specifying the work of the flow is stored. In the example of FIG. 3, work IDs 1 to 10 are stored. In the following description, the work with work ID 1 is read as work 1 in some cases. In the work name field, specific names of work such as “operation check” and “work start approval” are stored. Information for controlling the work order is stored in the activation condition field. For example, OR indicates that the work (work 3 in the example of FIG. 3) is entered when the previous work (work 1 in the example of FIG. 3) is completed. AND indicates that the work (work 8 in the example of FIG. 3) is entered after all the previous work (work 6 and 7 in the example of FIG. 3) is completed.

ノードフィールドには作業終了後に移行する作業IDが記憶されている。例えば作業1では、作業2及び作業3へ移行し、作業2の後は作業4へ移行することが理解できる。また作業3では、作業3での判断がtrueの場合、作業7へ移行し、作業3での判断がfailの場合、作業5へ移行する。作業10は最後の作業であるので、ENDが記憶されている。実行権限フィールドには、作業IDに対応付けて各作業を実行することが可能な作業者を特定するための実行権限が記憶されている。例えば実行権限「admin01」は、実行権限「admin01」が付与された特定の作業者のみが、作業1を処理することができる。なお、実行権限「AUTO」は、作業者ではなく、コンピュータ1が処理することを示す。   The node field stores a work ID to be transferred after the work is finished. For example, in operation 1, it can be understood that the operation moves to operation 2 and operation 3, and after operation 2, the operation moves to operation 4. In operation 3, if the determination in operation 3 is true, the operation proceeds to operation 7, and if the determination in operation 3 is fail, the operation proceeds to operation 5. Since work 10 is the last work, END is stored. In the execution authority field, execution authority for specifying an operator who can execute each work in association with the work ID is stored. For example, the execution authority “admin01” can process the operation 1 only by a specific worker to whom the execution authority “admin01” is granted. The execution authority “AUTO” indicates that the processing is performed by the computer 1, not the worker.

図4は各作業の流れを示す説明図であり、図5は一部の作業を省略した各作業の流れを示す説明図である。本実施形態では説明を容易にするために、直後の作業が直前の作業と同様の効果を有する場合に、直後の作業を省略した例を挙げて説明する。本実施形態では作業3の作業と直後の作業5の作業との効果が重複するため、図5に示すように作業5を省略している。   FIG. 4 is an explanatory view showing the flow of each work, and FIG. 5 is an explanatory view showing the flow of each work with some work omitted. In the present embodiment, for ease of explanation, an example in which the immediately following work is omitted when the immediately following work has the same effect as the immediately preceding work will be described. In the present embodiment, since the effects of the work 3 and the work 5 immediately after the work overlap, the work 5 is omitted as shown in FIG.

図6は圧縮後のフローDB151のレコードレイアウトを示す説明図である。作業5が削除され、作業3のノードが作業7に設定されている。以下では、説明を容易にするために図6に記載のフローに基づき説明を行う。   FIG. 6 is an explanatory diagram showing the record layout of the flow DB 151 after compression. Work 5 is deleted, and the node of work 3 is set to work 7. Below, in order to demonstrate easily, it demonstrates based on the flow as described in FIG.

図7は、作業者DB152のレコードレイアウトを示す説明図である。作業者DB152は、作業名フィールド、実行権限フィールド及び作業者管理レベルフィールド等を含む。実行権限フィールドには作業名に対応付けて実行権限が記憶されている。作業者管理レベルフィールドには、作業名及び実行権限に対応付けて、レベルに応じて作業を実行することが可能な作業者名が記憶されている。なお、本実施形態では作業者名としたが、作業者IDを記憶しても良い。   FIG. 7 is an explanatory diagram showing a record layout of the worker DB 152. The worker DB 152 includes a work name field, an execution authority field, a worker management level field, and the like. In the execution authority field, execution authority is stored in association with the work name. The worker management level field stores the name of the worker who can execute the work according to the level in association with the work name and the execution authority. Although the worker name is used in the present embodiment, the worker ID may be stored.

レベルは数値が低いほど、各作業に対する処理能力が高いことを示す。本実施形態では処理能力の一つとして、処理速度を例に挙げて説明する。図7の例では作業名「MW3 update」については、レベル1の作業者がB、レベル2の作業者がP、レベル3の作業者がQである。この場合、作業者Bが最も処理能力が高く、次いで作業者Pの処理能力が高く、作業者Qの処理能力は最も低いことを示している。過去の作業成績等に基づき、ユーザは入力部13を通じて、作業者DB152に実行権限及び作業者管理レベルに応じた作業者を入力する。CPU11は、入力された実行権限及び作業者管理レベルに応じた作業者名を作業者DB152に記憶する。   The lower the level, the higher the processing capacity for each task. In the present embodiment, a processing speed will be described as an example of processing capacity. In the example of FIG. 7, for the work name “MW3 update”, the level 1 worker is B, the level 2 worker is P, and the level 3 worker is Q. In this case, worker B has the highest processing capability, worker P has the highest processing capability, and worker Q has the lowest processing capability. Based on past work results and the like, the user inputs an operator according to the execution authority and the worker management level to the worker DB 152 through the input unit 13. The CPU 11 stores the worker name corresponding to the input execution authority and worker management level in the worker DB 152.

図8は所要時間DB153のレコードレイアウトを示す説明図である。所要時間DB153には、各作業名に対応付けて、作業者が処理に要する処理時間(以下、所要時間という)が記憶されている。所要時間には平均所要時間、レベル1の作業者の所要時間、レベル2の作業者の所要時間、及び、レベル3の作業者の所要時間が記憶されている。例えば作業名「完了確認」については、平均所要時間は10分、最速であるレベル1の所要時間は7分、次に早いレベル2の所要時間は15分、最も所要時間が長いレベル3の所要時間は16分となっている。ユーザは、過去の各作業者の所要時間等に基づき、平均処理時間、各レベルの所要時間を求め、入力部13を通じて所要時間を入力する。CPU11は、入力された所要時間を所要時間DB153に記憶する。   FIG. 8 is an explanatory diagram showing a record layout of the required time DB 153. The required time DB 153 stores a processing time (hereinafter referred to as a required time) required for processing by the worker in association with each work name. The required time stores the average required time, the required time for the level 1 worker, the required time for the level 2 worker, and the required time for the level 3 worker. For example, for the work name “completion confirmation”, the average required time is 10 minutes, the fastest time required for level 1 is 7 minutes, the next time required for level 2 is 15 minutes, and the time required for level 3 is the longest. The time is 16 minutes. The user obtains the average processing time and the required time for each level based on the required time of each worker in the past, and inputs the required time through the input unit 13. The CPU 11 stores the input required time in the required time DB 153.

図9は候補者DB154のレコードレイアウトを示す説明図である。候補者DB154には、作業ID及び実行権限に対応付けて、作業を行うことが可能な候補作業者及び各候補作業者の所要時間が記憶されている。例えば作業名「適用是非検討」は、候補作業者はA及びRである。また作業者Aの所要時間は7分であり、作業者Rの作業時間は15分である。なお、実行権限が「AUTO」の場合(作業4)はコンピュータ1が実行するものであるため候補作業者は記憶されていない。   FIG. 9 is an explanatory diagram showing a record layout of the candidate DB 154. The candidate DB 154 stores a candidate worker who can perform the work and the required time of each candidate worker in association with the work ID and the execution authority. For example, for the work name “examine application”, the candidate workers are A and R. The time required for the worker A is 7 minutes, and the work time for the worker R is 15 minutes. When the execution authority is “AUTO” (operation 4), the candidate operator is not stored because the computer 1 executes the operation authority.

作業名「MW3 update」の候補作業者は作業者A、作業者D、作業者E、作業者F及び作業者Gであるが、本実施形態では説明を容易にするために、候補作業者を作業者A、作業者D及び作業者Eの3名としている。CPU11は、作業者DB152を参照し、実行権限に対応する作業者及びレベルを読み出す。CPU11は、実行権限に対応付けて候補作業者を候補者DB154に記憶する。CPU11は、作業者DB152を参照し、作業名及び実行権限に対応する作業者及び各作業者のレベルを読み出す。CPU11は、所要時間DB153を参照し、作業名及び実行権限に対応する各レベルの所要時間を読み出す。CPU11は、各候補作業者のレベルを参照し、レベルに対応する所要時間を候補者DB154に記憶する。   The candidate workers with the work name “MW3 update” are the worker A, the worker D, the worker E, the worker F, and the worker G. In this embodiment, in order to facilitate the explanation, the candidate workers are selected. There are three workers, worker A, worker D, and worker E. The CPU 11 reads the worker and level corresponding to the execution authority with reference to the worker DB 152. The CPU 11 stores the candidate worker in the candidate DB 154 in association with the execution authority. The CPU 11 refers to the worker DB 152 and reads the worker corresponding to the work name and execution authority and the level of each worker. The CPU 11 refers to the required time DB 153 and reads the required time at each level corresponding to the work name and execution authority. The CPU 11 refers to the level of each candidate worker and stores the required time corresponding to the level in the candidate DB 154.

図10はスケジュールDB155のレコードレイアウトを示す説明図である。スケジュールDB155には、作業IDに対応付けて、平均所要時間、平均開始時刻及び平均終了時刻が記憶されている。平均所要時間は、各作業を処理するのに要する平均所要時間が記憶されている。平均終了時刻は各作業を終了した時点の時刻を記憶している。また平均開始時刻は、新たな作業を開始する際の開始時刻であり、第1回目は0、第2回目以降は直前の平均終了時刻に一致する。なお、実施形態では説明を容易にするために、平均開始時刻及び平均終了時刻は、実時間ではなく、経過時間を図に記載している。   FIG. 10 is an explanatory diagram showing a record layout of the schedule DB 155. As shown in FIG. The schedule DB 155 stores an average required time, an average start time, and an average end time in association with the work ID. The average required time stores the average required time required to process each work. The average end time stores the time when each work is completed. The average start time is a start time when a new work is started. The first time is 0, and the second and subsequent times are the same as the previous average end time. In the embodiment, for ease of explanation, the average start time and the average end time are not the actual time but the elapsed time.

CPU11は、所要時間DB153を参照し、各作業名に対応する平均所要時間を読み出す。CPU11は、スケジュールDB155に、作業名に対応付けて、読み出した平均所要時間を記憶する。CPU11は、ノードの情報を参照し、直前の平均所要時間に前回の平均終了時刻を加算し、平均終了時刻を算出する。CPU11は、算出した平均終了時刻を作業IDに対応付けて記憶する。なお、第1回目の平均終了時刻は直前の平均所要時間が存在しないので、作業1の平均所要時間である10分となっている。   The CPU 11 refers to the required time DB 153 and reads the average required time corresponding to each work name. The CPU 11 stores the read average required time in the schedule DB 155 in association with the work name. The CPU 11 refers to the node information, adds the previous average end time to the previous average required time, and calculates the average end time. The CPU 11 stores the calculated average end time in association with the work ID. The first average end time is 10 minutes, which is the average required time for work 1, since there is no previous average required time.

CPU11は、ノードの情報を参照し、直前の作業の平均終了時刻を平均開始時刻として、スケジュールDB155に記憶する。CPU11は、起動条件にANDが記憶されている場合、直前の平均終了時刻の内、最も遅い平均終了時刻を、平均開始時刻としてスケジュールDB155に記憶する。例えば、作業8の直前の作業は作業6及び作業7が並行して行われている。作業6の平均終了時刻は100、作業7の平均終了時刻は90であるため、CPU11は、作業6の平均作業終了時刻100を、作業8の平均作業開始時刻とする。   The CPU 11 refers to the node information, and stores it in the schedule DB 155 with the average end time of the immediately preceding work as the average start time. When AND is stored in the activation condition, the CPU 11 stores the latest average end time among the previous average end times in the schedule DB 155 as the average start time. For example, the work immediately before the work 8 is performed in parallel with the work 6 and the work 7. Since the average end time of the work 6 is 100 and the average end time of the work 7 is 90, the CPU 11 sets the average work end time 100 of the work 6 as the average work start time of the work 8.

図11は設定DB156のレコードレイアウトを示す説明図である。設定DB156には上述した作業IDフィールド等に加えて、作業者フィールド、所要時間フィールド、開始時刻フィールド及び終了時刻フィールド等が設けられている。作業者フィールドには、候補作業者の中から、後述する条件に従い割り当てられた作業者が記憶されている。所要時間フィールドには、作業者の当該作業に要する所要時間が記憶されている。開始時刻フィールドには、作業を開始する時刻が記憶されており、終了時刻フィールドには、作業を終了する時刻が記憶されている。   FIG. 11 is an explanatory diagram showing a record layout of the setting DB 156. The setting DB 156 includes an operator field, a required time field, a start time field, an end time field, and the like in addition to the above-described work ID field. In the worker field, among the candidate workers, workers assigned according to conditions described later are stored. The required time field stores the required time required for the operator's work. The start time field stores the time at which the work starts, and the end time field stores the time at which the work ends.

図11の例では作業1は作業者A、作業2は作業者A、作業3は作業者A、作業7は作業者B、作業6は作業者C、作業8は作業者D、作業9は作業者E、作業10は作業者Fがそれぞれ割り当てられている。CPU11は、作業者DB152及び所要時間DB153を参照し、各担当者のレベルに応じた所要時間を設定DB156に記憶する。CPU11は、上述した方法により、各作業者の開始時刻及び終了時刻を算出し、設定DB156に記憶する。   In the example of FIG. 11, work 1 is worker A, work 2 is worker A, work 3 is worker A, work 7 is worker B, work 6 is worker C, work 8 is worker D, work 9 is Worker E and worker 10 are assigned worker F, respectively. The CPU 11 refers to the worker DB 152 and the required time DB 153 and stores the required time corresponding to the level of each person in charge in the setting DB 156. The CPU 11 calculates the start time and end time of each worker by the method described above, and stores it in the setting DB 156.

続いて、割当条件について説明する。割当条件C1-1として、CPU11は、候補者DB154を参照し、候補作業者から所要時間の最も短い作業者を抽出する。その際、CPU11は、抽出した作業者をuser_thisとする。割当条件C1-2として、CPU11は、時系列で前の作業の作業者が、対象となる作業の作業者と一致するか否かを判断する。CPU11は、一致すると判断した場合は、user_thisにuser_pをセットする。   Next, allocation conditions will be described. As the allocation condition C1-1, the CPU 11 refers to the candidate DB 154 and extracts the worker with the shortest required time from the candidate workers. At this time, the CPU 11 sets the extracted worker as user_this. As the allocation condition C1-2, the CPU 11 determines whether the worker of the previous work in time series matches the worker of the target work. If the CPU 11 determines that they match, user_p is set in user_this.

割当条件C1-2-aとして、CPU11は、時系列で前の作業者と対象作業の候補作業者が同一であり、累積所要時間に所要時間を加算した加算時間が第2設定時間(例えば80分)を超えるか否かを判断する。CPU11は、加算時間が第2設定時間を超えない場合、対象作業に同一の作業者を割り当てる。なお、第2設定時間は予め作業に対応付けて記憶部15に記憶されている。CPU11は、加算時間が第2設定時間を超える場合、対象作業に他の候補作業者を割り当てる。例えば作業1−作業2−作業3という連続する作業を考える。ここで、作業1(作業者A所要時間20分)−作業2(作業者A所要時間30分)は作業者割当が終わっており、作業3の作業者を設定するとする。   As the allocation condition C1-2-a, the CPU 11 determines that the previous worker in time series and the candidate worker of the target task are the same, and the addition time obtained by adding the required time to the accumulated required time is the second set time (for example, 80 Min). When the addition time does not exceed the second set time, the CPU 11 assigns the same worker to the target work. The second set time is stored in advance in the storage unit 15 in association with the work. When the addition time exceeds the second set time, the CPU 11 assigns another candidate worker to the target work. For example, consider a continuous operation of operation 1-operation 2-operation 3. Here, it is assumed that worker 1 has been assigned to work 1 (worker A required time 20 minutes) −work 2 (worker A required time 30 minutes), and the worker of work 3 is set.

割当条件、C1-1及びC1-2の条件により作業者user_thisが作業者Aであるとする。作業者Aは作業1及び作業2を処理する。作業者Aは作業3よりも前の作業が割り当てられているため、累計所要時間は50分(20分+30分)となる。この作業3のuser_this(作業者A)による所要時間は20分であるので、作業者Aには作業3を割り当てた時点で、加算時間は70分となる。ここで、第2設定時間が80分である場合、作業3には作業者Aが再び割り当てられる。加算時間が90分である場合、作業3には他の候補作業者の内、最も所要時間の短い作業者が割り当てられる。   It is assumed that the worker user_this is the worker A according to the allocation conditions, C1-1 and C1-2. Worker A processes work 1 and work 2. Since worker A is assigned a work prior to work 3, the total required time is 50 minutes (20 minutes + 30 minutes). Since the time required for user_this (worker A) of work 3 is 20 minutes, when work 3 is assigned to worker A, the addition time is 70 minutes. Here, when the second set time is 80 minutes, the worker A is reassigned to the work 3. When the addition time is 90 minutes, among the other candidate workers, the worker with the shortest required time is assigned to the operation 3.

割当条件2-1として、CPU11は、連続作業時間(user_this==user_p)が第1設定時間(例えば60分)を超えるか否かを判断する。CPU11は、連続作業時間が第1設定時間を超えない場合、同一作業者を割り当てる。CPU11は、連続作業時間が第1設定時間を超える場合、他の候補作業者の内、最も所要時間の短い作業者を割り当てる。   As the allocation condition 2-1, the CPU 11 determines whether or not the continuous work time (user_this == user_p) exceeds a first set time (for example, 60 minutes). When the continuous work time does not exceed the first set time, the CPU 11 assigns the same worker. When the continuous work time exceeds the first set time, the CPU 11 assigns the worker having the shortest required time among other candidate workers.

割当条件2-2として、CPU11は、作業者の疲労度が閾値を以下か否かを判断する。CPU11は、作業者の疲労度が閾値以下である場合、同一作業者を割り当てる。CPU11は、作業者の疲労度が閾値を超える場合、他の候補作業者の内、最も所要時間の短い作業者を割り当てる。   As the allocation condition 2-2, the CPU 11 determines whether or not the worker's fatigue level is equal to or less than a threshold value. CPU11 allocates the same worker, when a worker's fatigue degree is below a threshold. When the worker's fatigue level exceeds the threshold, the CPU 11 assigns the worker having the shortest required time among other candidate workers.

図12は疲労度の時間的変化を示す説明図である。図12に示すグラフの横軸は時間、縦軸は疲労度を示す。同一作業者が連続して割り当てられた作業を処理する場合、連続する作業を終えた時点で疲労度は1となる。以下では同一作業者が連続して処理する作業、及び、連続しない一の作業を作業塊という。図11及び図12の例では作業1〜作業3を作業者Aが連続して作業を行っている。この場合、作業1〜作業3が作業塊となる。また作業者Aが作業1を行い、作業者Bが作業2を行った場合、作業1、及び、作業2にそれぞれが作業塊となる。CPU11は、作業塊を終えた時点の終了時刻t=21にて疲労度は単位疲労度となる。本実施形態では1つの作業塊を作業することに伴う単位疲労度を1であるものとして説明する。作業終了時から作業を行っていない場合、CPU11は、一定の係数を、作業を行っていない時間(以下、非作業時間という)に乗ずることにより疲労度を算出する。作業塊終了後の疲労度は下記式1で表すことができる。   FIG. 12 is an explanatory diagram showing the temporal change in the degree of fatigue. The horizontal axis of the graph shown in FIG. 12 indicates time, and the vertical axis indicates the degree of fatigue. When the same worker processes continuously assigned tasks, the fatigue level becomes 1 when the consecutive tasks are finished. In the following, a work that is continuously processed by the same worker and a single work that is not continuous are referred to as a work lump. In the example of FIGS. 11 and 12, the worker A continuously performs the operations 1 to 3. In this case, work 1 to work 3 become a work lump. Further, when the worker A performs the work 1 and the worker B performs the work 2, each of the work 1 and the work 2 becomes a work lump. The CPU 11 has a unit fatigue level at the end time t = 21 when the work piece is finished. In the present embodiment, the unit fatigue degree associated with working one work lump is assumed to be 1. When the work has not been performed since the end of the work, the CPU 11 calculates the degree of fatigue by multiplying a constant coefficient by a time during which the work is not performed (hereinafter referred to as a non-work time). The degree of fatigue after completion of the work lump can be expressed by the following formula 1.

作業塊終了後の疲労度=作業塊終了時の疲労度-係数×非作業時間 …式(1)   Fatigue after completion of work lump = Fatigue at end of work lump-factor x non-working time (1)

疲労度の算出式は記憶部15に記憶されている。実施形態では、0.25/60分を係数とする例を挙げて説明する。時刻t=21の段階では作業塊の終了段階にあり疲労度は単位疲労度1となっている。作業6の終了時刻がt=94の場合、CPU11は、作業塊終了時の疲労度1から、係数に非作業時間73分(94分−21分)を乗じた値を減じて、作業塊終了後の疲労度0.69を算出する。CPU11は、記憶部15から閾値(例えば0.5)を読み出す。CPU11は、疲労度は0.69であり、閾値0.5より大きいため、作業者Aを休息させるべく、候補者DB154を参照し、他の候補作業者の中から、作業時間の短い作業者を抽出する。   The calculation formula for the fatigue level is stored in the storage unit 15. In the embodiment, an example using 0.25 / 60 minutes as a coefficient will be described. At the time t = 21, the work block is at the end stage, and the fatigue level is unit fatigue level 1. When the end time of the work 6 is t = 94, the CPU 11 subtracts a value obtained by multiplying the coefficient 1 by the non-work time 73 minutes (94 minutes-21 minutes) from the fatigue level 1 at the end of the work chunk, and ends the work chunk. The later fatigue level of 0.69 is calculated. The CPU 11 reads a threshold value (for example, 0.5) from the storage unit 15. The CPU 11 has a fatigue level of 0.69 and is larger than the threshold value 0.5. Therefore, the CPU 11 refers to the candidate DB 154 and extracts a worker with a short work time from other candidate workers in order to rest the worker A.

図11の例では、候補作業者は作業者A、作業者D及び作業者Eである。CPU11は、作業者Aは割当条件2-2により疲労度が閾値を超えるため、作業者Dまたは作業者Eを選択する。本実施形態では作業者Dを最終的に作業8に割り当てている。一方、CPU11は、作業者Aの疲労度が閾値以下である場合、所要時間の早い作業者Aを再び割り当てる。この場合、作業者Aの疲労度は作業8に係る作業塊を終えた時点で更に単位疲労度1が加算される。   In the example of FIG. 11, the candidate workers are worker A, worker D, and worker E. The CPU 11 selects the worker D or the worker E because the worker A has a fatigue level exceeding the threshold value according to the allocation condition 2-2. In this embodiment, the worker D is finally assigned to the work 8. On the other hand, when the fatigue level of the worker A is equal to or less than the threshold value, the CPU 11 reassigns the worker A with a fast required time. In this case, the fatigue level of the worker A is further incremented by the unit fatigue level 1 when the work lump related to the work 8 is finished.

図13は疲労度の時間的変化を示す説明図である。例えば時刻t=100の時点で、作業者Aが作業8を処理した場合、CPU11は、時刻t=100の時点の疲労度に単位疲労度1を加算する。CPU11は、作業塊である作業8を終えた時点から、作業9及び作業10が開始するまでに減少する疲労度を、式1に基づき算出する。CPU11は、作業9及び10を行う際の疲労度が閾値(例えば3)を超えているか否かを判断する。CPU11は、疲労度が閾値以下であると判断した場合、新たな作業塊である作業9及び10を作業者Aに割り当てる。CPU11は、算出した疲労度に、さらに単位疲労度1を加算し作業9及び作業10の終了時刻の疲労度を算出する。   FIG. 13 is an explanatory diagram showing a temporal change in the fatigue level. For example, when the worker A processes the work 8 at the time t = 100, the CPU 11 adds the unit fatigue degree 1 to the fatigue degree at the time t = 100. The CPU 11 calculates the fatigue level that decreases from the time when the work 8 that is a work lump is completed until the work 9 and the work 10 start based on the formula 1. CPU11 judges whether the fatigue degree at the time of performing work 9 and 10 exceeds a threshold (for example, 3). When the CPU 11 determines that the fatigue level is equal to or less than the threshold value, the CPU 11 assigns the work 9 and 10 that are new work blocks to the worker A. The CPU 11 adds the unit fatigue level 1 to the calculated fatigue level to calculate the fatigue levels at the end times of the work 9 and the work 10.

続いて図11の各作業に対する作業者の割当について説明する。CPU11は、候補者DB154を参照し、作業1の候補作業者及び所要時間を読み出す。図9の例では候補作業者A、所要時間7分、候補作業者R、所要時間15分が読み出される。CPU11は、割当条件C1-1に基づき所要時間の短い作業者Aを割り当てる。CPU11は、図11に示す設定DB156に、作業1に対応付けて作業者Aを記憶する。なお、第1回目の判断であるため、CPU11は、他の割当条件については判断しない。   Next, the assignment of workers to each work in FIG. 11 will be described. The CPU 11 refers to the candidate DB 154 and reads the candidate worker and the required time for the work 1. In the example of FIG. 9, candidate worker A, required time 7 minutes, candidate worker R, and required time 15 minutes are read out. The CPU 11 assigns the worker A having a short required time based on the assignment condition C1-1. The CPU 11 stores worker A in association with work 1 in the setting DB 156 shown in FIG. Note that since this is the first determination, the CPU 11 does not determine other allocation conditions.

CPU11は、設定DB156に、作業1に対応付けて、所要時間7分、終了時刻7分を記憶する。なお、CPU11は、開始時刻0分に所要時間7分を加算して終了時刻7分を算出する。CPU11は、作業2の候補作業者及び所要時間を、候補者DB154を参照して読み出す。図9の例では候補作業者A、所要時間7分、候補作業者R、所要時間15分が読み出される。CPU11は、割当条件C1-1に基づき所要時間の短い作業者Aを割り当てる。   The CPU 11 stores a required time of 7 minutes and an end time of 7 minutes in the setting DB 156 in association with the work 1. The CPU 11 calculates the end time 7 minutes by adding the required time 7 minutes to the start time 0 minutes. The CPU 11 reads the candidate worker and the required time for the work 2 with reference to the candidate DB 154. In the example of FIG. 9, candidate worker A, required time 7 minutes, candidate worker R, and required time 15 minutes are read out. The CPU 11 assigns the worker A having a short required time based on the assignment condition C1-1.

CPU11は、割当条件C1-2により、作業1の作業者と同一であるため、作業者A(user_this)をuser_pにセットする。CPU11は、時系列で前の作業者と対象作業の候補作業者が同一であり、累積所要時間7分に、作業者Aの所要時間7分を加算した加算時間が第2設定時間(例えば80分)を超えるか否かを判断する。CPU11は、第2設定時間を超えていないと判断する。CPU11は、作業者Aを候補作業者として維持する。CPU11は、割当条件2-1として、作業を新たに割り当てた場合の連続作業時間(14分、user_this==user_p)が第1設定時間(例えば60分)を超えるか否かを判断する。CPU11は、第1設定時間を超えていないと判断する。   The CPU 11 sets the worker A (user_this) to user_p because it is the same as the worker of the work 1 according to the assignment condition C1-2. In the CPU 11, the previous worker in time series and the candidate worker of the target work are the same, and the addition time obtained by adding the required time 7 minutes of the worker A to the accumulated required time 7 minutes is the second set time (for example, 80 Min). The CPU 11 determines that the second set time has not been exceeded. The CPU 11 maintains worker A as a candidate worker. As the assignment condition 2-1, the CPU 11 determines whether or not the continuous work time (14 minutes, user_this == user_p) when a work is newly assigned exceeds a first set time (for example, 60 minutes). The CPU 11 determines that the first set time has not been exceeded.

CPU11は、割当条件2-2に関し、作業塊の途中であるため、作業者Aの疲労度は0であり、閾値以下と判断する。以上により、CPU11は、候補作業者を作業者Aとして、設定DB156に、作業2に対応付けて記憶する。CPU11は、設定DB156に、作業2に対応付けて、所要時間7分、開始時刻7分、終了時刻14分を記憶する。なお、CPU11は、開始時刻を時系列で前の終了時刻と同じ値とする。CPU11は、開始時刻7分に所要時間7分を加算して終了時刻14分を算出する。   Since the CPU 11 is in the middle of a work lump with respect to the allocation condition 2-2, the fatigue level of the worker A is 0 and is determined to be equal to or less than the threshold. As described above, the CPU 11 stores the candidate worker as the worker A in association with the work 2 in the setting DB 156. The CPU 11 stores the required time of 7 minutes, the start time of 7 minutes, and the end time of 14 minutes in the setting DB 156 in association with the work 2. The CPU 11 sets the start time to the same value as the previous end time in time series. The CPU 11 calculates the end time 14 minutes by adding the required time 7 minutes to the start time 7 minutes.

CPU11は、作業3の候補作業者及び所要時間を、候補者DB154を参照して読み出す。図9の例では候補作業者A、所要時間7分、候補作業者R、所要時間15分が読み出される。CPU11は、割当条件C1-1に基づき所要時間の短い作業者Aを割り当てる。   The CPU 11 reads the candidate worker and the required time for the work 3 with reference to the candidate DB 154. In the example of FIG. 9, candidate worker A, required time 7 minutes, candidate worker R, and required time 15 minutes are read out. The CPU 11 assigns the worker A having a short required time based on the assignment condition C1-1.

CPU11は、割当条件C1-2により、作業2の作業者Aと同一であるため、作業者A(user_this)をuser_pにセットする。CPU11は、時系列で前の作業者と対象作業の候補作業者が同一であり、累積所要時間14分に、作業者Aの所要時間7分を加算した加算時間が第2設定時間(例えば80分)を超えるか否かを判断する。CPU11は、第2設定時間を超えていないと判断する。CPU11は、作業者Aを候補作業者として維持する。CPU11は、割当条件2-1として、作業を新たに割り当てた場合の連続作業時間(21分、user_this==user_p)が第1設定時間(例えば60分)を超えるか否かを判断する。CPU11は、第1設定時間を超えていないと判断する。   The CPU 11 sets the worker A (user_this) to user_p because it is the same as the worker A of the task 2 according to the allocation condition C1-2. In the CPU 11, the previous worker and the candidate worker of the target work are the same in time series, and the addition time obtained by adding the required time 7 minutes of the worker A to the accumulated required time 14 minutes is the second set time (for example, 80 Min). The CPU 11 determines that the second set time has not been exceeded. The CPU 11 maintains worker A as a candidate worker. As the assignment condition 2-1, the CPU 11 determines whether or not the continuous work time (21 minutes, user_this == user_p) when work is newly assigned exceeds a first set time (for example, 60 minutes). The CPU 11 determines that the first set time has not been exceeded.

CPU11は、割当条件2-2に関し、作業塊の途中であるため、作業者Aの疲労度は0であり、閾値以下と判断する。以上により、CPU11は、候補作業者を作業者Aとして、設定DB156に、作業3に対応付けて記憶する。CPU11は、設定DB156に、作業3に対応付けて、所要時間7分、開始時刻14分、終了時刻21分を記憶する。   Since the CPU 11 is in the middle of a work lump with respect to the allocation condition 2-2, the fatigue level of the worker A is 0 and is determined to be equal to or less than the threshold. As described above, the CPU 11 stores the candidate worker as the worker A in association with the work 3 in the setting DB 156. The CPU 11 stores a required time of 7 minutes, a start time of 14 minutes, and an end time of 21 minutes in the setting DB 156 in association with the work 3.

CPU11は、候補者DB154及び所要時間DB153を参照し、作業4の作業者及び所要時間を読み出す。図8及び図9の例では、コンピュータ1の自動実行を示すAUTOと記憶されており、所要時間は40分と記憶されている。CPU11は、コンピュータ1の自動処理のため、設定DB156に作業4に対応する作業者の割当に関する情報を記憶しない。CPU11は、作業4に対応付けて設定DB156に、所要時間40分、開始時刻14分及び終了時刻54分を記憶する。   The CPU 11 refers to the candidate DB 154 and the required time DB 153 to read out the worker and the required time of the work 4. In the example of FIGS. 8 and 9, AUTO indicating automatic execution of the computer 1 is stored, and the required time is stored as 40 minutes. The CPU 11 does not store information related to the assignment of workers corresponding to the work 4 in the setting DB 156 for the automatic processing of the computer 1. The CPU 11 stores the required time 40 minutes, the start time 14 minutes, and the end time 54 minutes in the setting DB 156 in association with the work 4.

続いて作業3の後に処理される作業7について検討する。CPU11は、作業7の候補作業者及び所要時間を、候補者DB154を参照して読み出す。図9の例では候補作業者B、所要時間70分、候補作業者P、所要時間80分、作業者Q、所要時間170分が読み出される。CPU11は、割当条件C1-1に基づき所要時間の短い作業者Bを割り当てる。なお、作業者Qの如く所要時間が長い場合、候補作業者から削除しても良い。例えば、CPU11は、図8に示した所要時間DB153を参照し、作業者Qの所要時間170分が、平均処理時間70分の2倍(140分)を超える場合、作業者Qを候補作業者から削除すればよい。   Subsequently, the operation 7 processed after the operation 3 will be considered. The CPU 11 reads the candidate worker and the required time for the work 7 with reference to the candidate DB 154. In the example of FIG. 9, candidate worker B, required time 70 minutes, candidate worker P, required time 80 minutes, worker Q, and required time 170 minutes are read. The CPU 11 assigns the worker B having a short required time based on the assignment condition C1-1. If the required time is long like the worker Q, it may be deleted from the candidate workers. For example, the CPU 11 refers to the required time DB 153 shown in FIG. 8, and if the required time 170 minutes of the worker Q exceeds twice the average processing time 70 minutes (140 minutes), the worker Q is selected as the candidate worker. Delete from.

CPU11は、割当条件C1-2、C1-2-a、2-1に関し、作業3の作業者Aと同一でないため、次の割当条件へ移行する。CPU11は、割当条件2-2に関し、作業者Bは初めての作業であり疲労度は0であり、閾値以下と判断する。なお、作業者Aは、作業1〜3の作業塊の処理を終えることとなり、単位疲労度1が加算される。CPU11は、RAM12に、作業者Aの疲労度を、作業3に対応付けて記憶する。   Since the CPU 11 is not the same as the worker A of the work 3 regarding the assignment conditions C1-2, C1-2-a, 2-1, the CPU 11 shifts to the next assignment condition. With respect to the allocation condition 2-2, the CPU 11 determines that the worker B is the first work and the fatigue level is 0, which is equal to or less than the threshold value. In addition, the worker A finishes the processing of the work chunks of the work 1 to 3, and the unit fatigue degree 1 is added. The CPU 11 stores the fatigue level of the worker A in association with the work 3 in the RAM 12.

以上により、CPU11は、候補作業者を作業者Bとして、設定DB156に、作業7に対応付けて記憶する。CPU11は、設定DB156に、作業7に対応付けて、所要時間70分、開始時刻21分(作業3の終了時刻)、終了時刻91分を記憶する。   As described above, the CPU 11 stores the candidate worker as the worker B in association with the work 7 in the setting DB 156. The CPU 11 stores the required time of 70 minutes, the start time of 21 minutes (end time of the work 3), and the end time of 91 minutes in association with the work 7 in the setting DB 156.

CPU11は、作業6の候補作業者及び所要時間を、候補者DB154を参照して読み出す。図9の例では候補作業者B、所要時間30分、候補作業者C、所要時間40分、が読み出される。CPU11は、割当条件C1-1に基づき所要時間の短い作業者Bを割り当てる。CPU11は、割当条件C1-2により、開始時刻が前の作業7の作業者Bと同一であるため、作業者B(user_this)をuser_pにセットする。CPU11は、時系列で前の作業者と対象作業の候補作業者が同一であり、累積所要時間91分に、作業者Bの所要時間30分を加算した加算時間が第2設定時間(例えば80分)を超えるか否かを判断する。   The CPU 11 reads the candidate worker and the required time for the work 6 with reference to the candidate DB 154. In the example of FIG. 9, candidate worker B, required time 30 minutes, candidate worker C, required time 40 minutes are read out. The CPU 11 assigns the worker B having a short required time based on the assignment condition C1-1. The CPU 11 sets the worker B (user_this) to user_p because the start time is the same as the worker B of the previous task 7 according to the allocation condition C1-2. In the CPU 11, the previous worker in time series and the candidate worker of the target work are the same, and the addition time obtained by adding the required time of the worker B to the cumulative required time of 91 minutes is the second set time (for example, 80 Min).

CPU11は、加算時間が第2設定時間を超えるため、他の候補作業者である作業者Cに作業6を割り当てる。CPU11は、作業者Cは初めての割当であるため、他の割当条件を判断することなく、作業6を作業者Cに割り当てる。なお、作業者Bは、作業7の作業塊の処理を終えることとなり、単位疲労度1が加算される。CPU11は、RAM12に、作業者Bの疲労度を、作業7に対応付けて記憶する。   Since the addition time exceeds the second set time, the CPU 11 assigns the work 6 to the worker C who is another candidate worker. Since the worker C is the first assignment, the CPU 11 assigns the work 6 to the worker C without determining other assignment conditions. Note that the worker B finishes the processing of the work lump of the work 7, and the unit fatigue level 1 is added. The CPU 11 stores the fatigue level of the worker B in association with the work 7 in the RAM 12.

以上により、CPU11は、候補作業者を作業者Cとして、設定DB156に、作業6に対応付けて記憶する。CPU11は、設定DB156に、作業6に対応付けて、所要時間40分、開始時刻54分(作業4の終了時刻)、終了時刻94分を記憶する。作業8については、上述したとおり、割当条件2-2により疲労度が閾値を超えるため、作業者Dが割り当てられる。CPU11は、設定DB156に作業8に対応付けて、作業者Dの所要時間15分、開始時刻94分(作業7の終了時刻)、終了時刻109分を記憶する。   As described above, the CPU 11 stores the candidate worker as the worker C in association with the work 6 in the setting DB 156. The CPU 11 stores the required time 40 minutes, the start time 54 minutes (the end time of the work 4), and the end time 94 minutes in the setting DB 156 in association with the work 6. As for the work 8, as described above, the worker D is assigned because the degree of fatigue exceeds the threshold value under the assignment condition 2-2. The CPU 11 stores the required time 15 minutes, the start time 94 minutes (end time of the work 7), and the end time 109 minutes of the worker D in association with the work 8 in the setting DB 156.

次にCPU11は、作業9について検討する。CPU11は、候補者DB154を参照し、作業9の候補作業者及び所要時間を読み出す。図9の例では候補作業者E、所要時間15分、候補作業者B、所要時間16分、が読み出される。CPU11は、割当条件C1-1に基づき所要時間の短い作業者Eを割り当てる。CPU11は、作業者Eに関しては、平均開始時刻が前の作業に割り当てられていないため、他の割当条件を判断することなく、作業9を作業者Eに割り当てる。なお、作業者Dは、作業8の作業塊の処理を終えることとなり、単位疲労度1が加算される。CPU11は、RAM12に、作業者Dの疲労度を、作業8に対応付けて記憶する。   Next, the CPU 11 considers the work 9. The CPU 11 refers to the candidate DB 154 and reads out the candidate worker and the required time for the work 9. In the example of FIG. 9, candidate worker E, required time 15 minutes, candidate worker B, required time 16 minutes are read out. The CPU 11 assigns the worker E having a short required time based on the assignment condition C1-1. Since the average start time is not assigned to the previous work for the worker E, the CPU 11 assigns the work 9 to the worker E without determining other assignment conditions. In addition, the worker D finishes the processing of the work lump of the work 8, and the unit fatigue degree 1 is added. The CPU 11 stores the fatigue level of the worker D in association with the work 8 in the RAM 12.

以上により、CPU11は、候補作業者を作業者Eとして、設定DB156に、作業9に対応付けて記憶する。CPU11は、設定DB156に、作業9に対応付けて、所要時間15分、開始時刻109分(作業8の終了時刻)、終了時刻124分を記憶する。   As described above, the CPU 11 stores the candidate worker as the worker E in the setting DB 156 in association with the work 9. The CPU 11 stores the required time 15 minutes, the start time 109 minutes (end time of the work 8), and the end time 124 minutes in association with the work 9 in the setting DB 156.

次にCPU11は、作業10について検討する。CPU11は、候補者DB154を参照し、作業10の候補作業者及び所要時間を読み出す。図9の例では候補作業者F、所要時間15分、候補作業者C、所要時間16分、が読み出される。CPU11は、割当条件C1-1に基づき所要時間の短い作業者Fを割り当てる。CPU11は、作業者Fに関しては平均開始時刻が前の作業に割り当てられていないため、他の割当条件を判断することなく、作業10を作業者Fに割り当てる。なお、作業者Eは、作業9の作業塊の処理を終えることとなり、単位疲労度1が加算される。CPU11は、RAM12に、作業者Eの疲労度を、作業9に対応付けて記憶する。   Next, the CPU 11 considers the work 10. The CPU 11 refers to the candidate DB 154 and reads the candidate worker and the required time for the work 10. In the example of FIG. 9, candidate worker F, required time 15 minutes, candidate worker C, required time 16 minutes are read out. The CPU 11 assigns the worker F having a short required time based on the assignment condition C1-1. Since the average start time is not assigned to the previous work for the worker F, the CPU 11 assigns the work 10 to the worker F without determining other assignment conditions. Note that the worker E finishes the processing of the work chunk of the work 9, and the unit fatigue level 1 is added. The CPU 11 stores the fatigue level of the worker E in the RAM 12 in association with the work 9.

以上により、CPU11は、候補作業者を作業者Fとして、設定DB156に、作業10に対応付けて記憶する。CPU11は、設定DB156に、作業10に対応付けて、所要時間15分、開始時刻124分(作業9の終了時刻)、終了時刻139分を記憶する。以上の処理により第1回目の作業者割当の設定が完了する。   As described above, the CPU 11 stores the candidate worker as the worker F in association with the work 10 in the setting DB 156. The CPU 11 stores the required time of 15 minutes, the start time of 124 minutes (end time of the work 9), and the end time of 139 minutes in association with the work 10 in the setting DB 156. With the above processing, the first worker assignment setting is completed.

以上のハードウェア群において各ソフトウェア処理を、フローチャートを用いて説明する。図14は候補作業者及び所要時間の決定処理の手順を示すフローチャートである。CPU11は、例えば他のコンピュータ2からフローを取得する(ステップS141)。CPU11は、作業IDに対応付けて作業名を候補者DB154に記憶する(ステップS142)。CPU11は、作業者DB152及び所要時間DB153を参照し、各作業名に対応する候補作業者、及び、各候補作業者の所要時間を読み出す(ステップS143)。CPU11は、作業IDに対応付けて、読み出した候補作業者、及び、各候補作業者の所要時間を候補者DB154に記憶する(ステップS144)。   Each software process in the above hardware group will be described using a flowchart. FIG. 14 is a flowchart showing a procedure for determining candidate workers and required time. For example, the CPU 11 acquires a flow from another computer 2 (step S141). The CPU 11 stores the work name in the candidate DB 154 in association with the work ID (step S142). The CPU 11 refers to the worker DB 152 and the required time DB 153, and reads out candidate workers corresponding to each work name and the required time of each candidate worker (step S143). The CPU 11 stores the read candidate worker and the required time of each candidate worker in the candidate DB 154 in association with the work ID (step S144).

図15は平均開始時刻及び平均終了時刻の算出手順を示すフローチャートである。CPU11は、取得したフローを読み出す(ステップS151)。CPU11は、作業名に対応する平均所要時間を所要時間DB153から読み出す(ステップS152)。CPU11は、作業名に対応付けて、読み出した平均所要時間を、スケジュールDB155に記憶する(ステップS153)。CPU11は、初回の作業の平均開始時刻を0と、スケジュールDB155に記憶する(ステップS154)。CPU11は、初回の平均終了時刻に、初回の平均所要時間を、スケジュールDB155に記憶する(ステップS155)。   FIG. 15 is a flowchart showing a procedure for calculating the average start time and the average end time. The CPU 11 reads the acquired flow (step S151). The CPU 11 reads out the average required time corresponding to the work name from the required time DB 153 (step S152). The CPU 11 stores the read average required time in the schedule DB 155 in association with the work name (step S153). The CPU 11 stores the average start time of the first work as 0 in the schedule DB 155 (step S154). The CPU 11 stores the first average required time in the schedule DB 155 at the first average end time (step S155).

CPU11は、読み出したフローで前の作業の平均終了時刻を、平均開始時刻に記憶する(ステップS156)。CPU11は、平均開始時刻に、平均所要時間を加算した時間を、平均終了時刻として、スケジュールDB155に記憶する(ステップS157)。   The CPU 11 stores the average end time of the previous work in the read flow as the average start time (step S156). The CPU 11 stores the time obtained by adding the average required time to the average start time in the schedule DB 155 as the average end time (step S157).

図16は最初の作業の割当手順を示すフローチャートである。CPU11は、スケジュールDB155を読み出す(ステップS161)。CPU11は、読み出したスケジュールDB155の記憶内容を、設定DB156に記憶する(ステップS162)。CPU11は、候補者DB154を参照し、初回の作業の候補作業者、及び、各候補作業者の所要時間を読み出す(ステップS163)。CPU11は、最も所要時間の短い候補作業者を抽出する(ステップS164)。   FIG. 16 is a flowchart showing the first work assignment procedure. CPU11 reads schedule DB155 (step S161). The CPU 11 stores the read contents of the schedule DB 155 in the setting DB 156 (step S162). The CPU 11 refers to the candidate DB 154 and reads out the candidate worker for the first work and the time required for each candidate worker (step S163). The CPU 11 extracts candidate workers with the shortest required time (step S164).

CPU11は、抽出した候補作業者を作業IDに対応付けて、設定DB156に記憶する(ステップS165)。CPU11は、抽出した候補作業者の所要時間を作業IDに対応付けて設定DB156に記憶する(ステップS166)。CPU11は、開始時刻を0として、設定DB156に記憶する(ステップS167)。CPU11は、所要時刻を終了時刻として設定DB156に記憶する(ステップS168)。   The CPU 11 stores the extracted candidate worker in the setting DB 156 in association with the work ID (step S165). The CPU 11 stores the extracted time required for the candidate worker in the setting DB 156 in association with the work ID (step S166). The CPU 11 stores the start time as 0 in the setting DB 156 (step S167). The CPU 11 stores the required time as the end time in the setting DB 156 (step S168).

図17及び図18は2回目以降の作業の割当手順を示すフローチャートである。CPU11は、作業名に対応する候補作業者、及び、各候補作業者の所要時間を候補者DB154から読み出す(ステップS171)。CPU11は、最も所要時間の短い候補作業者を抽出する(ステップS172)。CPU11は、ステップS172で抽出した候補作業者が前の作業の候補作業者と同一であるか否かを、設定DB156を参照して判断する(ステップS173)。   FIG. 17 and FIG. 18 are flowcharts showing a procedure for assigning work after the second time. The CPU 11 reads out the candidate worker corresponding to the work name and the time required for each candidate worker from the candidate DB 154 (step S171). The CPU 11 extracts candidate workers with the shortest required time (step S172). The CPU 11 refers to the setting DB 156 to determine whether the candidate worker extracted in step S172 is the same as the candidate worker for the previous work (step S173).

CPU11は、同一ではないと判断した場合(ステップS173でNO)、処理をステップS183へ移行させる。CPU11は、同一であると判断した場合(ステップS173でYES)、処理をステップS174へ移行させる。CPU11は、前の作業の終了時刻を読み出す(ステップS174)。CPU11は、前の作業の終了時刻に、候補作業者の所要時間を加算し、今回の作業の終了時刻を算出する(ステップS175)。CPU11は、記憶部15から第2設定時間を読み出し、また、設定DB156を参照し今回の作業の平均終了時刻を読み出す(ステップS176)。CPU11は、終了時刻から平均終了時刻を減じた値が、第2設定時間を超えるか否かを判断する(ステップS177)。   If the CPU 11 determines that they are not the same (NO in step S173), the process proceeds to step S183. If the CPU 11 determines that they are the same (YES in step S173), the process proceeds to step S174. The CPU 11 reads the end time of the previous work (step S174). The CPU 11 calculates the end time of the current work by adding the required time of the candidate worker to the end time of the previous work (step S175). The CPU 11 reads the second set time from the storage unit 15 and reads the average end time of the current work with reference to the setting DB 156 (step S176). The CPU 11 determines whether or not a value obtained by subtracting the average end time from the end time exceeds the second set time (step S177).

CPU11は、第2設定時間を超えると判断した場合(ステップS177でYES)、処理をステップS182へ移行させる。CPU11は、第2設定時間を超えないと判断した場合(ステップS177でNO)、処理をステップS178へ移行させる。CPU11は、候補作業者の連続する所要時間の合計時間を、設定DB156を参照して算出する(ステップS178)。   If the CPU 11 determines that the second set time is exceeded (YES in step S177), the process proceeds to step S182. If the CPU 11 determines that the second set time is not exceeded (NO in step S177), the process proceeds to step S178. The CPU 11 calculates the total time required for the candidate workers to continue with reference to the setting DB 156 (step S178).

CPU11は、記憶部15から第1設定時間を読み出す(ステップS179)。CPU11は、合計時間が第1設定時間を超えるか否かを判断する(ステップS181)。CPU11は、設定時間を超えると判断した場合(ステップS181でYES)、処理をステップS182へ移行させる。ステップS177でYESの場合、及び、ステップS181でYESの場合、CPU11は、ステップS171で読み出した複数の候補作業者から、次に所要時間の短い候補作業者を抽出する(ステップS182)。CPU11は、ステップS182の後、及び、合計時間が第1設定時間を超えないと判断した場合(ステップS181でNO)、処理をステップS183へ移行させる。またCPU11は、ステップS182の後、ステップS173でNOの場合、ステップS183の処理を実行する。   The CPU 11 reads the first set time from the storage unit 15 (step S179). The CPU 11 determines whether or not the total time exceeds the first set time (step S181). If the CPU 11 determines that the set time is exceeded (YES in step S181), the process proceeds to step S182. In the case of YES in step S177 and in the case of YES in step S181, the CPU 11 extracts candidate workers with the next shortest required time from the plurality of candidate workers read out in step S171 (step S182). If the CPU 11 determines that the total time does not exceed the first set time after step S182 (NO in step S181), the process proceeds to step S183. Further, after step S182, if NO in step S173, the CPU 11 executes the process of step S183.

候補作業者の疲労度を算出する(ステップS183)。疲労度の算出処理については後述する。CPU11は、算出した疲労度が閾値以下か否かを判断する(ステップS184)。CPU11は、閾値以下でないと判断した場合(ステップS184でNO)、処理をステップS186へ移行させる。CPU11は、候補者DB154を参照し、次に所要時間の短い候補作業者を抽出する(ステップS186)。CPU11は、その後処理をステップS183へ戻す。   The fatigue level of the candidate worker is calculated (step S183). The fatigue level calculation process will be described later. The CPU 11 determines whether or not the calculated fatigue level is equal to or less than a threshold value (step S184). If the CPU 11 determines that it is not equal to or less than the threshold (NO in step S184), the process proceeds to step S186. The CPU 11 refers to the candidate DB 154 and extracts candidate workers with the next shortest required time (step S186). After that, the CPU 11 returns the process to step S183.

CPU11は、閾値以下であると判断した場合(ステップS184でYES)、処理をステップS185へ移行させる。CPU11は、最終的に割り当てるべき候補作業者を設定DB156に記憶する(ステップS185)。CPU11は、候補作業者の所要時間を作業IDに対応付けて、設定DB156に記憶する(ステップS187)。CPU11は、前の作業の終了時刻を開始時刻として、設定DB156に記憶する(ステップS188)。CPU11は、開始時刻と所要時間とを加算した時間を終了時刻として、設定DB156に記憶する(ステップS189)。   If the CPU 11 determines that the value is equal to or smaller than the threshold value (YES in step S184), the process proceeds to step S185. The CPU 11 stores candidate workers to be finally assigned in the setting DB 156 (step S185). The CPU 11 stores the required time of the candidate worker in the setting DB 156 in association with the work ID (step S187). The CPU 11 stores the previous work end time in the setting DB 156 as a start time (step S188). The CPU 11 stores the time obtained by adding the start time and the required time as the end time in the setting DB 156 (step S189).

図19は疲労度の算出手順を示すフローチャートである。CPU11は、候補作業者は前回の作業者と同一か否かを判断する(ステップS191)。CPU11は、同一でないと判断した場合(ステップS191でNO)、処理をステップS192へ移行させる。CPU11は、候補作業者に割り当てられた前の作業で連続する作業のグループ(作業塊)数を計数する(ステップS192)。CPU11は、候補作業者に割り当てられた前の作業で連続しない作業(作業塊)数を計数する(ステップS193)。   FIG. 19 is a flowchart showing a procedure for calculating the degree of fatigue. The CPU 11 determines whether the candidate worker is the same as the previous worker (step S191). If the CPU 11 determines that they are not the same (NO in step S191), the process proceeds to step S192. The CPU 11 counts the number of work groups (work chunks) that are consecutive in the previous work assigned to the candidate worker (step S192). The CPU 11 counts the number of work (work chunks) that are not consecutive in the previous work assigned to the candidate worker (step S193).

CPU11は、ステップS192及びS193で計数した値の合計値を算出する(ステップS194)。なお、CPU11は、合計値に係数を乗じても良い。CPU11は、今回の作業の開始時刻を読み出す(ステップS195)。CPU11は、前回の当該作業者の終了時刻から開始時刻までの作業を行っていない非作業時間と、当該作業者の複数の作業間で作業を行っていない非作業時間との合計非作業時間を算出する(ステップS196)。   The CPU 11 calculates the total value of the values counted in steps S192 and S193 (step S194). Note that the CPU 11 may multiply the total value by a coefficient. The CPU 11 reads the start time of the current work (step S195). The CPU 11 calculates the total non-working time of the non-working time during which the work from the end time to the start time of the previous worker is not performed and the non-working time during which no work is performed between the plurality of work of the worker Calculate (step S196).

CPU11は、ステップS194で算出した合計値から、合計非作業時間に1より小さい係数を乗じた値を減じ、疲労度を算出する(ステップS197)。CPU11は、候補作業者が前回の作業者と同一であると判断した場合(ステップS191でYES)、処理をステップS198へ移行させる。CPU11は、この場合連続した作業となるため、疲労度を不変とすべく、前回算出時の疲労度を読み出す(ステップS198)。これにより、同一担当者により連続した作業を行わせ作業の効率化を図ることが可能となる。また作業していない非作業時間に基づく疲労度を活用することから、より適切に作業者を割り当てることが可能となる。   The CPU 11 calculates a fatigue level by subtracting a value obtained by multiplying the total non-working time by a coefficient smaller than 1 from the total value calculated in step S194 (step S197). If the CPU 11 determines that the candidate worker is the same as the previous worker (YES in step S191), the CPU 11 proceeds to step S198. Since the CPU 11 is a continuous operation in this case, the fatigue level at the previous calculation is read in order to keep the fatigue level unchanged (step S198). As a result, it is possible to perform work continuously by the same person in charge and to improve work efficiency. Further, since the fatigue level based on the non-working time during which no work is performed is utilized, it becomes possible to assign workers more appropriately.

また連続した作業による疲労を防止すべく、適宜異なる作業者を割り当てることも可能となる。さらに、同一作業者が作業を行うことに伴い、かえって全体的な処理時間が遅延することも防止することができる。   It is also possible to assign different workers as appropriate in order to prevent fatigue due to continuous work. Furthermore, it is possible to prevent the overall processing time from being delayed as the same worker performs the work.

実施の形態2
実施の形態2は設定DB156の内容を更新する形態に関する。図20は実施の形態2に係るコンピュータ1のハードウェア群を示すブロック図である。記憶部15にはさらに更新DB157が設けられている。図21は更新DB157のレコードレイアウトを示す説明図である。CPU11は、図11に示した設定DB156の記憶内容を参照し、担当者の割当更新処理を行う。
Embodiment 2
The second embodiment relates to a mode in which the contents of the setting DB 156 are updated. FIG. 20 is a block diagram illustrating a hardware group of the computer 1 according to the second embodiment. The storage unit 15 is further provided with an update DB 157. FIG. 21 is an explanatory diagram showing a record layout of the update DB 157. The CPU 11 refers to the stored contents of the setting DB 156 shown in FIG.

CPU11は、時系列で後の作業を割り当てられた作業者と、当該作業より前の作業を割り当てられた作業者とが相違するか否かを判断する。CPU11は、相違すると判断した場合、候補者DB154を参照し、後ろの作業の作業者が前の作業の作業を処理することが可能か否かを判断する。CPU11は、処理することが可能と判断した場合、前の作業の作業者を、後の作業の作業者に変更する処理を行う。図21の例では、時系列で後の作業ID10の作業者はF、時系列で前の作業ID9の作業者はEであるので、相互に相違する。CPU11は、後の作業を処理する作業者Fが、前の作業(作業ID9)を処理することができるか否かを判断する。CPU11は、候補者DB154を参照し、作業者Fは、前の作業(作業ID9)を処理できないと判断する。   The CPU 11 determines whether or not the worker assigned the subsequent work in time series is different from the worker assigned the work before the work. When the CPU 11 determines that they are different, the CPU 11 refers to the candidate DB 154 and determines whether or not the worker of the subsequent work can process the work of the previous work. When the CPU 11 determines that processing is possible, the CPU 11 performs processing for changing the worker of the previous work to the worker of the subsequent work. In the example of FIG. 21, the worker of the later work ID 10 in time series is F, and the worker of the previous work ID 9 in time series is E, so they are different from each other. The CPU 11 determines whether or not the worker F who processes the subsequent work can process the previous work (work ID 9). The CPU 11 refers to the candidate DB 154 and determines that the worker F cannot process the previous work (work ID 9).

CPU11は、この場合、更新条件に合致しないため、作業者の更新処理を行わない。続いてCPU11は、作業ID9と、作業ID8との組み合わせについて同様の処理を行う。CPU11は、時系列で後の作業ID9の作業者はE、時系列で前の作業ID8の作業者はDであるので、相互に相違すると判断する。CPU11は、後の作業を処理する作業者Eが、前の作業(作業ID8)を処理することができるか否かを判断する。CPU11は、候補者DB154を参照し、作業者Eは、前の作業(作業ID8)を処理することができると判断する。   In this case, the CPU 11 does not match the update condition, and therefore does not perform the worker update process. Subsequently, the CPU 11 performs the same processing for the combination of the work ID 9 and the work ID 8. The CPU 11 judges that the worker with the later work ID 9 in the time series is E, and the worker with the previous work ID 8 in the time series is D, so that they are different from each other. The CPU 11 determines whether or not the worker E who processes the later work can process the previous work (work ID 8). The CPU 11 refers to the candidate DB 154 and determines that the worker E can process the previous work (work ID 8).

CPU11は、作業者Eは作業ID8の作業を処理することができるため、作業ID8の作業者をDからEへ更新する。CPU11は、更新後の情報を更新DB157に記憶する。CPU11は、作業者の更新に伴い、候補者DB154に記憶された作業者の所要時間を参照し、所要時間、開始時刻及び終了時刻を更新する。なお、図21の例では、作業者D及び作業者Eの所要時間は共に15分であるため、所要時間、開始時刻及び終了時刻は更新されていない。CPU11は、更新後の更新DB157を参照し、上述した処理を繰り返す。   Since the worker E can process the work with the work ID 8, the CPU 11 updates the worker with the work ID 8 from D to E. The CPU 11 stores the updated information in the update DB 157. The CPU 11 updates the required time, start time, and end time with reference to the required time of the worker stored in the candidate DB 154 with the update of the worker. In the example of FIG. 21, since the required time for both the worker D and the worker E is 15 minutes, the required time, the start time, and the end time are not updated. The CPU 11 refers to the updated update DB 157 and repeats the process described above.

CPU11は、作業ID8と、作業ID6との組み合わせについて同様の処理を行う。CPU11は、時系列で後の作業ID8の作業者はE、時系列で前の作業ID6の作業者はCであるので、相互に相違すると判断する。CPU11は、後の作業を処理する作業者Eが、前の作業(作業ID6)を処理することができるか否かを判断する。CPU11は、候補者DB154を参照し、作業者Eは、前の作業(作業ID6)を処理することができないと判断する。CPU11は、以上の処理を同様に繰り返し実行する。   The CPU 11 performs the same processing for the combination of work ID 8 and work ID 6. The CPU 11 judges that the worker with the later work ID 8 in the time series is E and the worker with the previous work ID 6 in the time series is C, so that they are different from each other. The CPU 11 determines whether or not the worker E who processes the later work can process the previous work (work ID 6). The CPU 11 refers to the candidate DB 154 and determines that the worker E cannot process the previous work (work ID 6). The CPU 11 repeatedly executes the above processing in the same manner.

図22及び図23は、更新処理の手順を示すフローチャートである。CPU11は、設定DB156を読み出す(ステップS221)。CPU11は、更新DB157へ、設定DB156の記憶内容をコピーする(ステップS222)。CPU11は、時系列で最後の作業の作業者を読み出す(ステップS223)。CPU11は、時系列でさらに前の作業者を読み出す(ステップS224)。CPU11は、前後の作業者が相違するか否かを判断する(ステップS225)。   22 and 23 are flowcharts showing the procedure of the update process. CPU11 reads setting DB156 (step S221). The CPU 11 copies the stored contents of the setting DB 156 to the update DB 157 (step S222). The CPU 11 reads the worker of the last work in time series (step S223). The CPU 11 reads out a further previous worker in time series (step S224). The CPU 11 determines whether or not the workers before and after are different (step S225).

CPU11は、相違すると判断した場合(ステップS225でYES)、処理をステップS226へ移行させる。CPU11は、候補者DB154を参照し、後の作業の作業者は前の作業の作業を処理することが可能か否かを判断する(ステップS226)。CPU11は、処理することが可能であると判断した場合(ステップS226でYES)、処理をステップS227へ移行させる。CPU11は、前の作業の作業者を後の作業の作業者に変更する(ステップS227)。CPU11は、更新後の作業者の所要時間を、候補者DB154を参照し、読み出す(ステップS228)。   If the CPU 11 determines that they are different (YES in step S225), the process proceeds to step S226. The CPU 11 refers to the candidate DB 154 and determines whether or not the worker of the subsequent work can process the work of the previous work (step S226). If the CPU 11 determines that the process can be performed (YES in step S226), the process proceeds to step S227. The CPU 11 changes the worker of the previous work to the worker of the subsequent work (step S227). The CPU 11 reads out the time required for the updated worker by referring to the candidate DB 154 (step S228).

CPU11は、所要時間と、読み出した所要時間に基づき更新した作業の終了時刻とを変更する(ステップS229)。CPU11は、前の作業の終了時刻の変更に伴い、さらに後の作業の開始時刻及び終了時刻を変更する(ステップS231)。CPU11は、前後の作業者が相違しないと判断した場合(ステップS225でNO)、後ろの作業者が前の作業を処理することが可能でないと判断した場合(ステップS226でNO)、及びステップS231の処理後、ステップS232へ移行する。   The CPU 11 changes the required time and the work end time updated based on the read required time (step S229). The CPU 11 changes the start time and end time of the subsequent work in accordance with the change of the end time of the previous work (step S231). When the CPU 11 determines that the preceding and following workers are not different (NO in step S225), the CPU 11 determines that the rear worker cannot process the previous task (NO in step S226), and step S231. After the process, the process proceeds to step S232.

CPU11は、更新DB157を参照し、後ろの作業が最初の作業(作業ID1)であるか否かを判断する(ステップS232)。CPU11は、最初の作業でないと判断した場合(ステップS232でNO)、処理をステップS233へ移行させる。CPU11は、次いで時系列で後の作業の作業者を読み出す(ステップS233)。CPU11は、その後処理をステップS224へもどす。以上の処理を繰り返すことにより、時系列で後ろの作業から順に各作業の組み合わせについて作業者の更新が行われる。CPU11は、後の作業が最初の作業であると判断した場合(ステップS232でYES)、処理をステップS234へ移行させる。   The CPU 11 refers to the update DB 157 and determines whether or not the subsequent work is the first work (work ID 1) (step S232). If the CPU 11 determines that it is not the first work (NO in step S232), the process proceeds to step S233. Next, the CPU 11 reads out workers of subsequent work in time series (step S233). The CPU 11 then returns the process to step S224. By repeating the above processing, the operator is updated for each combination of tasks in order from the later work in time series. If the CPU 11 determines that the subsequent work is the first work (YES in step S232), the process proceeds to step S234.

CPU11は、変更後の作業者は、ステップS173〜S186で述べた割当条件を満たすか否かを判断する(ステップS234)。具体的にはCPU11は、変更後の作業者、所要時間、開始時刻及び終了時刻等に基づき、ステップS177でYES、ステップS181でYES、ステップS186でNOと判断されないかを判断する。   The CPU 11 determines whether or not the changed worker satisfies the allocation condition described in steps S173 to S186 (step S234). Specifically, the CPU 11 determines whether YES is determined in step S177, YES in step S181, and NO in step S186 based on the changed worker, required time, start time, end time, and the like.

CPU11は、割当条件を満たさないと判断した場合(ステップS234でNO)、すなわちさらに他の候補作業者を抽出する必要がある場合、処理をステップS235へ移行させる。CPU11は、ステップS227、229及び231で変更した内容を元に戻す(ステップS235)。すなわち、CPU11は、設定DB156の記憶内容と同一内容のデータを更新DB157に記憶する。一方、CPU11は、割当条件を満たすと判断した場合(ステップS234でYES)、変更後の作業者を更新DB157に記憶する(ステップS236)。同様に、CPU11は、変更後の所要時間、開始時刻及び終了時刻を、更新DB157に記憶する。このように連続した作業を行うことができるよう更新することで、異なる側面の作業者割当を提案することが可能となる。   If the CPU 11 determines that the allocation condition is not satisfied (NO in step S234), that is, if it is necessary to extract another candidate worker, the process proceeds to step S235. The CPU 11 restores the contents changed in steps S227, 229, and 231 (step S235). That is, the CPU 11 stores data having the same contents as the stored contents of the setting DB 156 in the update DB 157. On the other hand, when determining that the allocation condition is satisfied (YES in step S234), the CPU 11 stores the changed worker in the update DB 157 (step S236). Similarly, the CPU 11 stores the changed required time, start time, and end time in the update DB 157. By updating so that continuous work can be performed in this way, it is possible to propose worker assignments of different aspects.

本実施の形態2は以上の如きであり、その他は実施の形態1と同様であるので、対応する部分には同一の参照番号を付してその詳細な説明を省略する。   The second embodiment is as described above, and the other parts are the same as those of the first embodiment. Therefore, the corresponding parts are denoted by the same reference numerals, and detailed description thereof is omitted.

実施の形態3
実施の形態3は作業者の割当を変更する形態に関する。図24は実施の形態3に係るコンピュータ1のハードウェア群を示すブロック図である。記憶部15には、さらに第2設定DB158、第2更新DB159、第3設定DB1510、及び、第3更新DB1511が設けられている。図25は第2設定DB158のレコードレイアウトを示す説明図である。CPU11は、更新DB157に記憶された割当済みのデータを、第2設定DB158にコピーする。
Embodiment 3
The third embodiment relates to a mode for changing worker assignment. FIG. 24 is a block diagram illustrating a hardware group of the computer 1 according to the third embodiment. The storage unit 15 further includes a second setting DB 158, a second update DB 159, a third setting DB 1510, and a third update DB 1511. FIG. 25 is an explanatory diagram showing a record layout of the second setting DB 158. The CPU 11 copies the allocated data stored in the update DB 157 to the second setting DB 158.

CPU11は、ステップS177にて第2設定時間を超えると判断された作業者を抽出する。すなわち、CPU11は、割当条件C1-2-aに該当した作業者を抽出する。上述した実施形態では作業6における作業者Bが第2設定時間を超える。CPU11は、開始時刻を参照し、抽出した作業者が時系列で連続する前の作業を割り当てられている場合、当該作業者とは異なる作業者を、時系列で連続する前の作業に割り当てる。図25の例では、作業6の作業を割り当てる際に、第2設定時間を超えるのは作業者Bである。   CPU11 extracts the operator judged to exceed 2nd setting time in step S177. That is, the CPU 11 extracts workers who meet the allocation condition C1-2-a. In the embodiment described above, the worker B in the operation 6 exceeds the second set time. The CPU 11 refers to the start time, and assigns a worker different from the worker to the previous work that continues in time series when the extracted worker is assigned the work before the time series. In the example of FIG. 25, when the work 6 is assigned, it is the worker B that exceeds the second set time.

CPU11は、作業者Bが、時系列で連続する前の作業(作業ID7)を割り当てられているため、候補者DB154を参照し、当該作業者Bとは異なる作業者Pを割り当てる。CPU11は、さらに作業6に作業者Bを割り当てても良い。   The CPU 11 assigns a worker P that is different from the worker B with reference to the candidate DB 154 because the worker B is assigned the previous work (work ID 7) that continues in time series. The CPU 11 may further assign the worker B to the work 6.

図26及び図27は第2設定処理の手順を示すフローチャートである。CPU11は、更新DB157の記憶内容を読み出す(ステップS261)。CPU11は、第2設定DB158へ読み出した更新DB157の記憶内容をコピーする(ステップS262)。CPU11は、ステップS177において第2設定時間を超えると判断された作業及び作業者を抽出する(ステップS263)。CPU11は、抽出した作業に対し、時系列で連続する前の作業の作業者を抽出する(ステップS264)。   26 and 27 are flowcharts showing the procedure of the second setting process. The CPU 11 reads the stored contents of the update DB 157 (step S261). The CPU 11 copies the stored contents of the update DB 157 read to the second setting DB 158 (step S262). CPU11 extracts the operation | work and operator judged that it exceeded 2nd setting time in step S177 (step S263). The CPU 11 extracts the worker of the previous work that continues in time series with respect to the extracted work (step S264).

CPU11は、ステップS263で抽出した作業者と、ステップS264で抽出した作業者とが同一か否かを判断する(ステップS265)。CPU11は、同一でないと判断した場合(ステップS265でNO)、処理を終了する。CPU11は、同一と判断した場合(ステップS265でYES)、処理をステップS266へ移行させる。CPU11は、候補者DB154を参照し、前の作業の作業者とは異なる候補作業者を読み出す(ステップS266)。CPU11は、前の作業の作業者を読み出した候補作業者に変更する(ステップS267)。CPU11は、同じく候補者DB154を参照し、超えると判断された作業の作業者を、他の候補作業者に変更する(ステップS268)。なお、ステップS267及びステップS268においては、所要時間の短い候補作業者を読み出すようにすればよい。また、CPU11は、他に候補者が存在しない場合、処理を終了する。   The CPU 11 determines whether or not the worker extracted in step S263 is the same as the worker extracted in step S264 (step S265). If the CPU 11 determines that they are not identical (NO in step S265), the process ends. If the CPU 11 determines that they are the same (YES in step S265), the process proceeds to step S266. The CPU 11 refers to the candidate DB 154 and reads out a candidate worker different from the worker of the previous work (step S266). The CPU 11 changes the worker of the previous work to the read candidate worker (step S267). The CPU 11 similarly refers to the candidate DB 154, and changes the worker who is determined to exceed it to another candidate worker (step S268). In step S267 and step S268, candidate workers with a short required time may be read out. Moreover, CPU11 complete | finishes a process, when there are no other candidates.

CPU11は、候補者DB154を参照し、変更後の作業者の所要時間を読み出す(ステップS269)。CPU11は、所要時間と、読み出した所要時間に基づく終了時刻とを変更する(ステップS271)。CPU11は、後の作業の開始時刻及び終了時刻を変更する(ステップS272)。CPU11は、変更後の候補作業者は、ステップS173〜S186で述べた割当条件を満たすか否かを判断する(ステップS273)。具体的にはCPU11は、変更後の作業者、所要時間、開始時刻及び終了時刻等に基づき、ステップS177でYES、ステップS181でYES、ステップS186でNOと判断されないかを判断する。   The CPU 11 refers to the candidate DB 154 and reads the required time of the worker after the change (step S269). The CPU 11 changes the required time and the end time based on the read required time (step S271). The CPU 11 changes the start time and end time of the subsequent work (step S272). The CPU 11 determines whether the candidate worker after the change satisfies the allocation condition described in steps S173 to S186 (step S273). Specifically, the CPU 11 determines whether YES is determined in step S177, YES in step S181, and NO in step S186 based on the changed worker, required time, start time, end time, and the like.

CPU11は、割当条件を満たさないと判断した場合(ステップS273でNO)、すなわちさらに他の候補作業者を抽出する必要がある場合、処理をステップS275へ移行させる。CPU11は、ステップS267、268、271及び272で変更した内容を元に戻す(ステップS275)。すなわち、CPU11は、更新DB157の記憶内容と同一内容のデータを第2設定DB158に記憶する。一方、CPU11は、割当条件を満たすと判断した場合(ステップS273でYES)、変更後の候補作業者を第2設定DB158に記憶する(ステップS274)。同様に、CPU11は、変更後の所要時間、開始時刻及び終了時刻を、第2設定DB158に記憶する。なお、本実施形態においては更新処理後の更新DB157に基づき2回目の設定処理を行う例を示したがこれに限るものではない。更新処理を行っていない設定DB156に基づき2回目の設定処理を行っても良い。   If the CPU 11 determines that the allocation condition is not satisfied (NO in step S273), that is, if it is necessary to extract another candidate worker, the process proceeds to step S275. The CPU 11 restores the contents changed in steps S267, 268, 271 and 272 (step S275). That is, the CPU 11 stores data having the same content as the content stored in the update DB 157 in the second setting DB 158. On the other hand, when determining that the allocation condition is satisfied (YES in step S273), the CPU 11 stores the changed candidate worker in the second setting DB 158 (step S274). Similarly, the CPU 11 stores the required time, the start time, and the end time after the change in the second setting DB 158. In the present embodiment, an example in which the second setting process is performed based on the update DB 157 after the update process has been described. The second setting process may be performed based on the setting DB 156 that has not been updated.

続いてCPU11は、2回目の更新処理を行う。図28は第2更新DB159のレコードレイアウトを示す説明図である。CPU11は、第2設定DB158の記憶内容を第2更新DB159にコピーする。CPU11は、実施の形態2で述べた図22〜図23の処理を第2更新DB159に記憶されたデータに対して実行する。図28の例では作業7の作業者はPであり、他の候補者Bも作業7を処理することが可能である。しかしながら、作業7及び作業6を共に作業者Bとした場合、割当条件C-1-2-aを満たさないため、作業者は更新されず、第2更新DB159と、第2設定DB158との記憶内容は同一となる。これにより、異なる作業者の割当を容易に得ることが可能となる。   Subsequently, the CPU 11 performs a second update process. FIG. 28 is an explanatory diagram showing a record layout of the second update DB 159. The CPU 11 copies the stored contents of the second setting DB 158 to the second update DB 159. CPU11 performs the process of FIGS. 22-23 described in Embodiment 2 with respect to the data memorize | stored in 2nd update DB159. In the example of FIG. 28, the worker of the work 7 is P, and other candidates B can process the work 7. However, when both the work 7 and the work 6 are the worker B, the assignment condition C-1-2-a is not satisfied, so the worker is not updated, and the second update DB 159 and the second setting DB 158 are stored. The contents are the same. This makes it possible to easily obtain different worker assignments.

本実施の形態3は以上の如きであり、その他は実施の形態1及び2と同様であるので、対応する部分には同一の参照番号を付してその詳細な説明を省略する。   The third embodiment is as described above, and the others are the same as in the first and second embodiments. Therefore, the corresponding parts are denoted by the same reference numerals, and detailed description thereof is omitted.

実施の形態4
実施の形態4は疲労度に応じて作業者の割り当てを変更する形態に関する。図29は第3設定DB1510のレコードレイアウトを示す説明図である。CPU11は、ステップS184で疲労度の閾値を超えると判断された作業及び作業者を抽出する。CPU11は、抽出した作業者が、時系列で前の作業を割り当てられているか否かを判断する。CPU11は、時系列で前の作業を割り当てられていると判断した場合、前の作業の作業者を他の候補作業者に変更する。図29の例においては、作業ID8において、所要時間が最短の作業者Aは疲労度が閾値を超えると判断された。この作業者Aは、時系列で前の作業1〜3において作業を既に割り当てられている。この場合、CPU11は、作業1〜3の作業者をAからRに変更する。またCPU11は、作業8の作業者をAに変更する。CPU11は、変更後の作業者を第3設定DB1510に記憶する。
Embodiment 4
The fourth embodiment relates to a form in which worker assignment is changed according to the degree of fatigue. FIG. 29 is an explanatory diagram showing a record layout of the third setting DB 1510. CPU11 extracts the operation | work and operator judged that it exceeds the threshold value of fatigue degree by step S184. The CPU 11 determines whether or not the extracted worker is assigned the previous work in time series. When the CPU 11 determines that the previous work is assigned in time series, the CPU 11 changes the worker of the previous work to another candidate worker. In the example of FIG. 29, it is determined that the worker A having the shortest required time in the work ID 8 has a fatigue level exceeding the threshold value. The worker A has already been assigned tasks in the previous tasks 1 to 3 in time series. In this case, the CPU 11 changes the workers of operations 1 to 3 from A to R. Further, the CPU 11 changes the worker of the work 8 to A. The CPU 11 stores the changed worker in the third setting DB 1510.

図30及び図31は変更処理の手順を示すフローチャートである。CPU11は、第2更新DB159の記憶内容を読み出す(ステップS301)。CPU11は、第3設定DB1510へ読み出した第2更新DB159の記憶内容をコピーする(ステップS302)。CPU11は、ステップS184において疲労度が閾値を超えると判断された作業及び作業者を抽出する(ステップS303)。CPU11は、抽出した作業に対し、時系列で前の作業の作業者を抽出する(ステップS304)。   30 and 31 are flowcharts showing the procedure of the change process. CPU11 reads the memory content of 2nd update DB159 (step S301). The CPU 11 copies the stored contents of the second update DB 159 read to the third setting DB 1510 (step S302). CPU11 extracts the operation | work and operator judged that the fatigue degree exceeds a threshold value in step S184 (step S303). The CPU 11 extracts workers of the previous work in time series with respect to the extracted work (step S304).

CPU11は、ステップS303で抽出した作業者と、同一の作業者が割り当てられた作業を抽出する(ステップS305)。なお、ステップS305で同一の作業者が割り当てられた作業を抽出できない場合、処理を終了する。CPU11は、候補者DB154を参照し、ステップS305で抽出した作業に割り当てられた作業者とは異なる候補作業者を読み出す(ステップS306)。CPU11は、前の作業の作業者を読み出した候補作業者に変更する(ステップS307)。CPU11は、同じく候補者DB154を参照し、超えると判断された作業の作業者を、他の候補作業者に変更する(ステップS308)。なお、ステップS307及びステップS308においては、所要時間の短い候補作業者を読み出すようにすればよい。また、CPU11は、他に候補者が存在しない場合、処理を終了する。   The CPU 11 extracts the work assigned to the same worker as the worker extracted in step S303 (step S305). Note that if the work to which the same worker is assigned cannot be extracted in step S305, the process ends. The CPU 11 refers to the candidate DB 154 and reads a candidate worker different from the worker assigned to the work extracted in step S305 (step S306). The CPU 11 changes the worker of the previous work to the read candidate worker (step S307). The CPU 11 similarly refers to the candidate DB 154, and changes the worker who is determined to exceed it to another candidate worker (step S308). In step S307 and step S308, candidate workers having a short required time may be read out. Moreover, CPU11 complete | finishes a process, when there are no other candidates.

CPU11は、候補者DB154を参照し、変更後の作業者の所要時間を読み出す(ステップS309)。CPU11は、所要時間と、読み出した所要時間に基づく終了時刻とを変更する(ステップS311)。CPU11は、後の作業の開始時刻及び終了時刻を変更する(ステップS312)。CPU11は、変更後の候補作業者は、ステップS173〜S186で述べた割当条件を満たすか否かを判断する(ステップS313)。具体的にはCPU11は、変更後の作業者、所要時間、開始時刻及び終了時刻等に基づき、ステップS177でYES、ステップS181でYES、ステップS186でNOと判断されないかを判断する。   The CPU 11 refers to the candidate DB 154 and reads the required time after the change (step S309). The CPU 11 changes the required time and the end time based on the read required time (step S311). The CPU 11 changes the start time and end time of the subsequent work (step S312). The CPU 11 determines whether the candidate worker after the change satisfies the allocation condition described in steps S173 to S186 (step S313). Specifically, the CPU 11 determines whether YES is determined in step S177, YES in step S181, and NO in step S186 based on the changed worker, required time, start time, end time, and the like.

CPU11は、割当条件を満たさないと判断した場合(ステップS313でNO)、すなわちさらに他の候補作業者を抽出する必要がある場合、処理をステップS315へ移行させる。CPU11は、ステップS307、308、311及び312で変更した内容を元に戻す(ステップS315)。すなわち、CPU11は、第2更新DB159の記憶内容と同一内容のデータを第3設定DB1510に記憶する。一方、CPU11は、割当条件を満たすと判断した場合(ステップS313でYES)、変更後の候補作業者を第3設定DB1510に記憶する(ステップS314)。同様に、CPU11は、変更後の所要時間、開始時刻及び終了時刻を、第3設定DB1510に記憶する。   If the CPU 11 determines that the allocation condition is not satisfied (NO in step S313), that is, if it is necessary to extract another candidate worker, the process proceeds to step S315. The CPU 11 restores the contents changed in steps S307, 308, 311 and 312 (step S315). That is, the CPU 11 stores data having the same content as the content stored in the second update DB 159 in the third setting DB 1510. On the other hand, when determining that the allocation condition is satisfied (YES in step S313), the CPU 11 stores the changed candidate worker in the third setting DB 1510 (step S314). Similarly, the CPU 11 stores the changed required time, start time, and end time in the third setting DB 1510.

続いてCPU11は、3回目の更新処理を行う。図32は第3更新DB1511のレコードレイアウトを示す説明図である。CPU11は、第3設定DB1510の記憶内容を第3更新DB1511にコピーする。CPU11は、実施の形態2で述べた図22〜図23の処理を第3更新DB1511に記憶されたデータに対して実行する。図32の例では作業8の作業者はAであるが、作業9の作業者Eと同一の他の候補作業者Eが存在するため、作業8に作業者Eを割り当てる。なお、第2設定時間を考慮した実施の形態3の処理後に、疲労度を考慮した実施の形態4を行うこととしたが、これに限るものではない。先に疲労度を考慮した実施の形態4の処理を行い、その後第2設定時間を考慮した実施の形態3の処理を実行しても良い。これにより、異なる作業者の割当を容易に得ることが可能となる。   Subsequently, the CPU 11 performs a third update process. FIG. 32 is an explanatory diagram showing a record layout of the third update DB 1511. The CPU 11 copies the stored contents of the third setting DB 1510 to the third update DB 1511. CPU11 performs the process of FIGS. 22-23 described in Embodiment 2 with respect to the data memorize | stored in 3rd update DB1511. In the example of FIG. 32, the worker of the work 8 is A, but since there is another candidate worker E that is the same as the worker E of the work 9, the worker E is assigned to the work 8. In addition, although it decided to perform Embodiment 4 which considered the fatigue degree after the process of Embodiment 3 which considered 2nd setting time, it does not restrict to this. The processing of the fourth embodiment in consideration of the degree of fatigue may be performed first, and then the processing of the third embodiment in consideration of the second set time may be executed. This makes it possible to easily obtain different worker assignments.

本実施の形態4は以上の如きであり、その他は実施の形態1から3と同様であるので、対応する部分には同一の参照番号を付してその詳細な説明を省略する。   The fourth embodiment is as described above, and the others are the same as those of the first to third embodiments. Therefore, the corresponding parts are denoted by the same reference numerals and detailed description thereof is omitted.

実施の形態5
実施の形態5は複数の候補データから、一の候補データを選択する形態に関する。CPU11は、設定DB156、更新DB157、第2設定DB158、第2更新DB159、第3設定DB1510及び第3更新DB1511に記憶した候補データを読み出す。CPU11は、各DBに記憶した候補データの処理時間、作業数、連続する作業の回数、及び、疲労度に基づき評価値を算出する。CPU11は、算出した評価値に応じて一の候補データを選択する。
Embodiment 5
The fifth embodiment relates to a mode in which one candidate data is selected from a plurality of candidate data. The CPU 11 reads candidate data stored in the setting DB 156, the update DB 157, the second setting DB 158, the second update DB 159, the third setting DB 1510, and the third update DB 1511. The CPU 11 calculates an evaluation value based on the processing time of candidate data stored in each DB, the number of operations, the number of continuous operations, and the degree of fatigue. The CPU 11 selects one candidate data according to the calculated evaluation value.

CPU11は、第1パラメータに係数Aを乗じ、第2パラメータに係数Bを乗じ、第3パラメータに係数Cを乗ずる。CPU11は、各パラメータに係数を乗じた値の合計値を評価値とする。係数A〜Cは説明を容易にするために、A〜Cを1であるものとするが、適宜の値を採用すればよい。図33は候補データの一例を示す説明図である。第1パラメータは1から、終了時刻を平均終了時刻で除した除算値を、減じた値である。図33の例では、除算値は終了時刻136を平均終了時刻130で除した値となる。CPU11は、1から除算値を減じて第1パラメータを算出する。   The CPU 11 multiplies the first parameter by the coefficient A, multiplies the second parameter by the coefficient B, and multiplies the third parameter by the coefficient C. The CPU 11 uses a total value obtained by multiplying each parameter by a coefficient as an evaluation value. The coefficients A to C are assumed to be 1 for ease of explanation, but appropriate values may be adopted. FIG. 33 is an explanatory diagram showing an example of candidate data. The first parameter is a value obtained by subtracting a division value obtained by dividing the end time by the average end time from 1. In the example of FIG. 33, the division value is a value obtained by dividing the end time 136 by the average end time 130. The CPU 11 calculates the first parameter by subtracting the division value from 1.

CPU11は、第2パラメータを算出するにあたり、作業塊、作業数、作業者一人当たりの作業塊数の平均を算出する。図33の例では、作業塊は4(3つ連続するR、一つのB、一つのC、3つの連続するA)、作業数はAUTOを含んで9となる。作業者は4人であるので、平均は作業塊4÷作業者4人で1となる。CPU11は、1から、作業塊数から1を減じた値を作業数で除算した除算値を減算した第1値と、1を平均で除した第2値とを求め、第1値と第2値とを加算し、加算した値に係数0.5を乗じて第2パラメータを算出する。なお、係数0.5は一例であり、これに限るものではない。図33の例では第1値は、1-(作業塊数4−1)÷作業数9となる。第2値は0.5×1÷平均1となる。   In calculating the second parameter, the CPU 11 calculates the average of the work lump, the number of works, and the number of work lumps per worker. In the example of FIG. 33, the number of work blocks is 4 (three consecutive Rs, one B, one C, three consecutive As), and the number of works is 9, including AUTO. Since there are four workers, the average is 1 for the work mass 4 ÷ four workers. The CPU 11 obtains a first value obtained by subtracting a division value obtained by dividing a value obtained by subtracting 1 from the number of work chunks by the number of work from 1 and a second value obtained by dividing 1 by an average. The second parameter is calculated by adding the value and multiplying the added value by a coefficient of 0.5. The coefficient 0.5 is an example, and the present invention is not limited to this. In the example of FIG. 33, the first value is 1− (work lump number 4-1) ÷ work number 9. The second value is 0.5 × 1 ÷ average 1.

CPU11は、作業塊毎に作業開始時の作業者の疲労度と、作業終了時の作業者の疲労度から1を減じた減算値との合計値を算出する。実施形態では作業終了時に疲労度が1増加するため、上述した減算値は0となる。CPU11は、図19に示した方法により作業塊における作業開始時の作業者の疲労度を算出する。CPU11は、各作業塊の疲労度の合計値を算出する。CPU11は、1から、疲労度の合計値を作業塊数で除した値を減じ、第3パラメータを求める。図33の例では各作業塊開始時の疲労度は0であるので、第3パラメータは1−0で1となる。   The CPU 11 calculates the total value of the worker's fatigue level at the start of work and a subtracted value obtained by subtracting 1 from the worker's fatigue level at the end of work for each work block. In the embodiment, since the degree of fatigue increases by 1 at the end of the work, the above-described subtraction value becomes 0. The CPU 11 calculates the fatigue level of the worker at the start of work on the work lump by the method shown in FIG. CPU11 calculates the total value of the fatigue degree of each work lump. The CPU 11 subtracts the value obtained by dividing the total value of the fatigue levels by the number of work blocks from 1, and obtains the third parameter. In the example of FIG. 33, the fatigue level at the start of each work block is 0, so the third parameter is 1-0 and becomes 1.

CPU11は、第1パラメータ〜第3パラメータの合計値を評価値として算出する。CPU11は、設定DB156、更新DB157、第2設定DB158、第2更新DB159、第3設定DB1510、及び第3更新DB1511に記憶した候補データの評価値が最大の候補データを選択する。CPU11は、選択した候補データを表示部14に表示する、または、他のコンピュータ2宛へ送信する。   The CPU 11 calculates a total value of the first parameter to the third parameter as an evaluation value. The CPU 11 selects candidate data having the maximum evaluation value of candidate data stored in the setting DB 156, the update DB 157, the second setting DB 158, the second update DB 159, the third setting DB 1510, and the third update DB 1511. The CPU 11 displays the selected candidate data on the display unit 14 or transmits it to another computer 2.

図34及び図35は評価値の算出手順を示すフローチャートである。CPU11は、設定DB156、更新DB157、第2設定DB158、第2更新DB159、第3設定DB1510、及び第3更新DB1511に記憶した候補データを読み出す(ステップS341)。CPU11は、記憶部15に記憶した第1パラメータ〜第3パラメータの数式を読み出す(ステップS342)。CPU11は、終了時刻を平均終了時刻で除した除算値を算出する(ステップS343)。CPU11は、1から除算値を減算して第1パラメータを算出する(ステップS344)。   34 and 35 are flowcharts showing the evaluation value calculation procedure. The CPU 11 reads the candidate data stored in the setting DB 156, the update DB 157, the second setting DB 158, the second update DB 159, the third setting DB 1510, and the third update DB 1511 (step S341). CPU11 reads the numerical formula of the 1st parameter-3rd parameter memorize | stored in the memory | storage part 15 (step S342). The CPU 11 calculates a division value obtained by dividing the end time by the average end time (step S343). The CPU 11 calculates the first parameter by subtracting the division value from 1 (step S344).

CPU11は、算出した第1パラメータをRAM12に記憶する(ステップS345)。CPU11は、作業者が連続する作業、作業者が連続しない作業の数を、作業塊数として計数する(ステップS346)。CPU11は、作業数を計数する(ステップS347)。CPU11は、割り当てられた作業者を計数する(ステップS348)。CPU11は、作業塊数を、作業者数で除して平均を算出する(ステップS349)。CPU11は、作業塊数から1を減じた値を、作業数で除算し、除算値を算出する(ステップS351)。   The CPU 11 stores the calculated first parameter in the RAM 12 (step S345). The CPU 11 counts the number of work that the worker is continuous and the number of work that the worker is not continuous as the number of work blocks (step S346). The CPU 11 counts the number of work (step S347). The CPU 11 counts assigned workers (step S348). The CPU 11 calculates the average by dividing the number of work chunks by the number of workers (step S349). The CPU 11 divides the value obtained by subtracting 1 from the work lump number by the work number to calculate a division value (step S351).

CPU11は、1から除算値を減じて第1値を算出する(ステップS352)。CPU11は、1を平均で除して第2値を算出する(ステップS353)。CPU11は、第1値及び第2値を加算した値に0.5を乗算して、第2パラメータを算出する(ステップS354)。CPU11は、第2パラメータをRAM12に記憶する(ステップS355)。CPU11は、各作業塊開始時の疲労度を算出する(ステップS356)。CPU11は、算出した各作業塊の疲労度の合計値を算出する(ステップS357)。   The CPU 11 calculates the first value by subtracting the division value from 1 (step S352). The CPU 11 calculates the second value by dividing 1 by the average (step S353). The CPU 11 calculates a second parameter by multiplying the value obtained by adding the first value and the second value by 0.5 (step S354). The CPU 11 stores the second parameter in the RAM 12 (step S355). The CPU 11 calculates the fatigue level at the start of each work block (step S356). CPU11 calculates the total value of the fatigue degree of each calculated work lump (step S357).

CPU11は、合計値を作業塊数で除して除算値を算出する(ステップS358)。CPU11は、1から除算値を減じて第3パラメータを算出する(ステップS359)。CPU11は、第1パラメータ、第2パラメータ及び第3パラメータの合計値を評価値として算出する(ステップS3510)。CPU11は、ステップS341で読み出したいずれかのDB名と、評価値とを対応付けてRAM12に記憶する(ステップS3511)。CPU11は、ステップS341で読み出した全てのDBについて評価値を算出する処理を終了したか否かを判断する(ステップS3512)。   The CPU 11 calculates a division value by dividing the total value by the number of work chunks (step S358). The CPU 11 calculates the third parameter by subtracting the division value from 1 (step S359). The CPU 11 calculates the total value of the first parameter, the second parameter, and the third parameter as an evaluation value (step S3510). The CPU 11 stores any DB name read in step S341 in association with the evaluation value in the RAM 12 (step S3511). The CPU 11 determines whether or not the processing for calculating the evaluation values for all the DBs read in step S341 has been completed (step S3512).

CPU11は、処理を終了していないと判断した場合(ステップS3512でNO)、処理をステップS3513へ移行させる。CPU11は、未処理のDBの候補データを読み出す(ステップS3513)。CPU11は、その後処理をステップS343へ移行させる。以上の処理を繰り返すことにより、各DBの評価値が算出される。CPU11は、全てのDBについて処理を終了したと判断した場合(ステップS3512でYES)、処理をステップS3514へ移行させる。   If the CPU 11 determines that the process has not ended (NO in step S3512), the process proceeds to step S3513. The CPU 11 reads out candidate data of an unprocessed DB (step S3513). After that, the CPU 11 shifts the process to step S343. By repeating the above processing, the evaluation value of each DB is calculated. If the CPU 11 determines that the process has been completed for all the DBs (YES in step S3512), the process proceeds to step S3514.

CPU11は、最大となる評価値を有するDBをRAM12から抽出する(ステップS3514)。CPU11は、抽出したDBの候補データを表示部14へ出力する(ステップS3515)。これにより、あらゆる組み合わせについて計算することなく、少ない計算量で適切な作業者の割当を行うことが可能となる。   The CPU 11 extracts the DB having the maximum evaluation value from the RAM 12 (step S3514). The CPU 11 outputs the extracted DB candidate data to the display unit 14 (step S3515). Thereby, it is possible to assign appropriate workers with a small amount of calculation without calculating all combinations.

本実施の形態5は以上の如きであり、その他は実施の形態1から4と同様であるので、対応する部分には同一の参照番号を付してその詳細な説明を省略する。   The fifth embodiment is as described above, and the other parts are the same as those of the first to fourth embodiments. Therefore, the corresponding parts are denoted by the same reference numerals and detailed description thereof is omitted.

実施の形態6
図36は上述した形態のコンピュータ1の動作を示す機能ブロック図である。CPU11が制御プログラム15Pを実行することにより、コンピュータ1は以下のように動作する。取得部361は複数の作業を含むフローを取得する。抽出部362は、各作業を処理することが可能な作業者を記憶した記憶部15を参照し、各作業の候補作業者を抽出する。算出部363は、抽出した候補作業者が処理する作業及び作業をしていない時間に基づき前記候補作業者の疲労度を算出する。割当部364は算出した疲労度が閾値以下である場合に、前記候補作業者に作業を割り当てる。
Embodiment 6
FIG. 36 is a functional block diagram showing the operation of the computer 1 having the above-described form. When the CPU 11 executes the control program 15P, the computer 1 operates as follows. The acquisition unit 361 acquires a flow including a plurality of operations. The extraction unit 362 refers to the storage unit 15 that stores workers capable of processing each work, and extracts candidate workers for each work. The calculation unit 363 calculates the fatigue level of the candidate worker based on the extracted work performed by the candidate worker and the time when the candidate worker is not working. The assigning unit 364 assigns work to the candidate worker when the calculated fatigue level is equal to or less than a threshold value.

図37は実施の形態6に係るコンピュータ1のハードウェア群を示すブロック図である。コンピュータ1を動作させるためのプログラムは、ディスクドライブ、メモリーカードスロット等の読み取り部10AにCD−ROM、DVD(Digital Versatile Disc)ディスク、メモリーカード、またはUSB(Universal Serial Bus)メモリ等の可搬型記録媒体1Aを読み取らせて記憶部15に記憶しても良い。また当該プログラムを記憶したフラッシュメモリ等の半導体メモリ1Bをコンピュータ1内に実装しても良い。さらに、当該プログラムは、インターネット等の通信網Nを介して接続される他のサーバコンピュータ(図示せず)からダウンロードすることも可能である。以下に、その内容を説明する。   FIG. 37 is a block diagram illustrating a hardware group of the computer 1 according to the sixth embodiment. A program for operating the computer 1 is a portable recording device such as a CD-ROM, a DVD (Digital Versatile Disc) disk, a memory card, or a USB (Universal Serial Bus) memory in a reading unit 10A such as a disk drive or a memory card slot. The medium 1A may be read and stored in the storage unit 15. Further, a semiconductor memory 1B such as a flash memory storing the program may be mounted in the computer 1. Further, the program can be downloaded from another server computer (not shown) connected via a communication network N such as the Internet. The contents will be described below.

図37に示すコンピュータ1は、上述した各種ソフトウェア処理を実行するプログラムを、可搬型記録媒体1Aまたは半導体メモリ1Bから読み取り、或いは、通信網Nを介して他のサーバコンピュータ(図示せず)からダウンロードする。当該プログラムは、制御プログラム15Pとしてインストールされ、RAM12にロードして実行される。これにより、上述したコンピュータ1として機能する。   The computer 1 shown in FIG. 37 reads a program for executing the above-described various software processes from the portable recording medium 1A or the semiconductor memory 1B or downloads it from another server computer (not shown) via the communication network N. To do. The program is installed as the control program 15P, loaded into the RAM 12, and executed. Thereby, it functions as the computer 1 described above.

本実施の形態6は以上の如きであり、その他は実施の形態1から5と同様であるので、対応する部分には同一の参照番号を付してその詳細な説明を省略する。   The sixth embodiment is as described above, and the other parts are the same as those of the first to fifth embodiments. Accordingly, the corresponding parts are denoted by the same reference numerals, and detailed description thereof is omitted.

以上の実施の形態1から6を含む実施形態に関し、さらに以下の付記を開示する。   With respect to the embodiments including the above first to sixth embodiments, the following additional notes are further disclosed.

(付記1)
コンピュータに、
複数の作業を含むフローを取得し、
各作業を処理することが可能な作業者を記憶した記憶部を参照し、各作業の候補作業者を抽出し、
抽出した候補作業者が処理する作業及び作業をしていない時間に基づき前記候補作業者の疲労度を算出し、
算出した疲労度が閾値以下である場合に、前記候補作業者に作業を割り当てる
処理を実行させるプログラム。
(付記2)
前記記憶部には、各作業を処理するのに要する処理時間が作業者毎に記憶してあり、前記処理時間に基づき各作業の候補作業者を抽出する
付記1に記載のプログラム。
(付記3)
時系列で連続する作業に同一候補作業者を割り当てる場合、前記記憶部を参照し、連続する作業に要する処理時間が所定時間を超えるか否かを判断し、
所定時間を超えると判断した場合、前記候補作業者とは異なる他の候補作業者を割り当てる
付記2に記載のプログラム。
(付記4)
候補作業者に割り当てられた連続する作業、連続しない一の作業、及び、作業終了時から作業を行っていない時間に基づき疲労度を算出する
付記2または3に記載のプログラム。
(付記5)
前記記憶部に記憶した処理時間の平均処理時間に基づき、各作業の平均終了時刻を算出する
付記2から4のいずれか一つに記載のプログラム。
(付記6)
時系列で連続する作業に同一候補作業者を割り当てる場合、連続する作業の終了時刻を算出し、算出した終了時刻から前記平均終了時刻を減じた差が所定時間以上か否かを判断し、
所定時間以上であると判断した場合、前記候補作業者とは異なる他の候補作業者を割り当てる
付記5に記載のプログラム。
(付記7)
各作業の作業者を割り当てた後に、時系列で前後の作業の作業者が相違する場合、抽出した各作業の候補作業者に基づき、後の作業の作業者が前の作業の作業を処理することが可能か否か判断し、
可能と判断した場合に、前の作業の作業者を後の作業の作業者に変更する
付記2から6のいずれか一つに記載のプログラム。
(付記8)
算出した疲労度が閾値を超えると判断された作業者を抽出し、
該作業者が時系列で前の作業を割り当てられている場合、前記作業者とは異なる他の候補作業者に変更する
付記1から7のいずれか一つに記載のプログラム。
(付記9)
前記所定時間以上と判断された作業者を抽出し、
該作業者が時系列で連続する前の作業を割り当てられている場合、前記作業者とは異なる他の候補作業者に変更する
付記6から8のいずれか一つに記載のプログラム。
(付記10)
各作業の作業者を割り当てた後に、処理時間、作業数、同一作業者が連続する作業の回数、及び、疲労度に基づき評価値を算出し、
算出した評価値に応じて、各作業の作業者の割当を決定する
付記7から9のいずれか一つに記載のプログラム。
(付記11)
コンピュータに、
複数の作業を含むフローを取得し、
各作業を処理することが可能な作業者を記憶した記憶部を参照し、各作業の候補作業者を抽出し、
抽出した候補作業者が処理する作業及び作業をしていない時間に基づき前記候補作業者の疲労度を算出し、
算出した疲労度が閾値以下である場合に、前記候補作業者に作業を割り当てる
処理を実行させる情報処理方法。
(付記12)
複数の作業を含むフローを取得する取得部と、
各作業を処理することが可能な作業者を記憶した記憶部を参照し、各作業の候補作業者を抽出する抽出部と、
抽出した候補作業者が処理する作業及び作業をしていない時間に基づき前記候補作業者の疲労度を算出する算出部と、
算出した疲労度が閾値以下である場合に、前記候補作業者に作業を割り当てる割当部と
を備える情報処理装置。
(Appendix 1)
On the computer,
Get a flow that contains multiple tasks,
Refer to the storage unit storing the workers capable of processing each work, extract candidate workers for each work,
Calculate the fatigue level of the candidate worker based on the work that the candidate worker extracted and the time when the candidate worker is not working,
A program for executing a process of assigning work to the candidate worker when the calculated fatigue level is equal to or less than a threshold value.
(Appendix 2)
The program according to claim 1, wherein the storage unit stores a processing time required for processing each work for each worker, and extracts candidate workers for each work based on the processing time.
(Appendix 3)
When assigning the same candidate worker to time-sequential work, refer to the storage unit to determine whether the processing time required for the continuous work exceeds a predetermined time,
The program according to claim 2, wherein when it is determined that the predetermined time is exceeded, another candidate worker different from the candidate worker is assigned.
(Appendix 4)
The program according to Supplementary Note 2 or 3, wherein the degree of fatigue is calculated based on a continuous work assigned to the candidate worker, a single non-continuous work, and a time during which no work has been performed since the work was completed.
(Appendix 5)
The program according to any one of appendices 2 to 4, wherein an average end time of each work is calculated based on an average processing time of processing times stored in the storage unit.
(Appendix 6)
When assigning the same candidate worker to time-sequential work, calculate the end time of the continuous work, determine whether the difference obtained by subtracting the average end time from the calculated end time is a predetermined time or more,
The program according to appendix 5, wherein when it is determined that the time is equal to or longer than the predetermined time, another candidate worker different from the candidate worker is assigned.
(Appendix 7)
After assigning workers for each work, if the workers of the previous and subsequent work are different in time series, the worker of the subsequent work processes the work of the previous work based on the extracted candidate workers of each work Determine whether it is possible,
The program according to any one of appendices 2 to 6, wherein when it is determined to be possible, the worker of the previous work is changed to the worker of the subsequent work.
(Appendix 8)
Extract workers who are determined that the calculated fatigue level exceeds the threshold,
The program according to any one of appendices 1 to 7, wherein when the worker is assigned a previous task in time series, the worker is changed to another candidate worker different from the worker.
(Appendix 9)
Extracting workers determined to be at least the predetermined time,
The program according to any one of appendices 6 to 8, wherein when the worker is assigned a previous work in time series, the worker is changed to another candidate worker different from the worker.
(Appendix 10)
After assigning workers for each work, calculate the evaluation value based on the processing time, the number of work, the number of times the same worker continues, and the fatigue level,
The program according to any one of appendices 7 to 9, wherein assignment of workers for each work is determined according to the calculated evaluation value.
(Appendix 11)
On the computer,
Get a flow that contains multiple tasks,
Refer to the storage unit storing the workers capable of processing each work, extract candidate workers for each work,
Calculate the fatigue level of the candidate worker based on the work that the candidate worker extracted and the time when the candidate worker is not working,
An information processing method for executing a process of allocating work to the candidate worker when the calculated fatigue level is equal to or less than a threshold value.
(Appendix 12)
An acquisition unit for acquiring a flow including a plurality of operations;
An extraction unit that extracts a candidate worker for each work with reference to a storage unit that stores workers capable of processing each work;
A calculation unit that calculates the fatigue level of the candidate worker based on the time that the extracted candidate worker processes and the time when the candidate worker is not working;
An information processing apparatus comprising: an assigning unit that assigns work to the candidate worker when the calculated fatigue level is equal to or less than a threshold value.

1、2 コンピュータ
1A 可搬型記録媒体
1B 半導体メモリ
10A 読み取り部
11 CPU
12 RAM
13 入力部
14 表示部
15 記憶部
15P 制御プログラム
16 通信部
18 時計部
151 フローDB
152 作業者DB
153 所要時間DB
154 候補者DB
155 スケジュールDB
156 設定DB
157 更新DB
158 第2設定DB
159 第2更新DB
1510 第3設定DB
1511 第3更新DB
361 取得部
362 抽出部
363 算出部
364 割当部
N 通信網
1, 2 Computer 1A Portable recording medium 1B Semiconductor memory 10A Reading unit 11 CPU
12 RAM
13 Input unit 14 Display unit 15 Storage unit 15P Control program 16 Communication unit 18 Clock unit 151 Flow DB
152 worker DB
153 Time required DB
154 Candidate DB
155 Schedule DB
156 Setting DB
157 Update DB
158 Second setting DB
159 Second update DB
1510 Third setting DB
1511 Third update DB
361 Acquisition Unit 362 Extraction Unit 363 Calculation Unit 364 Allocation Unit N Communication Network

Claims (6)

コンピュータに、
複数の作業を含むフローを取得し、
各作業を処理することが可能な作業者を記憶した記憶部を参照し、各作業の候補作業者を抽出し、
抽出した候補作業者が処理する作業及び作業をしていない時間に基づき前記候補作業者の疲労度を算出し、
算出した疲労度が閾値以下である場合に、前記候補作業者に作業を割り当てる
処理を実行させるプログラム。
On the computer,
Get a flow that contains multiple tasks,
Refer to the storage unit storing the workers capable of processing each work, extract candidate workers for each work,
Calculate the fatigue level of the candidate worker based on the work that the candidate worker extracted and the time when the candidate worker is not working,
A program for executing a process of assigning work to the candidate worker when the calculated fatigue level is equal to or less than a threshold value.
前記記憶部には、各作業を処理するのに要する処理時間が作業者毎に記憶してあり、前記処理時間に基づき各作業の候補作業者を抽出する
請求項1に記載のプログラム。
The program according to claim 1, wherein the storage unit stores a processing time required for processing each work for each worker, and extracts a candidate worker for each work based on the processing time.
時系列で連続する作業に同一候補作業者を割り当てる場合、前記記憶部を参照し、連続する作業に要する処理時間が所定時間を超えるか否かを判断し、
所定時間を超えると判断した場合、前記候補作業者とは異なる他の候補作業者を割り当てる
請求項2に記載のプログラム。
When assigning the same candidate worker to time-sequential work, refer to the storage unit to determine whether the processing time required for the continuous work exceeds a predetermined time,
The program according to claim 2, wherein when it is determined that the predetermined time is exceeded, another candidate worker different from the candidate worker is assigned.
候補作業者に割り当てられた連続する作業、連続しない一の作業、及び、作業終了時から作業を行っていない時間に基づき疲労度を算出する
請求項2または3に記載のプログラム。
The program according to claim 2 or 3, wherein the degree of fatigue is calculated based on a continuous work assigned to the candidate worker, a single non-continuous work, and a time during which no work has been performed since the end of the work.
コンピュータに、
複数の作業を含むフローを取得し、
各作業を処理することが可能な作業者を記憶した記憶部を参照し、各作業の候補作業者を抽出し、
抽出した候補作業者が処理する作業及び作業をしていない時間に基づき前記候補作業者の疲労度を算出し、
算出した疲労度が閾値以下である場合に、前記候補作業者に作業を割り当てる
処理を実行させる情報処理方法。
On the computer,
Get a flow that contains multiple tasks,
Refer to the storage unit storing the workers capable of processing each work, extract candidate workers for each work,
Calculate the fatigue level of the candidate worker based on the work that the candidate worker extracted and the time when the candidate worker is not working,
An information processing method for executing a process of allocating work to the candidate worker when the calculated fatigue level is equal to or less than a threshold value.
複数の作業を含むフローを取得する取得部と、
各作業を処理することが可能な作業者を記憶した記憶部を参照し、各作業の候補作業者を抽出する抽出部と、
抽出した候補作業者が処理する作業及び作業をしていない時間に基づき前記候補作業者の疲労度を算出する算出部と、
算出した疲労度が閾値以下である場合に、前記候補作業者に作業を割り当てる割当部と
を備える情報処理装置。
An acquisition unit for acquiring a flow including a plurality of operations;
An extraction unit that extracts a candidate worker for each work with reference to a storage unit that stores workers capable of processing each work;
A calculation unit that calculates the fatigue level of the candidate worker based on the time that the extracted candidate worker processes and the time when the candidate worker is not working;
An information processing apparatus comprising: an assigning unit that assigns work to the candidate worker when the calculated fatigue level is equal to or less than a threshold value.
JP2016009112A 2016-01-20 2016-01-20 Program, information processing method and information processor Pending JP2017130059A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016009112A JP2017130059A (en) 2016-01-20 2016-01-20 Program, information processing method and information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016009112A JP2017130059A (en) 2016-01-20 2016-01-20 Program, information processing method and information processor

Publications (1)

Publication Number Publication Date
JP2017130059A true JP2017130059A (en) 2017-07-27

Family

ID=59396632

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016009112A Pending JP2017130059A (en) 2016-01-20 2016-01-20 Program, information processing method and information processor

Country Status (1)

Country Link
JP (1) JP2017130059A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020148876A1 (en) * 2019-01-17 2020-07-23 三菱電機株式会社 Work planning device, work planning method, and work planning program
JP2020166358A (en) * 2019-03-28 2020-10-08 株式会社日本総合研究所 Wearable device, work management method, and information processing device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020148876A1 (en) * 2019-01-17 2020-07-23 三菱電機株式会社 Work planning device, work planning method, and work planning program
JP2020166358A (en) * 2019-03-28 2020-10-08 株式会社日本総合研究所 Wearable device, work management method, and information processing device

Similar Documents

Publication Publication Date Title
CN109697109B (en) Method, system, device and storage medium for distinguishing and identifying conflict virtual machines
JP6880892B2 (en) Process plan generation program and process plan generation method
CN104317618A (en) Firmware partitioning method and device
US11822965B2 (en) Machine learning task compartmentalization and classification
JP2017130059A (en) Program, information processing method and information processor
CN106682017B (en) Database updating method and device
CN111382031A (en) Test method and device
WO2013157507A1 (en) Production simulation device and production simulation method
KR20120080406A (en) Apparatus and method and for deducting manage plan of building
CN106648839A (en) Method and device for processing data
CN106254516B (en) Load balancing method and device
JPWO2008126196A1 (en) Simulation control program, recording medium, simulation apparatus, and simulation control method
CN115375193B (en) Method, device and equipment for optimizing double-target production scheduling and readable storage medium
CN111672128A (en) Game mall game recommendation method and system based on local reserved time identification
JPWO2016084327A1 (en) Resource prediction apparatus, resource prediction method, resource prediction program, and distributed processing system
CN107209492A (en) Programmable logic controller (PLC) sets file generated servicing unit
US11386705B2 (en) Feature amount management apparatus and method
CN112817525A (en) Method and device for predicting reliability grade of flash memory chip and storage medium
CN114757244A (en) Model training method, device, storage medium and equipment
EP3800603A1 (en) Payment collection control method and device, server, and readable storage medium
JP2011175593A (en) Device, method and program for managing project, and recording medium
JP2021041905A (en) Work plan creation device, work plan creation method, and computer program
JP7038927B2 (en) Allocation device, learning device, inference device, allocation method, and allocation program
JP6946530B2 (en) Methods and equipment to provide verification crowdsourcing work based on production work
JP2012014386A (en) Information processor, information processing method and computer program