US20180174084A1 - Device for deciding number of persons to be assigned and method for deciding number of persons to be assigned - Google Patents

Device for deciding number of persons to be assigned and method for deciding number of persons to be assigned Download PDF

Info

Publication number
US20180174084A1
US20180174084A1 US15/805,775 US201715805775A US2018174084A1 US 20180174084 A1 US20180174084 A1 US 20180174084A1 US 201715805775 A US201715805775 A US 201715805775A US 2018174084 A1 US2018174084 A1 US 2018174084A1
Authority
US
United States
Prior art keywords
cost
time
persons
robot
person
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.)
Abandoned
Application number
US15/805,775
Inventor
Ryo Murakami
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
Assigned to FUJITSU LIMITED reassignment FUJITSU LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MURAKAMI, RYO
Publication of US20180174084A1 publication Critical patent/US20180174084A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • G06Q10/06311Scheduling, planning or task assignment for a person or group
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • G06Q10/06313Resource planning in a project environment

Definitions

  • a certain aspect of the embodiments described herein relates to a device for deciding the number of persons to be assigned, a method for deciding the number of persons to be assigned, and a non-transitory computer-readable storage medium.
  • a device for deciding a number of persons to be assigned to an assembly line to which a predetermined number of robots are assigned including: a memory; and a processor coupled to the memory and configured to: specify a first number and a second number based on a time it takes to complete jobs to be assigned to the robot or the person, a takt time common to the robot and the person, and an operation efficiency of each of the robot and the person, the first number being a minimum number of persons with which neither a work time of the robot nor a work time of the person exceeds the takt time, the second number being less than the first number; calculate a first cost of the first number of persons and the robot and a second cost of the second number of persons and the robot; and compare the first cost and the second cost, decide to assign the first number of persons to the assembly line when the first cost is less than the second cost, and decide to assign the second number of persons to the assembly line when the second cost is less than the first cost.
  • FIG. 1 schematically illustrates a hardware configuration of a job planning device
  • FIG. 2 is a functional block diagram of the job planning device
  • FIG. 3 is an explanatory diagram of an assembly line
  • FIG. 4A illustrates an example of a job plan that employs the number of persons with which a cycle time exceeds a takt time
  • FIG. 4B illustrates an example of a job plan that employs the number of persons with which the cycle time does not exceed the takt time
  • FIG. 5 is a flowchart of a process executed by the job planning device.
  • FIG. 6 illustrates a variation of the embodiment.
  • FIG. 1 illustrates a hardware configuration of a job planning device 10 in accordance with the embodiment.
  • the job planning device 10 is a device that executes a process (job planning) for assigning a job to a person or a robot allocated to each station on an assembly line, and is also a device for deciding the number of persons to be assigned, the device deciding the number of persons to be assigned to each station before the job planning.
  • the job planning device 10 of the present embodiment is an information processing device such as, for example, a personal computer (PC), and includes, as illustrated in FIG.
  • PC personal computer
  • a central processing unit (CPU) 190 a central processing unit (CPU) 190 , a read only memory (ROM) 192 , a random access memory (RAM) 194 , a storage unit (here, a hard disk drive (HDD)) 196 , a network interface 197 , and a portable storage medium drive 199 , a display unit 193 , and an input unit 195 .
  • the display unit 193 includes a liquid crystal display or the like
  • the input unit 195 includes a keyboard and a mouse, a touch panel, or the like.
  • FIG. 2 also illustrates a job database (DB) 2 stored in the HDD 196 or the like of the job planning device 10 .
  • Examples of the portable storage medium 191 include, but are not limited to, portable storage medium such as CD-ROMs, DVD discs, and universal serial bus (USB) memories, and semiconductor memories such as flush memories.
  • FIG. 2 is a functional block diagram of the job planning device 10 .
  • the execution of the program by the CPU 190 causes the job planning device 10 to function as an input reception unit 11 , a person number decision unit 12 , a search unit 13 , and an output unit 14 as illustrated in FIG. 2 .
  • FIG. 3 is an explanatory diagram for describing an assembly line.
  • an assembly line 20 for assembling products includes, for example, four stations: stations A through D.
  • a robot 21 A and persons 21 B through 21 D are assigned to the stations of the assembly line 20 .
  • the robot 21 A is assigned to the station A
  • the persons 21 B through 21 D are respectively assigned to the stations B through D.
  • the robot 21 A and the persons 21 B through 21 D respectively assigned to the stations A through D execute jobs assigned through the job planning to products conveyed in the assembly line 20 to produce the products.
  • the configuration example of the assembly line 20 is not limited to that illustrated in FIG. 3 .
  • the assembly line 20 may include four or more stations.
  • the robot 21 A may be assigned to a station other than the station A, and the number of robots may be two or more.
  • FIG. 4A and FIG. 4B are diagrams for describing job planning in the assembly line 20 .
  • FIG. 4A illustrates a job plan that employs the number of persons with which a cycle time exceeds a takt time
  • FIG. 4B illustrates a job plan that employs the number of persons with which the cycle time does not exceed the takt time.
  • the takt time is a time limit determined from a production plan.
  • “JobXX” in FIG. 4A and FIG. 4B means a job, and the dimension in the vertical axis direction of each job represents the time it takes to complete each job.
  • the number of persons is three, and when jobs are uniformly assigned to persons and a robot, both the persons and the robot need to work beyond the takt time.
  • the number of persons is four, jobs are assigned to each person as many as possible within the takt time, and the remaining jobs (odd jobs) are assigned to a robot.
  • the person number decision unit 12 determines which is to be selected, the number of persons with which the cycle time exceeds the takt time as illustrated in FIG. 4A or the number of persons with which the cycle time does not exceed the takt time although the number of persons is larger as illustrated in FIG. 4B .
  • the input reception unit 11 receives an input of a planning condition 3 by the operational input from the user. Additionally, the input reception unit 11 refers to the job DB 2 that stores various information about jobs to be assigned in the job planning. The job DB 2 stores the job time of each job. The input reception unit 11 is able to calculate the total work time by referring to the job DB 2 .
  • the planning condition 3 of which the input is received by the input reception unit 11 includes information about the takt time, the number of robots available, and the cost per unit time and the operation efficiency of each robot.
  • the planning condition 3 includes a cost per unit time of each person capable of being assigned to the assembly line, an overtime pay (an increase rate to the cost per unit time), and information about operation efficiency.
  • the planning condition 3 also includes information about a maximum time (an allowable excess time) for which a person or robot is allowed to work beyond the takt time. The allowable excess time is set in accordance to the situation of the assembly line or the situation of the factory in which the assembly line is installed.
  • the planning condition 3 also includes an algorithm for initially assigning jobs and a search algorithm for obtaining a combination of jobs assigned to each station. Examples of the algorithm for initially assigning jobs include, but are not limited to, a first fit method and a strongest fit method.
  • the examples of the search algorithm include a hill climbing method, a tabu search, and Simulated Annealing.
  • the person number decision unit 12 decides the number of persons to be assigned to the assembly line under the condition that the number of robots to be assigned to the assembly line is preliminarily determined in the planning condition 3 . More specifically, the person number decision unit 12 determines which case is to be employed: the case in which the minimum number of persons is employed as far as the total work time (cycle time) of each of persons and robots does not exceed the takt time, jobs are assigned to the persons as many as possible, and the remaining jobs (odd jobs) are assigned to the robots as illustrated in FIG. 4B ; or the case in which the number of persons one less than that of FIG.
  • the person number decision unit 12 calculates the cost required in the whole of the assembly line with respect to each case, and calculates the excess time when the cycle time exceeds the takt time (e.g., in the case of FIG. 4A ) to determine which case is to be selected, the case where the cycle time exceeds the takt time or the case where the cycle time does not exceed takt time based on the calculated excess time and the cost.
  • the search unit 13 uses algorithms determined in the planning condition 3 to search a job plan suitable for the number of robots preliminarily determined and the number of persons decided by the person number decision unit 12 .
  • the search unit 13 searches the best job plan taking into consideration the compliance with the order of jobs and the balance of workloads.
  • the output unit 14 outputs the job plan searched by the search unit 13 by file output or display output to the display unit 193 .
  • the input reception unit 11 receives the input of data such as the planning condition 3 and the job DB 2 .
  • the person number decision unit 12 calculates the number of persons with which the cycle time exceeds the takt time (the case of FIG. 4A ) and the number of persons with which the cycle time does not exceed the takt time (the case of FIG. 4B ). More specifically, the person number decision unit 12 calculates the number of persons N H ′ with which the cycle time does not exceed the takt time by the following formula (1).
  • c H, i represents the cost per unit time of the i-th person.
  • the condition represented by the following formula (2) needs to be met.
  • N R represents the number of robots
  • v H, i represents the operation efficiency of the i-th person
  • v R, i represents the operation efficiency of the i-th robot
  • T represents a total work time (the total time of the persons and the robots of all the jobs)
  • t represents the takt time.
  • the operation efficiency of the person and the operation efficiency of the robot are a value obtained by dividing a time it takes for the person or robot to complete a job or a job group by a base time that is predetermined.
  • the total work time is the time it takes if each of all the jobs is done in the corresponding base time.
  • the person number decision unit 12 calculates the difference (the excess time) ⁇ t′ between the total work time (cycle time) of one work subject and the takt time (t) based on the following formula (3).
  • the work subject means a person or robot.
  • ⁇ t′ is calculated from the following formula (3), one value is calculated, but the excess time of each work subject differs from one another in practice (see FIG. 4A ).
  • the person number decision unit 12 determines whether the excess time is used as an index. More specifically, the person number decision unit 12 checks whether the planning condition 3 of which the input has been received by the input reception unit 11 includes the allowable excess time, and determines that the excess time is used as the index when the allowable excess time is included. In this case, the determination at step S 16 becomes YES, and the process moves to step S 18 . On the other hand, when the planning condition 3 does not include the allowable excess time, the determination at step S 16 becomes NO, and the process moves to step S 26 .
  • step S 18 the person number decision unit 12 determines whether the excess time ⁇ t′ goes over a limit, i.e., whether the excess time ⁇ t′ is greater than the allowable excess time.
  • the process moves to step S 20 , and the person number decision unit 12 outputs the number of persons N H ′ with which the cycle time does not exceed the takt time to the search unit 13 .
  • step S 20 the process moves to step S 30 .
  • step S 18 determines whether the cost is used as the index.
  • the person number decision unit 12 determines whether the planning condition 3 includes information for calculating cost (e.g., information about the overtime pay, the cost per unit time, and the operation efficiency).
  • step S 22 When the determination at step S 22 is NO, the process moves to step S 24 , and the person number decision unit 12 outputs the number of persons N H ′-1 with which the cycle time exceeds the takt time to the search unit 13 . Thereafter, the process moves to step S 30 .
  • step S 16 when the determination at step S 16 is NO (when the excess time is not used as the index), or when the determination at step S 22 is YES (when the excess time is not greater than the allowable excess time and the cost is used as the index) the process moves to step S 26 .
  • step S 26 the person number decision unit 12 calculates the cost. In this case, the cost of the person and the robot in the whole of the assembly line is represented by the following formula (4).
  • t represents the takt time
  • ⁇ t represents the excess time
  • s i represents the overtime pay (a premium rate with respect to the cost per unit time) of the i-th person.
  • c R, R represents the cost per unit time of a robot that is to execute odd jobs (the robot that is in charge of a remainder illustrated in FIG. 4B ), and V R, R represents the operation efficiency of the robot that is to execute the odd jobs.
  • the condition c R, R >c R, i needs to be met as the condition to minimize the overall cost.
  • the right-hand first member in the above formula (4) represents the cost of a person
  • the right-hand second member represents the cost of a robot that is not to execute odd jobs (the robot illustrated in FIG. 4A )
  • the right-hand third member represents the cost of a robot that is to execute odd jobs.
  • the person number decision unit 12 calculates c(N H ′-1, ⁇ t′) by using the cost per unit time c H, i and the operation efficiency v H , of each of persons capable of being assigned to individual stations for the case where the cycle time exceeds the takt time (the example of FIG. 4A ).
  • c(N H ′-1, ⁇ t′) is calculated for each combination, and the average thereof is then calculated.
  • the person number decision unit 12 calculates c(N H ′, 0) by using the cost per unit time c H, i and the operation efficiency v H, i of each of persons capable of being assigned to individual stations for the case where the cycle time does not exceed the takt time (the example of FIG. 4B ).
  • c(N H ′, 0) is calculated for each combination, and the average thereof is then calculated.
  • step S 28 the person number decision unit 12 determines whether the cost when the cycle time exceeds the takt time is less than the cost when the cycle time does not exceed the takt time. That is, it is determined whether c(N H ′-1, ⁇ t′) ⁇ c(N H ′, 0).
  • the process moves to step S 24 , and the number of persons N H ′-1 (the number of persons with lower cost) with which the cycle time exceeds the takt time is output to the search unit 13 . Then, the process moves to step S 30 .
  • step S 28 determines whether the cycle time does not exceed the takt time.
  • step S 30 the process moves to step S 30 .
  • the search unit 13 searches a job plan.
  • the search unit 13 searches the best job plan by using the number of persons output from the person number decision unit 12 and the number of robots preliminarily determined and taking into consideration the compliance with the order of jobs at each station and the balance of workloads among the stations (the persons and the robots).
  • the search unit 13 calculates the evaluation value indicating the difference between the takt time and the cycle times at the stations B through D to which the workers 21 B through 21 D are assigned for the case in which jobs are assigned to the workers 21 B through 21 D or the robot 21 A, which are assigned to respective stations, based on the planning condition including the assignment of the workers 21 B through 21 D or the robot 21 A to be assigned to each station on the assembly line 20 , jobs to be assigned to each station, and the takt time, and the job information indicating whether the automation of each job is possible and the job time of each job obtained from the job DB 2 . Then, the search unit 13 searches the job plan of the combination of jobs assigned to each station by solving the optimization problem under the condition that the evaluation value is minimized. In this case, the search unit 13 may search the job plan of the combination meeting the order constraint based on a penalty value corresponding to the number of violations of a precedence constraint.
  • step S 32 the output unit 14 outputs the search result (the job plan).
  • the person number decision unit 12 implements the functions as a specification unit configured to specify the number of persons N H ′, N H - 1 , a calculation unit configured to calculate the cost when the number of persons N H ′, N H ′-1 is employed, a decision unit configured to decide which number of persons N H ′ or N H - 1 is employed based on the cost calculated by the calculation unit, and a determination unit configured to determine whether the excess time is greater than the allowable excess time (a threshold value) when the number of persons N H - 1 is employed.
  • a specification unit configured to specify the number of persons N H ′, N H - 1
  • a calculation unit configured to calculate the cost when the number of persons N H ′, N H ′-1 is employed
  • a decision unit configured to decide which number of persons N H ′ or N H - 1 is employed based on the cost calculated by the calculation unit
  • a determination unit configured to determine whether the excess time is greater than the allowable excess time (a threshold value) when the number of persons N H -
  • the person number decision unit 12 calculates the minimum number of persons N H ′ with which neither the work time of the robot nor the work time of the person exceeds the takt time and the number of persons that is one less than N H ′ (the number of persons N H ′-1 with which the cycle time exceeds the takt time) (S 12 ) based on the time (T) it takes to complete jobs to be assigned to a robot or person, the takt time (t) common to the robot and the person, and the respective operation efficiencies (v H, i , v R, i ) of the robot and the person.
  • the person number decision unit 12 calculates the cost c(N H ′, 0) of the number N H ′ of persons and the robot, and the cost c(N H - 1 , ⁇ t′) of the number N H ′-1 of persons and the robot by using the above formula (4) (S 26 ). Then, when the cost c(N H ′, 0) ⁇ the cost c(N H ′-1, ⁇ t′), the person number decision unit 12 decides to assign the number N H ′ of persons to the assembly line, and outputs the decision to the search unit 13 .
  • the person number decision unit 12 decides to assign the number N H ′-1 of persons to the assembly line, and outputs the decision to the search unit 13 (S 28 , S 20 , S 24 ).
  • This configuration allows the present embodiment to decide the appropriate number of persons taking into consideration the cost of the assembly line. In this case, the appropriate number of persons is easily and expeditiously decided based on the above formulas, and thus the time necessary for the job planning is reduced.
  • the present embodiment is able to reduce the time for the process analysis, the study of specifications of automated machines, and the comparative review between multiple specification plans, and thereby is able to plan the process plan in about three days.
  • the person number decision unit 12 determines whether the time (excess time ⁇ t′) by which the work time of the robot or person exceeds the takt time is greater than a threshold value preliminarily determined (the allowable excess time) under the assumption that the number N H ′-1 of persons are assigned to the assembly line (S 18 ), and when the excess time is greater than the allowable excess time (S 18 : YES), decides to assign the number N H ′ of persons to the assembly line (S 20 ), while when the excess time ⁇ t′ is not greater than the allowable excess time (S 18 : NO), decides one of the number of persons N H ′ and the number of persons N H ′-1 as the number of persons to be assigned to the assembly line based on the cost calculation result (S 28 , S 20 , S 24 ).
  • a threshold value preliminarily determined the allowable excess time
  • the number of persons N H ′ is employed without calculating the cost.
  • the appropriate number of persons is decided taking into consideration the situation of the assembly line or the situation of the factory in which the assembly line is installed.
  • the person number decision unit 12 calculates the cost of the person based on the cost per unit time within the takt time and the cost per unit time when the cycle time exceeds the takt time. This configuration enables to calculate the cost of the person taking into consideration the overtime pay.
  • the method of calculating the cost of the robot is made to be different between the case where the robot works beyond the takt time and the case where the robot works for the time less than the takt time.
  • the cost of the robot is appropriately calculated in the case of FIG. 4A and the case of FIG. 4B .
  • the person number decision unit 12 calculates the average of c(N H ′-1, ⁇ t) and the average of c(N H ′, ⁇ t) calculated for each combination, but this does not intend to suggest any limitation.
  • the minimum value of c(N H ′-1, ⁇ t) calculated for each combination and the minimum value of c(N H ′, ⁇ t) calculated for each combination may be calculated, and then, the minimum value of c(N H ′-1, ⁇ t) may be compared with the minimum value of c(N H ′, ⁇ t).
  • the person number decision unit 12 may output the combination that minimizes c(N H ′-1, ⁇ t) and c(N H ′, ⁇ t) to the search unit 13 .
  • the search unit 13 may conduct the job planning most suitable for the obtained combination of persons.
  • the search unit 13 may use the cost c(H, ⁇ t) and the excess time ⁇ t′ of the formula (4), or the work time of the robot as an evaluation index, and search a job plan based on the evaluation index (for example, so that the evaluation index is minimized).
  • the above embodiment describes a case where the number of persons with which the cycle time exceeds the takt time is assumed to be N H - 1 , but does not intend to suggest any limitation.
  • the number of persons with which the cycle time exceeds the takt time may be N H ′-2, N H ′-3, or the like.
  • each function of FIG. 2 may be implemented in a cloud server 100 coupled to a network 80 such as the Internet illustrated in FIG. 6 .
  • the cloud server 100 receives the planning condition input from a user terminal 70 , and executes the process of FIG. 5 to create a job plan. Then, the job plan is transmitted from the cloud server 100 to the user terminal 70 , and the received job plan is used in the user terminal 70 .
  • the cloud server 100 may be installed in a domestic location or an overseas location.
  • the above-described processing functions are implemented by a computer.
  • a program in which processing details of the functions that a processing device (CPU) is to have are written are provided.
  • the execution of the program by the computer allows the computer to implement the above described processing functions.
  • the program in which the processing details are written can be stored in a storage medium (however, excluding carrier waves) capable of being read by a computer.
  • the program When the program is distributed, it may be sold in the form of a portable storage medium such as a DVD (Digital Versatile Disc) or a CD-ROM (Compact Disc Read Only Memory) storing the program.
  • a portable storage medium such as a DVD (Digital Versatile Disc) or a CD-ROM (Compact Disc Read Only Memory) storing the program.
  • the program may be stored in a storage device of a server computer, and the program may be transferred from the server computer to another computer over a network.
  • a computer executing the program stores the program stored in a portable storage medium or transferred from a server computer in its own storage device.
  • the computer then reads the program from its own storage device, and executes a process according to the program.
  • the computer may directly read the program from a portable storage medium, and execute a process according to the program.
  • the computer may successively execute a process, every time the program is transferred from a server computer, according to the received program.

Abstract

A device for deciding a number of persons to be assigned to an assembly line to which a predetermined number of robots are assigned includes: a processor configured to: specify first and second numbers based on a takt time common to the robot and person and the like, the first number being a minimum number of persons with which neither a work time of the robot nor the person exceeds the takt time, the second number being less than the first number; calculate a first cost of the first number of persons and the robot and a second cost of the second number of persons and the robot; and decide to assign the first number of persons to the assembly line when the first cost is less than the second cost and to assign the second number of persons to the assembly line when the second cost is less.

Description

    CROSS-REFERENCE TO RELATED APPLICATION
  • This application is based upon and claims the benefit of priority of the prior Japanese Patent Application No. 2016-244597 filed on Dec. 16, 2016.
  • FIELD
  • A certain aspect of the embodiments described herein relates to a device for deciding the number of persons to be assigned, a method for deciding the number of persons to be assigned, and a non-transitory computer-readable storage medium.
  • BACKGROUND
  • In job planning for assigning jobs to stations of an assembly line for assembling products, the optimization is conducted taking into consideration the compliance with the order of jobs at the stations and the balance of workloads among the stations. It is difficult to manually conduct the optimization. Thus, there have been suggested various algorithms.
  • Additionally, there has been known a technique that reduces the assembly cost by optimizing the assembly line organization of an assembly process as disclosed in, for example, International Publication No. 2016/009483.
  • SUMMARY
  • According to an aspect of the embodiments, there is provided a device for deciding a number of persons to be assigned to an assembly line to which a predetermined number of robots are assigned, the device including: a memory; and a processor coupled to the memory and configured to: specify a first number and a second number based on a time it takes to complete jobs to be assigned to the robot or the person, a takt time common to the robot and the person, and an operation efficiency of each of the robot and the person, the first number being a minimum number of persons with which neither a work time of the robot nor a work time of the person exceeds the takt time, the second number being less than the first number; calculate a first cost of the first number of persons and the robot and a second cost of the second number of persons and the robot; and compare the first cost and the second cost, decide to assign the first number of persons to the assembly line when the first cost is less than the second cost, and decide to assign the second number of persons to the assembly line when the second cost is less than the first cost.
  • The object and advantages of the invention will be realized and attained by means of the elements and combinations particularly pointed out in the claims.
  • It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory and are not restrictive of the invention, as claimed.
  • BRIEF DESCRIPTION OF DRAWINGS
  • FIG. 1 schematically illustrates a hardware configuration of a job planning device;
  • FIG. 2 is a functional block diagram of the job planning device;
  • FIG. 3 is an explanatory diagram of an assembly line;
  • FIG. 4A illustrates an example of a job plan that employs the number of persons with which a cycle time exceeds a takt time, and FIG. 4B illustrates an example of a job plan that employs the number of persons with which the cycle time does not exceed the takt time;
  • FIG. 5 is a flowchart of a process executed by the job planning device; and
  • FIG. 6 illustrates a variation of the embodiment.
  • DESCRIPTION OF EMBODIMENTS
  • In an assembly line in which the number of robots to be used is preliminarily determined, jobs need to be organized after the number of persons to be assigned is preliminarily determined. In this case, it is difficult to determine which is better increasing the number of persons so that a total work time (cycle time) of a robot or person does not exceed a time limit (a takt time) or decreasing the number of persons even though the cycle time exceeds the takt time somewhat.
  • Hereinafter, a description will be given of an embodiment with reference to FIG. 1 through FIG. 5.
  • FIG. 1 illustrates a hardware configuration of a job planning device 10 in accordance with the embodiment. The job planning device 10 is a device that executes a process (job planning) for assigning a job to a person or a robot allocated to each station on an assembly line, and is also a device for deciding the number of persons to be assigned, the device deciding the number of persons to be assigned to each station before the job planning. The job planning device 10 of the present embodiment is an information processing device such as, for example, a personal computer (PC), and includes, as illustrated in FIG. 1, a central processing unit (CPU) 190, a read only memory (ROM) 192, a random access memory (RAM) 194, a storage unit (here, a hard disk drive (HDD)) 196, a network interface 197, and a portable storage medium drive 199, a display unit 193, and an input unit 195. The display unit 193 includes a liquid crystal display or the like, and the input unit 195 includes a keyboard and a mouse, a touch panel, or the like. These components of the job planning device 10 are coupled to a bus 198. The functions illustrated in FIG. 2 are implemented to the job planning device 10 by the execution of programs (including a program for deciding the number of persons to be assigned) stored in the ROM 192 or the HDD 196 or programs (including the program for deciding the number of persons to be assigned) read from a portable storage medium 191 by the portable storage medium drive 199 by the CPU 190. FIG. 2 also illustrates a job database (DB) 2 stored in the HDD 196 or the like of the job planning device 10. Examples of the portable storage medium 191 include, but are not limited to, portable storage medium such as CD-ROMs, DVD discs, and universal serial bus (USB) memories, and semiconductor memories such as flush memories.
  • FIG. 2 is a functional block diagram of the job planning device 10. The execution of the program by the CPU 190 causes the job planning device 10 to function as an input reception unit 11, a person number decision unit 12, a search unit 13, and an output unit 14 as illustrated in FIG. 2.
  • FIG. 3 is an explanatory diagram for describing an assembly line. As illustrated in FIG. 3, an assembly line 20 for assembling products includes, for example, four stations: stations A through D.
  • In the assembly line 20, products are conveyed from the station to the station by a belt conveyor (not illustrated) or the like. A robot 21A and persons 21B through 21D are assigned to the stations of the assembly line 20. In FIG. 3, the robot 21A is assigned to the station A, and the persons 21B through 21D are respectively assigned to the stations B through D. The robot 21A and the persons 21B through 21D respectively assigned to the stations A through D execute jobs assigned through the job planning to products conveyed in the assembly line 20 to produce the products.
  • The configuration example of the assembly line 20 is not limited to that illustrated in FIG. 3. For example, the assembly line 20 may include four or more stations. The robot 21A may be assigned to a station other than the station A, and the number of robots may be two or more.
  • FIG. 4A and FIG. 4B are diagrams for describing job planning in the assembly line 20. FIG. 4A illustrates a job plan that employs the number of persons with which a cycle time exceeds a takt time, and FIG. 4B illustrates a job plan that employs the number of persons with which the cycle time does not exceed the takt time. The takt time is a time limit determined from a production plan. When a person executes excess jobs that are unable to be completed within the takt time, an overtime pay is paid. “JobXX” in FIG. 4A and FIG. 4B means a job, and the dimension in the vertical axis direction of each job represents the time it takes to complete each job.
  • In the example of FIG. 4A, the number of persons is three, and when jobs are uniformly assigned to persons and a robot, both the persons and the robot need to work beyond the takt time. On the other hand, in the example of FIG. 4B, the number of persons is four, jobs are assigned to each person as many as possible within the takt time, and the remaining jobs (odd jobs) are assigned to a robot. The details will be described later, but in the present embodiment, the person number decision unit 12 determines which is to be selected, the number of persons with which the cycle time exceeds the takt time as illustrated in FIG. 4A or the number of persons with which the cycle time does not exceed the takt time although the number of persons is larger as illustrated in FIG. 4B.
  • Referring back to FIG. 2, the input reception unit 11 receives an input of a planning condition 3 by the operational input from the user. Additionally, the input reception unit 11 refers to the job DB 2 that stores various information about jobs to be assigned in the job planning. The job DB 2 stores the job time of each job. The input reception unit 11 is able to calculate the total work time by referring to the job DB 2.
  • The planning condition 3 of which the input is received by the input reception unit 11 includes information about the takt time, the number of robots available, and the cost per unit time and the operation efficiency of each robot. The planning condition 3 includes a cost per unit time of each person capable of being assigned to the assembly line, an overtime pay (an increase rate to the cost per unit time), and information about operation efficiency. The planning condition 3 also includes information about a maximum time (an allowable excess time) for which a person or robot is allowed to work beyond the takt time. The allowable excess time is set in accordance to the situation of the assembly line or the situation of the factory in which the assembly line is installed. The planning condition 3 also includes an algorithm for initially assigning jobs and a search algorithm for obtaining a combination of jobs assigned to each station. Examples of the algorithm for initially assigning jobs include, but are not limited to, a first fit method and a strongest fit method. The examples of the search algorithm include a hill climbing method, a tabu search, and Simulated Annealing.
  • The person number decision unit 12 decides the number of persons to be assigned to the assembly line under the condition that the number of robots to be assigned to the assembly line is preliminarily determined in the planning condition 3. More specifically, the person number decision unit 12 determines which case is to be employed: the case in which the minimum number of persons is employed as far as the total work time (cycle time) of each of persons and robots does not exceed the takt time, jobs are assigned to the persons as many as possible, and the remaining jobs (odd jobs) are assigned to the robots as illustrated in FIG. 4B; or the case in which the number of persons one less than that of FIG. 4B is employed by allowing the cycle time to exceed the takt time, and jobs are substantially uniformly assigned to the persons and the robots as illustrated in FIG. 4B. In this case, the person number decision unit 12 calculates the cost required in the whole of the assembly line with respect to each case, and calculates the excess time when the cycle time exceeds the takt time (e.g., in the case of FIG. 4A) to determine which case is to be selected, the case where the cycle time exceeds the takt time or the case where the cycle time does not exceed takt time based on the calculated excess time and the cost.
  • The search unit 13 uses algorithms determined in the planning condition 3 to search a job plan suitable for the number of robots preliminarily determined and the number of persons decided by the person number decision unit 12. The search unit 13 searches the best job plan taking into consideration the compliance with the order of jobs and the balance of workloads. The output unit 14 outputs the job plan searched by the search unit 13 by file output or display output to the display unit 193.
  • Process by the Job Planning Device 10
  • The process by the job planning device 10 of the present embodiment will be described along the flowchart of FIG. 5 with reference to other drawings as appropriately.
  • In the process of FIG. 5, at step S10, the input reception unit 11 receives the input of data such as the planning condition 3 and the job DB 2.
  • Then, at step S12, the person number decision unit 12 calculates the number of persons with which the cycle time exceeds the takt time (the case of FIG. 4A) and the number of persons with which the cycle time does not exceed the takt time (the case of FIG. 4B). More specifically, the person number decision unit 12 calculates the number of persons NH′ with which the cycle time does not exceed the takt time by the following formula (1).
  • N H = arg min i = 1 N H c H , i ( 1 )
  • Here, cH, i represents the cost per unit time of the i-th person. Thus, the above formula means that the value of NH that minimizes the sum of cH, i (i=1 through NH) is defined as NH′. However, the condition represented by the following formula (2) needs to be met.
  • i = 1 N H v H , i > T t - i = 1 N R v R , i ( 2 )
  • In the above formula (2), NR represents the number of robots, vH, i represents the operation efficiency of the i-th person, vR, i represents the operation efficiency of the i-th robot, T represents a total work time (the total time of the persons and the robots of all the jobs), and t represents the takt time. The operation efficiency of the person and the operation efficiency of the robot are a value obtained by dividing a time it takes for the person or robot to complete a job or a job group by a base time that is predetermined. The total work time is the time it takes if each of all the jobs is done in the corresponding base time.
  • Then, at step S14, the person number decision unit 12 calculates the difference (the excess time) Δt′ between the total work time (cycle time) of one work subject and the takt time (t) based on the following formula (3). Here, the work subject means a person or robot. In the present embodiment, since Δt′ is calculated from the following formula (3), one value is calculated, but the excess time of each work subject differs from one another in practice (see FIG. 4A).
  • Δ t = T i = 1 N H - 1 v H , i + i = 1 N R v R , i - t ( 3 )
  • Then, at step S16, the person number decision unit 12 determines whether the excess time is used as an index. More specifically, the person number decision unit 12 checks whether the planning condition 3 of which the input has been received by the input reception unit 11 includes the allowable excess time, and determines that the excess time is used as the index when the allowable excess time is included. In this case, the determination at step S16 becomes YES, and the process moves to step S18. On the other hand, when the planning condition 3 does not include the allowable excess time, the determination at step S16 becomes NO, and the process moves to step S26.
  • When the determination at step S16 is YES and the process moves to step S18, the person number decision unit 12 determines whether the excess time Δt′ goes over a limit, i.e., whether the excess time Δt′ is greater than the allowable excess time. When the determination at step S18 is YES, the process moves to step S20, and the person number decision unit 12 outputs the number of persons NH′ with which the cycle time does not exceed the takt time to the search unit 13. As described above, by deciding the number of persons NH′ with which the cycle time does not exceed the takt time as the number of persons to be assigned to the assembly line, the number of persons appropriate to the situation of the assembly line or the factory in which the assembly line is installed is decided as the number of persons to be assigned to the assembly line. After the process of step S20, the process moves to step S30.
  • On the other hand, when the determination at step S18 is NO, that is, when the excess time Δt′ is not greater than the allowable excess time, the process moves to step S22, and the person number decision unit 12 determines whether the cost is used as the index. In this case, the person number decision unit 12 determines whether the planning condition 3 includes information for calculating cost (e.g., information about the overtime pay, the cost per unit time, and the operation efficiency).
  • When the determination at step S22 is NO, the process moves to step S24, and the person number decision unit 12 outputs the number of persons NH′-1 with which the cycle time exceeds the takt time to the search unit 13. Thereafter, the process moves to step S30.
  • On the other hand, when the determination at step S16 is NO (when the excess time is not used as the index), or when the determination at step S22 is YES (when the excess time is not greater than the allowable excess time and the cost is used as the index) the process moves to step S26. At step S26, the person number decision unit 12 calculates the cost. In this case, the cost of the person and the robot in the whole of the assembly line is represented by the following formula (4).
  • c ( N H , Δ t ) i = 1 N H ( t + s i Δ t ) c H , i + ( t + Δ t ) i = 1 N R - 1 c R , i + { T - ( t + Δ t ) ( i = 1 N H v H , i + i = 1 N R - 1 v R , i ) } v R , R c R , R ( 4 )
  • Here, t represents the takt time, Δt represents the excess time, and si represents the overtime pay (a premium rate with respect to the cost per unit time) of the i-th person. Additionally, cR, R represents the cost per unit time of a robot that is to execute odd jobs (the robot that is in charge of a remainder illustrated in FIG. 4B), and VR, R represents the operation efficiency of the robot that is to execute the odd jobs. The condition cR, R>cR, i needs to be met as the condition to minimize the overall cost.
  • Here, the right-hand first member in the above formula (4) represents the cost of a person, the right-hand second member represents the cost of a robot that is not to execute odd jobs (the robot illustrated in FIG. 4A), and the right-hand third member represents the cost of a robot that is to execute odd jobs.
  • The person number decision unit 12 calculates c(NH′-1, Δt′) by using the cost per unit time cH, i and the operation efficiency vH, of each of persons capable of being assigned to individual stations for the case where the cycle time exceeds the takt time (the example of FIG. 4A). When there are a plurality of combinations of persons capable of being assigned to individual stations, c(NH′-1, Δt′) is calculated for each combination, and the average thereof is then calculated. In addition, the person number decision unit 12 calculates c(NH′, 0) by using the cost per unit time cH, i and the operation efficiency vH, i of each of persons capable of being assigned to individual stations for the case where the cycle time does not exceed the takt time (the example of FIG. 4B). When there are a plurality of combinations of persons capable of being assigned to individual stations, c(NH′, 0) is calculated for each combination, and the average thereof is then calculated.
  • Then, at step S28, the person number decision unit 12 determines whether the cost when the cycle time exceeds the takt time is less than the cost when the cycle time does not exceed the takt time. That is, it is determined whether c(NH′-1, Δt′)<c(NH′, 0). When the determination at step S28 is YES, the process moves to step S24, and the number of persons NH′-1 (the number of persons with lower cost) with which the cycle time exceeds the takt time is output to the search unit 13. Then, the process moves to step S30. On the other hand, when the determination at step S28 is NO, the process moves to step S20, and the number of persons NH′ (the number of persons with lower cost) with which the cycle time does not exceed the takt time is output to the search unit 13. Thereafter, the process moves to step S30.
  • When the process moves to step S30 through step S20 or step S24, the search unit 13 searches a job plan. In this case, the search unit 13 searches the best job plan by using the number of persons output from the person number decision unit 12 and the number of robots preliminarily determined and taking into consideration the compliance with the order of jobs at each station and the balance of workloads among the stations (the persons and the robots). For example, the search unit 13 calculates the evaluation value indicating the difference between the takt time and the cycle times at the stations B through D to which the workers 21B through 21D are assigned for the case in which jobs are assigned to the workers 21B through 21D or the robot 21A, which are assigned to respective stations, based on the planning condition including the assignment of the workers 21B through 21D or the robot 21A to be assigned to each station on the assembly line 20, jobs to be assigned to each station, and the takt time, and the job information indicating whether the automation of each job is possible and the job time of each job obtained from the job DB 2. Then, the search unit 13 searches the job plan of the combination of jobs assigned to each station by solving the optimization problem under the condition that the evaluation value is minimized. In this case, the search unit 13 may search the job plan of the combination meeting the order constraint based on a penalty value corresponding to the number of violations of a precedence constraint.
  • Then, at step S32, the output unit 14 outputs the search result (the job plan).
  • The execution of the above process of FIG. 5 enables to appropriately conduct the job planning.
  • As clear from the above description, in the present embodiment, the person number decision unit 12 implements the functions as a specification unit configured to specify the number of persons NH′, NH-1, a calculation unit configured to calculate the cost when the number of persons NH′, NH′-1 is employed, a decision unit configured to decide which number of persons NH′ or NH-1 is employed based on the cost calculated by the calculation unit, and a determination unit configured to determine whether the excess time is greater than the allowable excess time (a threshold value) when the number of persons NH-1 is employed.
  • As described in detail above, in the present embodiment, the person number decision unit 12 calculates the minimum number of persons NH′ with which neither the work time of the robot nor the work time of the person exceeds the takt time and the number of persons that is one less than NH′ (the number of persons NH′-1 with which the cycle time exceeds the takt time) (S12) based on the time (T) it takes to complete jobs to be assigned to a robot or person, the takt time (t) common to the robot and the person, and the respective operation efficiencies (vH, i, vR, i) of the robot and the person. In addition, the person number decision unit 12 calculates the cost c(NH′, 0) of the number NH′ of persons and the robot, and the cost c(NH-1, Δt′) of the number NH′-1 of persons and the robot by using the above formula (4) (S26). Then, when the cost c(NH′, 0)<the cost c(NH′-1, Δt′), the person number decision unit 12 decides to assign the number NH′ of persons to the assembly line, and outputs the decision to the search unit 13. On the other hand, when the cost c(NH′, 0)>c(NH-1, Δt′), the person number decision unit 12 decides to assign the number NH′-1 of persons to the assembly line, and outputs the decision to the search unit 13 (S28, S20, S24). This configuration allows the present embodiment to decide the appropriate number of persons taking into consideration the cost of the assembly line. In this case, the appropriate number of persons is easily and expeditiously decided based on the above formulas, and thus the time necessary for the job planning is reduced.
  • As an example, it has conventionally taken 5.5 days to plan a process plan: 0.5 day for data input and process planning; 1.5 days for process analysis (line simulation (product constraint check, MCT prediction, technical problems, feasibility study)), 3 days for study of specifications of automated machines (system structure study, cost measures, effect prediction); and 0.5 day for a comparative review between multiple specification plans. In contrast, the present embodiment is able to reduce the time for the process analysis, the study of specifications of automated machines, and the comparative review between multiple specification plans, and thereby is able to plan the process plan in about three days.
  • In addition, in the present embodiment, the person number decision unit 12 determines whether the time (excess time Δt′) by which the work time of the robot or person exceeds the takt time is greater than a threshold value preliminarily determined (the allowable excess time) under the assumption that the number NH′-1 of persons are assigned to the assembly line (S18), and when the excess time is greater than the allowable excess time (S18: YES), decides to assign the number NH′ of persons to the assembly line (S20), while when the excess time Δt′ is not greater than the allowable excess time (S18: NO), decides one of the number of persons NH′ and the number of persons NH′-1 as the number of persons to be assigned to the assembly line based on the cost calculation result (S28, S20, S24). As described above, in the present embodiment, when the excess time Δt′ is greater than the allowable excess time, the number of persons NH′ is employed without calculating the cost. Thus, the appropriate number of persons is decided taking into consideration the situation of the assembly line or the situation of the factory in which the assembly line is installed.
  • In addition, in the present embodiment, the person number decision unit 12 calculates the cost of the person based on the cost per unit time within the takt time and the cost per unit time when the cycle time exceeds the takt time. This configuration enables to calculate the cost of the person taking into consideration the overtime pay.
  • In addition, in the present embodiment, the method of calculating the cost of the robot is made to be different between the case where the robot works beyond the takt time and the case where the robot works for the time less than the takt time. Thus, the cost of the robot is appropriately calculated in the case of FIG. 4A and the case of FIG. 4B.
  • In the above embodiment, at step S26, when there are a plurality of combinations of persons capable of being assigned to individual stations, the person number decision unit 12 calculates the average of c(NH′-1, Δt) and the average of c(NH′, Δt) calculated for each combination, but this does not intend to suggest any limitation. For example, the minimum value of c(NH′-1, Δt) calculated for each combination and the minimum value of c(NH′, Δt) calculated for each combination may be calculated, and then, the minimum value of c(NH′-1, Δt) may be compared with the minimum value of c(NH′, Δt). In this case, the person number decision unit 12 may output the combination that minimizes c(NH′-1, Δt) and c(NH′, Δt) to the search unit 13. In this case, the search unit 13 may conduct the job planning most suitable for the obtained combination of persons.
  • In the above embodiment, the search unit 13 may use the cost c(H, Δt) and the excess time Δt′ of the formula (4), or the work time of the robot as an evaluation index, and search a job plan based on the evaluation index (for example, so that the evaluation index is minimized).
  • The above embodiment describes a case where the number of persons with which the cycle time exceeds the takt time is assumed to be NH-1, but does not intend to suggest any limitation. The number of persons with which the cycle time exceeds the takt time may be NH′-2, NH′-3, or the like.
  • The above embodiment describes a case where the job planning device 10 has the functions of FIG. 2, but does not intend to suggest any limitation. For example, each function of FIG. 2 may be implemented in a cloud server 100 coupled to a network 80 such as the Internet illustrated in FIG. 6. In this case, the cloud server 100 receives the planning condition input from a user terminal 70, and executes the process of FIG. 5 to create a job plan. Then, the job plan is transmitted from the cloud server 100 to the user terminal 70, and the received job plan is used in the user terminal 70. The cloud server 100 may be installed in a domestic location or an overseas location.
  • The above-described processing functions are implemented by a computer. In this case, a program in which processing details of the functions that a processing device (CPU) is to have are written are provided. The execution of the program by the computer allows the computer to implement the above described processing functions. The program in which the processing details are written can be stored in a storage medium (however, excluding carrier waves) capable of being read by a computer.
  • When the program is distributed, it may be sold in the form of a portable storage medium such as a DVD (Digital Versatile Disc) or a CD-ROM (Compact Disc Read Only Memory) storing the program. The program may be stored in a storage device of a server computer, and the program may be transferred from the server computer to another computer over a network.
  • A computer executing the program stores the program stored in a portable storage medium or transferred from a server computer in its own storage device. The computer then reads the program from its own storage device, and executes a process according to the program. The computer may directly read the program from a portable storage medium, and execute a process according to the program. Alternatively, the computer may successively execute a process, every time the program is transferred from a server computer, according to the received program.
  • All examples and conditional language recited herein are intended for pedagogical purposes to aid the reader in understanding the invention and the concepts contributed by the inventor to furthering the art, and are to be construed as being without limitation to such specifically recited examples and conditions, nor does the organization of such examples in the specification relate to a showing of the superiority and inferiority of the invention. Although the embodiments of the present invention have been described in detail, it should be understood that the various change, substitutions, and alterations could be made hereto without departing from the spirit and scope of the invention.

Claims (11)

What is claimed is:
1. A device for deciding a number of persons to be assigned to an assembly line to which a predetermined number of robots are assigned, the device comprising:
a memory; and
a processor coupled to the memory and configured to:
specify a first number and a second number based on a time it takes to complete jobs to be assigned to the robot or the person, a takt time common to the robot and the person, and an operation efficiency of each of the robot and the person, the first number being a minimum number of persons with which neither a work time of the robot nor a work time of the person exceeds the takt time, the second number being less than the first number;
calculate a first cost of the first number of persons and the robot and a second cost of the second number of persons and the robot; and
compare the first cost and the second cost, decide to assign the first number of persons to the assembly line when the first cost is less than the second cost, and decide to assign the second number of persons to the assembly line when the second cost is less than the first cost.
2. The device according to claim 1, wherein
the processor is configured to:
determine whether a time by which the work time of the robot or the person exceeds the takt time is greater than a threshold value preliminarily determined under an assumption that the second number, which is specified, of persons are assigned to the assembly line; and
when the time by which the work time of the robot or the person exceeds the takt time is greater than the threshold value, decide to assign the first number of persons to the assembly line, and
when the time by which the work time of the robot or the person exceeds the takt time is not greater than the threshold value,
compare the first cost and the second cost,
decide to assign the first number of persons to the assembly line when the first cost is less than the second cost, and
decide to assign the second number of persons to the assembly line when the second cost is less than the first cost.
3. The device according to claim 1, wherein
the processor is configured to calculate the cost of the person based on a cost per unit time within the takt time and a cost per unit time beyond the take time of each of the person.
4. The device according to claim 1, wherein
a method of calculating the cost of the robot is made to be different between a case where the robot works beyond the takt time and a case where the robot works for a time less than the takt time.
5. The device according to claim 1, wherein
the second number is one less than the first number.
6. A method, implemented by a computer, for deciding the number of persons to be assigned to an assembly line to which a predetermined number of robots are assigned, the method comprising:
specifying a first time and a second time based on a time it takes to complete jobs to be assigned to the robot or the person, a takt time common to the robot and the person, and an operation efficiency of each of the robot and the person, the first number being a minimum number of persons with which neither a work time of the robot nor a work time of the person exceeds the takt time, the second number being less than the first number;
calculating a first cost of the first number of persons and the robot and a second cost of the second number of persons and the robot; and
comparing the first cost and the second cost and deciding to assign the first number of persons to the assembly line when the first cost is less than the second cost and to assign the second number of persons to the assembly line when the second cost is less than the first cost.
7. The method according to claim 6, further comprising
determining whether a time by which the work time of the robot or the person exceeds the takt time is greater than a threshold value preliminarily determined under an assumption that the second number of persons specified in the specifying are assigned to the assembly line, wherein
the deciding includes:
when the time by which the work time of the robot or the person exceeds the takt time is greater than the threshold value, deciding to assign the first number of persons to the assembly line; and
when the time by which the work time of the robot or the person exceeds the takt time is not greater than the threshold value, comparing the first cost and the second cost and deciding to assign the first number of persons to the assembly line when the first cost is less than the second cost and to assign the second number of persons to the assembly line when the second cost is less than the first cost.
8. The method according to claim 6, wherein
the calculating includes calculating the cost of the person based on a cost per unit time within the takt time and a cost per unit time beyond the take time of each of the person.
9. The method according to claim 6, wherein
in the calculating, a method of calculating the cost of the robot is made to be different between a case where the robot works beyond the takt time and a case where the robot works for a time less than the takt time.
10. The method according to claim 6, wherein
the second number is one less than the first number.
11. A non-transitory computer-readable medium storing a program for deciding the number of persons to be assigned to an assembly line to which a predetermined number of robots are assigned, the program causing a computer to execute a process, the process comprising:
specifying a first time and a second time based on a time it takes to complete jobs to be assigned to the robot or the person, a takt time common to the robot and the person, and an operation efficiency of each of the robot and the person, the first number being a minimum number of persons with which neither a work time of the robot nor a work time of the person exceeds the takt time, the second number being less than the first number;
calculating a first cost of the first number of persons and the robot and a second cost of the second number of persons and the robot; and
comparing the first cost and the second cost and deciding to assign the first number of persons to the assembly line when the first cost is less than the second cost and to assign the second number of persons to the assembly line when the second cost is less than the first cost.
US15/805,775 2016-12-16 2017-11-07 Device for deciding number of persons to be assigned and method for deciding number of persons to be assigned Abandoned US20180174084A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2016-244597 2016-12-16
JP2016244597A JP6852381B2 (en) 2016-12-16 2016-12-16 Placement number determination device, placement number determination method and placement number determination program

Publications (1)

Publication Number Publication Date
US20180174084A1 true US20180174084A1 (en) 2018-06-21

Family

ID=60387813

Family Applications (1)

Application Number Title Priority Date Filing Date
US15/805,775 Abandoned US20180174084A1 (en) 2016-12-16 2017-11-07 Device for deciding number of persons to be assigned and method for deciding number of persons to be assigned

Country Status (4)

Country Link
US (1) US20180174084A1 (en)
EP (1) EP3336780A1 (en)
JP (1) JP6852381B2 (en)
CN (1) CN108205730A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190137979A1 (en) * 2017-11-03 2019-05-09 Drishti Technologies, Inc. Systems and methods for line balancing

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6747596B1 (en) * 2018-10-05 2020-08-26 三菱電機株式会社 Work management device and work management method
JP7415999B2 (en) * 2021-03-26 2024-01-17 横河電機株式会社 Analysis equipment, analysis method and program

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5249120A (en) * 1991-01-14 1993-09-28 The Charles Stark Draper Laboratory, Inc. Automated manufacturing costing system and method
US5793632A (en) * 1996-03-26 1998-08-11 Lockheed Martin Corporation Cost estimating system using parametric estimating and providing a split of labor and material costs
US6049742A (en) * 1997-09-26 2000-04-11 International Business Machines Corporation Projected supply planning matching assets with demand in microelectronics manufacturing
US6519837B1 (en) * 1999-09-27 2003-02-18 Denso Corporation Assembly/processing apparatus
US7209859B2 (en) * 2002-03-02 2007-04-24 Linxberg Technology, Llc Method and apparatus for sequentially collecting and analyzing real time data with interactive monitoring
US7249028B2 (en) * 2001-05-01 2007-07-24 Ericsson Ab Manufacturing labor cost estimator
US7379782B1 (en) * 2007-03-26 2008-05-27 Activplant Corporation System and method of monitoring and quantifying performance of an automated manufacturing facility
US8761921B2 (en) * 2007-01-24 2014-06-24 Fujitsu Limited System, operation cell, method, product manufacturing method, and marker for locating operation position
US9792020B1 (en) * 2015-12-30 2017-10-17 Palantir Technologies Inc. Systems for collecting, aggregating, and storing data, generating interactive user interfaces for analyzing data, and generating alerts based upon collected data
US9904282B2 (en) * 2014-09-16 2018-02-27 Kabushiki Kaisha Yaskawa Denki Work planner, method for planning work, and computer-readable storage medium storing a work planning program

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003157309A (en) * 2001-11-20 2003-05-30 Mitsubishi Electric Corp Worker posting planning device and worker posting planning method
JP2006350832A (en) * 2005-06-17 2006-12-28 Sharp Corp Work distribution device, work distribution system and work distribution method
JPWO2007100138A1 (en) * 2006-03-03 2009-07-23 ジャシィ株式会社 Production management system managed by workers
JP4997549B2 (en) * 2007-01-09 2012-08-08 株式会社ジェイテクト Robot line equipment
JP5186193B2 (en) * 2007-12-14 2013-04-17 パナソニック株式会社 Flexible production system
WO2013083143A1 (en) * 2011-12-09 2013-06-13 Daimler Ag Method for operating a production plant
JP2014211766A (en) * 2013-04-18 2014-11-13 三菱化学エンジニアリング株式会社 Personnel management system and personnel management method
JP6096648B2 (en) * 2013-12-06 2017-03-15 株式会社神戸製鋼所 Production plan creation method, production plan creation program, and production plan creation device
WO2016009483A1 (en) 2014-07-14 2016-01-21 株式会社日立製作所 Assembly line organizing system and assembly line organizing method
JP6393640B2 (en) * 2015-03-23 2018-09-19 株式会社ユニバーサルエンターテインメント Production line
US9426291B1 (en) * 2015-10-16 2016-08-23 Noble Systems Corporation Forecasting and scheduling campaigns involving sending outbound communications that generate inbound communications

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5249120A (en) * 1991-01-14 1993-09-28 The Charles Stark Draper Laboratory, Inc. Automated manufacturing costing system and method
US5793632A (en) * 1996-03-26 1998-08-11 Lockheed Martin Corporation Cost estimating system using parametric estimating and providing a split of labor and material costs
US6049742A (en) * 1997-09-26 2000-04-11 International Business Machines Corporation Projected supply planning matching assets with demand in microelectronics manufacturing
US6519837B1 (en) * 1999-09-27 2003-02-18 Denso Corporation Assembly/processing apparatus
US7249028B2 (en) * 2001-05-01 2007-07-24 Ericsson Ab Manufacturing labor cost estimator
US7209859B2 (en) * 2002-03-02 2007-04-24 Linxberg Technology, Llc Method and apparatus for sequentially collecting and analyzing real time data with interactive monitoring
US8761921B2 (en) * 2007-01-24 2014-06-24 Fujitsu Limited System, operation cell, method, product manufacturing method, and marker for locating operation position
US7379782B1 (en) * 2007-03-26 2008-05-27 Activplant Corporation System and method of monitoring and quantifying performance of an automated manufacturing facility
US9904282B2 (en) * 2014-09-16 2018-02-27 Kabushiki Kaisha Yaskawa Denki Work planner, method for planning work, and computer-readable storage medium storing a work planning program
US9792020B1 (en) * 2015-12-30 2017-10-17 Palantir Technologies Inc. Systems for collecting, aggregating, and storing data, generating interactive user interfaces for analyzing data, and generating alerts based upon collected data

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190137979A1 (en) * 2017-11-03 2019-05-09 Drishti Technologies, Inc. Systems and methods for line balancing
US11054811B2 (en) * 2017-11-03 2021-07-06 Drishti Technologies, Inc. Systems and methods for line balancing

Also Published As

Publication number Publication date
JP6852381B2 (en) 2021-03-31
EP3336780A1 (en) 2018-06-20
JP2018097801A (en) 2018-06-21
CN108205730A (en) 2018-06-26

Similar Documents

Publication Publication Date Title
US9513967B2 (en) Data-aware workload scheduling and execution in heterogeneous environments
US20180129192A1 (en) Job planning device and job planning method
US7702411B2 (en) Integration of job shop scheduling with discreet event simulation for manufacturing facilities
US7752239B2 (en) Risk-modulated proactive data migration for maximizing utility in storage systems
EP3495951A1 (en) Hybrid cloud migration delay risk prediction engine
US20130339972A1 (en) Determining an allocation of resources to a program having concurrent jobs
US20140095423A1 (en) Infering travel path in public transportation system
CN103999049A (en) Cloud provisioning accelerator
US8983881B2 (en) Benchmarking progressive systems for solving combinatorial problems
US20180046953A1 (en) Line balancing apparatus, line balancing method, and computer-readable recording medium
US20180174084A1 (en) Device for deciding number of persons to be assigned and method for deciding number of persons to be assigned
US20180276590A1 (en) Non-transitory computer-readable storage medium, process planning method, and process planning device
US20130332244A1 (en) Predictive Analytics Based Ranking Of Projects
US20190287010A1 (en) Search point determining method and search point determining apparatus
US11247334B2 (en) Task planning apparatus, task planning method, and non-transitory computer-readable storage medium
JP2016194736A (en) Project execution planning support method, project execution planning support program, and project execution planning support system
US11170327B2 (en) Dynamic production planning system and dynamic production planning device
US20140136260A1 (en) System and method for operational quality aware staffing requirements in service systems
US20120197677A1 (en) Multi-role based assignment
US20140350983A1 (en) Providing best practice workflow to aid user in completing project that is constantly updated based on user feedback
JP6772853B2 (en) Work organization device, work organization method and work organization program
US20210005311A1 (en) Normalizing data sets for predicting an attribute of the data sets
KR101819365B1 (en) System and method to support simulating profitablility based on simulation carbon emissions of products production plan
US20200272371A1 (en) Information processing apparatus and power estimation method
US20150235247A1 (en) Computer implemented system and method for determining a multi stage facility location and allocation

Legal Events

Date Code Title Description
AS Assignment

Owner name: FUJITSU LIMITED, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MURAKAMI, RYO;REEL/FRAME:044476/0828

Effective date: 20171010

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION