The present application is based on PCT filing PCT/JP2020/000443, filed Jan. 9, 2020, which claims priority to JP PCT/JP2019/007671, filed Feb. 27, 2019, the entire contents of each are incorporated herein by reference.
The present invention relates to a design support device, a design support method, and a design support program, the design support device supporting the work of designing a ladder program executed by a programmable logic controller (PLC) that performs sequence control.
A ladder program is a program written in a ladder language. In programming using the ladder language, a program is created by placing program elements that propagate a control signal such as a contact and a coil between two power rails, and specifying the connection relationship between the program elements. Note that the control signal is assigned to an internal memory of the PLC, and the internal memory is called a “device”.
Here, the ladder program can be said to be a combination of a plurality of small circuits each including a plurality of program elements. Also, among the small circuits included in the ladder program, there is usually a plurality of the small circuits having the same circuit configuration, that is, having the same connection relationship between the program elements included in the circuit. In other words, the work of designing the ladder program involves the work of inputting the small circuit having the same configuration multiple times. Given this situation, Patent Literature 1 proposes a technique that enables efficient input of the small circuit having the same configuration.
In the invention described in Patent Literature 1, when the work of copying and pasting a plurality of program elements that has been input is to be executed, the plurality of program elements to be pasted is stored as history information. Then, in the invention described in Patent Literature 1, the plurality of stored program elements is called, edited as necessary, and then registered as a program component. The registered program component can be used in the subsequent work of editing the ladder program. That is, a user who edits the ladder program pasts the registered program component into the ladder program, thereby inputting, at a time, the plurality of program elements included in the program component.
Patent Literature 1: Japanese Patent Application Laid-open No. 2011-113254
Unfortunately, in the invention described in Patent Literature 1, in order to repeatedly input a program element group (the plurality of program elements stored as the history information) having the same connection relationship, the plurality of program elements stored needs to be made into the program component and registered in advance, which takes time and effort.
The present invention has been made in view of the above, and an object of the present invention is to provide a design support device capable of reducing the burden on an operator who designs a ladder program.
In order to solve the above problem and achieve the object, a design support device according to the present invention comprises: an operation reception unit to receive an operation from a user; and a program creation unit to create a ladder program in accordance with the operation received by the operation reception unit. The design support device further comprises: a circuit block extraction unit to extract a circuit block from the ladder program when the circuit block is formed and a predetermined condition is satisfied, the circuit block being formed by detecting that one end of a circuit including a plurality of program elements is connected to one of two power rails included in the ladder program and that another end of the circuit is connected to another one of the two power rails; and a circuit block storage unit to store configuration information representing a configuration of the circuit block extracted by the circuit block extraction unit. The design support device further comprises a notification unit to notify the user of the circuit block represented by the configuration information stored in the circuit block storage unit, as a candidate for a circuit block to be inserted into the ladder program.
The design support device according to the present invention can reduce the burden on the operator who designs the ladder program.
Hereinafter, a design support device, a design support method, and a design support program according to embodiments of the present invention will be described in detail with reference to the drawings. Note that the present invention is not limited to the embodiments.
The operation reception unit 10 receives an operation from a user who is an operator designing a ladder program using the design support device 1.
The controller 20 includes a program creation unit 21, a circuit block extraction unit 22, a notification unit 23, and a search unit 24.
The program creation unit 21 creates a ladder program in accordance with the content of an operation that the operation reception unit 10 receives from the user. The program creation unit 21 creates the ladder program as illustrated in
Hereinafter, a circuit including the contact 63, the contact 64, and the coil 65 is defined as a circuit block 60. In the present description, a circuit including a plurality of program elements and connected to both of two power rails (the left power rail 61 and the right power rail 62) of a ladder program is referred to as a circuit block. More specifically, a circuit, which is defined by a plurality of program elements and forms one of a plurality of current paths formed between the left power rail 61 and the right power rail 62, is referred as to a circuit block.
The circuit block extraction unit 22 extracts the circuit block from the ladder program created by the program creation unit 21, and generates circuit block information that is information representing the extracted circuit block. The circuit block information is held in a circuit block storage unit 32 of the storage 30 described later. Moreover, the circuit block extraction unit 22 generates information on the device used for each of the plurality of program elements included in the extracted circuit block. The information on the device is held in a used device storage unit 33 of the storage 30 described later.
When the operation reception unit 10 receives an operation of starting to input the circuit block, the notification unit 23 notifies the user of the circuit block that can be input, that is, the circuit block held in the circuit block storage unit 32 of the storage 30. The notification unit 23 causes the display unit 40 to display the circuit block held in the circuit block storage unit 32, thereby notifying the user of this circuit block. In notifying the user of the circuit block, the notification unit 23 also causes the display unit 40 to display the devices assigned to the program elements included in the circuit block.
When the operation reception unit 10 receives a search operation for the circuit block, the search unit 24 search the circuit blocks represented by the information held in the circuit block storage unit 32, among which circuit blocks, the search unit 24 searches for the circuit block that satisfies a condition specified by the search operation.
The storage 30 includes a program storage unit 31, the circuit block storage unit 32, and the used device storage unit 33.
The program storage unit 31 stores the ladder program created by the program creation unit 21.
The circuit block storage unit 32 stores the information representing the circuit block that is extracted from the ladder program by the circuit block extraction unit 22.
The used device storage unit 33 stores the information on the device used for each of the plurality of program elements included in the circuit block extracted by the circuit block extraction unit 22. That is to say, the used device storage unit 33 stores the device that is the internal memory assigned to each of the plurality of program elements. The used device storage unit 33 is a used memory information storage unit.
The display unit 40 displays various screens for the user who uses the design support device 1.
Here, hardware for implementing the design support device 1 according to the first embodiment will be described.
The processor 101 is a central processing unit (CPU) or the like, the CPU being also referred to as a central processor, a processing unit, an arithmetic unit, a microprocessor, a microcomputer, a processor, or a digital signal processor (DSP). The storage device 102 is a non-volatile or volatile semiconductor memory such as a random access memory (RAM), a read only memory (ROM), or a flash memory, a magnetic disk, or the like. The storage device 102 holds the program for the processor 101 to operate as the design support device 1 and various other data. The storage device 102 is also used as a work memory when the processor 101 executes various processings. Moreover, the storage device 102 includes the storage 30 illustrated in
The input device 103 is a mouse, a keyboard, a touch panel, or the like and includes the operation reception unit 10 illustrated in
Note that the above program for operating as the controller 20 of the design support device 1 is, for example, written on a recording medium such as a compact disc (CD)-ROM or a digital versatile disc (DVD)-ROM to be supplied to the user, and is installed in the storage device 102 by the user. In this case, the hardware for implementing the design support device 1 includes a reading device that reads the program from the recording medium or an interface circuit that connects the reading device. Alternatively, the above program may be provided to the user via a communication line such as the Internet and installed in the storage device 102.
Next, the operation of the design support device 1, specifically, the operation that helps the user design the ladder program will be described.
First, a description will be made as to an outline of the operation of the design support device 1 helping the user design the ladder program. When the operation reception unit 10 receives an operation of creating the ladder program from the user, the program creation unit 21 of the design support device 1 creates the ladder program in accordance with the contents of the operation received. The “creation” means that the program creation unit 21 updates the contents of the ladder program during the design phase in accordance with the contents of the operation received by the operation reception unit 10. The circuit block extraction unit 22 monitors a state of the ladder program created by the program creation unit 21. Then, when the circuit block extraction unit 22 finds a circuit block that has not been extracted in the ladder program created (updated) by the program creation unit 21, the circuit block extraction unit 22 extracts that found circuit block and stores information representing the extracted circuit block in the circuit block storage unit 32 of the storage 30. When the operation reception unit 10 receives, from the user, an operation of inserting the circuit block into the ladder program created by the program creation unit 21, the notification unit 23 causes the display unit 40 to display the frequently used circuit blocks among the circuit blocks represented by the information held in the circuit block storage unit 32. These frequently used circuit blocks are displayed as candidates to be inserted into the ladder program. When the operation reception unit 10 receives, from the user, an operation of selecting one of the candidates displayed on the display unit 40, the program creation unit 21 inserts, into the ladder program, the circuit block selected by the user.
Next, the operation of the circuit block extraction unit 22 will be described.
The circuit block extraction unit 22 checks the state of the ladder program created by the program creation unit 21 at a predetermined timing, and determines whether or not the configuration of the circuit block has been finalized (step S11). The circuit block extraction unit 22 checks the state of the ladder program when, for example, the operation reception unit 10 has received an operation from the user. The circuit block extraction unit 22 may repeatedly check the state of the ladder program at a predetermined cycle.
An example of a method through which the circuit block extraction unit 22 determines whether or not the configuration of the circuit block has been finalized will be described with reference to
The circuit block extraction unit 22 continues executing step S11 if the configuration of the circuit block has not been finalized, that is, if a new circuit block has not been formed (No in step S11).
If the configuration of the circuit block has been finalized (Yes in step S11), the circuit block extraction unit 22 extracts the circuit block whose configuration has been finalized (step S12). Next, the circuit block extraction unit 22 determines whether or not a circuit block having the same configuration as the extracted circuit block has already been extracted, that is, whether or not a circuit block having the same configuration as the extracted circuit block has been extracted in the past (step S13). By checking configuration information stored in the circuit block storage unit 32, the circuit block extraction unit 22 determines whether or not a circuit block having the same configuration as the circuit block having the configuration finalized has already been extracted. The configuration information stored in the circuit block storage unit 32 is information indicating the configuration of the circuit block.
If a circuit block having the same configuration as the extracted circuit block has not already been extracted (No in step S13), the circuit block extraction unit 22 generates configuration information indicating the configuration of the extracted circuit block (step S14). The circuit block extraction unit 22 further sets an extraction count for the extracted circuit block to one, and stores the extraction count in the circuit block storage unit 32 in association with the configuration information generated in step S14 (step S15). The extraction count indicates a usage count that is the number of times the circuit block having the same configuration as the circuit block extracted by the circuit block extraction unit 22 is used in the ladder program.
When extracting a circuit block 81 with the configuration illustrated in
If a circuit block having the same configuration as the extracted circuit block has already been extracted (Yes in step S13), the circuit block extraction unit 22 increments the extraction count for the circuit block having the same configuration (step S16). A specific example of the operation executed by the circuit block extraction unit 22 in step S16 will be described. Assume that the circuit block extraction unit 22 extracts the circuit block 81 illustrated in
After executing step S15 or S16, the circuit block extraction unit 22 stores, in the used device storage unit 33, information on a device used in the extracted circuit block, that is, information on a device assigned to each of the program elements included in the extracted circuit block (step S17). In step S17, for example, the circuit block extraction unit 22 generates a used device table 85 illustrated in
As described above, when detecting that a new circuit block is connected to both of the two power rails, the circuit block extraction unit 22 determines that the configuration of the circuit block connected to both of the two power rails immediately before the new circuit block has been finalized. The circuit block extraction unit 22 then generates the circuit block information indicating the configuration and the extraction count of the circuit block whose configuration has been finalized, and stores the circuit block information in the circuit block storage unit 32. Furthermore, the circuit block extraction unit 22 generates the used device table as the information on the devices used in the circuit block whose configuration has been finalized, and stores the used device table in the used device storage unit 33.
Next, the operation when the design support device 1 receives input of circuit blocks from the user will be described.
When the design support device 1 receives an operation of starting to input multiple the program elements (an operation of inputting a circuit block) from the user who creates the ladder program (step S21), circuit blocks with high usage counts are displayed as input candidates on the display unit 40 (step S22).
In step S21, for example, with a ladder program creation screen 91 displayed on the display unit 40, as illustrated in
Returning to the explanation of
The design support device 1 also performs the operation according to the flowchart illustrated in
While the screen 93 illustrated in
Next, a description will be made of the operation through which the design support device 1 searches the circuit blocks used in the past and indicated by the corresponding circuit block information stored in the circuit block storage unit 32, among which circuit blocks the design support device 1 searches for circuit blocks satisfying a condition specified by the user. The search unit 24 searches for the circuit blocks satisfying the condition specified by the user.
Assume that the design support device 1 executes step S22 of
After that, the design support device 1 waits for selection of the circuit block as the input candidate displayed on the screen 93, or waits for input of the circuit block search condition (the number of each of ANDs and ORs of the contacts). When receiving, from the user, an operation of selecting one of the circuit blocks as the input candidates, the design support device 1 inserts the selected circuit block into the ladder program as described above (that is, performs the processing of steps S23 and S24 in
As described above, when the configuration of the circuit block connected to the two power rails of the ladder program has been finalized, the design support device 1 according to the present embodiment extracts, from the ladder program, the circuit block whose configuration has been finalized, thereby generating and holding the circuit block information that indicates the configuration of the extracted circuit block and the extraction count of the circuit block having the same configuration as the extracted circuit block. Moreover, when receiving the operation of starting to input multiple program elements, the design support device 1 notifies the user of the circuit blocks with high usage counts as the input candidates among the circuit blocks indicated by the circuit block information. When one of the notified circuit blocks is selected, the design support device 1 inserts the selected circuit block into the ladder program. According to the design support device 1 of the present embodiment, when the plurality of program elements is to be input at a time, the plurality of program elements to be input at a time need not be made into a component in advance so that the burden on the operator who designs the ladder program can be reduced.
Next, a design support device according to a second embodiment will be described. A functional block configuration of the design support device according to the second embodiment is similar to that of the design support device 1 according to the first embodiment (see
When the design support device according to the second embodiment detects that the ladder program creation screen 91 displayed on the display unit 40 is touched, the design support device displays a display for flick input of a circuit block as illustrated in
The design support device according to the second embodiment is similar to the design support device 1 according to the first embodiment except that the method of displaying the circuit blocks as the input candidates and the method of selecting the circuit block are adapted to the flick input. In the design support device according to the second embodiment, the position to which the circuit block is inserted is, for example, a position which a user first touches on the ladder program creation screen 91. Alternatively, the design support device according to the second embodiment may receive the designation of the position to which the circuit block is inserted after the circuit block to be input is selected. The design support device according to the second embodiment may also be adapted to, when detecting that the ladder program creation screen 91 is touched, request a selection from the input of a single program element and the input of a circuit block, and provide the display as illustrated in
Note that the design support device according to the present embodiment can receive an input operation similar to that of the first embodiment in addition to the input of a circuit block by the flick operation.
As described above, the design support device according to the second embodiment is configured to receive the input operation using a touch panel, and receives the input of a circuit block by the flick operation. The user can perform an intuitive operation by performing the input by the flick operation. In addition, the user can input a circuit block (a plurality of program elements) without repeatedly performing small finger movements as in the case of inputting a single program element.
Next, a design support device according to a third embodiment will be described. As described above, when the design support device 1 according to the first embodiment receives the operation of starting to input a circuit block, the design support device 1 causes the display unit 40 to display a certain number of circuit blocks with high past input counts (usage counts) as the candidates for the circuit block to be input. However, a circuit block that the user is trying to input is not always included in the circuit blocks with high usage counts. Moreover, in the ladder program, there is a certain condition for a circuit block written following a certain circuit block, and thus there is a possibility that the circuit blocks with high usage counts do not satisfy the certain condition. In this case, it is desirable to display, as the input candidate, a circuit block satisfying the certain condition, which, however, is difficult in the case where the input candidate is determined on the basis of the usage count. The design support device according to the present embodiment, therefore, learns the input tendency of the circuit blocks by machine learning and determines the circuit block as the input candidate on the basis of a learning result.
In
Similar to the circuit block extraction unit 22 of the design support device 1 according to the first embodiment, the circuit block extraction unit 22a checks a state of a ladder program created by the program creation unit 21 at a predetermined timing to determine whether or not the configuration of a circuit block has been finalized, and extracts the circuit block when the configuration thereof has been finalized. Moreover, when information on the configuration of the extracted circuit block is not held in the circuit block storage unit 32, the circuit block extraction unit 22a generates the configuration information and stores the same in the circuit block storage unit 32. However, unlike the circuit block extraction unit 22, the circuit block extraction unit 22a does not store, in the circuit block storage unit 32, the extraction count of the circuit block in association with the configuration information. The circuit block storage unit 32 of the design support device 1a according to the third embodiment thus holds only the configuration information on the circuit block extracted by the circuit block extraction unit 22a.
When a circuit block is inserted into the ladder program, the state observation unit 51 observes the circuit block that was inserted last time, as a state variable. The insertion of the circuit block means both to insert the circuit block by inputting a plurality of program elements individually and forming the circuit block, and to insert the circuit block by selecting one of the circuit block candidates as described using
When the circuit block is input to the ladder program, the data acquisition unit 52 acquires data related to the input circuit block. The data related to the circuit block, which need only be information uniquely indicating the input circuit block, are, for example, configuration information on the circuit block, or a control number of the circuit block.
The learning unit 53 learns the input tendency of the circuit blocks on the basis of a data set that is created by combining the state variable observed by the state observation unit 51 and the data related to the circuit block acquired by the data acquisition unit 52. The data set is data in which the state variable and the data related to the circuit block are associated with each other.
Note that the present embodiment describes an example in which the controller 20a of the design support device 1a includes the machine learning unit 25, but the present invention is not limited to this configuration. The machine learning unit 25 may be a functional unit independent of the controller 20a, or may be implemented by a device separate from the design support device 1a. Alternatively, the machine learning unit 25 may be implemented by a device on a cloud server. When the machine learning unit 25 is implemented by a device external to the design support device 1a, the design support device 1a transmits the data observed by the state observation unit 51 and the data acquired by the data acquisition unit 52, to the device that implements the machine learning unit 25. The design support device 1a also acquires a learning result of the device that implements the machine learning unit 25.
The learning unit 53 learns the input tendency of the circuit blocks by, for example, so-called supervised learning according to a neural network model. Supervised learning refers to a model that provides a learning device with a large number of data sets each being a set of data of certain input and result (label), learns features found in those data sets, and estimates the result from the input.
The neural network includes an input layer made up of a plurality of neurons, a middle layer (hidden layer) made up of a plurality of neurons, and an output layer made up of a plurality of neurons. The middle layer may be one layer or two or more layers.
In the neural network, when data is input to the corresponding neurons in the input layer, each neuron multiplies the input data by a predetermined weight and inputs the result of this multiplication to each neuron in the middle layer. Similarly, each neuron in the middle layer multiplies the input data by a predetermined weight and inputs the result of this multiplication to each neuron in the output layer. Each neuron in the output layer outputs the data received from the middle layer. This output result varies depending on the value of the weight by which the input data is multiplied at each neuron in the input layer and the middle layer. That is, the neural network performs learning by adjusting the weight by which the data is multiplied at each neuron so as to reduce a difference between the output result and the training data.
The neural network included in the learning unit 53 according to the present embodiment learns the input tendency of the circuit blocks with supervised learning on the basis of a combination of the circuit block input last time and the circuit block input this time. The circuit block input last time is observed by the state observation unit 51. The circuit block input this time is acquired by the data acquisition unit 52. The circuit block input this time serves as the training data. Note that although the circuit block input last time is the target to be observed by the state observation unit 51, such an observation target may also be the circuit block input last time and the circuit blocks input a certain number of times before. For example, the observation target may be the circuit blocks that were input three times, including the circuit block input last time. That is to say, the observation target may be the circuit blocks input three times in the past. By observing a plurality of input circuit blocks, the input tendency of the circuit blocks can be learned more accurately.
In the learning of the neural network included in the learning unit 53, specifically, candidates for the circuit block to be input next by the user are output when the state variable is input. The number of candidates for the circuit block is, for example, four as in the first embodiment. In addition, the circuit blocks are output in order from a circuit block that is highly likely to be selected. Next, the output candidates for the circuit block are compared with the circuit block acquired by the data acquisition unit 52 (the circuit block input this time). On the basis of a result of this comparison, the weight used in each neuron in the input and middle layers of the neural network (the weight by which the input data is multiplied in each neuron) is adjusted. In the weight adjustment, the weight used in each neuron is adjusted such that the circuit block at the top among the candidates for the circuit block, that is, the circuit block most likely to be selected, matches the circuit block input this time (the training data).
The learning unit 53 may learn the input tendency of the circuit blocks in accordance with data sets created for a plurality of the design support devices 1a. Note that the learning unit 53 may acquire the data sets from the plurality of the design support devices 1a. Moreover, the design support device 1a from which the data set is collected can be added to the target or removed from the target along the way. Furthermore, a machine learning device, which is the learning unit 53 that has learned the input tendency of the circuit blocks for one design support device 1a, may be attached to another design support device 1a, and the input tendency of the circuit blocks for the other design support device 1a may be relearned and updated.
Moreover, as a learning algorithm used by the learning unit 53, deep learning that learns extraction of a feature value itself can be used, or another known method such as genetic programming, functional logic programming, or support vector machine may be used to perform machine learning.
Next, the operation of the design support device 1a will be described.
The flowchart illustrated in
If a circuit block having the same configuration as the circuit block extracted in step S12 has not already been extracted (No in step S13), the circuit block extraction unit 22a of the design support device 1a generates configuration information indicating the configuration of the extracted circuit block and stores the configuration information in the circuit block storage unit 32 (step S18).
Next, the design support device 1a learns the input tendency of the circuit blocks on the basis of the circuit block extracted in step S12 and the circuit block input in the past (step S19). In step S19, the machine learning unit 25 learns the input tendency of the circuit blocks from the state variable and the training data. The state variable is a past input circuit block(s) that was input “n” times in the past (where “n” is an integer of 1 or more). The training data is the extracted circuit block that is input this time.
If a circuit block having the same configuration as the circuit block extracted in step S12 has already been extracted (Yes in step S13), the circuit block extraction unit 22a does not execute step S18. In this case, step S19 is executed following step S13.
Next, the operation when the design support device 1a receives input of circuit blocks from the user will be described.
The flowchart illustrated in
When the design support device 1a receives an operation of starting to input multiple program elements (a start operation for inputting a circuit block) (step S21), circuit blocks as input candidates are displayed on the display unit 40 on the basis of a learning result by the machine learning unit 25 (step S25). In step S25, for example, the machine learning unit 25 determines the circuit blocks as the input candidates on the basis of the learning result and the circuit block input to the ladder program last time, and then the notification unit 23 causes the display unit 40 to display the circuit blocks as the input candidates. As with the design support device 1 according to the second embodiment, the design support device 1a may be capable of receiving input of a circuit block by a flick operation.
As described above, the design support device 1a according to the third embodiment learns the input tendency of the circuit blocks by machine learning on the basis of the past input result of the circuit blocks, and determines the circuit blocks as the input candidates on the basis of the learning result. This can notify the user of the circuit block, which is more likely to be selected, as the input candidate as compared to the first and second embodiments.
Note that the design support device 1a according to the present embodiment determines the circuit blocks as the input candidates by using machine learning instead of the usage count of the circuit block used by the design support device 1 according to the first embodiment, but may be configured to use both the usage count and machine learning. For example, the design support device 1a may display the circuit blocks as the input candidates on the basis of the usage count of the circuit block when the machine learning unit 25 performs insufficient learning, and may display the circuit blocks as the input candidates on the basis of the learning result once the learning is sufficient. Moreover, the user may be allowed to determine whether to display the circuit blocks as the input candidates on the basis of the usage count of the circuit block, or to display the circuit blocks as the input candidates on the basis of the learning result.
The configuration illustrated in the above embodiment merely illustrates an example of the content of the present invention, and can thus be combined with another known technique or partially omitted and/or modified without departing from the scope of the present invention.
1, 1a design support device; 10 operation reception unit; 20, 20a controller; 21 program creation unit; 22, 22a circuit block extraction unit; 23 notification unit; 24 search unit; 25 machine learning unit; 30 storage; 31 program storage unit; 32 circuit block storage unit; 33 used device storage unit; 40 display unit; 51 state observation unit; 52 data acquisition unit; 53 learning unit.
Number | Date | Country | Kind |
---|---|---|---|
PCT/JP2019/007671 | Feb 2019 | WO | international |
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/JP2020/000443 | 1/9/2020 | WO |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO2020/174888 | 9/3/2020 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
7603183 | Munemoto | Oct 2009 | B1 |
9910643 | Udou | Mar 2018 | B2 |
10243566 | Mochizuki | Mar 2019 | B2 |
10565010 | Matsuo | Feb 2020 | B2 |
10719643 | Horikawa | Jul 2020 | B2 |
11073818 | Nagao | Jul 2021 | B2 |
11320976 | Iwamura | May 2022 | B2 |
11378928 | Iwamura | Jul 2022 | B2 |
20140229911 | Inamoto | Aug 2014 | A1 |
20150094829 | Iwatsu | Apr 2015 | A1 |
20150286204 | Yamaoka et al. | Oct 2015 | A1 |
20160004242 | Yamaoka | Jan 2016 | A1 |
20160034259 | Yamaoka | Feb 2016 | A1 |
20160196118 | Udou | Jul 2016 | A1 |
20200225634 | Iwamura | Jul 2020 | A1 |
Number | Date | Country |
---|---|---|
2003-44108 | Feb 2003 | JP |
2011-113254 | Jun 2011 | JP |
2012-14561 | Jan 2012 | JP |
2013038541 | Mar 2013 | WO |
2013140497 | Sep 2013 | WO |
2014080490 | May 2014 | WO |
2014155717 | Oct 2014 | WO |
2015025382 | Feb 2015 | WO |
Entry |
---|
International Search Report and Written Opinion dated Mar. 17, 2020, received for PCT Application PCT/JP2020/000443, Filed on Jan. 9, 2020, 16 pages including English Translation. |
Number | Date | Country | |
---|---|---|---|
20220198113 A1 | Jun 2022 | US |