CN112506654B - Distributed collaborative debugging method and system for industrial robot - Google Patents

Distributed collaborative debugging method and system for industrial robot Download PDF

Info

Publication number
CN112506654B
CN112506654B CN202011414825.XA CN202011414825A CN112506654B CN 112506654 B CN112506654 B CN 112506654B CN 202011414825 A CN202011414825 A CN 202011414825A CN 112506654 B CN112506654 B CN 112506654B
Authority
CN
China
Prior art keywords
debugging
industrial robot
collaborative
node
nodes
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.)
Active
Application number
CN202011414825.XA
Other languages
Chinese (zh)
Other versions
CN112506654A (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.)
716th Research Institute of CSIC
Original Assignee
716th Research Institute of CSIC
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 716th Research Institute of CSIC filed Critical 716th Research Institute of CSIC
Priority to CN202011414825.XA priority Critical patent/CN112506654B/en
Publication of CN112506654A publication Critical patent/CN112506654A/en
Application granted granted Critical
Publication of CN112506654B publication Critical patent/CN112506654B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/10Active monitoring, e.g. heartbeat, ping or trace-route
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Cardiology (AREA)
  • Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Medical Informatics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a distributed collaborative debugging method and system for an industrial robot, wherein the method comprises the following steps: the collaborative development node is interconnected with the industrial robot node; running a debugging agent on the collaborative development node, analyzing the symbol table information, sending a debugging command and a debugging task to an agent server, and obtaining feedback information; the collaborative debugging agent operated by the proxy server receives and distributes the debugging command from the collaborative development node, initiates a debugging process and returns the operation state of the target code on the industrial robot node; and removing the nodes which do not respond, and adjusting the priority of the rest nodes. The invention can solve the problems of suspension, collision and even interruption of debugging tasks caused by the problems of resource sharing and mutual exclusion, shield the differences of software and hardware platforms at the bottom layer of the industrial robot and the differences of debugging types, unify the styles and operation of debugging interfaces, realize cooperative debugging in a cooperation scene of the distributed multi-industrial robot, shorten the application development period and promote the product competitiveness of the robot industry in China.

Description

Distributed collaborative debugging method and system for industrial robot
Technical Field
The invention belongs to the field of collaborative debugging of software development, and particularly relates to a distributed collaborative debugging method and system for an industrial robot.
Background
At present, the application scene of the distributed industrial robot is more and more complex, the software scale is larger and larger, and in one application scene, the condition that the industrial robots of a plurality of factories finish application tasks together exists, so that a plurality of collaborative development nodes are required to perform collaborative debugging on a plurality of industrial robots simultaneously during development and debugging. And concurrent debugging is carried out on multiple collaborative development nodes, and a collaborative development node robot application program needs to access shared or mutually exclusive resources of an industrial robot controller, so that problems of debugging task suspension, conflict and even interruption can be caused by the problem of resource sharing and mutual exclusion. Meanwhile, according to the application occasions of multiple industrial robots, unified debugging interface styles and operation steps are required to be designed, differences of bottom software and hardware platforms and debugging type differences are shielded, and a convenient and efficient collaborative debugging interface is provided for users. Therefore, research on a collaborative debugging method in a distributed multi-industry robot collaborative scene is needed, the application development period is shortened, and the product competitiveness of the robot industry in China is improved.
The existing debugging method can solve the problem of debugging a single industrial robot by a single development node, but the debugging model cannot solve the problem of concurrent debugging of multiple collaborative development nodes; the debugging agent can have certain perceptibility, such as access, request and the like of the collaborative nodes, but aiming at the concurrent debugging tasks of a plurality of collaborative development nodes, the data of different collaborative development nodes cannot be distinguished and processed, the shared resource access cannot be arbitrated, and meanwhile, the debugging agent cannot distinguish the related information between a plurality of industrial robot resources and the collaborative development nodes, so that the collaborative debugging agent needs to be constructed, ID, unique port number and setting authority are automatically allocated to each collaborative development node, dynamic adjustment is carried out according to the debugged target resources, and the concurrent debugging processing of the multi-collaborative nodes is realized, so that the collaborative debugging function of the industrial robot under the limited resources is realized.
Disclosure of Invention
The invention aims to provide a distributed collaborative debugging method for an industrial robot, which solves the problems of suspension, collision and even interruption of debugging tasks caused by resource sharing and mutual exclusion by designing a collaborative debugging agent, shields the differences of bottom software and hardware platforms and debugging type differences, unifies debugging interface styles and operation steps, realizes collaborative debugging in a distributed multi-industrial-robot collaboration scene, shortens the application development period, improves the product competitiveness of the robot industry in China, and improves the social and economic benefits.
The technical solution for realizing the purpose of the invention is as follows: an industrial robot distributed collaborative debugging method, the method comprising the steps of:
step 1, a collaborative development node and an industrial robot node are interconnected through a network, and a robot application program on the collaborative development node needs to access shared or mutually exclusive resources of an industrial robot controller;
step 2, each collaborative development node runs a debugging agent, analyzes the symbol table information, sends a debugging command to an agent server, initiates a debugging task and acquires debugging feedback information;
and 3, the collaborative debugging agent operated by the proxy server receives and distributes the debugging command from the collaborative development node in real time, initiates a debugging process and returns the operation state of the target code on the industrial robot node.
Further, the step 2 specifically includes:
step 201, the debugging agent analyzes the symbol table information, realizes variable viewing and function entry positioning;
step 202, a debugging agent monitors ports of collaborative development nodes and acquires IP, a debugging object and debugging level information of the access collaborative development nodes;
step 203, according to the debug level, in combination with the current debug resource status, an independent thread is allocated to the accessed collaborative development node, and debug permission and priority are set; the debugging authority refers to the debugging authority of the collaborative development node to the industrial robot node, and the priority comprises the priority of the collaborative development node and the priority of the industrial robot node debugged by the collaborative development node;
step 204, the collaborative development node sends a debugging command to the proxy server to connect the designated industrial robot node, initiate a debugging task and transmit file analysis information, namely symbol table information.
Further, the step 3 specifically includes:
step 301, if the debug command does not involve resource access, directly forwarding the debug command to an industrial robot node and waiting for an industrial robot processing result;
step 302, if the command relates to resource access, checking the attribute and the state of the resource, when the resource is exclusively used, the debug command performs preemption according to the priority, otherwise, queuing is performed; when the waiting time reaches a threshold value, processing according to a time slice mode, and giving prompt information to the collaborative development node;
step 303, for each debugging task of the collaborative development node, initiating an independent debugging process at the industrial robot node end by the collaborative debugging agent; the process initiated by the industrial robot node interacts with the collaborative development node debugging agent through an interaction protocol, and module authority checking, task binding, task dynamic migration and task synchronization strategies are provided to ensure consistency with target code execution during debugging;
and 304, when the processing of the industrial robot node end is finished, acquiring the result information of the industrial robot in real time and returning the result information to the corresponding collaborative development node.
Further, the method further comprises:
and 4, periodically monitoring the collaborative development nodes and the industrial robot nodes through a heartbeat and polling mechanism, removing the unresponsive collaborative development nodes and the industrial robot nodes from the network, and adjusting the priority of the rest nodes.
Further, the method further comprises:
and step 5, providing a collaborative debugging graphical interface plug-in to support an Eclipse framework.
An industrial robot distributed collaborative debugging system, the system comprising:
a first module, configured to implement: the collaborative development node and the industrial robot node are interconnected through a network, and a robot application program on the collaborative development node needs to access shared or mutually exclusive resources of the industrial robot controller;
a second module, configured to implement: each collaborative development node runs a debugging agent, analyzes the symbol table information, sends a debugging command to an agent server, initiates a debugging task and acquires debugging feedback information;
a third module, configured to implement: the collaborative debugging agent operated by the proxy server receives and distributes the debugging command from the collaborative development node in real time, initiates the debugging process and returns the operation state of the target code on the industrial robot node.
Further, the system further comprises:
a fourth module, configured to implement: and periodically monitoring the collaborative development nodes and the industrial robot nodes through a heartbeat and polling mechanism, removing the unresponsive collaborative development nodes and the industrial robot nodes from the network, and adjusting the priority of the rest nodes.
Further, the system further comprises:
a fifth module, configured to implement: and providing a collaborative debugging graphical interface plug-in to support an Eclipse framework.
Compared with the prior art, the invention has the remarkable advantages that: by designing the collaborative debugging agent, corresponding IP address, debugging target information and the like when the collaborative development node sends out the debugging request are recorded, the unique port number is allocated to the device, and attributes such as authority level, priority and the like are set; if no resource or task request conflict exists, sending a debugging request to a corresponding industrial robot in real time through a network, and returning a processing result of the industrial robot to a collaborative development node in real time; if a plurality of collaborative development nodes access the same industrial robot controller resource, the functions of task queuing, preemption and the like are realized according to the resource state, so that the problems of task suspension, conflict and even interruption caused by the problems of resource sharing and mutual exclusion are avoided, the difference of bottom software and hardware platforms and the difference of debugging types are shielded, and the collaborative debugging function under the collaborative scene of the distributed multi-industrial robot is realized.
The invention is described in further detail below with reference to the accompanying drawings.
Drawings
FIG. 1 is a distributed collaborative debugging architecture for an industrial robot of the present invention.
FIG. 2 is a flow chart of the distributed collaborative debugging method of an industrial robot of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application will be further described in detail with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the present application.
In addition, if there is a description of "first", "second", etc. in the embodiments of the present invention, the description of "first", "second", etc. is for descriptive purposes only and is not to be construed as indicating or implying a relative importance or implicitly indicating the number of technical features indicated. Thereby the processing time of the product is reduced, features defining "first", "second" may include at least one such feature, either explicitly or implicitly. In addition, the technical solutions of the embodiments may be combined with each other, but it is necessary to base that the technical solutions can be realized by those skilled in the art, and when the technical solutions are contradictory or cannot be realized, the combination of the technical solutions should be considered to be absent and not within the scope of protection claimed in the present invention.
In one embodiment, in conjunction with fig. 1, there is provided an industrial robot distributed collaborative debugging method, the method comprising the steps of:
step 1, a collaborative development node and an industrial robot node are interconnected through a network, and a robot application program on the collaborative development node needs to access shared or mutually exclusive resources of an industrial robot controller;
step 2, running a debugging agent on each collaborative development node, analyzing symbol table information, sending a debugging command to an agent server (a server for the debugging agent), initiating a debugging task and acquiring debugging feedback information;
and 3, the collaborative debugging agent operated by the proxy server receives and distributes the debugging command from the collaborative development node in real time, initiates a debugging process, and returns the operation state of the target code (the robot operation code, and whether the operation is normal or not) on the industrial robot node.
Further, in one embodiment, the collaborative development node and the industrial robot node are not less than two.
Further, in one embodiment, the step 2 specifically includes:
step 201, the debugging agent analyzes the symbol table information, realizes variable viewing and function entry positioning;
step 202, a debugging agent monitors ports of collaborative development nodes and acquires IP, a debugging object and debugging level information of the access collaborative development nodes;
step 203, according to the debug level, in combination with the current debug resource status, an independent thread is allocated to the accessed collaborative development node, and debug permission and priority are set; the debugging authority refers to the debugging authority of the collaborative development node to the industrial robot node, and the priority comprises the priority of the collaborative development node and the priority of the industrial robot node debugged by the collaborative development node;
step 204, the collaborative development node sends a debugging command to the proxy server to connect the designated industrial robot node, initiate a debugging task and transmit file analysis information, namely symbol table information.
Further, in one embodiment, step 2 further includes: and realizing sensing and accessing a new collaborative development node through environment sensing.
Further, in one embodiment, the step 3 specifically includes:
step 301, if the debug command does not involve resource access, directly forwarding the debug command to an industrial robot node and waiting for an industrial robot processing result;
step 302, if the command relates to resource access, checking the attribute and the state of the resource, when the resource is exclusively used, the debug command performs preemption according to the priority, otherwise, queuing is performed; when the waiting time reaches a threshold value, processing according to a time slice mode, and giving prompt information to the collaborative development node;
step 303, for each debugging task of the collaborative development node, initiating an independent debugging process at the industrial robot node end by the collaborative debugging agent; the process initiated by the industrial robot node interacts with the collaborative development node debugging agent through an interaction protocol, and module authority checking, task binding, task dynamic migration and task synchronization strategies are provided to ensure consistency with target code execution during debugging;
and 304, when the processing of the industrial robot node end is finished, acquiring the result information of the industrial robot in real time and returning the result information to the corresponding collaborative development node.
Further, in one of the embodiments, the method further comprises:
and 4, periodically monitoring the collaborative development nodes and the industrial robot nodes through a heartbeat and polling mechanism, timely removing the unresponsive collaborative development nodes and the industrial robot nodes from the network, and adjusting the priority of the rest nodes.
Further, in one of the embodiments, the method further comprises:
and step 5, providing a collaborative debugging graphical interface plug-in to support an Eclipse framework.
In one embodiment, an industrial robot distributed collaborative debugging system is provided, the system comprising:
a first module, configured to implement: the collaborative development node and the industrial robot node are interconnected through a network, and a robot application program on the collaborative development node needs to access shared or mutually exclusive resources of the industrial robot controller;
a second module, configured to implement: each collaborative development node runs a debugging agent, analyzes the symbol table information, sends a debugging command to an agent server, initiates a debugging task and acquires debugging feedback information;
a third module is provided for the first and second modules, is used for realizing the following steps: the collaborative debugging agent operated by the proxy server receives and distributes the debugging command from the collaborative development node in real time, initiates the debugging process and returns the operation state of the target code on the industrial robot node.
Further, in one embodiment, the second module is further configured to implement: and realizing sensing and accessing a new collaborative development node through environment sensing.
Further, in one embodiment, the system further comprises:
a fourth module, configured to implement: and periodically monitoring the collaborative development nodes and the industrial robot nodes through a heartbeat and polling mechanism, removing the unresponsive collaborative development nodes and the industrial robot nodes from the network, and adjusting the priority of the rest nodes.
Further, in one embodiment, the system further comprises:
a fifth module, configured to implement: and providing a collaborative debugging graphical interface plug-in to support an Eclipse framework.
Specific limitations regarding the distributed collaborative debugging system of an industrial robot may be found in the above limitations regarding the distributed collaborative debugging method of an industrial robot, and are not described herein. The above-described individual modules in the industrial robot distributed collaborative debugging system may be implemented in whole or in part by software, hardware, and combinations thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
As can be seen from the above description, the collaborative debugging method for the distributed industrial robot provided by the invention realizes collaborative debugging in a collaborative scene of the distributed industrial robot, solves the problems of debugging interruption, suspension and the like possibly caused by the collaborative debugging of the industrial robot under the condition of resource conflict, provides a visual graphic plug-in, shields the differences of software and hardware platforms at the bottom layer of the industrial robot and the debugging type differences, and has unified debugging interface style and operation steps, and the debugging is more convenient and efficient.
The foregoing has outlined and described the basic principles, features, and advantages of the present invention. It will be understood by those skilled in the art that the present invention is not limited to the embodiments described above, and that the above embodiments and descriptions are merely illustrative of the principles of the present invention, and various changes and modifications may be made without departing from the spirit and scope of the invention, which is defined in the appended claims. The scope of the invention is defined by the appended claims and equivalents thereof.

Claims (7)

1. An industrial robot distributed collaborative debugging method is characterized by comprising the following steps:
step 1, a collaborative development node and an industrial robot node are interconnected through a network, and a robot application program on the collaborative development node needs to access shared or mutually exclusive resources of an industrial robot controller;
step 2, each collaborative development node runs a debugging agent, analyzes the symbol table information, sends a debugging command to an agent server, initiates a debugging task and acquires debugging feedback information;
step 3, the cooperative debugging agent operated by the proxy server receives and distributes the debugging command from the cooperative development node in real time, initiates a debugging process and returns the operation state of the target code on the industrial robot node;
the collaborative development nodes and the industrial robot nodes are not less than two;
the step 2 specifically includes:
step 201, the debugging agent analyzes the symbol table information to realize variable viewing and function entry positioning;
step 202, a debugging agent monitors ports of collaborative development nodes and acquires IP, a debugging object and debugging level information of the access collaborative development nodes;
step 203, according to the debug level, in combination with the current debug resource status, an independent thread is allocated to the accessed collaborative development node, and debug permission and priority are set; the debugging authority refers to the debugging authority of the collaborative development node to the industrial robot node, and the priority comprises the priority of the collaborative development node and the priority of the industrial robot node debugged by the collaborative development node;
step 204, the collaborative development node sends a debug command to the proxy server to connect the designated industrial robot node, initiate a debug task, and transfer file analysis information, namely: symbol table information;
the step 3 specifically includes:
step 301, if the debug command does not involve resource access, directly forwarding the debug command to an industrial robot node and waiting for an industrial robot processing result;
step 302, if the command relates to resource access, checking the attribute and the state of the resource, when the resource is exclusively used, the debug command performs preemption according to the priority, otherwise, queuing is performed; when the waiting time reaches a threshold value, processing according to a time slice mode, and giving prompt information to the collaborative development node;
step 303, for each debugging task of the collaborative development node, initiating an independent debugging process at the industrial robot node end by the collaborative debugging agent; the process initiated by the industrial robot node interacts with the collaborative development node debugging agent through an interaction protocol, and module authority checking, task binding, task dynamic migration and task synchronization strategies are provided to ensure consistency with target code execution during debugging;
and 304, when the processing of the industrial robot node end is finished, acquiring the result information of the industrial robot in real time and returning the result information to the corresponding collaborative development node.
2. The distributed collaborative debugging method of an industrial robot of claim 1, further comprising in step 2: and realizing sensing and accessing a new collaborative development node through environment sensing.
3. The industrial robot distributed collaborative debugging method of claim 2, further comprising:
and 4, periodically monitoring the collaborative development nodes and the industrial robot nodes through a heartbeat and polling mechanism, removing the unresponsive collaborative development nodes and the industrial robot nodes from the network, and adjusting the priority of the rest nodes.
4. The industrial robot distributed collaborative debugging method of claim 3, further comprising:
and step 5, providing a collaborative debugging graphical interface plug-in to support an Eclipse framework.
5. An industrial robot distributed collaborative debugging system based on the method of any of claims 1-4, wherein the system comprises:
a first module, configured to implement: the collaborative development node and the industrial robot node are interconnected through a network, and a robot application program on the collaborative development node needs to access shared or mutually exclusive resources of the industrial robot controller;
a second module, configured to implement: each collaborative development node runs a debugging agent, analyzes the symbol table information, sends a debugging command to an agent server, initiates a debugging task and acquires debugging feedback information;
a third module, configured to implement: the collaborative debugging agent operated by the proxy server receives and distributes the debugging command from the collaborative development node in real time, initiates the debugging process and returns the operation state of the target code on the industrial robot node.
6. The industrial robot distributed collaborative debugging system of claim 5, further comprising:
a fourth module, configured to implement: and periodically monitoring the collaborative development nodes and the industrial robot nodes through a heartbeat and polling mechanism, removing the unresponsive collaborative development nodes and the industrial robot nodes from the network, and adjusting the priority of the rest nodes.
7. The industrial robot distributed collaborative debugging system of claim 6, further comprising:
a fifth module, configured to implement: and providing a collaborative debugging graphical interface plug-in to support an Eclipse framework.
CN202011414825.XA 2020-12-07 2020-12-07 Distributed collaborative debugging method and system for industrial robot Active CN112506654B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011414825.XA CN112506654B (en) 2020-12-07 2020-12-07 Distributed collaborative debugging method and system for industrial robot

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011414825.XA CN112506654B (en) 2020-12-07 2020-12-07 Distributed collaborative debugging method and system for industrial robot

Publications (2)

Publication Number Publication Date
CN112506654A CN112506654A (en) 2021-03-16
CN112506654B true CN112506654B (en) 2023-07-18

Family

ID=74970479

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011414825.XA Active CN112506654B (en) 2020-12-07 2020-12-07 Distributed collaborative debugging method and system for industrial robot

Country Status (1)

Country Link
CN (1) CN112506654B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113037857B (en) * 2021-03-23 2022-01-21 中国科学院自动化研究所 Multi-robot cooperative sensing service system, method and equipment facing cloud environment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101320329A (en) * 2008-07-08 2008-12-10 中国科学院软件研究所 Preemptive manpower resource collocation method and system based on task priority
CN102902620A (en) * 2011-12-23 2013-01-30 同济大学 GDB (genome database) based heterogeneous computing and debugging environment realizing system
CN103841200A (en) * 2014-03-10 2014-06-04 上海华虹宏力半导体制造有限公司 Method and device for controlling software licensing
CN107493485A (en) * 2016-06-13 2017-12-19 中兴通讯股份有限公司 A kind of resource control method, device and IPTV server
CN110119405A (en) * 2019-03-28 2019-08-13 江苏瑞中数据股份有限公司 Distributed parallel database method for managing resource
CN110650061A (en) * 2018-06-27 2020-01-03 苏州宏控软件系统有限公司 Distributed cooperative cloud testing system
CN111522654A (en) * 2020-03-18 2020-08-11 大箴(杭州)科技有限公司 Scheduling processing method, device and equipment for distributed crawler

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6425005B1 (en) * 1997-10-06 2002-07-23 Mci Worldcom, Inc. Method and apparatus for managing local resources at service nodes in an intelligent network

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101320329A (en) * 2008-07-08 2008-12-10 中国科学院软件研究所 Preemptive manpower resource collocation method and system based on task priority
CN102902620A (en) * 2011-12-23 2013-01-30 同济大学 GDB (genome database) based heterogeneous computing and debugging environment realizing system
CN103841200A (en) * 2014-03-10 2014-06-04 上海华虹宏力半导体制造有限公司 Method and device for controlling software licensing
CN107493485A (en) * 2016-06-13 2017-12-19 中兴通讯股份有限公司 A kind of resource control method, device and IPTV server
CN110650061A (en) * 2018-06-27 2020-01-03 苏州宏控软件系统有限公司 Distributed cooperative cloud testing system
CN110119405A (en) * 2019-03-28 2019-08-13 江苏瑞中数据股份有限公司 Distributed parallel database method for managing resource
CN111522654A (en) * 2020-03-18 2020-08-11 大箴(杭州)科技有限公司 Scheduling processing method, device and equipment for distributed crawler

Also Published As

Publication number Publication date
CN112506654A (en) 2021-03-16

Similar Documents

Publication Publication Date Title
EP1099164B1 (en) Method and program for processing administrative requests of a distributed network application executing in a clustered computing environment
US6074427A (en) Apparatus and method for simulating multiple nodes on a single machine
US6105067A (en) Connection pool management for backend servers using common interface
CN109669724B (en) Multi-command concurrent proxy service method and system based on Linux system
JP2008527513A (en) Checking resource capabilities before use by grid jobs submitted to the grid environment
US11456914B2 (en) Implementing affinity and anti-affinity with KUBERNETES
US20120317259A1 (en) Operation managing device and operation management method
US9104486B2 (en) Apparatuses, systems, and methods for distributed workload serialization
CN112506654B (en) Distributed collaborative debugging method and system for industrial robot
US10313450B2 (en) Method for transparently connecting augmented network socket operations
CN114296953B (en) Multi-cloud heterogeneous system and task processing method
US6332160B1 (en) Method for matching distributed transactions and machine-readable recording medium with method programs
CN114979286A (en) Access control method, device and equipment for container service and computer storage medium
CN111104336A (en) Online service interface testing method and device based on container and VNC
CN114610334A (en) Product visualization deployment method, device, system and storage medium
CN107465620B (en) General data router and communication method thereof
CN112039963B (en) Processor binding method and device, computer equipment and storage medium
CN110412947B (en) Industrial equipment control method and system and storage equipment
CN110768957B (en) Network security cooperative processing method, system and storage medium
CN113504916A (en) Code updating method and device, computer equipment and medium
US20080244219A1 (en) Method and apparatus for controlling a single-user application in a multi-user operating system
CN112083914A (en) Method and system for realizing soft bus of object model embedded operating system
KR100594019B1 (en) Process Management Method in Distributed Environment
WO2023198128A1 (en) Distributed resource sharing method and related apparatus
CN116962260A (en) Cluster security inspection 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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 222001 No.18 Shenghu Road, Lianyungang City, Jiangsu Province

Applicant after: The 716th Research Institute of China Shipbuilding Corp.

Address before: 222001 No.18 Shenghu Road, Lianyungang City, Jiangsu Province

Applicant before: 716TH RESEARCH INSTITUTE OF CHINA SHIPBUILDING INDUSTRY Corp.

GR01 Patent grant
GR01 Patent grant