CN112486073A - Robot control method, control system and readable storage medium - Google Patents

Robot control method, control system and readable storage medium Download PDF

Info

Publication number
CN112486073A
CN112486073A CN202011394990.3A CN202011394990A CN112486073A CN 112486073 A CN112486073 A CN 112486073A CN 202011394990 A CN202011394990 A CN 202011394990A CN 112486073 A CN112486073 A CN 112486073A
Authority
CN
China
Prior art keywords
robot
data
control method
flow chart
client
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202011394990.3A
Other languages
Chinese (zh)
Other versions
CN112486073B (en
Inventor
吴冠卿
蒋一博
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yonyou Network Technology Co Ltd
Original Assignee
Yonyou Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yonyou Network Technology Co Ltd filed Critical Yonyou Network Technology Co Ltd
Priority to CN202011394990.3A priority Critical patent/CN112486073B/en
Publication of CN112486073A publication Critical patent/CN112486073A/en
Application granted granted Critical
Publication of CN112486073B publication Critical patent/CN112486073B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/042Programme control other than numerical control, i.e. in sequence controllers or logic controllers using digital processors
    • G05B19/0423Input/output
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/20Pc systems
    • G05B2219/25Pc structure of the system
    • G05B2219/25257Microcontroller

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Stored Programmes (AREA)
  • Manipulator (AREA)

Abstract

The invention provides a robot control method, a control system and a readable storage medium. The robot control method comprises the following steps: acquiring a robot flow chart input by a user based on a client; converting the robot flow chart into tree structure data according to the relation between a plurality of flow nodes and a plurality of line data of the robot flow chart; generating a robot template in a preset format according to the tree structure data; and controlling the robot to operate according to the robot template. According to the robot control method provided by the invention, the local robot designer is realized at the cloud end, the problems that a client end of the local designer depends on the environment more, a plurality of plug-ins need to be downloaded, and the local robot designer cannot be separated from the fixed equipment at any time and any place are solved, the logic of the robot is more clearly displayed in a flow chart mode, when the designer has a new function, the designer only needs to update the service on the cloud, no perception is provided for the developer, and therefore the rapid iteration and upgrade of the function of the designer are realized.

Description

Robot control method, control system and readable storage medium
Technical Field
The invention relates to the technical field of robots, in particular to a robot control method, a robot control system and a readable storage medium.
Background
The RPA robot Process Automation (robot Process Automation) can replace or assist human beings to complete repetitive work and tasks in digital equipment such as computers and RPA mobile phones.
The development of the RPA robot depends on a corresponding local designer client, the robot design has the characteristics of low code, no code and fast iteration, and the local client faces the following key problems:
the local client designer is much dependent on the environment, for example, the client is required to use a specific operating system, a plurality of plug-ins are required to be downloaded, and the local client designer cannot be separated from the fixed equipment at any time and any place.
The method needs a special installation program of the client, cannot realize rapid deployment, installation and configuration, cannot realize non-perception upgrade of the client during updating of the client, and needs to manually download a new client.
Disclosure of Invention
The present invention is directed to solving at least one of the problems of the prior art or the related art.
To this end, an aspect of the present invention is to provide a robot control method.
Another aspect of the present invention is to provide a robot control system.
Yet another aspect of the present invention is directed to a readable storage medium.
In view of the above, according to an aspect of the present invention, there is provided a robot control method including: acquiring a robot flow chart input by a user based on a client; converting the robot flow chart into tree structure data according to the relation between a plurality of flow nodes and a plurality of line data of the robot flow chart; generating a robot template in a preset format according to the tree structure data; and controlling the robot to operate according to the robot template.
According to the robot control method provided by the invention, the C/S architecture of the client side of the local robot designer is changed into the B/S architecture, the service is deployed at the cloud side, and the robot can be designed/developed as long as a browser and a network are available. The robot flow chart input by a user on a client page (comprising a Web client and an App client) is obtained, and the robot flow chart is converted into a tree according to the relation between a plurality of flow nodes and a plurality of line data in the robot flow chart, namely tree-shaped structure data. And executing a 'preamble traversal' algorithm on the tree structure data to obtain a template (in a preset format) when the robot runs, wherein the template comprises a command supported by the robot, so that the robot is controlled to run according to the robot template. According to the robot control method provided by the invention, the local robot designer is realized at the cloud end, the problems that a client end of the local designer depends on the environment more, a plurality of plug-ins need to be downloaded, and the local robot designer cannot be separated from the fixed equipment at any time and any place are solved, the logic of the robot is more clearly displayed in a flow chart mode, when the designer has a new function, the designer only needs to update the service on the cloud, no perception is provided for the developer, and therefore the rapid iteration and upgrade of the function of the designer are realized.
The robot may be an RPA robot.
The robot flow chart is a visual robot flow chart.
The robot control method according to the present invention may further include the following features:
in the above technical solution, the step of converting the robot flowchart into tree-structured data according to the relationship between a plurality of process nodes and a plurality of line data of the robot flowchart specifically includes: acquiring a plurality of first identifications corresponding to a plurality of process nodes and a plurality of second identifications corresponding to a plurality of line data; according to the relation among the first identifications, the second identifications, the process nodes and the line data are combined into Map data; and generating tree structure data according to the Map data.
In the technical scheme, a method for converting the robot flow chart into tree structure data according to the relationship between a plurality of flow nodes and a plurality of line data of the robot flow chart is limited. The flow nodes and the line data of the robot flow chart have unique identification of the robot. The relationship of the plurality of process nodes and the plurality of line data presents the execution logic of the robot. The method comprises the steps of obtaining a plurality of first identifications corresponding to a plurality of process nodes and a plurality of second identifications corresponding to a plurality of line data, forming the plurality of process nodes and the plurality of line data into Map data according to the plurality of first identifications and the plurality of second identifications and the relationship between the plurality of process nodes and the plurality of line data, and forming a tree through continuous iteration of the starting line. Each node of the tree may be used as a root node of a sub-process, i.e., a tree. According to the technical scheme, the visual robot flow chart is converted into tree structure data based on the service deployed at the cloud end, and further converted into the template during the operation of the robot, so that a developer cannot feel the template.
In any of the above technical solutions, the robot control method further includes: and storing the robot flow chart to a cloud cache space according to a preset time interval, and storing the robot flow chart to a cloud database under the condition of receiving a storage request.
In the technical scheme, in the robot design process, the robot flow chart in development is stored in a cloud cache space according to a preset time interval, if the robot flow chart is stored in Redis, historical data recording and recovery are supported, and due to the characteristic that the cache space is operated quickly, the historical snapshot is guaranteed to be generated quickly, so that the efficiency of developing the robot is improved. Furthermore, a save function is provided when the robot flow graph needs to be converted into a robot template. And when a storage request is received, storing the robot flow chart in a cloud database. The cloud service is logically converted into a tree through data stored in a database, and then a robot template is correctly generated through a tree 'forward traversal' algorithm.
Wherein the issuer may trigger the save request by clicking on a save button or generating a template button.
In any of the above technical solutions, the plurality of process nodes include start, execution, end, judgment, and process; any flow node in the plurality of flow nodes comprises block data and a plurality of pieces of command data corresponding to the block data, wherein the command data comprises a plurality of command parameters.
In the technical scheme, a plurality of process nodes included in the robot flowchart comprise start, execution and end, and the nesting of judgment and processes is supported. Any flow node of the plurality of flow nodes includes a block of data and a plurality of pieces of command data corresponding to the block of data. Each piece of command data represents a command supported by the robot and is composed of a corresponding one or more command parameters.
In any of the above technical solutions, before the step of obtaining the robot flowchart input by the user based on the page of the client, the method further includes: displaying different block data and line data on a first page in a control form; and editing the command data, grouping different command data according to types, and displaying the different command data on the second page in the form of a control.
In the technical scheme, the front-end service is further designed, the front-end service is the page service of the robot designer and is a design entrance, and a developer and a back-end service interact interface. The layout of double layers of canvas is adopted, the outer layer of canvas shows the execution logic of the robot in a flow chart, and the inner layer of canvas designs specific commands. The first page, namely the outer layer canvas, shows different block data and line data on the outer layer canvas in a control form, and is characterized in that what you see is what you get, the flow logic of the whole robot is shown, all elements support dragging operation, and quick operations such as cancelling and recovering are supported, so that the development is convenient, and the development efficiency is improved. The second page, namely the inner layer canvas, is characterized in that different command data are grouped and displayed on the inner layer canvas in a control form, the characteristics are also what you see is what you get, and the command data support dragging. Meanwhile, the cloud service dynamically manages the command data by editing the command data, can adjust parameters of the command at any time, supports definition of command variables, and completes all the operations in the cloud service without perception to developers.
In any of the above technical solutions, the robot control method further includes: and calling a preset debugging client based on the condition that the operation request is received, and deploying the robot template at the preset debugging client to control the robot to operate.
According to the technical scheme, when an operation request is received, a preset debugging client, namely a local debugging client, can be called, and the robot is controlled to operate by deploying the robot template at the debugging client so as to debug the robot, so that convenience is brought to the design and debugging of the robot. Wherein the user may trigger the run request by clicking a preset button, such as a run button.
In any of the above technical solutions, the client includes a Web client and an App client.
In the technical scheme, the Web client mainly refers to a Web Browser (Browser), and the App client only refers to a mobile application client, generally a mobile phone client.
In any of the above technical solutions, the preset format is an XML format.
In this embodiment, the preset format is an XML format, but is not limited thereto.
According to another aspect of the present invention, there is provided a robot control system including: a memory storing a program; and a processor which implements the robot control method according to any one of the above-described technical aspects when executing the program.
In the robot control system provided by the invention, the processor executes the program to realize the steps of the robot control method according to any one of the above technical schemes, so that the robot control system has all the beneficial effects of the robot control method according to any one of the above technical schemes.
According to still another aspect of the present invention, there is provided a readable storage medium having a program stored thereon, the program, when executed by a processor, implementing the robot control method according to any one of the above aspects.
The readable storage medium provided by the present invention, when the program is executed by the processor, implements the steps of the robot control method according to any of the above-mentioned technical solutions, and therefore, the readable storage medium includes all the advantageous effects of the robot control method according to any of the above-mentioned technical solutions.
Additional aspects and advantages of the invention will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention.
Drawings
The above and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
fig. 1 shows a schematic flow diagram of a robot control method of a first embodiment of the invention;
fig. 2 shows a schematic flow chart of a robot control method according to a second embodiment of the present invention;
fig. 3 shows a schematic flow chart of a robot control method of a third embodiment of the present invention;
FIG. 4 shows a schematic block diagram of a robot control system of one embodiment of the present invention;
FIG. 5 illustrates an architectural diagram of a robotic control system in accordance with a specific embodiment of the present invention;
FIG. 6 is a diagram illustrating a first page of a particular embodiment of the present invention;
FIG. 7 is a diagram illustrating a second page of a specific embodiment of the present invention;
FIG. 8 is a diagram illustrating a debug page of a particular embodiment of the present invention;
FIG. 9 is a diagram illustrating a database storage model in accordance with a specific embodiment of the present invention;
FIG. 10 is a diagram illustrating data flow of a particular embodiment of the present invention;
FIG. 11 is a diagram illustrating Map data in accordance with an exemplary embodiment of the present invention;
FIG. 12 is a diagram illustrating tree structured data in accordance with an embodiment of the present invention;
FIG. 13 shows a schematic view of a robot flow diagram of a specific embodiment of the present invention;
FIG. 14 is a diagram illustrating another tree structured data according to an embodiment of the present invention.
Detailed Description
In order that the above objects, features and advantages of the present invention can be more clearly understood, a more particular description of the invention will be rendered by reference to the appended drawings. It should be noted that the embodiments of the present invention and features of the embodiments may be combined with each other without conflict.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention, however, the present invention may be practiced in other ways than those specifically described herein, and therefore the scope of the present invention is not limited to the specific embodiments disclosed below.
First embodiment, fig. 1 is a flowchart illustrating a robot control method according to a first embodiment of the present invention. Wherein, the method comprises the following steps:
102, acquiring a robot flow chart input by a user based on a client page;
104, converting the robot flow chart into tree structure data according to the relation between a plurality of flow nodes and a plurality of line data of the robot flow chart;
step 106, generating a robot template in a preset format according to the tree structure data;
and step 108, controlling the robot to operate according to the robot template.
According to the robot control method provided by the embodiment, the C/S architecture of the local robot designer client is changed into the B/S architecture, the service is deployed in the cloud, and the robot can be designed/developed as long as a browser and a network are available. The robot flow chart input by a user on a client page (comprising a Web client and an App client) is obtained, and the robot flow chart is converted into a tree according to the relation between a plurality of flow nodes and a plurality of line data in the robot flow chart, namely tree-shaped structure data. And executing a 'preamble traversal' algorithm on the tree structure data to obtain a template (in a preset format) when the robot runs, wherein the template comprises a command supported by the robot, so that the robot is controlled to run according to the robot template. According to the robot control method provided by the embodiment, the local robot designer is realized at the cloud end, the problems that a client end of the local designer depends on the environment more, a plurality of plug-ins need to be downloaded, and the local robot designer cannot be separated from fixed equipment at any time and any place are solved, the logic of the robot is displayed more clearly in a flow chart mode, when the designer has a new function, only the service on the cloud needs to be updated, no perception is provided for a developer, and therefore quick iteration and upgrading of the function of the designer are achieved.
Wherein, the robot is an RPA robot, and the robot flow chart is a visual robot flow chart.
Second embodiment, fig. 2 is a flowchart illustrating a robot control method according to a second embodiment of the present invention. Wherein, the method comprises the following steps:
step 202, acquiring a robot flow chart input by a user based on a client page;
step 204, acquiring a plurality of first identifications corresponding to a plurality of process nodes of a robot flowchart and a plurality of second identifications corresponding to a plurality of line data;
step 206, according to the relation among the first identifications, the second identifications, the flow nodes and the line data are combined into Map data;
step 208, generating tree structure data according to the Map data;
step 210, generating a robot template in a preset format according to the tree structure data;
and step 212, controlling the robot to operate according to the robot template.
In this embodiment, a method of converting the robot flowchart into tree structure data according to a relationship between a plurality of process nodes and a plurality of line data of the robot flowchart is defined. The flow nodes and the line data of the robot flow chart have unique identification of the robot. The relationship of the plurality of process nodes and the plurality of line data presents the execution logic of the robot. The method comprises the steps of obtaining a plurality of first identifications corresponding to a plurality of process nodes and a plurality of second identifications corresponding to a plurality of line data, forming the plurality of process nodes and the plurality of line data into Map data according to the plurality of first identifications and the plurality of second identifications and the relationship between the plurality of process nodes and the plurality of line data, and forming a tree through continuous iteration of the starting line. Each node of the tree may be used as a root node of a sub-process, i.e., a tree. According to the embodiment of the invention, based on the service deployed by the cloud, the visual robot flow chart is converted into the tree structure data, and further converted into the template during the operation of the robot, so that the template is not perceived by a developer.
Third embodiment, fig. 3 is a flowchart illustrating a robot control method according to a third embodiment of the present invention. Wherein, the method comprises the following steps:
step 302, acquiring a robot flow chart input by a user based on a client page, and storing the robot flow chart to a cloud cache space according to a preset time interval;
step 304, storing the robot flow chart to a cloud database based on the condition that the storage request is received;
step 306, acquiring a plurality of first identifications corresponding to a plurality of process nodes of a robot flowchart and a plurality of second identifications corresponding to a plurality of line data;
step 308, according to the relation among the first identifications, the second identifications, the flow nodes and the line data are combined into Map data;
step 310, generating tree structure data according to the Map data;
step 312, generating a robot template in a preset format according to the tree structure data;
and step 314, controlling the robot to operate according to the robot template.
In the embodiment, in the robot design process, the robot flow chart in development is stored in the cloud cache space according to the preset time interval, for example, the robot flow chart is stored in Redis, and history record and recovery of data are supported. Furthermore, a save function is provided when the robot flow graph needs to be converted into a robot template. And when a storage request is received, storing the robot flow chart in a cloud database. The cloud service is logically converted into a tree through data stored in a database, and then a robot template is correctly generated through a tree 'forward traversal' algorithm. Wherein the issuer may trigger the save request by clicking on a save button or generating a template button.
In any of the above embodiments, the robot flow diagram includes a plurality of flow nodes including start, execute, and end, and supports nesting of decisions and flows. Any flow node of the plurality of flow nodes includes a block of data and a plurality of pieces of command data corresponding to the block of data. Each piece of command data represents a command supported by the robot and is composed of a corresponding one or more command parameters.
In any of the above embodiments, the robot control method further comprises: displaying different block data and line data on a first page of a client in a control form; and editing the command data, grouping different command data according to types, and displaying the command data on a second page of the client in a control form.
In this embodiment, a front-end service is further designed, the front-end service is a page service of a robot designer, and is a design entrance, and a developer interacts with a back-end service. The layout of double layers of canvas is adopted, the outer layer of canvas shows the execution logic of the robot in a flow chart, and the inner layer of canvas designs specific commands. The first page, namely the outer layer canvas, shows different block data and line data on the outer layer canvas in a control form, and is characterized in that what you see is what you get, the flow logic of the whole robot is shown, all elements support dragging operation, and quick operations such as cancelling and recovering are supported, so that the development is convenient, and the development efficiency is improved. The second page, namely the inner layer canvas, is characterized in that different command data are grouped and displayed on the inner layer canvas in a control form, the characteristics are also what you see is what you get, and the command data support dragging. Meanwhile, the cloud service dynamically manages the command data by editing the command data, can adjust parameters of the command at any time, supports definition of command variables, and completes all the operations in the cloud service without perception to developers.
In any of the above embodiments, the robot control method further comprises: and calling a preset debugging client based on the condition that the operation request is received, and deploying the robot template at the preset debugging client to control the robot to operate.
In the embodiment, when the operation request is received, a preset debugging client, namely a local debugging client, can be invoked, and the robot is controlled to operate by deploying the robot template at the debugging client so as to debug the robot, thereby providing convenience for the design and debugging of the robot. Wherein the user may trigger the run request by clicking a preset button, such as a run button.
In any of the above embodiments, the client includes a Web client and an App client. The Web client mainly refers to a Web Browser (Browser), and the App client only refers to a mobile application client, generally a mobile phone client.
In any of the above embodiments, the predetermined format is an XML format.
Fourth embodiment, fig. 4 shows a schematic block diagram of a robot control system 400 according to an embodiment of the present invention. Wherein, robot control system 400 includes: a memory 402, the memory 402 storing a program; a processor 404, the processor 404 implementing the robot control method according to any of the above embodiments when the processor 404 executes the program.
In the robot control system 400 provided in the present embodiment, the processor 404 executes the program to implement the steps of the robot control method according to any one of the above embodiments, so that the robot control system 400 includes all the advantages of the robot control method according to any one of the above embodiments.
Embodiment five, a robot control system according to an embodiment of the present invention is provided, and fig. 5 shows an architecture diagram of the robot control system according to an embodiment of the present invention.
The robot control system of the embodiment mainly comprises a WYSIWYG (what you see is what you get) page presented in a browser and corresponding back-end services. The whole system can enable an RPA developer to design an RPA robot in a browser in an imaging and flow chart mode, and the flow supports branch judgment and flow nesting. The method comprises the functions of RPA robot design, variable maintenance, remote mode adjustment, template storage and the like.
The front-end service is a page service of a designer, is an entrance of design, is an interactive interface of a developer, adopts the layout of a double-layer canvas, and has the main functions of:
1. outer canvas (first page): the method is characterized in that as shown in fig. 6, an outer layer canvas presents the flow logic of the whole robot, supports the nesting of judgment and flow, supports the dragging operation of all elements, and has the functional effects of quick operation such as cancellation and recovery, flow chart navigation and the like.
2. Inner canvas (second page): the characteristics are also what you see is what you get, as shown in fig. 7, the inner layer canvas presents different command groups (browser, office, data, mail), the command supports search through keyword screening, the command supports dragging, and the command can dynamically edit the alignment position through the background system.
3. Variables are as follows: supporting the definition of the variable setting of the robot, as shown in fig. 7, taking the creation of a browser as an example, by editing the attribute, the setting of the command parameters including the name of the browser instance, the window state, the full screen start, the use of the current user data, etc. is completed.
4. Debugging the page: the method supports page saving and remote mode adjustment, and as shown in fig. 8, a local mode-adjusting client can be called by clicking an operation button on a debugging page, so that the development and debugging of the robot are greatly facilitated.
Back end and data service, providing back end support service of RPA Web designer. Various functions of the Web designer are accomplished by providing an http service interface for front-end calls.
FIG. 9 illustrates a database storage model of a specific embodiment of the present invention. Where solid line boxes represent tables in the data and dashed line boxes represent associated service lines. Specifically, the method comprises the following steps:
1. and the outer layer canvas data entity-flow mainly stores outer layer canvas data, the main data is data of block and line, the block and the line are used for describing the flow chart of the outer layer canvas, and each block and line have unique identification of the block and line.
2. The system mainly comprises an inner layer canvas data entity-process, wherein the entity mainly stores inner layer canvas data, each piece of process data represents a command (command supported by RPA) and a corresponding param (command parameter), and each block of the outer layer canvas corresponds to a plurality of pieces of data.
FIG. 10 shows a schematic diagram of data flow for one embodiment of the present invention. The dotted line represents that the historical snapshots of the client are stored through Redis, and a user transmits a data entity in a JSON format based on a robot flow chart input by a webpage and stores the data entity in a MySQL database. And converting the data into corresponding tree structure data according to the relation between a plurality of flow nodes and a plurality of line data in the robot flow chart, and further generating the robot template in the XML format. The user may download and save the template on a web page.
The core logic of the robot control system processing of the present embodiment is how to generate a template, and a flow of generating a template will be described with reference to fig. 11 and 12. The line data and block data are grouped into Map data as shown in fig. 11, and the tree data structure of the tree in fig. 12 is formed through the starting line and through successive iterations.
The flow of generating the template will be further described with reference to fig. 10, 13, and 14.
1. And converting the visual flow chart into a data structure of a tree through the relationship between the line and the block in the page. FIG. 13 is a flow diagram and FIG. 14 is an abstract "tree" data structure, where each node of the tree may be a root node of a sub-flow, i.e., a tree, such as node C, D, H, M, and the backend logic translates this relationship.
2. And the back-end service is converted into a tree through the data stored in MySQL by logic, and then the RPA robot template is correctly generated through the 'forward traversal' algorithm of the tree. The corresponding front-end traversal structure of the tree structure of fig. 14 is: ABCEDFGIMPOJK.
3. And generating a snapshot of the storage history, and supporting data history recording and recovery in the saved Redis through certain compression calculation. The sequence of the whole historical version is ensured by utilizing the principle that key value atoms in Redis are increased progressively; the Redis memory has the characteristic of quick operation, and the historical snapshot can be generated quickly.
The plug-in service system related to the embodiment realizes the online design of the robot, does not require special requirements for the user environment, and only needs a network and a browser; and cloud debugging simplifies the development and deployment processes and improves the efficiency of the development robot. And the logic of the robot is more clearly shown in a flow chart mode, and the realization of the web end can also quickly iterate and upgrade the function of the designer.
According to an embodiment of a further aspect of the present invention, a readable storage medium is proposed, on which a program is stored, which when executed by a processor, implements the robot control method according to any of the embodiments described above.
The present embodiment provides a readable storage medium, and the program is executed by a processor to implement the steps of the robot control method according to any of the above embodiments, so that the readable storage medium includes all the beneficial effects of the robot control method according to any of the above embodiments.
In the description herein, the terms "first" and "second" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance unless explicitly stated or limited otherwise; the terms "connected," "mounted," "secured," and the like are to be construed broadly and include, for example, fixed connections, removable connections, or integral connections; may be directly connected or indirectly connected through an intermediate. The specific meanings of the above terms in the present invention can be understood by those skilled in the art according to specific situations.
In the description herein, the description of the terms "one embodiment," "some embodiments," "specific embodiments," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A robot control method, comprising:
acquiring a robot flow chart input by a user based on a client page;
converting the robot flow chart into tree structure data according to the relation between a plurality of flow nodes and a plurality of line data of the robot flow chart;
generating a robot template in a preset format according to the tree structure data;
and controlling the robot to operate according to the robot template.
2. The robot control method according to claim 1, wherein the step of converting the robot flowchart into tree-structured data according to a relationship between a plurality of process nodes and a plurality of line data of the robot flowchart specifically includes:
acquiring a plurality of first identifications corresponding to the plurality of process nodes and a plurality of second identifications corresponding to the plurality of line data;
according to the relation among the first identifications, the second identifications and the flow nodes and the line data, the flow nodes and the line data are combined into Map data;
and generating the tree structure data according to the Map data.
3. The robot control method according to claim 1, further comprising:
and storing the robot flow chart to a cloud cache space according to a preset time interval, and storing the robot flow chart to a cloud database under the condition of receiving a storage request.
4. Robot control method according to any of claims 1 to 3,
the plurality of flow nodes includes a start and an end, and any one or a combination of: executing, judging and processing;
any flow node in the plurality of flow nodes comprises block data and a plurality of pieces of command data corresponding to the block data, wherein the command data comprises a plurality of command parameters.
5. The robot control method of claim 4, further comprising, prior to the step of obtaining a robot flowchart input by a user based on a client page:
displaying different block data and line data on a first page in the form of a control;
and editing the command data, grouping different command data according to types, and displaying the different command data on a second page in a control form.
6. The robot control method according to claim 5, further comprising:
and calling a preset debugging client side based on the condition of receiving the operation request, and deploying the robot template at the preset debugging client side so as to control the robot to operate.
7. The robot control method according to claim 6,
the client comprises a Web client and an App client.
8. The robot control method according to claim 7,
the preset format is an XML format.
9. A robotic control system, comprising:
a memory storing a program;
a processor implementing the robot control method of any one of claims 1 to 8 when executing the program.
10. A readable storage medium on which a program is stored, the program realizing the robot control method according to any one of claims 1 to 8 when executed by a processor.
CN202011394990.3A 2020-12-03 2020-12-03 Robot control method, control system and readable storage medium Active CN112486073B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011394990.3A CN112486073B (en) 2020-12-03 2020-12-03 Robot control method, control system and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011394990.3A CN112486073B (en) 2020-12-03 2020-12-03 Robot control method, control system and readable storage medium

Publications (2)

Publication Number Publication Date
CN112486073A true CN112486073A (en) 2021-03-12
CN112486073B CN112486073B (en) 2022-04-19

Family

ID=74939099

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011394990.3A Active CN112486073B (en) 2020-12-03 2020-12-03 Robot control method, control system and readable storage medium

Country Status (1)

Country Link
CN (1) CN112486073B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113254174A (en) * 2021-05-26 2021-08-13 广州衡昊数据科技有限公司 RPA robot process automation implementation system and method
CN113741882A (en) * 2021-09-16 2021-12-03 杭州分叉智能科技有限公司 RPA graphical instruction design method
CN115237536A (en) * 2022-05-31 2022-10-25 广州仕邦人力资源有限公司 RPA robot
US11736556B1 (en) 2022-03-31 2023-08-22 UiPath Inc. Systems and methods for using a browser to carry out robotic process automation (RPA)
US11789754B2 (en) 2021-06-07 2023-10-17 UiPath, Inc. Web-based robotic process automation designer systems and automations for virtual machines, sessions, and containers

Citations (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040174390A1 (en) * 2002-10-25 2004-09-09 Sandeep Shah Information handling system including arrangements for initiating an application in response to usage of cross reference between information and for initiating usage of a workflow chart associated with and information work
US20050289526A1 (en) * 2004-05-31 2005-12-29 International Business Machines Corporation Editing, creating, and verifying reorganization of flowchart, and transforming between flowchart and tree diagram
US20090328016A1 (en) * 2008-06-27 2009-12-31 Microsoft Corporation Generalized expression trees
WO2011038445A1 (en) * 2009-09-29 2011-04-07 Zap Holdings Ldt A content based approach to extending the form and function of a business intelligence system
CN102043627A (en) * 2010-12-24 2011-05-04 中国农业银行股份有限公司 Development method and system of comparable data showing program of browser server architecture
US20110173643A1 (en) * 2008-10-10 2011-07-14 Nicolson Kenneth Alexander USING TRANSIENT PCRs TO REALISE TRUST IN APPLICATION SPACE OF A SECURE PROCESSING SYSTEM
CN102163237A (en) * 2011-04-29 2011-08-24 北京空间飞行器总体设计部 Implementation method of loosely coupled flow
US20120102015A1 (en) * 2010-10-21 2012-04-26 Rillip Inc Method and System for Performing a Comparison
US20120117537A1 (en) * 2010-11-02 2012-05-10 Velocio Networks, Inc. Flow Chart Programming Platform for Testers and Simulators
US8286250B1 (en) * 2011-11-16 2012-10-09 Google Inc. Browser extension control flow graph construction for determining sensitive paths
US20130311217A1 (en) * 2005-10-03 2013-11-21 Liang J. Chen One View Integrated Project Management System
US20140282444A1 (en) * 2013-03-15 2014-09-18 ArtinSoft Corporation Programming language transformations with abstract syntax tree extensions
CN104079657A (en) * 2014-07-07 2014-10-01 用友软件股份有限公司 Configurable cluster deployment device and method based on templates
US9026903B1 (en) * 2011-01-11 2015-05-05 Google Inc. Abstract syntax tree interpreter for generating a valid HTML document
US20160155249A1 (en) * 2013-11-22 2016-06-02 Raytheon Company Interactive multimedia process flow chart builder
US20180107461A1 (en) * 2016-10-14 2018-04-19 Microsoft Technology Licensing, Llc Bot creation with workflow development system
CN108763171A (en) * 2018-04-20 2018-11-06 中国船舶重工集团公司第七〇九研究所 A kind of document automation generation method based on format module
US20180357096A1 (en) * 2017-06-12 2018-12-13 Microsoft Technology Licensing, Llc Event processing using a scorable tree
CN109343845A (en) * 2018-08-14 2019-02-15 北京奇艺世纪科技有限公司 A kind of code file generation method and device
US20190080252A1 (en) * 2017-04-06 2019-03-14 AIBrain Corporation Intelligent robot software platform
US10275265B1 (en) * 2017-09-21 2019-04-30 Inductive Automation, LLC Graphical user interface for editing components in graphical user interfaces for industrial control systems
US20190250891A1 (en) * 2018-02-12 2019-08-15 Oracle International Corporation Automated code generation
CN110209699A (en) * 2019-05-22 2019-09-06 浙江大学 A kind of data-interface dynamic generation based on openEHR Composition template and execution method
CN110427228A (en) * 2019-06-28 2019-11-08 苏州浪潮智能科技有限公司 A kind of interface call method and device, computer readable storage medium
CN110489086A (en) * 2019-07-25 2019-11-22 广东高云半导体科技股份有限公司 Process executes control method, device, computer equipment and storage medium
CN110806934A (en) * 2019-11-15 2020-02-18 四川中电启明星信息技术有限公司 RPA technology-based intelligent all-in-one machine development and multi-service rapid processing method
CN111142867A (en) * 2019-12-31 2020-05-12 谷云科技(广州)有限责任公司 Service visual arrangement system and method under micro-service architecture
CN111506950A (en) * 2020-04-23 2020-08-07 中筑创联建筑科技(北京)有限公司 BIM structure transformation increment information generation and storage system and method
CN111680124A (en) * 2020-05-27 2020-09-18 重庆邮电大学 RPA-based large-scale customized customer demand obtaining and inquiring method
CN111726257A (en) * 2020-06-30 2020-09-29 北京来也网络科技有限公司 RPA robot management method, platform and storage medium
US20200348964A1 (en) * 2019-04-30 2020-11-05 Automation Anywhere, Inc. Platform agnostic robotic process automation
US20200348654A1 (en) * 2019-04-30 2020-11-05 Automation Anywhere, Inc. Zero footprint robotic process automation system
CN111897739A (en) * 2020-08-21 2020-11-06 四川长虹电器股份有限公司 Test case generation method based on optimized depth-first algorithm
CN112015906A (en) * 2020-08-06 2020-12-01 东北大学 Construction scheme of network configuration knowledge graph

Patent Citations (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040174390A1 (en) * 2002-10-25 2004-09-09 Sandeep Shah Information handling system including arrangements for initiating an application in response to usage of cross reference between information and for initiating usage of a workflow chart associated with and information work
US20050289526A1 (en) * 2004-05-31 2005-12-29 International Business Machines Corporation Editing, creating, and verifying reorganization of flowchart, and transforming between flowchart and tree diagram
US20130311217A1 (en) * 2005-10-03 2013-11-21 Liang J. Chen One View Integrated Project Management System
US20090328016A1 (en) * 2008-06-27 2009-12-31 Microsoft Corporation Generalized expression trees
US20110173643A1 (en) * 2008-10-10 2011-07-14 Nicolson Kenneth Alexander USING TRANSIENT PCRs TO REALISE TRUST IN APPLICATION SPACE OF A SECURE PROCESSING SYSTEM
WO2011038445A1 (en) * 2009-09-29 2011-04-07 Zap Holdings Ldt A content based approach to extending the form and function of a business intelligence system
US20120102015A1 (en) * 2010-10-21 2012-04-26 Rillip Inc Method and System for Performing a Comparison
US20120117537A1 (en) * 2010-11-02 2012-05-10 Velocio Networks, Inc. Flow Chart Programming Platform for Testers and Simulators
CN102043627A (en) * 2010-12-24 2011-05-04 中国农业银行股份有限公司 Development method and system of comparable data showing program of browser server architecture
US9026903B1 (en) * 2011-01-11 2015-05-05 Google Inc. Abstract syntax tree interpreter for generating a valid HTML document
CN102163237A (en) * 2011-04-29 2011-08-24 北京空间飞行器总体设计部 Implementation method of loosely coupled flow
US8286250B1 (en) * 2011-11-16 2012-10-09 Google Inc. Browser extension control flow graph construction for determining sensitive paths
US20140282444A1 (en) * 2013-03-15 2014-09-18 ArtinSoft Corporation Programming language transformations with abstract syntax tree extensions
US20160155249A1 (en) * 2013-11-22 2016-06-02 Raytheon Company Interactive multimedia process flow chart builder
CN104079657A (en) * 2014-07-07 2014-10-01 用友软件股份有限公司 Configurable cluster deployment device and method based on templates
US20180107461A1 (en) * 2016-10-14 2018-04-19 Microsoft Technology Licensing, Llc Bot creation with workflow development system
US20190080252A1 (en) * 2017-04-06 2019-03-14 AIBrain Corporation Intelligent robot software platform
US20180357096A1 (en) * 2017-06-12 2018-12-13 Microsoft Technology Licensing, Llc Event processing using a scorable tree
US10275265B1 (en) * 2017-09-21 2019-04-30 Inductive Automation, LLC Graphical user interface for editing components in graphical user interfaces for industrial control systems
US20190250891A1 (en) * 2018-02-12 2019-08-15 Oracle International Corporation Automated code generation
CN108763171A (en) * 2018-04-20 2018-11-06 中国船舶重工集团公司第七〇九研究所 A kind of document automation generation method based on format module
CN109343845A (en) * 2018-08-14 2019-02-15 北京奇艺世纪科技有限公司 A kind of code file generation method and device
US20200348964A1 (en) * 2019-04-30 2020-11-05 Automation Anywhere, Inc. Platform agnostic robotic process automation
US20200348654A1 (en) * 2019-04-30 2020-11-05 Automation Anywhere, Inc. Zero footprint robotic process automation system
CN110209699A (en) * 2019-05-22 2019-09-06 浙江大学 A kind of data-interface dynamic generation based on openEHR Composition template and execution method
CN110427228A (en) * 2019-06-28 2019-11-08 苏州浪潮智能科技有限公司 A kind of interface call method and device, computer readable storage medium
CN110489086A (en) * 2019-07-25 2019-11-22 广东高云半导体科技股份有限公司 Process executes control method, device, computer equipment and storage medium
CN110806934A (en) * 2019-11-15 2020-02-18 四川中电启明星信息技术有限公司 RPA technology-based intelligent all-in-one machine development and multi-service rapid processing method
CN111142867A (en) * 2019-12-31 2020-05-12 谷云科技(广州)有限责任公司 Service visual arrangement system and method under micro-service architecture
CN111506950A (en) * 2020-04-23 2020-08-07 中筑创联建筑科技(北京)有限公司 BIM structure transformation increment information generation and storage system and method
CN111680124A (en) * 2020-05-27 2020-09-18 重庆邮电大学 RPA-based large-scale customized customer demand obtaining and inquiring method
CN111726257A (en) * 2020-06-30 2020-09-29 北京来也网络科技有限公司 RPA robot management method, platform and storage medium
CN112015906A (en) * 2020-08-06 2020-12-01 东北大学 Construction scheme of network configuration knowledge graph
CN111897739A (en) * 2020-08-21 2020-11-06 四川长虹电器股份有限公司 Test case generation method based on optimized depth-first algorithm

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
BONCI, A等: "Holonic overlays in cyber-physical system of systems", 《IEEE INTERNATIONAL CONFERENCE ON EMERGING TECHNOLOGIES AND FACTORY AUTOMATION-ETFA》 *
唐友等: "《Java语言程序设计实验指导》", 30 June 2017, 哈尔滨工业大学出版社 *
高雪: "室内机器人可视化交互设计", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113254174A (en) * 2021-05-26 2021-08-13 广州衡昊数据科技有限公司 RPA robot process automation implementation system and method
US11789754B2 (en) 2021-06-07 2023-10-17 UiPath, Inc. Web-based robotic process automation designer systems and automations for virtual machines, sessions, and containers
CN113741882A (en) * 2021-09-16 2021-12-03 杭州分叉智能科技有限公司 RPA graphical instruction design method
CN113741882B (en) * 2021-09-16 2024-03-26 杭州分叉智能科技有限公司 RPA graphical instruction design method
US11736556B1 (en) 2022-03-31 2023-08-22 UiPath Inc. Systems and methods for using a browser to carry out robotic process automation (RPA)
CN115237536A (en) * 2022-05-31 2022-10-25 广州仕邦人力资源有限公司 RPA robot

Also Published As

Publication number Publication date
CN112486073B (en) 2022-04-19

Similar Documents

Publication Publication Date Title
CN112486073B (en) Robot control method, control system and readable storage medium
US20210034336A1 (en) Executing a process-based software application in a first computing environment and a second computing environment
CN106600238B (en) Method and device for realizing network service opening based on Activiti process engine
US20080005255A1 (en) Extensible robotic framework and robot modeling
CN111736821B (en) Visual modeling analysis method, system, computer device and readable storage medium
US20200065094A1 (en) Automatically mapping data while designing process flows
CN112199086A (en) Automatic programming control system, method, device, electronic device and storage medium
CN106201614A (en) A kind of universal method and system that multiple similar software can be carried out chain type upgrading
CN103984818A (en) AUV (autonomous underwater vehicle) design flow visualization modeling method based on Flex technology
CN112130851B (en) Modeling method for artificial intelligence, electronic equipment and storage medium
US11449316B2 (en) Method and system for generating and executing client/server applications
CN115495067A (en) Method and device for visually generating topological graph editor codes and storage medium
CN112148926A (en) Graph data stream processing method, processing device and storage medium
CN110704769A (en) Flow chart generation method, device and equipment and computer storage medium
CN111865634B (en) Method and device for generating configuration file of site in Internet of things system
CN114912897A (en) Workflow execution method, workflow arrangement method and electronic equipment
KR102293274B1 (en) Method and apparatus for constructing test environment
CN109344165A (en) A kind of querying method and storage equipment
CN115545401B (en) Urban physical examination evaluation method, system and computer equipment based on visual index model configuration
CN101303663A (en) Simulation test method for digital set-top box software development
US9177277B2 (en) Workflow modeling with worklets and transitions
Bettig et al. An object-oriented program shell for integrating CAD software tools
KR20010011272A (en) Object-oriented robot programming system and method
CN116610319B (en) Method and system for constructing map application based on low-code platform
CN110704537A (en) Intelligent contract generation method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant