WO2024116547A1 - 情報処理方法、情報処理装置、プログラム - Google Patents

情報処理方法、情報処理装置、プログラム Download PDF

Info

Publication number
WO2024116547A1
WO2024116547A1 PCT/JP2023/033501 JP2023033501W WO2024116547A1 WO 2024116547 A1 WO2024116547 A1 WO 2024116547A1 JP 2023033501 W JP2023033501 W JP 2023033501W WO 2024116547 A1 WO2024116547 A1 WO 2024116547A1
Authority
WO
WIPO (PCT)
Prior art keywords
block
function block
type
sequence
information
Prior art date
Application number
PCT/JP2023/033501
Other languages
English (en)
French (fr)
Inventor
勇紀 高岡
Original Assignee
パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ
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 パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ filed Critical パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ
Publication of WO2024116547A1 publication Critical patent/WO2024116547A1/ja

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
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services

Definitions

  • This disclosure relates to information processing technology, and in particular to an information processing method, information processing device, and program that determine the functions and operations of a device.
  • a service providing device receives the operation history of the device, it controls the device so that the device operates in accordance with the operation history (see, for example, Patent Document 1).
  • Cooking recipes include not only the operation of machines but also human intervention. For this reason, control content that includes human intervention, such as a cooking recipe, cannot be created using only the operation history of the machine. However, it is desirable to be able to easily create control content that includes human intervention.
  • This disclosure has been made in light of these circumstances, and its purpose is to provide technology that makes it easy to create control content that also includes human intervention.
  • an information processing method in which a first type of block is defined in terms of a functional unit that an apparatus can execute, and a second type of block is defined in terms of an action unit that a person should execute, and includes the steps of: receiving information about the first type of block executed by the apparatus; inferring a block sequence in which the first type of block and the second type of block are arranged in order of operation based on the received information about the first type of block; and, if an instruction to modify the inferred block sequence is received, modifying the block sequence.
  • This device is an information processing device in which a first type of block defined in terms of a functional unit that the device can execute and a second type of block defined in terms of an action unit that should be executed by a person are defined, and the device includes a reception unit that receives information about the first type of block executed by the device, an estimation unit that estimates a block sequence in which the first type of block and the second type of block are arranged in the order of actions based on the received information about the first type of block, and a correction unit that corrects the block sequence when an instruction to correct the estimated block sequence is received.
  • This disclosure makes it easy to create control content that includes human intervention.
  • FIG. 1 is a diagram illustrating a configuration of a device control system according to an embodiment.
  • 2(a) to (e) are diagrams showing the configuration of functional blocks used in the device control system of FIG. 3(a) to 3(c) are diagrams showing the configuration of a function block sequence used in the device control system of FIG.
  • FIG. 2 is a diagram showing an outline of the operation of the device in FIG. 1 .
  • FIG. 2 is a diagram showing a configuration of the device control system of FIG. 1.
  • FIG. 6 is a diagram showing the configuration of the device in FIG. 5 .
  • FIG. 6 is a diagram showing the configuration of a user device in FIG. 5.
  • FIG. 6 is a diagram showing a configuration of the information processing device shown in FIG. 5 .
  • FIG. 9(a)-(d) are diagrams showing the cooking process when cooking four dishes in parallel.
  • FIG. 6 is a diagram showing a data structure of an execution history DB in FIG. 5 .
  • FIG. 8 is a diagram showing an execution history displayed on the display unit in FIG. 7 .
  • FIG. 9 is a diagram illustrating an outline of processing by a selection unit in FIG. 8 .
  • FIG. 6 is a diagram showing a data structure of a sample DB in FIG. 5 .
  • 6 is a diagram showing a data structure of a database stored in the storage unit of FIG. 5 .
  • FIG. 9 is a diagram illustrating an outline of processing performed by the estimation unit in FIG. 8 .
  • FIG. 9 is a diagram illustrating an outline of processing by the correction unit in FIG. 8 .
  • FIG. 10 is a diagram illustrating another outline of the process of the correction unit in FIG. 8 .
  • 6 is a flowchart showing a procedure for storing an execution history by the device control system of FIG. 5 .
  • 6 is a flowchart showing a procedure for creating a block sequence by the device control system of FIG. 5 .
  • appliances In household electrical appliances (hereinafter referred to as "appliances") such as rice cookers, washing machines, microwave ovens, etc., the functions and operations of the hardware are controlled by software for realizing specific functions.
  • an appliance control system is introduced as a mechanism for enabling the creation or updating of software for controlling the appliances.
  • FIG. 1 shows the configuration of a device control system 1000.
  • a four-layer model consisting of the first to fourth layers is defined.
  • the configuration of the device 100 is specified.
  • the device 100 is, for example, a rice cooker (device 100a), a washing machine (device 100b), and a microwave oven (device 100c).
  • the device 100 is not limited to these.
  • Each device 100 includes multiple components 102, multiple drivers 104, and multiple function blocks 110.
  • the components 102 are hardware elements that constitute units into which the operation (actuation and sensing) of the device 100 is divided, and include actuators and sensors that execute the functions of the device 100.
  • the actuators are output devices, and the sensors are input devices.
  • the actuators are, for example, the bottom outer IH (Induction Heating) coil (component 102a), the body IH coil (component 102b), the stepping motor (component 102c), the water container IH coil (component 102d), the cooling fan (component 102e), and the piezoelectric buzzer (component 102f) in the rice cooker (device 100a).
  • the sensor is, for example, the temperature sensor (component 102g) in the rice cooker (device 100a).
  • the components 102 included in the rice cooker (device 100a) are not limited to these, and the washing machine (device 100b) and the microwave oven (device 100c) are also configured in the same way.
  • the driver 104 is software for directly controlling the components 102.
  • the IH control (driver 104) in the rice cooker (apparatus 100a) controls the bottom outer IH coil (component 102a).
  • the IH control (driver 104b) controls the body IH coil (component 102b), the pressure valve control (driver 104c) controls the stepping motor (component 102c), and the IH control (driver 104d) controls the water container IH coil (component 102d).
  • the fan control (driver 104e) controls the cooling fan (component 102e), the buzzer control (driver 104f) controls the piezoelectric buzzer (component 102f), and the sensor control (driver 104g) controls the temperature sensor (component 102g).
  • the drivers 104 included in the rice cooker (apparatus 100a) are not limited to these, and the washing machine (apparatus 100b) and microwave oven (apparatus 100c) are also configured in the same way.
  • the function block 110 is a software interface (API: Application Programming Interface) that corresponds to one or more drivers 104 and operates one or more components 102.
  • the function block 110 can receive one or more parameters that control the operation of (each) component 102. Details of the function block 110 will be described later.
  • a function block sequence 120 is defined in which one or more function blocks 110 are arranged in an operational order in order to cause the device 100 to execute a target process.
  • the function block sequence 120 defines the execution order of one or more function blocks 110.
  • the target process is determined according to the device 100, for example, cooking for the rice cooker (device 100a) and microwave oven (device 100c), and washing for the washing machine (device 100b).
  • the function block sequence 120a is used for the rice cooker (device 100a)
  • the function block sequence 120b is used for the washing machine (device 100b)
  • the function block sequence 120c is used for the microwave oven (device 100c).
  • the device 100 executes the operations in the order of the function blocks 110 arranged in the function block sequence 120. Therefore, it is possible to update the functions and operations of the device 100 by changing the arrangement of the function blocks 110 or by changing the parameters set in the function blocks 110. Details of the function block sequence 120 will be described later.
  • the third tier contains the platform server 130 that manages various information in the device control system 1000.
  • the platform server 130 includes a sequence manager, a device manager, and various databases.
  • the sequence manager manages the function block sequence 120
  • the device manager manages registration information for the devices 100 that can use the function block sequence 120
  • the various databases manage information on users who can use the function block sequence 120.
  • a user application server 132 which publishes each function block sequence 120 as a user application.
  • the function block sequences 120 published in the user application server 132 are downloaded to the device 100.
  • the downloaded function block sequences 120 are made available in the device 100.
  • the other function block sequence 120 is made available in the device 100.
  • the third and fourth hierarchies in the device control system 1000 may be combined.
  • the platform server 130 and the user application server 132 are configured as an integrated unit.
  • the third and fourth hierarchies in the device control system 1000 may also be arranged in the same hierarchy.
  • the third and fourth hierarchies in the device control system 1000 may be omitted.
  • the function block sequence 120 is downloaded to the device 100 from a user device (not shown) owned by the user.
  • Figures 2(a)-(e) show the configuration of the function block 110 used in the device control system 1000.
  • Figure 2(a) shows the basic configuration of the function block 110.
  • the function block 110 is defined in terms of functional units that the device 100 can execute, and has a "block name" according to the content of the function.
  • a number of parameters according to the function can be set in the function block 110.
  • Each parameter set in the function block 110 is output to the driver 104.
  • the driver 104 receives a parameter from the function block 110, it controls the operation of the component 102 according to the parameter.
  • FIG. 2(b) shows the "pre-cooking" function block 110a in the rice cooker (appliance 100a) of FIG. 1.
  • the parameters of the "pre-cooking" function block 110a can be set for the pan bottom temperature, duration, convection pattern, bottom (outside) IH time, and bottom (inside) IH time.
  • FIG. 2(c) shows the "boiling" function block 110b in the rice cooker (appliance 100a) of FIG. 1
  • FIG. 2(d) shows the "steaming" function block 110c in the rice cooker (appliance 100a) of FIG. 1
  • FIG. 2(e) shows the "keep warm” function block 110d.
  • Multiple parameters can be set in each of the function blocks 110b to 110d. The same is true for the function blocks 110 in the washing machine (appliance 100b) and microwave oven (appliance 100c) of FIG. 1.
  • Figures 3(a)-(c) show the configuration of the function block sequence 120 used in the device control system 1000, and in particular the function block sequence 120a used in the rice cooker (device 100a) in Figure 1.
  • Figure 3(a) shows the sequence for "cooking rice”
  • Figure 3(b) shows the sequence for "cooking stew”
  • Figure 3(c) shows the sequence for "roast beef (low-temperature cooking)”.
  • FIG 4 shows an overview of the operation of the device 100, particularly the rice cooker (device 100a) of Figure 1.
  • This shows the operation of the device 100a according to the sequence for "cooking rice" in Figure 3(a).
  • the three "pre-cooking" function blocks 110a which have different parameters set, are executed in sequence, and the corresponding components 102 operate according to the parameters.
  • the pot temperature increases in a stepped manner over time.
  • the "cooking" function block 110n, the "boiling” function block 110b, the “steaming” function block 110c, and the "keep warm” function block 110d are executed in sequence, and the corresponding components 102 operate according to the parameters.
  • the device 100a cooks rice by executing multiple function blocks 110 in sequence.
  • the function blocks 110 are defined in units of functions that the device 100 can execute, and the function block sequence 120 is defined in which one or more function blocks 110 are arranged in the order of operation.
  • Such function blocks 110 do not include operations that should be performed by a person.
  • operations that should be performed by a person may be required.
  • the function blocks 110 and the function block sequence 120 described so far are expanded below. Therefore, the function blocks 110 are also defined in units of operations that should be performed by a person. By expressing the function blocks 110 in this way, the operations of a person can be treated on the same level as the operations of the device 100.
  • function blocks 110 defined in units of functions that the device 100 can execute are defined as "first type blocks", and the function blocks 110 defined in units of operations that should be performed by a person are defined as “second type blocks”. In the following, the function blocks 110 are used without distinguishing between the first type blocks and the second type blocks.
  • the device control system 1000 includes devices 100a, 100c, and 100d, a user device 150, a network 300, an information processing device 400, and a storage device 450.
  • the storage device 450 also includes an execution history DB 460 and a sample DB 470.
  • Devices 100a and 100c are, for example, the rice cooker and microwave oven in FIG. 1.
  • Device 100d is, for example, an induction cooking heater.
  • Each device 100 executes the processes in the first and second hierarchical levels in FIG. 1 and is connected to a network 300.
  • a user device 150, an information processing device 400, and a storage device 450 are also connected to network 300.
  • network 300 wired communication, wireless communication, or a combination of wired and wireless communication is performed between these devices.
  • the user device 150 is a device used by a user to perform a desired process, such as cooking, and is, for example, a computer, a smartphone, or a tablet terminal.
  • the user device 150 receives information about the dish to be cooked in the appliance 100 from the user.
  • the user device 150 transmits the information about the dish to the information processing device 400 via the network 300.
  • the information processing device 400 is, for example, a computer such as a server or cloud server equipped with a processor, memory, etc.
  • the information processing device 400 also serves as a user application server 132 for executing the processing of the fourth layer in FIG. 1.
  • the information processing device 400 receives information about a dish from the user device 150, it selects a function block sequence 120 corresponding to that dish, and transmits the information of the function block sequence 120 to the device 100 via the network 300.
  • the device 100 receives the information of the function block sequence 120 from the information processing device 400, it executes an operation in accordance with the function block sequence 120.
  • the information processing device 400 works in conjunction with the storage device 450 to create and update the function block sequence 120. At that time, the user inputs various information using the user device 150. The information input by the user is reflected when the information processing device 400 creates the function block sequence 120.
  • the storage device 450 is, for example, a hard disk drive (HDD) or a solid state drive (SSD), and is a storage area capable of storing electronic information.
  • the execution history DB 460 stores the execution history of the function blocks 110 in each device 100, and the sample DB 470 stores samples of the function block sequences 120 for various recipes.
  • FIG. 6 shows the configuration of the device 100.
  • the device 100 includes a component 102, a communication unit 140, a display unit 142, an operation unit 144, a processing unit 146, and a memory unit 148.
  • the processing unit 146 includes a function block 110 and a driver 104.
  • the device 100 is a household electric appliance such as a rice cooker, a washing machine, or a microwave oven.
  • multiple components 102, drivers 104, and function blocks 110 are provided, but only one is shown here for clarity of the drawing.
  • the communication unit 140 is connected to the network 300 and communicates with the information processing device 400 via the network 300.
  • the communication unit 140 receives information on the function block sequence 120 from the information processing device 400.
  • This function block sequence 120 includes the function blocks 110 that should be executed by the device 100 among the function block sequences 120 for the target process.
  • the storage unit 148 also stores the function blocks 110 that can be executed by the device 100.
  • the processing unit 146 reads out the function blocks 110 stored in the storage unit 148 based on the information on the function block sequence 120 received by the communication unit 140, and causes the component 102 to execute the process according to the function block sequence 120 via the driver 104.
  • the display unit 142 displays information from the processing unit 146.
  • the operation unit 144 is an interface capable of receiving input from the user, such as a button.
  • the display unit 142 and the operation unit 144 may be integrated as a touch panel.
  • the operation unit 144 outputs the received input to the processing unit 146.
  • FIG. 7 shows the configuration of the user device 150.
  • the user device 150 includes a display unit 152, an operation unit 154, a processing unit 156, a memory unit 158, and a communication unit 160.
  • the user device 150 is a computer, a smartphone, or a tablet terminal.
  • the display unit 152 displays information received from the processing unit 156.
  • the operation unit 154 is an interface capable of receiving input from the user, such as a button.
  • the display unit 152 and the operation unit 154 may be integrated as a touch panel.
  • the operation unit 154 outputs the received input to the processing unit 156.
  • the processing unit 156 outputs information to be displayed to the display unit 152 and accepts input from the operation unit 154.
  • the processing unit 156 also stores information in the storage unit 158 and reads information from the storage unit 158.
  • the processing unit 156 connects to the network 300 via the communication unit 160 and communicates with the information processing device 400 via the network 300. With this configuration, when the operation unit 154 accepts specified information from a user, the processing unit 156 causes the communication unit 160 to transmit the specified information to the information processing device 400.
  • FIG. 8 shows the configuration of the information processing device 400.
  • the information processing device 400 includes a processing unit 406, a storage unit 408, and a communication unit 410.
  • the processing unit 406 includes a reception unit 420, a selection unit 422, an estimation unit 424, and a correction unit 426.
  • the processing unit 406 executes processing in the information processing device 400, for example, processing for creating the function block sequence 120. Details of the processing in the processing unit 406 will be described later.
  • the storage unit 408 stores information used in the processing unit 406.
  • the communication unit 410 is connected to the network 300, and communicates with the device 100, the user device 150, and the storage device 450 via the network 300.
  • a function block sequence 120 be created that reproduces their actual cooking.
  • the function block sequence 120 is created by storing the function blocks 110 executed in the device 100 during actual cooking and arranging the function blocks 110 in the order in which they are executed.
  • actual cooking involves not only the operation of the device 100 but also the operation of the user, and it is not possible to store the function blocks 110 related to the user's operation. Therefore, with the above-mentioned processing, it is impossible to create a function block sequence 120 that reproduces cooking.
  • the function block sequence 120 is inferred from the function blocks 110 executed in each of the multiple devices 100, and the creation of the function block sequence 120 is supported. Such a function block sequence 120 corresponds to a recipe.
  • Figures 9(a)-(d) show the cooking process when cooking four dishes in parallel.
  • Figure 9(a) shows the cooking process for braised pork.
  • the "cut" function block 110aa, the "parboil” function block 110ab, the "wash” function block 110ac, the "mix” function block 110ad, and the "boil” function block 110ae are executed in order.
  • the "cut" function block 110aa, the "wash” function block 110ac, and the "mix” function block 110ad are executed by a person.
  • the "parboil” function block 110ab and the "boil” function block 110ae are executed by an induction cooking heater (appliance 100d).
  • Figure 9(b) shows the rice cooking process.
  • the "washing" function block 110ba and the “cooking” function block 110bb are executed in that order.
  • the "washing" function block 110ba is executed by a person
  • the "cooking” function block 110bb is executed by the rice cooker (apparatus 100a).
  • Figure 9(c) shows the cooking process for boiled taro.
  • the "parboiling" function block 110ca, the “peeling” function block 110cb, the “mixing” function block 110cc, the “cooking” function block 110cd, and the “cooling” function block 110ce are executed in this order.
  • the "parboiling" function block 110ca is executed by the range (appliance 100c)
  • the "peeling” function block 110cb, the “mixing” function block 110cc, and the “cooling” function block 110ce are executed by a person
  • the "cooking" function block 110cd is executed by an induction cooking heater (appliance 100d).
  • Figure 9(d) shows the cooking process for miso soup.
  • the "cut” function block 110da and the “boil” function block 110db are executed in that order.
  • the "cut” function block 110da is executed by a person
  • the "boil” function block 110db is executed by an induction cooking heater (appliance 100d).
  • the rice cooker (appliance 100a) reports to the information processing device 400 via the network 300 that it has executed the "cook rice” function block 110bb.
  • the microwave (appliance 100c) reports to the information processing device 400 via the network 300 that it has executed the "pre-boil” function block 110ca.
  • the induction cooking heater (appliance 100d) reports to the information processing device 400 via the network 300 that it has executed the "cut" function block 110aa, etc.
  • Each report includes user identification information for identifying the user (household).
  • the information processing device 400 When the information processing device 400 receives reports from the rice cooker (device 100a), the microwave (device 100c), and the induction cooking heater (device 100d), it stores each report in the execution history DB 460.
  • FIG. 10 shows the data structure of the execution history DB 460.
  • the execution history DB 460 stores the execution time, the name of the executed function block 110, the setting parameters for that function block 110, and user identification information for each report. Such reports are mixed for multiple dishes and multiple devices 100.
  • the execution history DB 460 stores reports from devices 100 used by multiple users, the user identification information is used to identify the sender of each report. In this way, the execution history DB 460 can store information about the function blocks 110 executed by the devices 100, but cannot store information about the function blocks 110 executed by a person.
  • the user operates the operation unit 154 of the user device 150 to input an instruction to start creating the function block sequence 120 (hereinafter, referred to as a "creation start instruction").
  • the creation start instruction includes user identification information.
  • the communication unit 160 transmits the creation start instruction to the information processing device 400 via the network 300.
  • the communication unit 410 of the information processing device 400 receives a start creation instruction from the user device 150.
  • the processing unit 406 accesses the execution history DB 460 via the communication unit 410 to obtain an execution history (one or more reports) for the user identification information included in the start creation instruction.
  • the reception unit 420 receives the execution history from the execution history DB 460 via the communication unit 410.
  • the execution history can be said to be information related to the function block 110 (first type block) executed by the device 100.
  • the communication unit 410 transmits the execution history to the user device 150 via the network 300.
  • the communication unit 160 of the user device 150 receives the execution history from the information processing device 400.
  • the processing unit 156 displays the execution history on the display unit 152.
  • FIG. 11 shows the execution history displayed on the display unit 152.
  • the multiple function blocks 110 executed in each device 100 are arranged in order of execution time.
  • the "parboiling" function block 110ab, the "cooking rice” function block 110bb, the “parboiling” function block 110ca, and the “simmering” function block 110cd are arranged from the beginning.
  • the "simmering" function block 110ae is arranged more than 15 minutes after the "simmering" function block 110cd.
  • the "simmering" function block 110db is arranged more than 10 minutes after the "simmering" function block 110ae.
  • the user wants to save the recipe for braised pork as a function block sequence 120, so he or she operates the operation unit 154 of the user device 150 to select a function block 110 included in the recipe for braised pork from the multiple function blocks 110 displayed as shown in FIG. 11.
  • the processing unit 156 accepts information on the function block 110 selected by the user.
  • the communication unit 160 transmits information on the selected function block 110 to the information processing device 400 via the network 300.
  • the communication unit 410 of the information processing device 400 receives information on the selected function block 110 from the user device 150.
  • the reception unit 420 receives the information on the selected function block 110.
  • the selection unit 422 selects one or more function blocks 110 from the multiple function blocks 110 included in the execution history according to the information on the selected function block 110. This corresponds to selecting a function block 110 corresponding to one recipe (braised pork) from the multiple function blocks 110 included in the execution history.
  • Figure 12 shows an overview of the processing of the selection unit 422. Of the multiple function blocks 110 shown in Figure 11, the "parboil" function block 110ab and the "boil” function block 110ae included in the recipe for braised pork are selected.
  • the user operates the operation unit 154 of the user device 150 to select a function block 110, but may also input information related to the executed recipe.
  • the information related to the executed recipe is, for example, at least one of the recipe name, recipe category, and main ingredients, but is not limited to these.
  • the processing unit 156 accepts the information related to the executed recipe.
  • the communication unit 160 transmits the information related to the executed recipe to the information processing device 400 via the network 300.
  • the communication unit 410 of the information processing device 400 receives the information related to the executed recipe from the user device 150.
  • the reception unit 420 accepts the information related to the executed recipe.
  • the function block 110 selected by the selection unit 422 is the function block 110 executed by the equipment 100. Therefore, in order to reproduce a recipe using multiple function blocks 110, there are not enough function blocks 110 executed by a person.
  • the estimation unit 424 estimates a function block sequence 120 in which function blocks 110 defined in functional units that the equipment 100 can execute and function blocks 110 defined in operational units that should be executed by a person are arranged in operational order. For the estimation, the estimation unit 424 uses the sample DB 470.
  • FIG. 13 shows the data structure of the sample DB 470.
  • the sample DB 470 stores samples of the function block sequence 120 for each of a number of recipes. For example, recipe names such as “braised pork”, “rice”, “boiled taro”, “miso soup”, “A”, etc. are shown, and for each of them, a number of function blocks 110 included in the sample of the function block sequence 120 are shown.
  • the sample of the function block sequence 120 is associated with the recipe name, but it may also be associated with the recipe category or main ingredient.
  • the estimation unit 424 refers to the sample DB 470 based on the information about the recipe received by the reception unit 420, and acquires a sample of the function block sequence 120 corresponding to the recipe indicated in the information about the recipe.
  • the estimation unit 424 also identifies the function block 110 corresponding to the function block 110 selected by the selection unit 422, among the multiple function blocks 110 included in the acquired sample of the function block sequence 120.
  • the function block 110 corresponding to the selected function block 110 is the same function block 110 as the selected function block 110, or a function block 110 similar to the selected function block 110.
  • FIG. 14 shows the data structure of the database stored in the storage unit 408.
  • Functional blocks 110 "B1”, “B2”, ..., and "BN" that have similar functions are grouped together as “Group B”. Multiple types of such groups are defined.
  • the other functional blocks 110 in the group that includes the selected functional block 110 can be said to be functional blocks 110 similar to the selected functional block 110.
  • FIG. 15 shows an overview of the processing of the estimation unit 424.
  • This shows the function block sequence 120 estimated by the estimation unit 424.
  • the "cut” function block 110ea, the "parboil” function block 110ab, the “wash” function block 110ec, the “mix” function block 110ed, and the “boil” function block 110ae are arranged in order from the front.
  • the "parboil” function block 110ab and the “boil” function block 110ae are function blocks 110 included in the execution history
  • the "cut" function block 110ea, the "wash” function block 110ec, and the "mix” function block 110ed are function blocks 110 estimated by the estimation unit 424.
  • a function block sequence 120 is estimated from the function blocks 110 related to the operation of the device 100, including the function blocks 110 related to the user's operation.
  • the reception unit 420 of the information processing device 400 does not accept information about the executed recipe. If the reception unit 420 does not accept information about the executed recipe, the estimation unit 424 acquires a sample of the function block sequence 120 including the pattern in which the function blocks 110 selected in the selection unit 422 are arranged by referring to the sample DB 470. In other words, the estimation unit 424 acquires a sample of the function block sequence 120 including the same pattern as the pattern in which the function blocks 110 selected in the selection unit 422 are arranged. At that time, the estimation unit 424 may use information on the time interval between the selected function blocks 110. Also, information on the ingredients, the device 100, and the setting parameters (strength/time) may be used. The subsequent processing may be the same as before, and the estimation unit 424 estimates the function block sequence 120 as shown in FIG. 15.
  • the communication unit 410 transmits information about the function block sequence 120 estimated by the estimation unit 424 to the user device 150 via the network 300.
  • the communication unit 160 of the user device 150 receives information on the function block sequence 120 from the information processing device 400.
  • the processing unit 156 displays information on the function block sequence 120 as shown in FIG. 15 on the display unit 152. While viewing the function block sequence 120 displayed on the display unit 152, the user operates the operation unit 154 to input instructions to modify the function block sequence 120. Modification instructions include, for example, deleting or changing a function block 110 included in the function block sequence 120, adding a function block 110 to the function block sequence 120, and inputting setting parameters (ingredients, grams, etc.).
  • the processing unit 156 receives the modification instruction.
  • the communication unit 160 transmits the modification instruction to the information processing device 400 via the network 300.
  • the communication unit 410 of the information processing device 400 receives the modification instruction from the user device 150.
  • the reception unit 420 receives the modification instruction.
  • the modification unit 426 modifies the function block sequence 120 in accordance with the modification instruction.
  • Figure 16 shows an overview of the processing of the modification unit 426.
  • a setting parameter is added to the function block 110ea etc. in the function block sequence 120 shown in Figure 15.
  • the modification by the modification unit 426 is not limited to this.
  • the correction unit 426 may refer to the table in FIG. 14 to identify a function block 110 similar to the function block 110 included in the function block sequence 120, that is, a function block 110 having an equivalent function, and propose conversion to such a function block 110.
  • FIG. 17 shows another outline of the processing of the correction unit 426.
  • the "simmer" function block 110ef which has an equivalent function to the "simmer" function block 110ae, is a candidate for conversion.
  • the conversion is proposed on the display unit 152 of the user device 150, and when conversion is performed, the user inputs a conversion instruction to the operation unit 154 of the user device 150.
  • the correction unit 426 converts the function block 110.
  • the storage unit 408 stores both the function block sequence 120 before the correction and the function block sequence 120 after the correction.
  • this configuration can be realized by any computer's CPU (Central Processing Unit), memory, and other LSIs (Large Scale Integration), and in terms of software, it can be realized by programs loaded into memory, but here we are depicting functional blocks that are realized by the cooperation of these. Therefore, those skilled in the art will understand that these functional blocks can be realized in various ways by hardware alone, or a combination of hardware and software.
  • CPU Central Processing Unit
  • memory and other LSIs (Large Scale Integration)
  • LSIs Large Scale Integration
  • FIG. 18 is a flow chart showing the procedure for storing an execution history by the device control system 1000.
  • the user sets up the device 100 (S10).
  • the user instructs the device 100 to start using the device 100 (S12).
  • the device 100 executes the function block 110 (S14).
  • the device 100 adds the execution history of the function block 110 to the execution history DB 460 (S16).
  • FIG. 19 is a flowchart showing the procedure for creating a block sequence by the device control system 1000.
  • An instruction to start creating a function block sequence 120 is input to the information processing device 400 by the user via the user device 150 (S50).
  • the information processing device 400 displays the most recently executed function block 110 on the user device 150 (S52).
  • Information by the user is input to the information processing device 400 via the user device 150 (S54).
  • the information processing device 400 displays the function blocks 110 narrowed down by the user on the user device 150 (S56).
  • the information processing device 400 infers the function block sequence 120 based on the narrowed down function blocks 110 (S58) and displays the function block sequence 120 on the user device 150 (S60).
  • the information processing device 400 accepts modifications by the user via the user device 150 (S62) and modifies the function block sequence 120 (S64).
  • a function block sequence 120 in which the first type blocks and the second type blocks are arranged in the order of operation is inferred based on information about the received first type blocks, so that control content that also includes human intervention can be easily created. Furthermore, if an instruction to modify the inferred function block sequence 120 is received, the function block sequence 120 is modified, so that a function block sequence 120 that meets the user's wishes can be easily created. Furthermore, there is no need to plan cooking in order to create the function block sequence 120, and the function block sequence 120 can be easily created by simply selecting the function blocks 110 from one's cooking history.
  • the function block sequence 120 is inferred based on the selected function block 110, so that even if a plurality of recipes are mixed in the execution history, the function block sequence 120 for the desired recipe can be created. Also, based on the pattern in which the function blocks 110 are arranged, a sample of the function block sequence 120 is obtained by referring to the sample DB 470, and the function block sequence 120 is inferred using this, so that a function block 110 related to human motion can be added. Also, based on information on the received recipe, a sample of the function block sequence 120 is obtained by referring to the sample DB 470, and the function block sequence 120 is inferred using this, so that a function block 110 related to human motion can be added.
  • An information processing method defines a first type of block defined in terms of a functional unit that the device (100) can execute, and a second type of block defined in terms of an action unit that should be executed by a person, and includes the steps of receiving information about the first type of block executed by the device (100), inferring a block sequence in which the first type of block and the second type of block are arranged in order of operation based on the received information about the first type of block, and, when an instruction to modify the inferred block sequence is received, modifying the block sequence.
  • the method further includes a step of selecting information about a first type block corresponding to one of the multiple recipes from the received information about the first type block.
  • the step of guessing may include guessing a block sequence based on the information about the selected first type block.
  • the estimation step may involve obtaining a sample of the block sequence by referring to a memory area in which a sample of the block sequence for each of a plurality of recipes is stored, based on the pattern in which the first type blocks are arranged, and estimating the block sequence based on the obtained sample of the block sequence and information related to the first type blocks.
  • the method further includes a step of receiving information related to the executed recipe.
  • the estimation step may acquire a sample of the block sequence based on the received information about the recipe by referring to a memory area (470) in which a sample of the block sequence for each of the multiple recipes is stored, and estimate the block sequence based on the acquired sample of the block sequence and information about the first type block.
  • This device is an information processing device (400) in which a first type of block defined in terms of a functional unit that the device (100) can execute and a second type of block defined in terms of an action unit that should be executed by a person are defined, and the device includes a reception unit (420) that receives information about the first type of block executed by the device (100), an estimation unit (424) that estimates a block sequence in which the first type of block and the second type of block are arranged in the order of actions based on the received information about the first type of block, and a correction unit (426) that corrects the block sequence when an instruction to correct the estimated block sequence is received.
  • a reception unit 420
  • an estimation unit that estimates a block sequence in which the first type of block and the second type of block are arranged in the order of actions based on the received information about the first type of block
  • a correction unit (426) that corrects the block sequence when an instruction to correct the estimated block sequence is received.
  • This disclosure makes it easy to create control content that includes human intervention.

Landscapes

  • Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Health & Medical Sciences (AREA)
  • Economics (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

機器が実行可能な機能単位で規定された第1種ブロックと、人が実行すべき動作単位で規定された第2種ブロックとが定義される。受付部420は、機器が実行した第1種ブロックに関する情報を受けつける。推測部424は、受けつけた第1種ブロックに関する情報をもとに、第1種ブロックと2種ブロックとが動作順に並べられたブロックシーケンスを推測する。修正部426は、推測したブロックシーケンスに対する修正の指示を受けつけた場合、ブロックシーケンスを修正する。

Description

情報処理方法、情報処理装置、プログラム
 本開示は、情報処理技術に関し、特に機器の機能・動作を決定する情報処理方法、情報処理装置、プログラムに関する。
 機器の操作履歴を有効に利用して機器の自動制御や情報提供等の適切なサービスがユーザに提供される。例えば、サービス提供装置は、機器の操作履歴を受信すると、操作履歴の通りに機器が動作するように機器を制御する(例えば、特許文献1参照)。
特開2004-185612号公報
 調理レシピには、機器の動作だけではなく、人の介在も含まれる。そのため、調理レシピのように人の介在も含まれる制御内容は、機器の操作履歴だけでは作成することができない。一方、人の介在も含まれる制御内容を簡易に作成することが望まれる。
 本開示はこうした状況に鑑みてなされたものであり、その目的は、人の介在も含まれる制御内容を簡易に作成する技術を提供することにある。
 上記課題を解決するために、本開示のある態様の情報処理方法は、機器が実行可能な機能単位で規定された第1種ブロックと、人が実行すべき動作単位で規定された第2種ブロックとが定義された情報処理方法であって、機器が実行した第1種ブロックに関する情報を受けつけるステップと、受けつけた第1種ブロックに関する情報をもとに、第1種ブロックと2種ブロックとが動作順に並べられたブロックシーケンスを推測するステップと、推測したブロックシーケンスに対する修正の指示を受けつけた場合、ブロックシーケンスを修正するステップと、を備える。
 本開示の別の態様は、情報処理装置である。この装置は、機器が実行可能な機能単位で規定された第1種ブロックと、人が実行すべき動作単位で規定された第2種ブロックとが定義された情報処理装置であって、機器が実行した第1種ブロックに関する情報を受けつける受付部と、受けつけた第1種ブロックに関する情報をもとに、第1種ブロックと2種ブロックとが動作順に並べられたブロックシーケンスを推測する推測部と、推測したブロックシーケンスに対する修正の指示を受けつけた場合、ブロックシーケンスを修正する修正部と、を備える。
 なお、以上の構成要素の任意の組合せ、本開示の表現を方法、装置、システム、記録媒体、コンピュータプログラムなどの間で変換したものもまた、本開示の態様として有効である。
 本開示によれば、人の介在も含まれる制御内容を簡易に作成できる。
実施例に係る機器制御システムの構成を示す図である。 図2(a)-(e)は、図1の機器制御システムにおいて使用される機能ブロックの構成を示す図である。 図3(a)-(c)は、図1の機器制御システムにおいて使用される機能ブロックシーケンスの構成を示す図である。 図1の機器の動作概要を示す図である。 図1の機器制御システムの構成を示す図である。 図5の機器の構成を示す図である。 図5のユーザ装置の構成を示す図である。 図5の情報処理装置の構成を示す図である。 図9(a)-(d)は、4つの料理を並行に調理する際の調理工程を示す図である。 図5の実行履歴DBのデータ構造を示す図である。 図7の表示部に表示される実行履歴を示す図である。 図8の選択部の処理概要を示す図である。 図5のサンプルDBのデータ構造を示す図である。 図5の記憶部に記憶されるデータベースのデータ構造を示す図である。 図8の推測部の処理概要を示す図である。 図8の修正部の処理概要を示す図である。 図8の修正部の別の処理概要を示す図である。 図5の機器制御システムによる実行履歴の記憶手順を示すフローチャートである。 図5の機器制御システムによるブロックシーケンスの作成手順を示すフローチャートである。
 以下に説明する実施例は、いずれも本開示の好ましい一具体例を示す。よって、以下の実施例で示される、数値、形状、材料、構成要素、構成要素の配置位置および接続形態、並びに、ステップ(工程)およびステップの順序などは、一例であって本開示を限定する主旨ではない。したがって、以下の実施例における構成要素のうち、本開示の最上位概念を示す独立請求項に記載されていない構成要素については、任意の構成要素として説明される。また、各図において、実質的に同一の構成に対しては同一の符号を付しており、重複する説明は省略又は簡略化する。以下では、実施例を、(1)機能ブロックと機能ブロックシーケンスの概要、(2)機器制御システムの構成、(3)実行履歴の記憶、(4)機能ブロックシーケンスの作成の順に説明する。
(1)機能ブロックと機能ブロックシーケンスの概要
 炊飯器、洗濯機、電子レンジ等の家庭用電気機械器具(以下、「機器」という)では、特定の機能を実現するためのソフトウエアによりハードウエアの機能・動作が制御される。本実施例では、機器を制御するためのソフトウエアの作成または更新を可能にする仕組みとして機器制御システムを導入する。
 図1は、機器制御システム1000の構成を示す。機器制御システム1000では第1階層から第4階層により構成される4階層のモデルが定義される。第1階層では、機器100の構成が規定される。機器100は、例えば、炊飯器(機器100a)、洗濯機(機器100b)、電子レンジ(機器100c)である。機器100はこれらに限定されない。各機器100には、複数のコンポーネント102、複数のドライバ104、複数の機能ブロック110が含まれる。
 コンポーネント102とは、機器100の動作(アクチュエーション・センシング)が分割された単位を構成するハードウエア要素であって、機器100の機能を実行するアクチュエータおよびセンサを含む。アクチュエータは出力デバイスであり、センサは入力デバイスである。アクチュエータは、例えば、炊飯器(機器100a)における底外IH(Induction Heating)コイル(コンポーネント102a)、胴IHコイル(コンポーネント102b)、ステッピングモータ(コンポーネント102c)、水容器IHコイル(コンポーネント102d)、冷却ファン(コンポーネント102e)、圧電ブザー(コンポーネント102f)である。センサは、例えば、炊飯器(機器100a)における温度センサ(コンポーネント102g)である。炊飯器(機器100a)に含まれるコンポーネント102はこれらに限定されず、洗濯機(機器100b)、電子レンジ(機器100c)も同様に構成される。
 ドライバ104とは、コンポーネント102を直接制御するためのソフトウエアである。炊飯器(機器100a)におけるIH制御(ドライバ104)は底外IHコイル(コンポーネント102a)を制御する。また、IH制御(ドライバ104b)は胴IHコイル(コンポーネント102b)を制御し、圧力弁制御(ドライバ104c)はステッピングモータ(コンポーネント102c)を制御し、IH制御(ドライバ104d)は水容器IHコイル(コンポーネント102d)を制御する。さらに、ファン制御(ドライバ104e)は冷却ファン(コンポーネント102e)を制御し、ブザー制御(ドライバ104f)は圧電ブザー(コンポーネント102f)を制御し、センサ制御(ドライバ104g)は温度センサ(コンポーネント102g)を制御する。炊飯器(機器100a)に含まれるドライバ104はこれらに限定されず、洗濯機(機器100b)、電子レンジ(機器100c)も同様に構成される。
 機能ブロック110とは、1つ以上のドライバ104に対応づけられ、1または複数のコンポーネント102を動作させるためのソフトウエアインターフェース(API:Application Programming Interface)である。機能ブロック110は、(各)コンポーネント102の動作を制御する1または複数のパラメータを受付可能である。機能ブロック110の詳細は後述する。
 第2階層では、機器100に目的の処理を実行させるために、1つまたは複数の機能ブロック110を動作順に並べた機能ブロックシーケンス120が規定される。換言すると、機能ブロックシーケンス120は、1つまたは複数の機能ブロック110の実行順序を規定する。目的の処理は、機器100に応じて定められており、例えば、炊飯器(機器100a)と電子レンジ(機器100c)に対する調理、洗濯機(機器100b)に対する洗濯である。機能ブロックシーケンス120aは炊飯器(機器100a)に使用され、機能ブロックシーケンス120bは洗濯機(機器100b)に使用され、機能ブロックシーケンス120cは電子レンジ(機器100c)に使用される。機器100は、機能ブロックシーケンス120に並べられた機能ブロック110の順に動作を実行する。そのため、機能ブロック110の並べ方を変えたり、機能ブロック110に設定するパラメータを変えたりすることによって、機器100の機能・動作を更新することが可能である。機能ブロックシーケンス120の詳細は後述する。
 第3階層には、機器制御システム1000における各種情報を管理するプラットフォームサーバ130が配置される。プラットフォームサーバ130は、シーケンスマネージャ、デバイスマネージャ、各種データベースを含む。シーケンスマネージャは機能ブロックシーケンス120を管理し、デバイスマネージャは機能ブロックシーケンス120を使用可能な機器100の登録情報を管理し、各種データベースは機能ブロックシーケンス120を使用可能なユーザ情報を管理する。
 第4階層には、ユーザアプリケーションとして各機能ブロックシーケンス120を公開するユーザアプリケーションサーバ132が配置される。ユーザアプリケーションサーバ132に公開された機能ブロックシーケンス120は機器100にダウンロードされる。ダウンロードされた機能ブロックシーケンス120は、機器100において使用可能にされる。別の機能ブロックシーケンス120が機器100にダウンロードされると、機器100において別の機能ブロックシーケンス120が使用可能にされる。
 機器制御システム1000における第3階層と第4階層とがまとめられてもよい。その際、プラットフォームサーバ130とユーザアプリケーションサーバ132は、一体的に構成される。また、機器制御システム1000における第3階層と第4階層は、同一階層に並べられてもよい。さらに、機器制御システム1000における第3階層と第4階層とが省略されてもよい。その際、ユーザの所持するユーザ装置(図示せず)から機器100に機能ブロックシーケンス120がダウンロードされる。
 図2(a)-(e)は、機器制御システム1000において使用される機能ブロック110の構成を示す。図2(a)は、機能ブロック110の基本構成を示す。機能ブロック110は、機器100が実行可能な機能単位で規定されており、機能の内容に応じた「ブロック名」を有する。機能ブロック110には、機能に応じた複数のパラメータを設定可能である。機能ブロック110に設定された各パラメータは、ドライバ104に出力される。ドライバ104は、機能ブロック110からのパラメータを受けつけると、パラメータに応じてコンポーネント102の動作を制御する。
 図2(b)は、図1の炊飯器(機器100a)における「前炊き」の機能ブロック110aを示す。「前炊き」の機能ブロック110aには、鍋底温度、継続時間、対流パターン、底(外)IH時間、底(内)IH時間のパラメータが設定可能である。図2(c)は、図1の炊飯器(機器100a)における「沸騰」の機能ブロック110bを示し、図2(d)は、図1の炊飯器(機器100a)における「むらし」の機能ブロック110cを示し、図2(e)は、「保温」の機能ブロック110dを示す。機能ブロック110bから機能ブロック110dのそれぞれにおいても複数のパラメータが設定可能である。図1の洗濯機(機器100b)、電子レンジ(機器100c)における機能ブロック110も同様である。
 図3(a)-(c)は、機器制御システム1000において使用される機能ブロックシーケンス120、特に図1の炊飯器(機器100a)に使用される機能ブロックシーケンス120aの構成を示す。図3(a)は「米炊き」のためのシーケンスを示し、図3(b)は「煮物調理」のためのシーケンスを示し、図3(c)は「ローストビーフ(低温調理)」のためのシーケンスを示す。
 図3(a)に示される「米炊き」のためのシーケンスでは、3つの「前炊き」の機能ブロック110a、「炊き上げ」の機能ブロック110n、「沸騰」の機能ブロック110b、「むらし」の機能ブロック110c、「保温」の機能ブロック110dが順番に並べられる。3つの「前炊き」の機能ブロック110aでは、互いに異なったパラメータが設定される。このように互いに異なったパラメータが設定された3つの「前炊き」の機能ブロック110aを順に並べることによって、3段階の前炊きが実行可能である。
 図3(b)に示される「煮物調理」のためのシーケンスでは、「前炊き」の機能ブロック110a、「炊き上げ」の機能ブロック110n、「沸騰」の機能ブロック110b、「保温」の機能ブロック110dが順番に並べられる。図3(c)に示される「ローストビーフ(低温調理)」のためのシーケンスは、「保温」の機能ブロック110dを含む。このように使用する機能ブロック110の種類と並べ方とパラメータとを変えることによって、「米炊き」、「煮物調理」、「ローストビーフ(低温調理)」の異なった目的の処理を実行可能である。図1の洗濯機(機器100b)、電子レンジ(機器100c)における機能ブロックシーケンス120も同様である。
 図4は、機器100、特に図1の炊飯器(機器100a)の動作概要を示す。これは、図3(a)「米炊き」のためのシーケンスにしたがった機器100aの動作を示す。浸水工程では、互いに異なったパラメータを設定した3つの「前炊き」の機能ブロック110aが順番に実行されることによって、これらに対応したコンポーネント102がパラメータにしたがって動作する。その結果、鍋温度が時間の経過とともに階段状に増加する。これらに続いて、「炊き上げ」の機能ブロック110n、「沸騰」の機能ブロック110b、「むらし」の機能ブロック110c、「保温」の機能ブロック110dが順番に実行されることによって、これらに対応したコンポーネント102がパラメータにしたがって動作する。つまり、複数の機能ブロック110が順番に実行されることにより、機器100aでは米炊きがなされる。
 これまでの説明において、機器100が実行可能な機能単位で機能ブロック110が規定され、1つまたは複数の機能ブロック110を動作順に並べた機能ブロックシーケンス120が規定されている。このような機能ブロック110は、人が実行すべき動作を含まない。一方、実際の目的の処理では、人が実行すべき動作が必要とされることもある。これに対応するために、以下では、これまでの機能ブロック110と機能ブロックシーケンス120を拡張する。そのため、機能ブロック110が、人が実行すべき動作単位にも規定される。このような機能ブロック110の表現により、人の動作を、機器100の動作と同列に扱うことができる。また、機器100が実行可能な機能単位で規定された機能ブロック110が「第1種ブロック」と定義され、人が実行すべき動作単位で規定された機能ブロック110が「第2種ブロック」と定義される。以下では、第1種ブロックと第2種ブロックとを区別せずに機能ブロック110を使用する。
(2)機器制御システムの構成
 図5は、機器制御システム1000の構成を示す。機器制御システム1000は、機器100a、機器100c、機器100d、ユーザ装置150、ネットワーク300、情報処理装置400、記憶装置450を含む。また、記憶装置450は、実行履歴DB460、サンプルDB470を含む。
 機器100a、機器100cは、例えば図1の炊飯器、電子レンジである。機器100dは、例えばIHクッキングヒータである。各機器100は、図1の第1階層、第2階層の処理を実行するとともに、ネットワーク300に接続される。ネットワーク300には、機器100の他に、ユーザ装置150、情報処理装置400、記憶装置450も接続される。ネットワーク300では、これらの装置の間で有線通信、無線通信、有線通信と無線通信の組合せのいずれかが実行される。
 ユーザ装置150は、目的の処理、例えば調理を実行するユーザに使用される装置であり、例えば、コンピュータ、スマートフォン、タブレット端末である。ユーザ装置150は、機器100において調理する料理に関する情報をユーザから受けつける。ユーザ装置150は、料理に関する情報をネットワーク300経由で情報処理装置400に送信する。
 情報処理装置400は、例えば、プロセッサ、メモリ等を備えたサーバ、クラウドサーバ等のコンピュータである。また、情報処理装置400は、図1の第4階層の処理を実行するためのユーザアプリケーションサーバ132でもある。情報処理装置400は、料理に関する情報をユーザ装置150から受信すると、当該料理に対応した機能ブロックシーケンス120を選択し、機能ブロックシーケンス120の情報をネットワーク300経由で機器100に送信する。機器100は、機能ブロックシーケンス120の情報を情報処理装置400から受信すると、機能ブロックシーケンス120にしたがった動作を実行する。
 このような処理に加えて、情報処理装置400は、記憶装置450と連携して、機能ブロックシーケンス120を作成したり更新したりする。その際、ユーザは、ユーザ装置150を使用してさまざまな情報を入力する。ユーザにより入力された情報は、情報処理装置400において機能ブロックシーケンス120を作成する際に反映される。
 記憶装置450は、例えば、HDD(HardDiskDrive)またはSSD(SolidStateDrive)であり、電子情報を記憶可能な記憶領域である。実行履歴DB460は、各機器100における機能ブロック110の実行履歴を記憶し、サンプルDB470は、さまざまなレシピに対する機能ブロックシーケンス120のサンプルを記憶する。
 図6は、機器100の構成を示す。機器100は、コンポーネント102、通信部140、表示部142、操作部144、処理部146、記憶部148を含む。処理部146は、機能ブロック110、ドライバ104を含む。前述のごとく、機器100は炊飯器、洗濯機、電子レンジ等の家庭用電気機械器具である。コンポーネント102、ドライバ104、機能ブロック110のそれぞれは、図1に示されるように複数備えられるが、ここでは図面を明瞭にするために1つだけ示される。
 通信部140は、ネットワーク300に接続され、ネットワーク300経由で情報処理装置400との通信を実行する。例えば、通信部140は、情報処理装置400から機能ブロックシーケンス120の情報を受信する。この機能ブロックシーケンス120には、目的の処理に対する機能ブロックシーケンス120のうち、機器100が実行すべき機能ブロック110が含まれる。また、記憶部148は、機器100において実行可能な機能ブロック110を記憶する。処理部146は、通信部140において受信した機能ブロックシーケンス120の情報をもとに、記憶部148に記憶された機能ブロック110を読み出して、機能ブロックシーケンス120にしたがった処理をドライバ104経由でコンポーネント102に実行させる。
 表示部142は、処理部146からの情報を表示する。操作部144は、ユーザからの入力を受付可能なインターフェースであり、例えば、ボタンである。また、表示部142と操作部144はタッチパネルとして一体化されてもよい。操作部144は、受けつけた入力を処理部146に出力する。
 図7は、ユーザ装置150の構成を示す。ユーザ装置150は、表示部152、操作部154、処理部156、記憶部158、通信部160を含む。前述のごとく、ユーザ装置150はコンピュータ、スマートフォン、タブレット端末である。表示部152は、処理部156から受けつけた情報を表示する。操作部154は、ユーザからの入力を受付可能なインターフェースであり、例えば、ボタンである。また、表示部152と操作部154はタッチパネルとして一体化されてもよい。操作部154は、受けつけた入力を処理部156に出力する。
 処理部156は、表示すべき情報を表示部152に出力するとともに、操作部154からの入力を受けつける。また、処理部156は、記憶部158に情報を記憶させたり、記憶部158から情報を読み出したりもする。さらに、処理部156は、通信部160を介してネットワーク300に接続し、ネットワーク300経由で情報処理装置400との通信を実行する。このような構成によって、操作部154は、ユーザから所定の情報を受けつけると、処理部156は、所定の情報を通信部160から情報処理装置400に送信させる。
 図8は、情報処理装置400の構成を示す。情報処理装置400は、処理部406、記憶部408、通信部410を含む。処理部406は、受付部420、選択部422、推測部424、修正部426を含む。
 処理部406は、情報処理装置400における処理、例えば機能ブロックシーケンス120の作成の処理を実行する。処理部406における処理の詳細は後述する。記憶部408は、処理部406において使用される情報を記憶する。通信部410は、ネットワーク300に接続され、ネットワーク300を介して、機器100、ユーザ装置150、記憶装置450と通信する。
(3)実行履歴の記憶
 前述のごとく、複数の機能ブロック110を並べることによって機能ブロックシーケンス120を自由に作成することが可能である。しかしながら、ユーザは各コンポーネント102の動作を詳細に理解していない。そのため、どの機能ブロック110を組み合わせるとユーザの要望に適した動作が実現されるかが分かりにくい。その結果、機能ブロックシーケンス120の作成が困難になる。
 このようなユーザにとっては、自らの実際の調理を再現するように機能ブロックシーケンス120が作成される方が望ましい。例えば、実際の調理の際に機器100において実行された機能ブロック110を記憶し、機能ブロック110を実行順に並べることによって機能ブロックシーケンス120が作成される。しかしながら、実際の調理には、機器100の動作だけではなく、ユーザの動作も含まれるが、ユーザの動作に関連する機能ブロック110を記憶することができない。そのため、前述のような処理では、調理を再現するような機能ブロックシーケンス120を作成することが不可能である。
 また、調理後にユーザがレシピ(機能ブロックシーケンス120)を作成したいと考えても、実行された機能ブロック110の記憶がないので、機能ブロックシーケンス120の作成が困難である。さらに、調理においては1つの料理だけでなく複数の料理を並行に調理することがあり、その場合に、複数の料理のそれぞれに対応した機能ブロック110が混ざってしまうので、1つの料理に対応した機能ブロックシーケンス120の作成が困難である。本実施例では、複数の機器100のそれぞれにおいて実行された機能ブロック110から機能ブロックシーケンス120を推測し、機能ブロックシーケンス120の作成を支援する。このような機能ブロックシーケンス120はレシピに相当する。
 図9(a)-(d)は、4つの料理を並行に調理する際の調理工程を示す。ここでは、豚角煮に加え、ご飯、里芋の煮物、味噌汁を同時に調理した場合を想定する。図9(a)は、豚角煮の調理工程を示す。豚角煮の調理工程では、「カット」の機能ブロック110aa、「下茹で」の機能ブロック110ab、「洗う」の機能ブロック110ac、「混ぜる」の機能ブロック110ad、「煮る」の機能ブロック110aeが順に実行される。ここで、「カット」の機能ブロック110aa、「洗う」の機能ブロック110ac、「混ぜる」の機能ブロック110adは人により実行される。「下茹で」の機能ブロック110ab、「煮る」の機能ブロック110aeはIHクッキングヒータ(機器100d)により実行される。
 図9(b)は、ご飯の調理工程を示す。ご飯の調理工程では、「洗う」の機能ブロック110ba、「炊飯」の機能ブロック110bbが順に実行される。ここで、「洗う」の機能ブロック110baは人により実行され、「炊飯」の機能ブロック110bbは炊飯器(機器100a)により実行される。
 図9(c)は、里芋煮物の調理工程を示す。里芋煮物の調理工程では、「下茹で」の機能ブロック110ca、「皮むき」の機能ブロック110cb、「混ぜる」の機能ブロック110cc、「煮る」の機能ブロック110cd、「冷ます」の機能ブロック110ceが順に実行される。ここで「下茹で」の機能ブロック110caはレンジ(機器100c)により実行され、「皮むき」の機能ブロック110cb、「混ぜる」の機能ブロック110cc、「冷ます」の機能ブロック110ceは人により実行され、「煮る」の機能ブロック110cdはIHクッキングヒータ(機器100d)により実行される。
 図9(d)は、味噌汁の調理工程を示す。味噌汁の調理工程では、「カット」の機能ブロック110da、「煮る」の機能ブロック110dbが順に実行される。ここで、「カット」の機能ブロック110daは人により実行され、「煮る」の機能ブロック110dbはIHクッキングヒータ(機器100d)により実行される。
 調理終了後、炊飯器(機器100a)は「炊飯」の機能ブロック110bbを実行したことをネットワーク300経由で情報処理装置400に報告する。レンジ(機器100c)は「下茹で」の機能ブロック110caを実行したことをネットワーク300経由で情報処理装置400に報告する。IHクッキングヒータ(機器100d)は、「カット」の機能ブロック110aa等を実行したことをネットワーク300経由で情報処理装置400に報告する。各報告には、ユーザ(家庭)を識別するためのユーザ識別情報が含まれる。
 情報処理装置400は、炊飯器(機器100a)、レンジ(機器100c)、IHクッキングヒータ(機器100d)からの報告を受信すると、各報告を実行履歴DB460に記憶する。図10は、実行履歴DB460のデータ構造を示す。実行履歴DB460には、実行時刻、実行された機能ブロック110の名称、当該機能ブロック110における設定パラメータ、ユーザ識別情報が報告毎に記憶される。このような報告は、複数の料理と複数の機器100について混在する。また、実行履歴DB460が、複数のユーザが使用した機器100からの報告を記憶する場合、各報告の送信元を識別するためにユーザ識別情報が使用される。このように、実行履歴DB460は、機器100により実行された機能ブロック110に関する情報を記憶できるが、人により実行された機能ブロック110に関する情報を記憶できない。
(4)機能ブロックシーケンスの作成
 ここでは、前述の豚角煮、ご飯、里芋の煮物、味噌汁の調理終了後、ユーザが豚角煮のレシピを機能ブロックシーケンス120として残したいと考えた場合を想定する。そのため、ここでは、豚角煮の機能ブロックシーケンス120を作成するための処理を説明する。ユーザは、ユーザ装置150の操作部154を操作し、機能ブロックシーケンス120の作成開始の指示(以下、「作成開始指示」という)を入力する。作成開始指示にはユーザ識別情報が含まれる。通信部160は、作成開始指示をネットワーク300経由で情報処理装置400に送信する。
 情報処理装置400の通信部410は、作成開始指示をユーザ装置150から受信する。受付部420が作成開始指示を受けつけると、処理部406は、作成開始指示に含まれたユーザ識別情報に対する実行履歴(1以上の報告)を取得するために通信部410を介して実行履歴DB460にアクセスする。これに応じて受付部420は、通信部410を介して実行履歴DB460から実行履歴を受けつける。実行履歴は、機器100が実行した機能ブロック110(第1種ブロック)に関する情報といえる。通信部410は、実行履歴をネットワーク300経由でユーザ装置150に送信する。
 ユーザ装置150の通信部160は実行履歴を情報処理装置400から受信する。処理部156は、実行履歴を表示部152に表示する。図11は、表示部152に表示される実行履歴を示す。実行時刻の順番に、各機器100において実行された複数の機能ブロック110が並べられる。例えば、「下茹で」の機能ブロック110ab、「炊飯」の機能ブロック110bb、「下茹で」の機能ブロック110ca、「煮る」の機能ブロック110cdが前から順番に並べられる。また、「煮る」の機能ブロック110cdから15分以上後に「煮る」の機能ブロック110aeが並べられる。さらに、「煮る」の機能ブロック110aeから10分以上後に「煮る」の機能ブロック110dbが並べられる。
 ユーザは、前述のごとく、豚角煮のレシピを機能ブロックシーケンス120として残したいと考えているので、ユーザ装置150の操作部154を操作して、図11のごとく表示された複数の機能ブロック110から、豚角煮のレシピに含まれる機能ブロック110を選択する。処理部156は、ユーザにより選択された機能ブロック110の情報を受けつける。通信部160は、選択された機能ブロック110の情報をネットワーク300経由で情報処理装置400に送信する。
 情報処理装置400の通信部410は、選択された機能ブロック110の情報をユーザ装置150から受信する。受付部420は、選択された機能ブロック110の情報を受けつける。選択部422は、選択された機能ブロック110の情報にしたがって、実行履歴に含まれた複数の機能ブロック110から1つ以上の機能ブロック110を選択する。これは、実行履歴に含まれた複数の機能ブロック110から複数のレシピのうちの1つのレシピ(豚角煮)に対応する機能ブロック110を選択することに相当する。図12は、選択部422の処理概要を示す。図11に示された複数の機能ブロック110のうち、豚角煮のレシピに含まれる「下茹で」の機能ブロック110ab、「煮る」の機能ブロック110aeが選択される。
 ユーザは、前述のごとく、ユーザ装置150の操作部154を操作して機能ブロック110を選択するが、実行したレシピに関する情報をさらに入力してもよい。実行したレシピに関する情報は、例えば、レシピ名、レシピカテゴリ、主要な材料の少なくとも1つであるが、これに限定されない。処理部156は、実行したレシピに関する情報を受けつける。通信部160は、実行したレシピに関する情報をネットワーク300経由で情報処理装置400に送信する。情報処理装置400の通信部410は、実行したレシピに関する情報をユーザ装置150から受信する。受付部420は、実行したレシピに関する情報を受けつける。
 選択部422において選択された機能ブロック110は、機器100により実行された機能ブロック110である。そのため、複数の機能ブロック110によりレシピを再現するためには、人により実行された機能ブロック110が不足する。推測部424は、選択された機能ブロック110をもとに、機器100が実行可能な機能単位で規定された機能ブロック110と、人が実行すべき動作単位で規定された機能ブロック110とが動作順に並べられた機能ブロックシーケンス120を推測する。推測のために推測部424はサンプルDB470を使用する。
 図13は、サンプルDB470のデータ構造を示す。サンプルDB470は、複数のレシピのそれぞれに対する機能ブロックシーケンス120のサンプルを記憶する。例えば、レシピ名として、「豚角煮」、「ご飯」、「里芋煮物」、「味噌汁」、「A」・・・が示され、それぞれに対して、機能ブロックシーケンス120のサンプルに含まれる複数の機能ブロック110が示される。ここでは、機能ブロックシーケンス120のサンプルをレシピ名に対応づけているが、レシピカテゴリ、主要な材料に対応づけてもよい。
 推測部424は、受付部420において受けつけたレシピに関する情報をもとに、サンプルDB470を参照することによって、レシピに関する情報に示されたレシピに対応した機能ブロックシーケンス120のサンプルを取得する。また、推測部424は、取得した機能ブロックシーケンス120のサンプルに含まれる複数の機能ブロック110のうち、選択部422において選択された機能ブロック110に対応する機能ブロック110を特定する。選択された機能ブロック110に対応する機能ブロック110とは、選択された機能ブロック110と同一の機能ブロック110、または選択された機能ブロック110に類似した機能ブロック110である。
 選択された機能ブロック110に類似した機能ブロック110を特定するための処理を説明するために、ここでは図14を使用する。図14は、記憶部408に記憶されるデータベースのデータ構造を示す。類似の機能を有する「B1」の機能ブロック110、「B2」の機能ブロック110、・・・、「BN」の機能ブロック110が「グループB」としてまとめられる。このようなグループは複数種類規定される。選択された機能ブロック110が含まれるグループにおける他の機能ブロック110は、選択された機能ブロック110に類似した機能ブロック110であるといえる。
 図15は、推測部424の処理概要を示す。これは、推測部424により推測された機能ブロックシーケンス120を示す。「カット」の機能ブロック110ea、「下茹で」の機能ブロック110ab、「洗う」の機能ブロック110ec、「混ぜる」の機能ブロック110ed、「煮る」の機能ブロック110aeが前から順に並べられる。ここで、「下茹で」の機能ブロック110ab、「煮る」の機能ブロック110aeが実行履歴に含まれた機能ブロック110であり、「カット」の機能ブロック110ea、「洗う」の機能ブロック110ec、「混ぜる」の機能ブロック110edが推測部424において推定された機能ブロック110である。このような処理によって、機器100の動作に関連する機能ブロック110から、ユーザの動作に関連する機能ブロック110も含まれた機能ブロックシーケンス120が推測される。
 ユーザが、ユーザ装置150に対して、実行したレシピに関する情報を入力しない場合、情報処理装置400の受付部420は、実行したレシピに関する情報を受けつけない。受付部420が、実行したレシピに関する情報を受けつけない場合、推測部424は、選択部422において選択された機能ブロック110が並べられたパターンをもとに、サンプルDB470を参照することによって、当該パターンを含む機能ブロックシーケンス120のサンプルを取得する。つまり、推測部424は、選択部422において選択された機能ブロック110が並べられたパターンと同一のパターンを含む機能ブロックシーケンス120のサンプルを取得する。その際、推測部424は、選択された機能ブロック110間の時間間隔の情報を使用してもよい。また、食材の情報、機器100、設定パラメータ(強弱/時間)の情報が使用されてもよい。これに続く処理はこれまでと同様でよく、推測部424は、図15に示されるような機能ブロックシーケンス120を推測する。通信部410は、推測部424において推測された機能ブロックシーケンス120の情報をネットワーク300経由でユーザ装置150に送信する。
 ユーザ装置150の通信部160は機能ブロックシーケンス120の情報を情報処理装置400から受信する。処理部156は、図15のような機能ブロックシーケンス120の情報を表示部152に表示する。ユーザは、表示部152に表示された機能ブロックシーケンス120を見ながら、操作部154を操作して、機能ブロックシーケンス120に対する修正の指示を入力する。修正の指示は、例えば、機能ブロックシーケンス120に含まれる機能ブロック110の削除または変更、機能ブロックシーケンス120への機能ブロック110の追加、設定パラメータ(食材、グラム数等)の入力である。
 処理部156は、修正の指示を受けつける。通信部160は、修正の指示をネットワーク300経由で情報処理装置400に送信する。情報処理装置400の通信部410は、修正の指示をユーザ装置150から受信する。受付部420は、修正の指示を受けつける。修正部426は、修正の指示を受けつけた場合、修正の指示にしたがって機能ブロックシーケンス120を修正する。図16は、修正部426の処理概要を示す。ここでは、一例として、図15に示された機能ブロックシーケンス120における機能ブロック110ea等に設定パラメータが追加される。修正部426における修正はこれに限定されない。
 修正部426は、図14のテーブルを参照して、機能ブロックシーケンス120に含まれる機能ブロック110に類似した機能ブロック110、つまり同等の機能を有している機能ブロック110を特定し、そのような機能ブロック110への変換を提案してもよい。図17は、修正部426の別の処理概要を示す。ここでは、「煮る」の機能ブロック110aeと同等の機能を有する「煮る」の機能ブロック110efが変換の候補である。変換の提案はユーザ装置150の表示部152においてなされ、変換する場合、ユーザはユーザ装置150の操作部154に変換の指示を入力する。情報処理装置400の受付部420が変換の指示を受けつけると、修正部426は、機能ブロック110を変換する。機能ブロックシーケンス120を修正した場合、記憶部408は、修正前の機能ブロックシーケンス120と修正後の機能ブロックシーケンス120の両方を記憶する。
 この構成は、ハードウエア的には、任意のコンピュータのCPU(Central Processing Unit)、メモリ、その他のLSI(Large Scale Integration)で実現でき、ソフトウエア的にはメモリにロードされたプログラムなどによって実現されるが、ここではそれらの連携によって実現される機能のブロックを描いている。したがって、これらの機能のブロックがハードウエアのみ、ハードウエアとソフトウエアの組合せによっていろいろな形で実現できることは、当業者には理解されるところである。
 以上の構成による機器制御システム1000の動作を説明する。図18は、機器制御システム1000による実行履歴の記憶手順を示すフローチャートである。ユーザによる機器100の設定がなされる(S10)。ユーザによる機器100の使用開始指示が機器100になされる(S12)。機器100において機能ブロック110が実行される(S14)。機器100は、実行履歴DB460に機能ブロック110の実行履歴を追加する(S16)。
 図19は、機器制御システム1000によるブロックシーケンスの作成手順を示すフローチャートである。ユーザ装置150を介してユーザによる機能ブロックシーケンス120の作成開始指示が情報処理装置400に入力される(S50)。情報処理装置400は、直近の実行済の機能ブロック110をユーザ装置150に表示させる(S52)。ユーザ装置150を介してユーザによる情報が情報処理装置400に入力される(S54)。情報処理装置400は、ユーザにより絞り込まれた機能ブロック110をユーザ装置150に表示させる(S56)。情報処理装置400は、絞り込まれた機能ブロック110をもとに機能ブロックシーケンス120を推測し(S58)、機能ブロックシーケンス120をユーザ装置150に表示させる(S60)。情報処理装置400は、ユーザ装置150を介してユーザによる修正を受けつけ(S62)、機能ブロックシーケンス120を修正する(S64)。
 本実施例によれば、受けつけた第1種ブロックに関する情報をもとに、第1種ブロックと2種ブロックとが動作順に並べられた機能ブロックシーケンス120を推測するので、人の介在も含まれる制御内容を簡易に作成できる。また、推測した機能ブロックシーケンス120に対する修正の指示を受けつけた場合、機能ブロックシーケンス120を修正するので、ユーザの希望に合った機能ブロックシーケンス120を簡易に作成できる。また、機能ブロックシーケンス120の作成のために計画的に調理する必要がなく、自分の調理の履歴から機能ブロック110を選択するだけで容易に機能ブロックシーケンス120を作成できる。
 また、実行履歴から、複数のレシピのうちの1つのレシピに対応する機能ブロック110に関する情報が選択されると、選択された機能ブロック110をもとに機能ブロックシーケンス120を推測するので、実行履歴に複数のレシピが混在していても所望のレシピについての機能ブロックシーケンス120を作成できる。また、機能ブロック110が並べられたパターンをもとに、サンプルDB470を参照することによって、機能ブロックシーケンス120のサンプルを取得し、これを使用して機能ブロックシーケンス120を推測するので、人の動作に関する機能ブロック110を追加できる。また、受けつけたレシピに関する情報をもとに、サンプルDB470を参照することによって、機能ブロックシーケンス120のサンプルを取得し、これを使用して機能ブロックシーケンス120を推測するので、人の動作に関する機能ブロック110を追加できる。
 本開示の一態様の概要は、次の通りである。本開示のある態様の情報処理方法は、機器(100)が実行可能な機能単位で規定された第1種ブロックと、人が実行すべき動作単位で規定された第2種ブロックとが定義された情報処理方法であって、機器(100)が実行した第1種ブロックに関する情報を受けつけるステップと、受けつけた第1種ブロックに関する情報をもとに、第1種ブロックと2種ブロックとが動作順に並べられたブロックシーケンスを推測するステップと、推測したブロックシーケンスに対する修正の指示を受けつけた場合、ブロックシーケンスを修正するステップと、を備える。
 受けつけた第1種ブロックに関する情報から、複数のレシピのうちの1つのレシピに対応する第1種ブロックに関する情報を選択するステップをさらに備える。推測するステップは、選択した第1種ブロックに関する情報をもとに、ブロックシーケンスを推測してもよい。
 推測するステップは、第1種ブロックが並べられたパターンをもとに、複数のレシピのそれぞれに対するブロックシーケンスのサンプルが記憶された記憶領域を参照することによって、ブロックシーケンスのサンプルを取得し、取得したブロックシーケンスのサンプルと、第1種ブロックに関する情報とをもとに、ブロックシーケンスを推測してもよい。
 実行したレシピに関する情報を受けつけるステップをさらに備える。推測するステップは、受けつけたレシピに関する情報をもとに、複数のレシピのそれぞれに対するブロックシーケンスのサンプルが記憶された記憶領域(470)を参照することによって、ブロックシーケンスのサンプルを取得し、取得したブロックシーケンスのサンプルと、第1種ブロックに関する情報とをもとに、ブロックシーケンスを推測してもよい。
 本開示の別の態様は、情報処理装置(400)である。この装置は、機器(100)が実行可能な機能単位で規定された第1種ブロックと、人が実行すべき動作単位で規定された第2種ブロックとが定義された情報処理装置(400)であって、機器(100)が実行した第1種ブロックに関する情報を受けつける受付部(420)と、受けつけた第1種ブロックに関する情報をもとに、第1種ブロックと2種ブロックとが動作順に並べられたブロックシーケンスを推測する推測部(424)と、推測したブロックシーケンスに対する修正の指示を受けつけた場合、ブロックシーケンスを修正する修正部(426)と、を備える。
 以上、本開示を実施例をもとに説明した。この実施例は例示であり、それらの各構成要素あるいは各処理プロセスの組合せにいろいろな変形例が可能なこと、またそうした変形例も本開示の範囲にあることは当業者に理解されるところである。
 本開示によれば、人の介在も含まれる制御内容を簡易に作成できる。
 100 機器、 102 コンポーネント、 104 ドライバ、 110 機能ブロック、 120 機能ブロックシーケンス、 130 プラットフォームサーバ、 132 ユーザアプリケーションサーバ、 140 通信部、 142 表示部、 144 操作部、 146 処理部、 148 記憶部、 150 ユーザ装置、 152 表示部、 154 操作部、 156 処理部、 158 記憶部、 160 通信部、 300 ネットワーク、 400 情報処理装置、 406 処理部、 408 記憶部、 410 通信部、 420 受付部、 422 選択部、 424 推測部、 426 修正部、 450 記憶装置、 460 実行履歴DB、 470 サンプルDB、 1000 機器制御システム。

Claims (6)

  1.  機器が実行可能な機能単位で規定された第1種ブロックと、人が実行すべき動作単位で規定された第2種ブロックとが定義された情報処理方法であって、
     前記機器が実行した前記第1種ブロックに関する情報を受けつけるステップと、
     受けつけた前記第1種ブロックに関する情報をもとに、前記第1種ブロックと前記2種ブロックとが動作順に並べられたブロックシーケンスを推測するステップと、
     推測した前記ブロックシーケンスに対する修正の指示を受けつけた場合、前記ブロックシーケンスを修正するステップと、
     を備える情報処理方法。
  2.  受けつけた前記第1種ブロックに関する情報から、複数のレシピのうちの1つのレシピに対応する前記第1種ブロックに関する情報を選択するステップをさらに備え、
     前記推測するステップは、選択した前記第1種ブロックに関する情報をもとに、前記ブロックシーケンスを推測する請求項1に記載の情報処理方法。
  3.  前記推測するステップは、前記第1種ブロックが並べられたパターンをもとに、複数のレシピのそれぞれに対するブロックシーケンスのサンプルが記憶された記憶領域を参照することによって、前記ブロックシーケンスのサンプルを取得し、取得した前記ブロックシーケンスのサンプルと、前記第1種ブロックに関する情報とをもとに、前記ブロックシーケンスを推測する請求項1または2に記載の情報処理方法。
  4.  実行したレシピに関する情報を受けつけるステップをさらに備え、
     前記推測するステップは、受けつけた前記レシピに関する情報をもとに、複数のレシピのそれぞれに対するブロックシーケンスのサンプルが記憶された記憶領域を参照することによって、前記ブロックシーケンスのサンプルを取得し、取得した前記ブロックシーケンスのサンプルと、前記第1種ブロックに関する情報とをもとに、前記ブロックシーケンスを推測する請求項1または2に記載の情報処理方法。
  5.  機器が実行可能な機能単位で規定された第1種ブロックと、人が実行すべき動作単位で規定された第2種ブロックとが定義された情報処理装置であって、
     前記機器が実行した前記第1種ブロックに関する情報を受けつける受付部と、
     受けつけた前記第1種ブロックに関する情報をもとに、前記第1種ブロックと前記2種ブロックとが動作順に並べられたブロックシーケンスを推測する推測部と、
     推測した前記ブロックシーケンスに対する修正の指示を受けつけた場合、前記ブロックシーケンスを修正する修正部と、
     を備える情報処理装置。
  6.  機器が実行可能な機能単位で規定された第1種ブロックと、人が実行すべき動作単位で規定された第2種ブロックとが定義されたプログラムであって、
     前記機器が実行した前記第1種ブロックに関する情報を受けつけるステップと、
     受けつけた前記第1種ブロックに関する情報をもとに、前記第1種ブロックと前記2種ブロックとが動作順に並べられたブロックシーケンスを推測するステップと、
     推測した前記ブロックシーケンスに対する修正の指示を受けつけた場合、前記ブロックシーケンスを修正するステップとをコンピュータに実行させるためのプログラム。
PCT/JP2023/033501 2022-11-29 2023-09-14 情報処理方法、情報処理装置、プログラム WO2024116547A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2022190359 2022-11-29
JP2022-190359 2022-11-29

Publications (1)

Publication Number Publication Date
WO2024116547A1 true WO2024116547A1 (ja) 2024-06-06

Family

ID=91323496

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2023/033501 WO2024116547A1 (ja) 2022-11-29 2023-09-14 情報処理方法、情報処理装置、プログラム

Country Status (1)

Country Link
WO (1) WO2024116547A1 (ja)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006250510A (ja) * 2005-03-14 2006-09-21 Toshiba Corp 調理支援システム
JP2017021650A (ja) * 2015-07-13 2017-01-26 パナソニックIpマネジメント株式会社 調理レシピの作成方法、及び、プログラム
WO2019171618A1 (ja) * 2018-03-09 2019-09-12 シャープ株式会社 調理情報システムおよびサーバ
WO2020136726A1 (ja) * 2018-12-25 2020-07-02 クックパッド株式会社 サーバ装置、情報処理端末、システム、方法およびプログラム

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006250510A (ja) * 2005-03-14 2006-09-21 Toshiba Corp 調理支援システム
JP2017021650A (ja) * 2015-07-13 2017-01-26 パナソニックIpマネジメント株式会社 調理レシピの作成方法、及び、プログラム
WO2019171618A1 (ja) * 2018-03-09 2019-09-12 シャープ株式会社 調理情報システムおよびサーバ
WO2020136726A1 (ja) * 2018-12-25 2020-07-02 クックパッド株式会社 サーバ装置、情報処理端末、システム、方法およびプログラム

Similar Documents

Publication Publication Date Title
JP6265382B2 (ja) 調理器具
CN103958972B (zh) 标志烹饪
CN105358913B (zh) 加热烹调器
US7141258B2 (en) Method of treating and preparing food in a cooking device, control panel for a cooking device and cooking device comprising a control panel
WO2021143346A1 (zh) 烹饪设备及其烹饪控制方法和装置、显示控制方法
US20170011649A1 (en) Recipe system
CN106773859B (zh) 一种智能烹饪控制方法
CN105204451A (zh) 自动烹饪***及其控制方法
US20100211468A1 (en) Processor-Implemented System And Method Of Remotely Manipulating A Cooking Appliance
JP2007128305A (ja) 調理支援装置
CN110267541A (zh) 用于食物保持装置的产品分组和选择的***和方法
CN109799761B (zh) 一种确定菜谱执行设备的方法、装置及存储介质
JP2007107766A (ja) 調理システム
KR20080095314A (ko) 음식정보 제공 시스템 및 음식정보 제공 방법
AU2015342728A1 (en) Cooktop
US20230135442A1 (en) Method of operating a cooking oven, in particular a steam cooking oven
AU2006292126B2 (en) System for determining type and quantity of food prepared by appliance
JP2002089845A (ja) 調理支援システム
JP2020008989A (ja) ネットワークシステム、サーバおよび情報処理方法
JP2002084989A (ja) 調理情報提供装置
JP2017106692A (ja) 加熱調理器、及び加熱調理器用のレシピデータのデータ構造
WO2024116547A1 (ja) 情報処理方法、情報処理装置、プログラム
CN109086367A (zh) 一种智能烹饪器具的功能选项推荐方法及设备
JP2003141234A (ja) 調理支援装置、調理支援方法、調理支援プログラムおよび調理支援プログラムを記録したコンピュータ読取可能な記録媒体
WO2024075421A1 (ja) 情報処理方法、情報処理装置、プログラム