WO2020170973A1 - オートメーション方法、オートメーションシステムおよびオートメーションプログラム - Google Patents

オートメーション方法、オートメーションシステムおよびオートメーションプログラム Download PDF

Info

Publication number
WO2020170973A1
WO2020170973A1 PCT/JP2020/005827 JP2020005827W WO2020170973A1 WO 2020170973 A1 WO2020170973 A1 WO 2020170973A1 JP 2020005827 W JP2020005827 W JP 2020005827W WO 2020170973 A1 WO2020170973 A1 WO 2020170973A1
Authority
WO
WIPO (PCT)
Prior art keywords
macro
execution
automation
unit
information
Prior art date
Application number
PCT/JP2020/005827
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 克彦 福木
Priority to US17/431,706 priority Critical patent/US20220137965A1/en
Priority to JP2020524249A priority patent/JP6853932B2/ja
Publication of WO2020170973A1 publication Critical patent/WO2020170973A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/3017Runtime instruction translation, e.g. macros
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Definitions

  • the present invention relates to an automation method, an automation system and an automation program.
  • Macro recording is known as an automation method that does not depend on the character user interface in conventional spreadsheet software. Although macro recording can provide an intuitive user experience, it is difficult to set branch processing and iteration processing among sequential execution, branch processing, and iteration processing, which are three elements of programming (Non-Patent Document 1). Reference 1).
  • a browser operation recording agent that stores a browser process definition file and an operation screen in a file server, and an operation that stores a spreadsheet process definition file and a spreadsheet file of a spreadsheet software operation in a file server
  • a PC having a recording agent, and a logical expression for always designating the operation target as the same tag or the same cell for each processing step of the processing flow chart created from the browser process definition file etc.
  • a management server that generates a pop-up screen that registers a logical expression that is specified as a tag or cell according to the operation target condition when the target tag or cell differs depending on the condition, and generates the input file of the work automation tool.
  • a work automation support system equipped with it has been reported.
  • Patent Document 1 it is not possible to record all the operations based on the intuitive operation for the user such as the graphical user interface.
  • the target of the user operation on the pop-up screen is limited to at least a part of the operation content to be automated.
  • the character user interface such as programming
  • the present invention has been made in view of the above situation, and it is a problem to be solved to realize an automation method that improves the user experience in software operation more simply.
  • the present invention is an automation method, wherein an implementation step of registering one or more information processing and a macro including an execution order related to the one or more information processing is provided in a processor of a computer. Let it run.
  • one or more fragmented software operations can be defined as a macro.
  • an automation method in which macro designation is used as a turning point, one or more information processes are sequentially executed based on an execution order, and at least one designation of one or more information processes is used as a turning point,
  • the processor of the computer is further caused to execute the execution step of individually executing at least one of the one or more information processes.
  • one or more fragmented software operations included in a macro can be individually executed.
  • the implementation steps are based on a graphical user interface.
  • each of intention input of sequential execution and individual execution of one or more subdivided software operations can be realized based on an intuitive user interface.
  • the implementation step associates one or more information processes with a branch process and/or an iterative process.
  • branching processing and iterative processing which have been difficult in the past, can be realized on the same graphical user interface.
  • the information processing is spreadsheet processing.
  • the macro is associated with a spreadsheet.
  • the mounting step stores the macro in a main storage device as a volatile cache area.
  • the mounting step stores the macro in an auxiliary storage device as a non-volatile data area.
  • the execution step stores the macro in a main storage device as a volatile cache area.
  • the executing step stores the macro in an auxiliary storage device as a non-volatile data area.
  • the present invention is an automation system, and has implementation means for registering one or more information processes and a macro containing an execution order related to the one or more information processes.
  • the present invention is an automation program that causes a computer to function as a mounting unit that registers one or more information processes and a macro including an execution order related to the one or more information processes. ..
  • an automation method that improves the user experience in software operation can be provided more simply.
  • FIG. 3 is a hardware configuration diagram in the first embodiment. 3 is a functional block diagram in Embodiment 1.
  • FIG. 6 is a processing flowchart in the first embodiment. 3 is a schematic diagram of a macro according to the first embodiment.
  • FIG. 7 is an example of an implementation screen when a format tab of a process designation unit is designated in the first embodiment. 6 is an example of a mounting screen when the condition specifying of the condition specifying unit is specified in the first embodiment. 7 is an example of an implementation screen when a copy cut tab of the process specifying unit is designated in the first embodiment. 6 is an example of a mounting screen when an input tab of the process specifying unit in the first embodiment is specified. 7 is an example of an implementation screen when a data tab of a process designation unit is designated in the first embodiment.
  • FIG. 9 is an example of a mounting screen when another tab of the process specifying unit in the first embodiment is specified.
  • 7A and 7B are examples of a sequential execution screen and an individual execution screen in the first embodiment.
  • FIG. 6 is a hardware configuration diagram in the second embodiment.
  • 7 is a functional block diagram in the second embodiment.
  • FIG. 7 is a functional block diagram in Embodiment 3.
  • FIG. 13 is a functional block diagram in the fourth embodiment. It is a functional block diagram in Embodiment 5. It is a functional block diagram in Embodiment 6. It is a functional block diagram in Embodiment 7. It is a functional block diagram in Embodiment 8.
  • Embodiment 1 of a system according to the present invention will be described with reference to the drawings.
  • the program P0 may be stored in a recording medium. If the recording medium is used, as an example, the program P0 can be installed in the computer device 1.
  • the recording medium storing the program P0 is, for example, a non-transitory recording medium such as a CD-ROM or a flash memory. Further, even when the program P0 is distributed through an electric line, it is obvious that a recording medium is indispensable as a provider/storage destination of the program P0.
  • the program P0 includes a source code or a binary and is appropriately encrypted.
  • the system includes a computer device 1.
  • the computer device 1 includes a calculation device 11, a main storage device 12, an auxiliary storage device 13, an input device 14, an output device 15, a communication device 16, and a bus interface for interconnection.
  • the computer device 1 can be connected to the network NW.
  • the hardware resources of the system are used at least to realize the functions of the program P0.
  • the arithmetic unit 11 includes a processor core, which is a CPU (Central Processing Unit) as an example.
  • a processor core which is a CPU (Central Processing Unit) as an example.
  • the main storage device 12 includes a volatile device such as a RAM (Random Access Memory) as an example.
  • the auxiliary storage device 13 includes a non-volatile device such as an HDD (Hard Disk Drive) and an SSD (Solid State Drive).
  • the auxiliary storage device 13 stores each of the data related to the OS (Operating System) and the program P0.
  • the auxiliary storage device 13 may include a primary storage and one or more secondary storages.
  • the auxiliary storage device 13 has a database.
  • the computer device 1 may include a SoC (System-on-Chip) in which the processor core and ASIC (Application Specific Integrated Circuit) are aggregated.
  • the processor including the processor core may be a programmable device.
  • the ASIC refers to, for example, a DSP (Digital Signal Processor) such as a hardware encoder/decoder or a ML (Machine Learning) dedicated processor.
  • the computer apparatus 1 may include a memory device having a volatile cache area and a non-volatile data area.
  • the input device 14 is used for input processing of data related to the system.
  • the input device 14 includes at least one of a keyboard, a touch panel, a microphone, and an image sensor. At this time, there is no limitation on the method of the input processing.
  • the output device 15 is used for display processing of the system.
  • the output device 15 includes a visual display device such as a display device or a projection device such as an LCD (Liquid Crystal Display), and a graphic controller such as a GPU (Graphics Processing Unit).
  • the graphic controller may be included in the SoC.
  • the output device 15 may be a device that contacts at least a part of the body, such as a head-mounted display.
  • the communication device 16 is used for communication processing including data transmission/reception via the network NW.
  • the communication device 16 supports wireless communication based on Wi-Fi (registered trademark) and/or wired communication based on Ethernet (registered trademark).
  • the communication device 16 includes a transceiver for performing electric communication using radio waves or light waves, and its wavelength band is not limited.
  • the communication protocol of the network NW in the system is TCP/IP (Transmission Control Protocol/Internet Protocol) or the like.
  • the network NW can use a wired line such as an optical line or a CATV (Community Antenna Television) line, or a wireless line such as an outgoing communication network, an aviation communication network, a satellite communication network, etc. Including.
  • a wired line such as an optical line or a CATV (Community Antenna Television) line
  • a wireless line such as an outgoing communication network, an aviation communication network, a satellite communication network, etc.
  • the computer device 1 takes the form of a data terminal device such as a laptop computer, a workstation, a smartphone and a wearable device. Each of the one or more computer devices 1 may realize the introduction of the program P0 to any of the one or more computer devices 1 by cooperating with the one or more computer devices 1.
  • the system has an input unit 101, an output unit 102, a mounting unit 103, and an execution unit 104.
  • the function related to the system is realized in cooperation with the function of the spreadsheet.
  • the input means 101 is used for input processing of data related to the system.
  • the input unit 101 performs data input processing via the input device 14.
  • the data includes one or more information processings according to the embodiment of the present invention and an execution instruction of the one or more information processings.
  • the input means 101 may perform the input process of the said data via an application programming interface.
  • the input processing of the data by the input unit 101 is preferably realized in cooperation with the screen display processing by the output unit 102.
  • the output unit 102 uses the output device 15 to display the data related to the system.
  • the display process includes provision of a user interface (screen display) for a data input process.
  • the output unit 102 may perform the display processing via the application programming interface.
  • the output unit 102 is used for displaying the mounting screen W1, the sequential execution screen W2, and the individual execution screen W3. At least a part of each of the mounting screen W1, the sequential execution screen W2, and the individual execution screen W3 may be subjected to display processing so as to be superimposed on the screen related to the spreadsheet. At least a part of each of the mounting screen W1, the sequential execution screen W2, and the individual execution screen W3 receives the input processing via the pull-down format input form.
  • the output unit 102 can appropriately set drawing conditions including color designation in the screen display for the purpose of facilitating data input processing in the screen display. The designation of the drawing condition is appropriately saved in the setting file.
  • the mounting means 103 registers a macro including one or more information processes and an execution order related to the one or more information processes.
  • the information processing refers to, for example, spreadsheet processing including operation processing on spreadsheet software.
  • the mounting unit 103 associates one or more information processes with a branch process and/or an iterative process based on the graphical user interface.
  • the graphical user interface is based on the screen display by the output means 102.
  • the mounting unit 103 makes a decision regarding information processing based on the information specified by the input unit 101 on the mounting screen W1.
  • the execution unit 104 uses the macro designation as a turning point to sequentially execute one or more information processing based on the execution order, and uses at least one designation of the one or more information processing as a turning point to perform at least one of the one or more information processing. Individual execution of one The execution means 104 performs the sequential execution or individual execution based on the graphical user interface. The graphical user interface is based on the screen display by the output means 102. The execution means 104 executes information processing based on the information designated by the input means 101 on the sequential execution screen W2 or the individual execution screen W3.
  • the execution unit 104 may be configured to store the macro on the main storage device 12 as a volatile cache area.
  • the execution unit 104 may be configured to store the macro on the auxiliary storage device 13 as a non-volatile data area. Further, the execution unit 104 may be configured to perform the macro output processing in cooperation with the output unit 102.
  • the output processing includes output processing related to the macro itself and output processing related to the execution result of the macro. ..
  • Each of the one or more information processing corresponds to the information related to each of the object, the method and the property.
  • the object is a processing target, and is a cell range as an example.
  • the method is an instruction for operating the object, and for example, clearing the value of the cell.
  • the property is a value in the cell range as an example.
  • the functions related to the system are implemented on a spreadsheet as an example.
  • Spreadsheets are based on multiple layers of data that follow a book, sheet, and cell order. In the spread sheet, cells and books, which are arranged in a grid, correspond to identifiers.
  • the spreadsheet is Excel (registered trademark) as an example.
  • Information related to macros or steps as well as data on a spreadsheet is stored/referenced on a database. At this time, the information related to the macro or step may be stored/referenced on a different database.
  • the macro language for describing the program P0 including the macro associated with the spreadsheet according to the present invention is not limited to Visual Basic (registered trademark) for Applications (VBA), which is a macro language of Excel (registered trademark), and is not limited to VBA. Other macro languages may be used.
  • the program P0 may be written based on a programming language such as C++ (registered trademark) or Python (registered trademark). There is no limitation on the programming language for writing the program P0
  • step S1 automation setting is started.
  • step S2 the output means 102 performs the display process of the sequential execution screen W2.
  • step S3 the output unit 102 displays the mounting screen W1.
  • step S4 the mounting means 103 specifies an object.
  • step S5 the mounting means 103 specifies conditions.
  • step S6 the mounting means 103 specifies processing.
  • step S9 the process related to sequential execution is started.
  • step S10 the output unit 102 sequentially performs the display process of the execution screen W2.
  • step S11 the input means 101 designates a macro.
  • step S12 the execution unit 104 performs the reading process of the execution order. If there is information processing that has not been executed and the execution order is the highest (step S13, Y (Yes)), the process proceeds to step S14. If there is no information processing that has not been executed and has the highest execution order (step S13, N (No)), the process proceeds to step S20.
  • step S14 the execution unit 104 specifies the information processing that has not been executed and that has the highest execution order.
  • step S15, Y (Yes) When there is an unprocessed object in the iterative processing range (step S15, Y (Yes)), the process proceeds to step S16.
  • step S15, N (No) When there is no unprocessed object in the iterative processing range (step S15, N (No)), the process proceeds to step S19.
  • step S16 the execution unit 104 specifies an unprocessed object in the iterative processing range.
  • the property of the unprocessed object in the iterative processing range matches the condition of the branching processing included in the information processing (step S17, Y (Yes)
  • the process proceeds to step S18.
  • step S17, N (No) When the property of the unprocessed object in the iterative processing range does not match the condition of the branching process included in the information processing (step S17, N (No)), the process proceeds to step S15.
  • step S18 the execution unit 104 executes the method and the property corresponding to the information processing.
  • step S19, Y (Yes) When there is information processing that has not been executed and the execution order is the highest (step S19, Y (Yes)), the process proceeds to step S14. If there is no information processing that has not been executed and has the highest execution order (step S19, N (No)), the process proceeds to step S20.
  • step S20 the process related to sequential execution ends.
  • step S21 the process related to individual execution is started.
  • step S22 the output unit 102 displays the individual execution screen W3.
  • step S23 the input means 101 designates a step (information processing).
  • step S24, Y the process proceeds to step S25.
  • step S24, N no unprocessed object in the iterative processing range
  • step S29 the execution means 104 specifies an unprocessed object in the iterative processing range.
  • step S26, N (No) When the property of the unprocessed object in the iterative processing range does not match the condition of the branching process included in the information processing (step S26, N (No)), the process proceeds to step S24. In step S27, the execution unit 104 executes the method and property corresponding to the information processing. When there is an unprocessed object in the iterative processing range (step S28, Y (Yes)), the process proceeds to step S25. If there is no unprocessed object in the iterative processing range (step S28, N (No)), the process proceeds to step S29. In step S29, the process related to the individual execution ends.
  • each of one or more steps included in the macro corresponds to at least a macro identifier, a sheet identifier, an object, a method, a property, and a condition.
  • the macro includes information related to the execution order of the one or more steps.
  • the macro identifier takes the form of the program P0 name, for example.
  • the sheet identifier takes the form of a sheet name, for example.
  • the condition corresponds to the condition value in FIG. Step is synonymous with information processing.
  • the mounting screen W1 has an object designation unit W1A, a condition designation unit W1B, and a processing designation unit W1C.
  • the object designating section W1A is used for designating an object corresponding to a macro or a step.
  • the condition designating section W1B is used for designating a condition corresponding to a macro or a step.
  • the process designation unit W1C is used for designating information processing corresponding to a macro or a step.
  • the process designation unit W1C has a tab format.
  • the output unit 102 performs the display process of the screen mode corresponding to the tab with the tab designation in the process designation unit W1C as a turning point.
  • the tab includes any of a format tab, a copy cut tab, an input tab, and a data tab.
  • the process designation unit W1C is used for designating methods and properties in information processing.
  • the input unit 101 can designate a cell range or an expanded cell range including the cell range as an object in a macro or step.
  • the expanded cell range includes a cell group that is discontinuous with the cell range in the row direction and/or the column direction.
  • the input unit 101 can designate a part of the cell range in the expanded cell range as the object.
  • the input unit 101 can specify the cell range of the last row or the last column in the expanded cell range as the object.
  • the input unit 101 can designate one or more cells having a specific value in the expanded cell range as the object.
  • the object designating unit W1A has a macro editing end intention input unit for inputting a macro editing end intention by the input means 101.
  • the input means 101 can designate the font, the numerical value, and the text layout.
  • the setting relating to the font includes at least one setting of bold, fill, ruled line, color designation, and size.
  • the setting relating to the numerical value includes at least one setting of switching of percentage display, switching of comma display, and switching of display after the decimal point.
  • the setting related to the text arrangement includes at least one setting of alignment, wrapping, and cell merging.
  • the output means 102 switches the screen mode of the condition specifying section W1B.
  • the input unit 101 can specify information that constitutes a condition corresponding to a macro or a step.
  • the condition includes, as an example, a result of a logical operation based on a target cell corresponding to the condition and a cell adjacent to the cell.
  • the logical operation may be based on a value of a cell that is not adjacent to the cell.
  • the mounting means 103 can preferably specify the migration destination step based on the true/false value of the condition.
  • the input unit 101 can specify the cell operation based on the value of the cell corresponding to the macro or step.
  • the cell operation is preferably copy and paste of the value.
  • the designation relating to the cell other than the target cell to be pasted is realized by the input unit 101 in the process designation unit W1C.
  • the input unit 101 can specify the value input to the cell that is the target of the macro or step.
  • the value is a numerical value or a character string.
  • the processing specifying unit W1C includes an input form for inputting the value, an input value confirmation intention input unit for confirming the value displayed and processed in the input form, and a value displayed and processed in the input form. At least one of an input value cancellation intention input unit for deleting the input value and an input value reference intention input unit for inputting a value included in a cell adjacent to the object cell as the value.
  • the input unit 101 is at least one of the sorting process, the filtering process, the graph drawing process, and the pivot table setting process based on the target cell range.
  • the sorting process refers to sorting in the cell range.
  • the filtering process refers to switching display/non-display of cells based on an arbitrary logical expression.
  • the arbitrary logical expression may be a condition in the condition designating unit W1B, or may separately receive input processing relating to different conditions.
  • the process designation unit W1C includes a filtering cancellation intention input unit for canceling the filtering process and a filtering result deletion intention input unit for suppressing the display process related to the filtering result or deleting the cell indicating the filtering result.
  • the pivot table process includes determining a pivot table based on the cell range.
  • the processing designation unit W1C in which another tab is designated is a sheet information change intention input unit for displaying a sheet information change intention input unit or a matrix display/non-display in a spreadsheet for adding a sheet and changing a sheet identifier. It has a matrix information change intention input section for changing the matrix information including switching of the display and size change of the matrix.
  • the sequential execution screen W2 has a sequential execution intention input unit for inputting intention of sequential execution.
  • the sequential execution screen W2 has a screen dimension change intention input unit for changing the screen dimensions of the sequential execution screen W2, the individual execution screen W3, and the mounting screen W1.
  • the sequential execution screen W2 has an individual execution screen W3 display intention input unit for shifting to the individual execution screen W3.
  • the sequential execution screen W2 has a macro detailed display intention input unit for displaying each step included in the macro as shown in FIG. 4 on the spreadsheet. When the macro detailed display intention input unit is designated, the output unit 102 displays the information related to each information processing included in the macro as shown in FIG. 4 on the spreadsheet screen.
  • the sequential execution screen W2 has a mounting screen W1 display intention input unit for shifting to the mounting screen W1.
  • the execution unit 104 sequentially performs one or more steps included in the macro corresponding to the program P0 identifier. Do the execution.
  • the input means 101 determines which of one or more steps included in the macro corresponding to the program P0 identifier. Can be specified.
  • the individual execution screen W3 has a step specification unit for specifying any of the steps included in the macro corresponding to the program P0 identifier specified in the sequential execution screen W2.
  • the individual execution screen W3 has an individual execution intention input unit for inputting an intention of individual execution.
  • the execution unit 104 executes the information processing corresponding to the step. At this time, individual execution may be performed with two or more steps included in the macro specified.
  • the display process of the mounting screen W1, the sequential execution screen W2, and the individual execution screen W3 by the output unit 102 and the designation by the input unit 101 may be performed based on the perceptual user interface. Specifically, based on the computer device 1 including the image sensor, the user operation by the hand gesture is associated with the designation. Further, the output unit 102 may perform display processing in a three-dimensional space based on a head mounted display that mutually communicates with the computer apparatus 1 or a pseudo hologram that is drawn by the computer apparatus 1.
  • the functions related to the system in this embodiment include processing by sending/receiving mail/message.
  • the transmission/reception is realized by the application programming interface.
  • the processing includes notification processing of information related to the result of sequential execution or individual execution.
  • the process includes an input process for setting one or more information processes by the mounting unit 103. Not limited to these, at least a part of the functions related to the system is realized by transmitting/receiving the mail/message.
  • the function also includes input/output to/from the web browser screen by the application programming interface.
  • the system according to the second embodiment includes two different computer devices 1.
  • the node 1A which is one of the two different computer apparatuses 1, has an input unit 101.
  • the server 1B which is one of the two different computer apparatuses 1, includes an output unit 102, a mounting unit 103, and an executing unit 104.
  • the server 1B transmits to the server 1B a macro including one or more information processings registered by the mounting means 103 and an execution order related to the one or more information processings.
  • the input unit 101 performs an input process based on the input device 14 and the network NW including the API and the like.
  • the display process by the output unit 102 is realized while the node 1A and the server 1B cooperate with each other.
  • the functions of the system according to the second embodiment are implemented in the form of cloud computing. There is no limit to the number of nodes 1A and servers 1B in the system.
  • the server 1B does not have to include the input device 14 and the output device 15.
  • the system according to the third embodiment includes two different computer devices 1.
  • the node 1A which is one of the two different computer apparatuses 1, has an input unit 101, an output unit 102, and an execution unit 104.
  • the server 1B which is one of the two different computer apparatuses 1, includes a mounting unit 103. At this time, the server 1B transmits to the node 1A a macro including one or more information processings registered by the mounting means 103 and an execution order related to the one or more information processings. Further, at this time, the server 1B may be configured to communicate one or more information processings registered by the mounting unit 103 and a macro including the execution order of the one or more information processings on the node 1A.
  • the macro including the one or more information processings registered by the mounting means 103 and the execution order related to the one or more information processings is displayed on the node 1A through a user operation such as manual pasting. It may be configured to communicate.
  • the node 1A transmits the execution result of the one or more information processing by the execution unit 104 to the node 1A.
  • the input unit 101 performs input processing based on the input device 14 and the network NW including an API and the like.
  • the display process by the output unit 102 is realized while the node 1A and the server 1B cooperate with each other.
  • Some of the operations/actions/functions in the third embodiment are realized in the form of cloud computing. There is no limit to the number of nodes 1A and servers 1B.
  • the system according to the fourth embodiment includes two different computer devices 1.
  • a node 1A which is one of the two different computer apparatuses 1, has an input unit 101, an output unit 102, and a mounting unit 103.
  • the server 1B which is one of the two different computer apparatuses 1, includes an execution unit 104.
  • the node 1A transmits to the server 1B a macro including one or more information processes registered by the mounting unit 103 and an execution order related to the one or more information processes.
  • the server 1B transmits the execution result of the one or more information processing by the execution unit 104 to the node 1A.
  • the input unit 101 performs input processing based on the input device 14 and the network NW including an API and the like.
  • the display process by the output unit 102 is realized while the node 1A and the server 1B cooperate with each other.
  • Some of the operations/actions/functions in the fourth embodiment are realized in the form of cloud computing. There is no limit to the number of nodes 1A and servers 1B.
  • the system according to the fifth embodiment includes two different computer devices 1.
  • a node 1A which is one of the two different computer apparatuses 1, has an input unit 101 and an output unit 102.
  • the server 1B which is one of the two different computer apparatuses 1, includes a mounting unit 103 and an executing unit 104.
  • the server 1B transmits to the server 1B a macro including one or more information processings registered by the mounting means 103 and an execution order related to the one or more information processings.
  • the server 1B transmits the execution result of the one or more information processing by the execution unit 104 to the node 1A.
  • the input unit 101 performs input processing based on the input device 14 and the network NW including an API and the like.
  • the display process by the output unit 102 is realized while the node 1A and the server 1B cooperate with each other.
  • Some of the operations/actions/functions in the fifth embodiment are realized in the form of cloud computing. There is no limit to the number of nodes 1A and servers 1B.
  • the system according to the sixth embodiment includes two different computer devices 1.
  • the node 1A which is one of the two different computer apparatuses 1, includes an input unit 101, a mounting unit 103, and an executing unit 104.
  • the server 1B which is one of the two different computer apparatuses 1, includes an output unit 102.
  • the node 1A transmits to the node 1A a macro including one or more information processes registered by the mounting means 103 and an execution order related to the one or more information processes.
  • the node 1A transmits the execution result of the one or more information processing by the execution unit 104 to the server 1B.
  • the input unit 101 performs input processing based on the input device 14 and the network NW including an API and the like.
  • the display process by the output unit 102 is realized while the node 1A and the server 1B cooperate with each other.
  • Some of the operations/actions/functions in the sixth embodiment are realized in the form of cloud computing. There is no limit to the number of nodes 1A and servers 1B.
  • Embodiment 7 of the system according to the present invention will be described below.
  • the same components as those in Embodiments 1 to 6 are designated by the same reference numerals, and the description thereof will be omitted.
  • the system according to the seventh embodiment includes two different computer devices 1.
  • a node 1A which is one of the two different computer apparatuses 1, has an input unit 101 and an execution unit 104.
  • the server 1B which is one of the two different computer apparatuses 1, includes an output unit 102 and a mounting unit 103.
  • the server 1B transmits to the node 1A a macro including one or more information processings registered by the mounting means 103 and an execution order related to the one or more information processings.
  • the node 1A transmits the execution result of the one or more information processing by the execution unit 104 to the server 1B.
  • the input unit 101 performs input processing based on the input device 14 and the network NW including an API and the like.
  • the display process by the output unit 102 is realized while the node 1A and the server 1B cooperate with each other.
  • Some of the operations/actions/functions in the seventh embodiment are realized in the form of cloud computing. There is no limit to the number of nodes 1A and servers 1B.
  • Embodiment 8 of the system according to the present invention will be described below.
  • the same components as those in Embodiments 1 to 7 will be assigned the same reference numerals and explanations thereof will be omitted.
  • the system according to the eighth embodiment includes two different computer devices 1.
  • the node 1A which is one of the two different computer apparatuses 1, has an input unit 101 and a mounting unit 103.
  • the server 1B which is one of the two different computer devices 1, includes an output unit 102 and an execution unit 104.
  • the node 1A transmits to the server 1B a macro including one or more information processes registered by the mounting unit 103 and an execution order related to the one or more information processes.
  • the server 1B transmits the execution result of the one or more information processing by the execution unit 104 to the server 1B.
  • the input unit 101 performs input processing based on the input device 14 and the network NW including an API and the like.
  • the display process by the output unit 102 is realized while the node 1A and the server 1B cooperate with each other.
  • Some of the operations/actions/functions in the eighth embodiment are realized in the form of cloud computing. There is no limit to the number of nodes 1A and servers 1B.
  • the output device 15 in one embodiment may be a conventional printer (printing device) or a data server which is an aspect of a server device.
  • the above-mentioned “branch processing condition” in one embodiment may be configured to present a plurality of conditions. Further, the above-mentioned “repeated processing range” may be configured to have a plurality of ranges. That is, the “branch processing condition” and the “iteration processing range” may be configured to have not only a one-to-one correspondence but also an n-to-n (n is a natural number) correspondence.
  • the macro associated with the spreadsheet in the description in this specification refers to a macro as an external file or another file that is used from a known or common spreadsheet such as an add-in personal macro. Further, the macro according to the embodiment of the present invention can be understood as a macro associated with a spreadsheet, corresponding to, associated with, or unique as an external file or a separate file.
  • the two different computer devices 1 are referred to as “node 1A” and “server 1B”, respectively, as an example. There are no restrictions on the types of clients, servers, etc., and various configurations are possible.
  • the two different computer devices may be nodes (terminals) or servers.
  • P0 program 1 computer device 11 arithmetic device 12 main storage device 13 auxiliary storage device 14 input device 15 output device 16 communication device 101 input means 102 output means 103 mounting means 104 execution means W1 mounting screen W1A object designation portion W1B condition designation portion W1C processing Designated part W2 Sequential execution screen W3 Individual execution screen 1A Node 1B Server NW network

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • User Interface Of Digital Computer (AREA)
  • Stored Programmes (AREA)

Abstract

ソフトウェア操作におけるユーザエクスペリエンスを向上するオートメーション方法を実現することを、解決すべき課題とする。 1以上の情報処理、および、前記1以上の情報処理に係る実行順を含むマクロを登録する、実装ステップと、前記マクロの指定を転機として、前記実行順に基づき、前記1以上の情報処理の順次実行を行い、前記1以上の情報処理の少なくとも1つの指定を転機として、当該1以上の情報処理の少なくとも1つに係る個別実行を行う、実行ステップと、をコンピュータのプロセッサに実行させる。

Description

オートメーション方法、オートメーションシステムおよびオートメーションプログラム
 本発明は、オートメーション方法、オートメーションシステムおよびオートメーションプログラムに関する。
 従来の表計算ソフトウェアにおける、キャラクタユーザインターフェースに依存しないオートメーション手法として、マクロの記録が知られている。マクロの記録は、直感的なユーザエクスペリエンスを提供できるが、プログラミングの三要素である、順次実行、分岐処理および反復処理の内、分岐処理と反復処理を設定することが、困難である(非特許文献1)。
 特許文献1に記載の発明によると、ブラウザプロセス定義ファイル及び操作画面をファイルサーバに記憶するブラウザ操作記録エージェントと、表計算ソフトウェア操作の表計算プロセス定義ファイル及び表計算ファイルをファイルサーバに記憶する操作記録エージェントとを有するPCと、ブラウザプロセス定義ファイル等から作成した処理フローチャートの処理ステップ毎に、常に対象とするタグ又はセルが同一のときに操作対象を同一タグ又は同一セルとして指定する論理式と、条件によって対象とするタグ又はセルが異なるときに操作対象条件に応じたタグ又はセルとして指定する論理式とを登録するポップアップ画面を生成し、作業自動化ツールのインプットファイルを生成する管理サーバとを備えた作業自動化支援システムが、報告されている。
特許第6063235号公報
大村あつし著、「Excel(登録商標) VBA 本格入門 ~日常業務の自動化からアプリケーション開発まで~」、技術評論社、2015年6月20日発行、第56頁
 しかしながら、特許文献1に記載の発明では、グラフィカルユーザインターフェースのようなユーザにとって直感的な操作に基づき、操作記録の全てを行えない。例えば、ポップアップ画面におけるユーザ操作の対象は、自動化する操作内容の少なくとも一部に留まっている。ユーザにとって敷居の高い、プログラミングなどのキャラクタユーザインターフェースに基づくインプットを極限まで排すためには、オートメーション設定の大部分を、グラフィカルユーザインターフェースに基づき行える環境を、整える必要がある。
 本発明は、上記のような実情に鑑みてなされたものであり、より簡易的に、ソフトウェア操作におけるユーザエクスペリエンスを向上するオートメーション方法を実現することを、解決すべき課題とする。
 上記課題を解決するために、本発明は、オートメーション方法であって、1以上の情報処理、および、1以上の情報処理に係る実行順を含むマクロを登録する、実装ステップを、コンピュータのプロセッサに実行させる。本発明によると、細分化された1以上のソフトウェア操作をマクロとして定義できる。
 本発明の好ましい形態では、オートメーション方法であって、マクロの指定を転機として、実行順に基づき、1以上の情報処理の順次実行を行い、1以上の情報処理の少なくとも1つの指定を転機として、当該1以上の情報処理の少なくとも1つに係る個別実行を行う、実行ステップを、コンピュータのプロセッサにさらに実行させる。本発明によると、マクロに含まれる細分化された1以上のソフトウェア操作を、個別に実行できる。
 本発明の好ましい形態では、実装ステップは、グラフィカルユーザインターフェースに基づく。本発明によると、細分化された1以上のソフトウェア操作の順次実行と個別実行との意思入力のそれぞれを、直感的なユーザインターフェースに基づき、実現できる。
 本発明の好ましい形態では、実装ステップは、1以上の情報処理と、分岐処理および/または反復処理と、の対応付けを、行う。本発明によると、グラフィカルユーザインターフェースのみに基づくマクロの記録において、従来、困難であった分岐処理ならびに反復処理を、同じくグラフィカルユーザインターフェース上で実現できる。
 本発明の好ましい形態では、情報処理は、表計算処理である。本発明によると、従来的に、マクロの記録によるオートメーションの意欲が高く行われている表計算ソフトウェア上で、より簡易的なオートメーション方法を、導入できる。また、本発明の好ましい形態では、前記マクロは、スプレッドシートに付随する。また、本発明の好ましい形態では、前記実装ステップは、前記マクロを、揮発性を有するキャッシュ領域としての主記憶装置上に格納する。また、本発明の好ましい形態では、前記実装ステップは、前記マクロを、不揮発性を有するデータ領域としての補助記憶装置上に格納する。また、本発明の好ましい形態では、前記実行ステップは、前記マクロを、揮発性を有するキャッシュ領域としての主記憶装置上に格納する。また、本発明の好ましい形態では、前記実行ステップは、前記マクロを、不揮発性を有するデータ領域としての補助記憶装置上に格納する。
 上記課題を解決するために、本発明は、オートメーションシステムであって、1以上の情報処理、および、1以上の情報処理に係る実行順を含むマクロを登録する、実装手段を、有する。
 上記課題を解決するために、本発明は、オートメーションプログラムであって、コンピュータを、1以上の情報処理、および、1以上の情報処理に係る実行順を含むマクロを登録する、実装手段として機能させる。
 本発明によると、より簡易的に、ソフトウェア操作におけるユーザエクスペリエンスを向上するオートメーション方法を、提供できる。
実施形態1におけるハードウェア構成図である。 実施形態1における機能ブロック図である。 実施形態1における処理フローチャートである。 実施形態1におけるマクロの概要図である。 実施形態1における処理指定部の書式タブが指定された場合の実装画面の一例である。 実施形態1における条件指定部の条件有が指定された場合の実装画面の一例である。 実施形態1における処理指定部のコピー切取タブが指定された場合の実装画面の一例である。 実施形態1における処理指定部の入力タブが指定された場合の実装画面の一例である。 実施形態1における処理指定部のデータタブが指定された場合の実装画面の一例である。 実施形態1における処理指定部の他タブが指定された場合の実装画面の一例である。 実施形態1における順次実行画面および個別実行画面のそれぞれの一例である。 実施形態2におけるハードウェア構成図である。 実施形態2における機能ブロック図である。 実施形態3における機能ブロック図である。 実施形態4における機能ブロック図である。 実施形態5における機能ブロック図である。 実施形態6における機能ブロック図である。 実施形態7における機能ブロック図である。 実施形態8における機能ブロック図である。
 <実施形態1>
 以下、図面を用いて、本発明に係るシステムの実施形態1について説明する。本実施形態では、システムの構成、動作などについて説明するが、同様の構成の方法、サーバ1B、プログラムP0、記録媒体なども、同様の作用効果を奏する。また、プログラムP0は、記録媒体に記憶させてよい。当該記録媒体を用いれば、一例として、コンピュータ装置1に当該プログラムP0をインストールすることができる。ここで、当該プログラムP0を記憶した記録媒体は、一例として、CD-ROMやフラッシュメモリなどの非一過性の記録媒体である。また、電気回線を通じて当該プログラムP0が頒布される場合においても、当該プログラムP0の提供元/格納先として、記録媒体が必須となることは、自明である。また、当該プログラムP0は、ソースコードまたはバイナリを含み、適宜、暗号化される。
 以下、図面を用いて、本発明の実施形態に係るシステムについて説明する。なお、以下に示す実施形態は本発明の一例であり、本発明を以下の実施形態に限定するものではなく、様々な構成を採用できる。また、本発明の実施形態に係るシステムの適用先である業態やサービスの種別は、システムが奏する作用効果が当該適用先に及ぶ、という条件の下、制限はない。
 図1に示す通り、システムは、コンピュータ装置1を、含む。コンピュータ装置1は、演算装置11と、主記憶装置12と、補助記憶装置13と、入力装置14と、出力装置15と、通信装置16と、相互接続のためのバスインターフェースと、を含む。コンピュータ装置1は、ネットワークNWと接続できる。システムが有するハードウェア資源は、少なくとも、プログラムP0が有する機能を実現するために、用いられる。
 演算装置11は、CPU(Central Processing Unit)を一例とする、プロセッサコアを、備える。
 主記憶装置12は、RAM(Random Access Memory)を一例とする、揮発性デバイスを、備える。補助記憶装置13は、HDD(Hard Disk Drive)やSSD(Solid State Drive)などの、不揮発性デバイスを、備える。補助記憶装置13は、OS(Operating System)と、プログラムP0と、に係るデータのそれぞれが、格納される。補助記憶装置13は、プライマリストレージおよび1以上のセカンダリストレージを、備えてよい。補助記憶装置13は、データベースを、有する。
 コンピュータ装置1は、当該プロセッサコアやASIC(Application Specific Integrated Circuit)などが集約されたSoC(SystemーonーChip)を、備えてよい。当該プロセッサコアを含むプロセッサは、プログラマブルデバイスであってよい。当該ASICは、例として、ハードウェアエンコーダ/デコーダなどのDSP(Digital Signal Processor)やML(Machine Learning)専用プロセッサを、指す。コンピュータ装置1は、揮発性を有するキャッシュ領域および不揮発性を有するデータ領域を有するメモリデバイスを、備えてよい。
 入力装置14は、システムに係るデータの入力処理のために用いられる。入力装置14は、キーボード、タッチパネル、マイクロフォンおよびイメージセンサの少なくとも1つを含む。このとき、当該入力処理の方式に、制限はない。
 出力装置15は、システムの表示処理のために用いられる。出力装置15は、LCD(Liquid Crystal Display)を一例とするディスプレイデバイスやプロジェクションデバイスなどの視覚表示装置と、GPU(Graphics Processing Unit)を一例とする、グラフィックコントローラと、を含む。当該グラフィックコントローラは、SoCに含まれてよい。出力装置15は、ヘッドマウントディスプレイを一例とする、身体の少なくとも一部に接触する装置であってよい。
 通信装置16は、ネットワークNWを介したデータ送受信を含む通信処理のために、用いられる。通信装置16は、Wi-Fi(登録商標)などに基づく無線通信、および/または、Ethernet(登録商標)などに基づく有線通信に対応する。通信装置16は、電波または光波を用いる電気通信を行うための送受信機を含み、その波長帯に制限はない。システムにおけるネットワークNWの通信プロトコルは、TCP/IP(Transmission Control Protocol/Internet Protocol)などである。
 ネットワークNWは、光回線やCATV(Community Antenna Television)回線などの有線回線や、外出体通信網、航空通信網、衛星通信網などの無線回線を利用でき、回線に応じて、適宜、パケット交換機を含む。
 コンピュータ装置1は、ラップトップコンピュータ、ワークステーション、スマートフォンおよびウェアラブルデバイスなどのデータ端末装置の態様をとる。1以上のコンピュータ装置1のそれぞれは、当該1以上のコンピュータ装置1のそれぞれが協調することで、当該1以上のコンピュータ装置1のいずれかに対するプログラムP0の導入を、実現してよい。
 図2に示す通り、システムは、入力手段101、出力手段102、実装手段103および実行手段104を、有する。システムに係る機能は、スプレッドシートが有する機能と協調しながら、実現される。
 入力手段101は、システムに係るデータの入力処理のために用いられる。入力手段101は、入力装置14を介して、データの入力処理を、行う。当該データは、本発明の実施形態における1以上の情報処理ならびに当該1以上の情報処理の実行命令を、含む。入力手段101は、これに加えて、アプリケーションプログラミングインターフェースを介して、当該データの入力処理を、行ってよい。入力手段101による当該データの入力処理は、好ましくは、出力手段102による画面の表示処理と協調し、実現される。
 出力手段102は、システムに係るデータの表示処理を、出力装置15を用いて、行う。当該表示処理は、データの入力処理用のユーザインターフェースの提供(画面表示)を、含む。出力手段102は、これに加えて、アプリケーションプログラミングインターフェースを介して、当該表示処理を、行ってよい。出力手段102は、実装画面W1、順次実行画面W2および個別実行画面W3の表示処理のために、用いられる。実装画面W1、順次実行画面W2および個別実行画面W3のそれぞれの少なくとも一部は、スプレッドシートに係る画面に重ねて表示処理されてよい。実装画面W1、順次実行画面W2および個別実行画面W3のそれぞれの少なくとも一部は、プルダウン形式の入力フォームを介した入力処理を、受け付ける。出力手段102は、当該画面表示において、データの入力処理を円滑化することを目的として、画面表示における色指定を含む描画条件を、適宜、設定できる。当該描画条件の指定は、適宜、設定ファイルに保存される。
 実装手段103は、1以上の情報処理、および、1以上の情報処理に係る実行順を含むマクロを登録する。当該情報処理は、一例として、表計算ソフトウェア上の操作処理を含む表計算処理を、指す。実装手段103は、グラフィカルユーザインターフェースに基づき、1以上の情報処理と、分岐処理および/または反復処理と、の対応付けを、行う。当該グラフィカルユーザインターフェースは、出力手段102による画面表示に基づく。実装手段103は、実装画面W1において、入力手段101により指定された情報に基づき、情報処理に係る決定を、行う。
 実行手段104は、マクロの指定を転機として、実行順に基づき、1以上の情報処理の順次実行を行い、1以上の情報処理の少なくとも1つの指定を転機として、当該1以上の情報処理の少なくとも1つに係る個別実行を行う。実行手段104は、グラフィカルユーザインターフェースに基づき、当該順次実行または個別実行を、行う。当該グラフィカルユーザインターフェースは、出力手段102による画面表示に基づく。実行手段104は、順次実行画面W2または個別実行画面W3において、入力手段101により指定された情報に基づき、情報処理を実行する。実行手段104は、マクロを、揮発性を有するキャッシュ領域としての主記憶装置12上に格納する構成であってよい。また、実行手段104は、マクロを、不揮発性を有するデータ領域としての補助記憶装置13上に格納する構成であってよい。また、実行手段104は、出力手段102と協調してマクロに係る出力処理を行う構成であってよい。当該出力処理は、マクロ自体に係る出力処理や、マクロの実行結果に係る出力処理を含む。 
 1以上の情報処理のそれぞれは、オブジェクト、メソッドおよびプロパティのそれぞれに係る情報と対応する。オブジェクトは、処理対象であり、一例としてセル範囲である。メソッドは、オブジェクトを操作する命令であり、一例として、セルの値のクリアである。プロパティは、一例として当該セル範囲における値である。
 システムに係る機能は、例として、スプレッドシート上で実現される。スプレッドシートは、ブック、シートおよびセルの順序に従う、複数のデータ層に基づく。スプレッドシートは、格子状に配置されたセルのそれぞれ、シートおよびブックと、識別子と、が対応する。スプレッドシートは、一例として、Excel(登録商標)である。マクロまたはステップに係る情報ならびにスプレッドシート上のデータは、データベース上で格納/参照される。このとき、当該マクロまたはステップに係る情報は、異なるデータベース上で、格納/参照されてよい。本発明におけるスプレッドシートに付随するマクロを含むプログラムP0を記述するマクロ言語は、Excel(登録商標)のマクロ言語であるVisual Basic(登録商標) for Applications(VBA)に限定されるものではなく、VBA以外のマクロ言語でもよい。また、プログラムP0は、C++(登録商標)やPython(登録商標)などのプログラミング言語に基づき、記述されてよい。プログラムP0を記述するためのプログラミング言語に、制限はない。
 図3に示す通り、システムの機能は、複数のステップからなる処理フローチャートに従って、実現される。ステップS1では、オートメーション設定が開始される。ステップS2では、出力手段102が、順次実行画面W2の表示処理を行う。ステップS3では、出力手段102が、実装画面W1の表示処理を行う。ステップS4では、実装手段103が、オブジェクト指定を行う。ステップS5では、実装手段103が、条件指定を行う。ステップS6では、実装手段103が、処理指定を行う。マクロ編集終了意思を入力する場合(ステップS7、Y(Yes))、ステップS8に移行する。マクロ編集終了意思を入力しない場合(ステップS7、N(No))、ステップS3に移行する。ステップS8では、オートメーション設定が終了する。なお、図3における未処理とは、オブジェクト有無の判定などが実行されたか否かにより、判断される。
 ステップS9では、順次実行に係る処理が開始される。ステップS10では、出力手段102が、順次実行画面W2の表示処理を行う。ステップS11では、入力手段101が、マクロの指定を行う。ステップS12では、実行手段104が、実行順の読込処理を行う。未実行かつ実行順が最上位の情報処理が存在する場合(ステップS13、Y(Yes))、ステップS14に移行する。未実行かつ実行順が最上位の情報処理が存在しない場合(ステップS13、N(No))、ステップS20に移行する。ステップS14では、実行手段104が、未実行かつ実行順が最上位の情報処理の指定を行う。反復処理範囲における未処理オブジェクトが存在する場合(ステップS15、Y(Yes))、ステップS16に移行する。反復処理範囲における未処理オブジェクトが存在しない場合(ステップS15、N(No))、ステップS19に移行する。ステップS16では、実行手段104が、反復処理範囲における未処理オブジェクトの指定を行う。反復処理範囲における未処理オブジェクトのプロパティが、情報処理に含まれる分岐処理の条件と一致する場合(ステップS17、Y(Yes))、ステップS18に移行する。反復処理範囲における未処理オブジェクトのプロパティが、情報処理に含まれる分岐処理の条件と一致しない場合(ステップS17、N(No))、ステップS15に移行する。ステップS18では、実行手段104が、情報処理と対応するメソッドおよびプロパティの実行を行う。未実行かつ実行順が最上位の情報処理が存在する場合(ステップS19、Y(Yes))、ステップS14に移行する。未実行かつ実行順が最上位の情報処理が存在しない場合(ステップS19、N(No))、ステップS20に移行する。ステップS20では、順次実行に係る処理が終了する。
 ステップS21では、個別実行に係る処理が開始される。ステップS22では、出力手段102が、個別実行画面W3の表示処理を行う。ステップS23では、入力手段101が、ステップ(情報処理)の指定を行う。反復処理範囲における未処理オブジェクトが存在する場合(ステップS24、Y(Yes))、ステップS25に移行する。反復処理範囲における未処理オブジェクトが存在しない場合(ステップS24、N(No))、ステップS29に移行する。ステップS25では、実行手段104が、反復処理範囲における未処理オブジェクトの指定を行う。反復処理範囲における未処理オブジェクトのプロパティが、情報処理に含まれる分岐処理の条件と一致する場合(ステップS26、Y(Yes))、ステップS27に移行する。反復処理範囲における未処理オブジェクトのプロパティが、情報処理に含まれる分岐処理の条件と一致しない場合(ステップS26、N(No))、ステップS24に移行する。ステップS27では、実行手段104が、情報処理と対応するメソッドおよびプロパティの実行を行う。反復処理範囲における未処理オブジェクトが存在する場合(ステップS28、Y(Yes))、ステップS25に移行する。反復処理範囲における未処理オブジェクトが存在しない場合(ステップS28、N(No))、ステップS29に移行する。ステップS29では、個別実行に係る処理が終了する。
 図4に示す通り、マクロに含まれる1以上のステップのそれぞれは、少なくとも、マクロ識別子、シート識別子、オブジェクト、メソッド、プロパティおよび条件と、対応する。当該マクロは、当該1以上のステップの実行順に係る情報を、含む。当該マクロ識別子は、一例として、プログラムP0名の態様をとる。当該シート識別子は、一例として、シート名の態様をとる。当該条件は、図4における条件値と対応する。ステップは、情報処理と同義である。
 図5に示す通り、実装画面W1は、オブジェクト指定部W1A、条件指定部W1Bおよび処理指定部W1Cを、有する。オブジェクト指定部W1Aは、マクロまたはステップと対応するオブジェクトの指定のために、用いられる。条件指定部W1Bは、マクロまたはステップと対応する条件の指定のために、用いられる。処理指定部W1Cは、マクロまたはステップと対応する情報処理の指定のために、用いられる。当該処理指定部W1Cは、タブ形式の態様をとる。出力手段102は、処理指定部W1Cにおけるタブの指定を転機として、当該タブと対応する画面モードの表示処理を、行う。当該タブは、書式タブ、コピー切取タブ、入力タブおよびデータタブのいずれかを、含む。処理指定部W1Cは、情報処理におけるメソッドおよびプロパティの指定のために、用いられる。
 図5に示す通り、オブジェクト指定部W1Aにおいて、入力手段101は、セル範囲または当該セル範囲が含まれる拡大されたセル範囲を、マクロまたはステップにおけるオブジェクトとして指定できる。このとき、当該拡大されたセル範囲は、当該セル範囲と行方向および/または列方向において不連続であるセル群を、含む。オブジェクト指定部W1Aにおいて、入力手段101は、当該拡大されたセル範囲における一部のセル範囲を、当該オブジェクトとして指定できる。具体的には、オブジェクト指定部W1Aにおいて、入力手段101は、当該拡大されたセル範囲における最終行または最終列のセル範囲を、当該オブジェクトとして指定できる。オブジェクト指定部W1Aにおいて、入力手段101は、当該拡大されたセル範囲における特定の値を有する1以上のセルを、当該オブジェクトとして指定できる。オブジェクト指定部W1Aは、入力手段101によりマクロ編集終了意思を入力するためのマクロ編集終了意思入力部を、有する。
 図5に示す通り、書式タブが指定された処理指定部W1Cでは、入力手段101は、フォント、数値およびテキスト配置に係る指定が、できる。当該フォントに係る設定は、太字、塗りつぶし、罫線、色指定およびサイズの少なくとも1つの設定を、含む。当該数値に係る設定は、パーセンテージ表示の切替、カンマ表示の切替および小数点以下表示の切替の少なくとも1つの設定を、含む。当該テキスト配置に係る設定は、揃え、折返し、セル結合の少なくとも1つの設定を、含む。
 図6に示す通り、条件指定部W1Bにおいて条件有が指定された場合、出力手段102は、当該条件指定部W1Bの画面モードを切り替える。入力手段101は、マクロまたはステップと対応する条件を構成する情報の指定が、できる。当該条件は、一例として、条件と対応する対象であるセルと、当該セルと隣接するセルとに基づく、論理演算の結果からなる。当該論理演算は、当該セルと隣接しないセルが有する値に基づいてよい。実装手段103は、好ましくは、当該条件の真偽値に基づき、移行先のステップを、指定できる。
 図7に示す通り、コピー切取タブが指定された処理指定部W1Cにおいて、入力手段101は、マクロまたはステップと対応するセルが有する値に基づくセル操作を、指定できる。当該セル操作は、好ましくは、当該値のコピーと貼り付けである。当該貼り付けの対象となる当該セルとは別のセルに係る指定は、当該処理指定部W1Cにおいて、入力手段101により実現される。
 図8に示す通り、入力タブが指定された処理指定部W1Cにおいて、入力手段101は、マクロまたはステップにおける対象であるセルに対し入力される値を、指定できる。当該値は、数値または文字列である。当該処理指定部W1Cは、当該値を入力するための入力フォームと、当該入力フォームにおいて表示処理される当該値を確定するための入力値確定意思入力部、当該入力フォームにおいて表示処理される当該値を削除するための入力値取消意思入力部、および、当該オブジェクトであるセルと隣接するセルに含まれる値を当該値と入力するための入力値参照意思入力部の少なくとも1つを、含む。
 図9に示す通り、データタブが指定された処理指定部W1Cにおいて、入力手段101は、対象であるセル範囲に基づく、ソート処理、フィルタリング処理、グラフ描画処理およびピボットテーブル設定処理の少なくとも1つに係る指定が、できる。当該ソート処理は、当該セル範囲における並べ替えを、指す。当該フィルタリング処理は、任意の論理式に基づく、セルの表示/非表示の切替を指す。当該任意の論理式は、条件指定部W1Bにおける条件であってよいし、別途、異なる条件に係る入力処理を受け付けてもよい。当該処理指定部W1Cは、フィルタリング処理を解除するためのフィルタリング解除意思入力部と、フィルタリング結果に係る表示処理の抑止または当該フィルタリング結果を示すセルの削除を行うためのフィルタリング結果削除意思入力部とを、有する。当該ピボットテーブル処理は、当該セル範囲に基づくピボットテーブルの決定を、含む。
 図10に示す通り、他タブが指定された処理指定部W1Cは、シートの追加およびシート識別子の変更のそれぞれを行うための、シート情報変更意思入力部、または、スプレッドシートにおける行列の表示/非表示の切替や行列のサイズ変更を含む行列情報の変更を行うための行列情報変更意思入力部を、有する。
 図11に示す通り、順次実行画面W2は、順次実行の意思入力を行うための順次実行意思入力部を、有する。順次実行画面W2は、順次実行画面W2、個別実行画面W3ならびに実装画面W1の画面寸法を変更するための、画面寸法変更意思入力部を、有する。順次実行画面W2は、個別実行画面W3に移行するための、個別実行画面W3表示意思入力部を、有する。順次実行画面W2は、図4に示すようなマクロに含まれる各ステップをスプレッドシート上において表示処理するためのマクロ詳細表示意思入力部を、有する。マクロ詳細表示意思入力部が指定された場合、出力手段102は、図4に示すようなマクロに含まれる情報処理のそれぞれに係る情報を、スプレッドシート画面上で表示処理する。順次実行画面W2は、実装画面W1に移行するための実装画面W1表示意思入力部を、有する。順次実行画面W2において、プログラムP0識別子が指定された状態で、順実行意思入力部が指定されることで、実行手段104は、当該プログラムP0識別子に対応するマクロに含まれる1以上のステップの順次実行を、行う。このとき、当該プログラムP0識別子が指定された状態で、個別実行画面W3表示意思入力部が指定された場合、入力手段101は、当該プログラムP0識別子と対応するマクロに含まれる1以上のステップのいずれかを指定できる。
 図12に示す通り、個別実行画面W3は、順次実行画面W2において指定されたプログラムP0識別子と対応するマクロに含まれるステップのいずれかを指定するための、ステップ指定部を、有する。個別実行画面W3は、個別実行の意思入力を行うための個別実行意思入力部を、有する。当該ステップが指定された状態で、当該個別実行意思入力が指定された場合、実行手段104は、当該ステップと対応する情報処理を、実行する。このとき、当該マクロに含まれる2以上のステップが指定された状態で、個別実行が行われてよい。
 出力手段102による実装画面W1、順次実行画面W2ならびに個別実行画面W3の表示処理と、入力手段101による指定と、は、パーセプチュアルユーザインターフェースに基づき、行われてよい。具体的には、イメージセンサを備えるコンピュータ装置1に基づき、ハンドジェスチャーによるユーザ操作と、当該指定とを対応付ける。また、コンピュータ装置1と相互通信するヘッドマウントディスプレイや、コンピュータ装置1により描画処理される疑似ホログラムなどに基づく、立体空間における表示処理を、出力手段102が行ってよい。
 本実施形態におけるシステムに係る機能は、メール/メッセージの送受信による処理を、含む。当該送受信はアプリケーションプログラミングインターフェースにより、実現される。当該処理は、順次実行または個別実行の結果に係る情報の通知処理を、含む。当該処理は、実装手段103による1以上の情報処理の設定のための入力処理を、含む。これらに限らず、システムに係る機能の少なくとも一部は、当該メール/メッセージの送受信により、実現される。また、当該機能は、アプリケーションプログラミングインターフェースによる、ウェブブラウザ画面への入出力を、含む。
 <実施形態2>
 以下、本発明に係るシステムの実施形態2について説明する。なお、実施形態1と同様の構成については、同様の符号を付してその説明を省略する。
 図12および図13が示す通り、実施形態2におけるシステムは、2の異なるコンピュータ装置1を、備える。当該2の異なるコンピュータ装置1の1つであるノード1Aは、入力手段101を、有する。また、当該2の異なるコンピュータ装置1の1つであるサーバ1Bは、出力手段102、実装手段103および実行手段104を、備える。このとき、サーバ1Bは、実装手段103により登録された1以上の情報処理、および、1以上の情報処理に係る実行順を含むマクロをサーバ1B上に送信する。このとき、入力手段101は、入力装置14と、APIなどを含むネットワークNWと、に基づき、入力処理を行う。出力手段102による表示処理は、ノード1Aおよびサーバ1Bが協調しながら、実現される。実施形態2におけるシステムに係る機能は、クラウドコンピューティングの態様で実現される。なお、システムにおけるノード1Aおよびサーバ1Bの数量に、制限はない。サーバ1Bは、入力装置14および出力装置15を、備えなくてよい。
 本発明によると、ソフトウェア操作におけるユーザエクスペリエンスを向上する、より簡易的なオートメーション方法を、提供できる。
 <実施形態3>
 以下、本発明に係るシステムの実施形態3について説明する。なお、実施形態1及び2のそれぞれと同様の構成については、同様の符号を付してその説明を省略する。
 図14が示す通り、実施形態3におけるシステムは、2の異なるコンピュータ装置1を、備える。当該2の異なるコンピュータ装置1の1つであるノード1Aは、入力手段101、出力手段102及び実行手段104を、有する。また、当該2の異なるコンピュータ装置1の1つであるサーバ1Bは、実装手段103を、備える。このとき、サーバ1Bは、実装手段103により登録された1以上の情報処理、および、1以上の情報処理に係る実行順を含むマクロをノード1A上に送信する。また、このとき、サーバ1Bは、実装手段103により登録された1以上の情報処理、および、1以上の情報処理に係る実行順を含むマクロをノード1A上に通信する構成であってよい。また、このとき、実装手段103により登録された1以上の情報処理、および、1以上の情報処理に係る実行順を含むマクロは、手作業の貼り付け等のユーザ操作を経て、ノード1A上に通信される構成であってよい。また、このとき、ノード1Aは、実行手段104による1以上の情報処理の実行結果を、ノード1Aに送信する。入力手段101は、入力装置14と、APIなどを含むネットワークNWと、に基づき、入力処理を行う。出力手段102による表示処理は、ノード1Aおよびサーバ1Bが協調しながら、実現される。実施形態3における動作・作用・機能の一部は、クラウドコンピューティングの態様で実現される。なお、ノード1Aおよびサーバ1Bの数量に、制限はない。
 <実施形態4>
 以下、本発明に係るシステムの実施形態4について説明する。なお、実施形態1~3のそれぞれと同様の構成については、同様の符号を付してその説明を省略する。
 図15が示す通り、実施形態4におけるシステムは、2の異なるコンピュータ装置1を、備える。当該2の異なるコンピュータ装置1の1つであるノード1Aは、入力手段101、出力手段102及び実装手段103を、有する。また、当該2の異なるコンピュータ装置1の1つであるサーバ1Bは、実行手段104を、備える。このとき、ノード1Aは、実装手段103により登録された1以上の情報処理、および、1以上の情報処理に係る実行順を含むマクロをサーバ1B上に送信する。また、このとき、サーバ1Bは、実行手段104による1以上の情報処理の実行結果を、ノード1Aに送信する。入力手段101は、入力装置14と、APIなどを含むネットワークNWと、に基づき、入力処理を行う。出力手段102による表示処理は、ノード1Aおよびサーバ1Bが協調しながら、実現される。実施形態4における動作・作用・機能の一部は、クラウドコンピューティングの態様で実現される。なお、ノード1Aおよびサーバ1Bの数量に、制限はない。
 <実施形態5>
 以下、本発明に係るシステムの実施形態5について説明する。なお、実施形態1~4のそれぞれと同様の構成については、同様の符号を付してその説明を省略する。
 図16が示す通り、実施形態5におけるシステムは、2の異なるコンピュータ装置1を、備える。当該2の異なるコンピュータ装置1の1つであるノード1Aは、入力手段101及び出力手段102を、有する。また、当該2の異なるコンピュータ装置1の1つであるサーバ1Bは、実装手段103及び実行手段104を、備える。このとき、サーバ1Bは、実装手段103により登録された1以上の情報処理、および、1以上の情報処理に係る実行順を含むマクロをサーバ1B上に送信する。また、このとき、サーバ1Bは、実行手段104による1以上の情報処理の実行結果を、ノード1Aに送信する。入力手段101は、入力装置14と、APIなどを含むネットワークNWと、に基づき、入力処理を行う。出力手段102による表示処理は、ノード1Aおよびサーバ1Bが協調しながら、実現される。実施形態5における動作・作用・機能の一部は、クラウドコンピューティングの態様で実現される。なお、ノード1Aおよびサーバ1Bの数量に、制限はない。
 <実施形態6>
 以下、本発明に係るシステムの実施形態6について説明する。なお、実施形態1~5のそれぞれと同様の構成については、同様の符号を付してその説明を省略する。
 図17が示す通り、実施形態6におけるシステムは、2の異なるコンピュータ装置1を、備える。当該2の異なるコンピュータ装置1の1つであるノード1Aは、入力手段101、実装手段103及び実行手段104を、有する。また、当該2の異なるコンピュータ装置1の1つであるサーバ1Bは、出力手段102を、備える。このとき、ノード1Aは、実装手段103により登録された1以上の情報処理、および、1以上の情報処理に係る実行順を含むマクロをノード1A上に送信する。また、このとき、ノード1Aは、実行手段104による1以上の情報処理の実行結果を、サーバ1Bに送信する。入力手段101は、入力装置14と、APIなどを含むネットワークNWと、に基づき、入力処理を行う。出力手段102による表示処理は、ノード1Aおよびサーバ1Bが協調しながら、実現される。実施形態6における動作・作用・機能の一部は、クラウドコンピューティングの態様で実現される。なお、ノード1Aおよびサーバ1Bの数量に、制限はない。
 <実施形態7>
 以下、本発明に係るシステムの実施形態7について説明する。なお、実施形態1~6のそれぞれと同様の構成については、同様の符号を付してその説明を省略する。
 図18が示す通り、実施形態7におけるシステムは、2の異なるコンピュータ装置1を、備える。当該2の異なるコンピュータ装置1の1つであるノード1Aは、入力手段101及び実行手段104を、有する。また、当該2の異なるコンピュータ装置1の1つであるサーバ1Bは、出力手段102及び実装手段103を、備える。このとき、サーバ1Bは、実装手段103により登録された1以上の情報処理、および、1以上の情報処理に係る実行順を含むマクロをノード1A上に送信する。また、このとき、ノード1Aは、実行手段104による1以上の情報処理の実行結果を、サーバ1Bに送信する。入力手段101は、入力装置14と、APIなどを含むネットワークNWと、に基づき、入力処理を行う。出力手段102による表示処理は、ノード1Aおよびサーバ1Bが協調しながら、実現される。実施形態7における動作・作用・機能の一部は、クラウドコンピューティングの態様で実現される。なお、ノード1Aおよびサーバ1Bの数量に、制限はない。
 <実施形態8>
 以下、本発明に係るシステムの実施形態8について説明する。なお、実施形態1~7のそれぞれと同様の構成については、同様の符号を付してその説明を省略する。
 図19が示す通り、実施形態8におけるシステムは、2の異なるコンピュータ装置1を、備える。当該2の異なるコンピュータ装置1の1つであるノード1Aは、入力手段101及び実装手段103を、有する。また、当該2の異なるコンピュータ装置1の1つであるサーバ1Bは、出力手段102及び実行手段104を、備える。このとき、ノード1Aは、実装手段103により登録された1以上の情報処理、および、1以上の情報処理に係る実行順を含むマクロをサーバ1B上に送信する。また、このとき、サーバ1Bは、実行手段104による1以上の情報処理の実行結果を、サーバ1Bに送信する。入力手段101は、入力装置14と、APIなどを含むネットワークNWと、に基づき、入力処理を行う。出力手段102による表示処理は、ノード1Aおよびサーバ1Bが協調しながら、実現される。実施形態8における動作・作用・機能の一部は、クラウドコンピューティングの態様で実現される。なお、ノード1Aおよびサーバ1Bの数量に、制限はない。
 一実施形態における出力装置15は、慣用のプリンタ(印刷装置)、又は、サーバ装置の一態様であるデータサーバであってよい。
 一実施形態における上述の「分岐処理の条件」は複数の条件を呈する構成としてよい。また、上述の「反復処理範囲」は複数の範囲を呈する構成としてよい。つまり、当該「分岐処理の条件」及び「反復処理範囲」は、1対1の対応関係だけでなく、n対n(nは自然数。)の対応関係を呈する構成としてよい。
 一実施形態における実装画面W1、順次実行画面W2および個別実行画面W3を含む各種画面の寸法、オブジェクト配置、呈色に、制限はない。
 一実施形態における、上述の複数のステップからなる処理フローチャートは、特段の指定が無い限り、順不同に行われ得る。
 本明細書中の説明における「スプレッドシートに付随するマクロ」とは、アドイン・パーソナルマクロ等の既知又は慣用のスプレッドシートから利用されるような、外部ファイル又は別ファイルとしてのマクロを、指す。また、本発明の一実施形態に係るマクロは、スプレッドシートに付随する、対応する、紐付く、又は、一意である、外部ファイル又は別ファイルとしてのマクロである、と把握することができる。
 なお、本発明の一実施形態における2の異なるコンピュータ装置1は、例として、それぞれ、「ノード1A」及び「サーバ1B」と呼称されるが、当該2の異なるコンピュータ装置1は、それぞれ、ノード・クライアント・サーバ等の種別に制限はなく、様々な構成をとり得る。当該2の異なるコンピュータ装置は、それぞれノード(端末)であってよいし、それぞれサーバであってよい。
P0 プログラム
1 コンピュータ装置
11 演算装置
12 主記憶装置
13 補助記憶装置
14 入力装置
15 出力装置
16 通信装置
101 入力手段
102 出力手段
103 実装手段
104 実行手段
W1 実装画面
W1A オブジェクト指定部
W1B 条件指定部
W1C 処理指定部
W2 順次実行画面
W3 個別実行画面
1A ノード
1B サーバ
NW ネットワーク

Claims (12)

  1.  オートメーション方法であって、
     1以上の情報処理、および、前記1以上の情報処理に係る実行順を含むマクロを登録する、実装ステップを、
     コンピュータのプロセッサに実行させる、
     オートメーション方法。
  2.  オートメーション方法であって、
     前記マクロの指定を転機として、前記実行順に基づき、前記1以上の情報処理の順次実行を行い、前記1以上の情報処理の少なくとも1つの指定を転機として、当該1以上の情報処理の少なくとも1つに係る個別実行を行う、実行ステップを、
     コンピュータのプロセッサにさらに実行させる、
     請求項1に記載のオートメーション方法。
  3.  前記実装ステップは、グラフィカルユーザインターフェースに基づく、
     請求項1または2に記載のオートメーション方法。
  4.  前記実装ステップは、前記1以上の情報処理と、分岐処理および/または反復処理と、の対応付けを、行う、
     請求項1~3の何れかに記載のオートメーション方法。
  5.  前記情報処理は、表計算処理である、
     請求項1~4の何れかに記載のオートメーション方法。
  6.  前記マクロは、スプレッドシートに付随する
     請求項1~5の何れかに記載のオートメーション方法。
  7.  前記実装ステップは、前記マクロを、揮発性を有するキャッシュ領域としての主記憶装置上に格納する
     請求項1~6の何れかに記載のオートメーション方法。
  8.  前記実装ステップは、前記マクロを、不揮発性を有するデータ領域としての補助記憶装置上に格納する
     請求項1~7の何れかに記載のオートメーション方法。
  9.  前記実行ステップは、前記マクロを、揮発性を有するキャッシュ領域としての主記憶装置上に格納する
     請求項2に記載のオートメーション方法。
  10.  前記実行ステップは、前記マクロを、不揮発性を有するデータ領域としての補助記憶装置上に格納する
     請求項2に記載のオートメーション方法。
  11.  オートメーションシステムであって、
     1以上の情報処理、および、前記1以上の情報処理に係る実行順を含むマクロを登録する、実装手段を、有する、
     オートメーションシステム。
  12.  オートメーションプログラムであって、
     コンピュータを、
     1以上の情報処理、および、前記1以上の情報処理に係る実行順を含むマクロを登録する、実装手段として機能させる、
     オートメーションプログラム。

     
PCT/JP2020/005827 2019-02-21 2020-02-14 オートメーション方法、オートメーションシステムおよびオートメーションプログラム WO2020170973A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US17/431,706 US20220137965A1 (en) 2019-02-21 2020-02-14 Automation method, automation system and automation program
JP2020524249A JP6853932B2 (ja) 2019-02-21 2020-02-14 オートメーション方法、オートメーションシステムおよびオートメーションプログラム

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2019-029642 2019-02-21
JP2019029642 2019-02-21

Publications (1)

Publication Number Publication Date
WO2020170973A1 true WO2020170973A1 (ja) 2020-08-27

Family

ID=72144881

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2020/005827 WO2020170973A1 (ja) 2019-02-21 2020-02-14 オートメーション方法、オートメーションシステムおよびオートメーションプログラム

Country Status (3)

Country Link
US (1) US20220137965A1 (ja)
JP (1) JP6853932B2 (ja)
WO (1) WO2020170973A1 (ja)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09258971A (ja) * 1996-03-19 1997-10-03 Sharp Corp アイコンプログラミング装置
JPH1115891A (ja) * 1997-06-26 1999-01-22 Hitachi Ltd ワークフローシステムとフォームアプリケーションの連携システム
JP2019192013A (ja) * 2018-04-26 2019-10-31 三菱Ufj信託銀行株式会社 自動化支援プログラム及び自動化支援装置

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09258971A (ja) * 1996-03-19 1997-10-03 Sharp Corp アイコンプログラミング装置
JPH1115891A (ja) * 1997-06-26 1999-01-22 Hitachi Ltd ワークフローシステムとフォームアプリケーションの連携システム
JP2019192013A (ja) * 2018-04-26 2019-10-31 三菱Ufj信託銀行株式会社 自動化支援プログラム及び自動化支援装置

Also Published As

Publication number Publication date
US20220137965A1 (en) 2022-05-05
JP6853932B2 (ja) 2021-04-07
JPWO2020170973A1 (ja) 2021-03-11

Similar Documents

Publication Publication Date Title
JP2022525831A (ja) ページプリレンダリング方法、装置、電子機器、コンピュータプログラム及び記憶媒体
US9141596B2 (en) System and method for processing markup language templates from partial input data
US20180039419A1 (en) Virtual storage pool
CN113722124B (zh) 一种云手机的内容处理方法、装置、设备及存储介质
WO2020004156A1 (ja) 表示制御装置、表示制御方法、および表示制御プログラム
US10203850B2 (en) Data editing apparatus, data editing method, and data editing program
CN110990345A (zh) 一种Excel文件在线预览的方法及装置
US20170031889A1 (en) Creating a communication editable in a browser independent of platform and operating system
JP6950408B2 (ja) 情報処理システム、画像形成装置、および情報処理方法
WO2020170973A1 (ja) オートメーション方法、オートメーションシステムおよびオートメーションプログラム
CN112181346B (zh) 思维导图的处理方法、装置、服务器、客户端及介质
KR20060029632A (ko) 정보를 디스플레이하기 위한 방법 및 시스템, 및 장치
US9256481B2 (en) Dynamic user interface aggregation through smart eventing with non-instantiated content
US11126410B2 (en) Method and apparatus for building pages, apparatus and non-volatile computer storage medium
US11487411B2 (en) Context-driven group pill in a user interface
JP2014032676A (ja) 非システムフォントを有効にする方法、コンピュータ読取り可能な媒体、および装置
CN109344377B (zh) 数据处理的方法、装置、电子设备及存储介质
JP2022175871A (ja) コンピュータプログラム、サーバ装置、端末装置及び方法
CN105373524A (zh) 演示稿的编辑方法和装置
JP6423671B2 (ja) ウェブページ間複写装置、ウェブページ間の複写方法、およびプログラム
JP7106177B1 (ja) 情報処理システム、情報処理方法及びプログラム
KR102560619B1 (ko) 노코드툴 서비스를 제공하는 전자 장치 및 그 방법
JP7504247B2 (ja) ノート生成方法及び装置、電子機器、記憶媒体及びコンピュータプログラム
KR102605522B1 (ko) 펑션 보드를 이용한 고객 협동 개발 시스템 및 이에 포함되는 서버
JP7171103B1 (ja) 情報処理装置、情報処理方法及びプログラム

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref document number: 2020524249

Country of ref document: JP

Kind code of ref document: A

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20758682

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 15.12.2021)

122 Ep: pct application non-entry in european phase

Ref document number: 20758682

Country of ref document: EP

Kind code of ref document: A1