WO2013131457A1 - 双系统组件式的工业机器人控制器 - Google Patents

双系统组件式的工业机器人控制器 Download PDF

Info

Publication number
WO2013131457A1
WO2013131457A1 PCT/CN2013/072139 CN2013072139W WO2013131457A1 WO 2013131457 A1 WO2013131457 A1 WO 2013131457A1 CN 2013072139 W CN2013072139 W CN 2013072139W WO 2013131457 A1 WO2013131457 A1 WO 2013131457A1
Authority
WO
WIPO (PCT)
Prior art keywords
module
management module
real
operating system
driver
Prior art date
Application number
PCT/CN2013/072139
Other languages
English (en)
French (fr)
Inventor
吴波
王杰高
王继虎
余继军
Original Assignee
南京埃斯顿机器人工程有限公司
南京埃斯顿自动化股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 南京埃斯顿机器人工程有限公司, 南京埃斯顿自动化股份有限公司 filed Critical 南京埃斯顿机器人工程有限公司
Priority to US14/116,453 priority Critical patent/US9114529B2/en
Publication of WO2013131457A1 publication Critical patent/WO2013131457A1/zh

Links

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B25HAND TOOLS; PORTABLE POWER-DRIVEN TOOLS; MANIPULATORS
    • B25JMANIPULATORS; CHAMBERS PROVIDED WITH MANIPULATION DEVICES
    • B25J9/00Programme-controlled manipulators
    • B25J9/16Programme controls
    • B25J9/1602Programme controls characterised by the control system, structure, architecture
    • B25J9/161Hardware, e.g. neural networks, fuzzy logic, interfaces, processor
    • 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/18Numerical control [NC], i.e. automatically operating machines, in particular machine tools, e.g. in a manufacturing environment, so as to execute positioning, movement or co-ordinated operations by means of programme data in numerical form
    • G05B19/414Structure of the control system, e.g. common controller or multiprocessor systems, interface to servo, programmable interface controller

Definitions

  • the present invention relates to an industrial robot controller, and more particularly to a dual system component type industrial robot controller. Background technique
  • the robot controller is divided into singles according to the processing method of the robot control algorithm.
  • CPU structure centralized control mode
  • secondary CPU structure master-slave control mode
  • multi-CPU distributed control mode The first two structures appeared in the early stage of computer technology development, using microprocessor chips to achieve, CPU computing power is not strong enough, the third structure mostly uses PC + DSP board form, respectively, to achieve the upper computer program and motion control program, Such as PMAC card or Trio board.
  • the technical problem to be solved by the present invention is to overcome the shortcomings of the prior art, and propose a dual system component type industrial robot controller.
  • a dual system component type industrial robot controller With a "component" architecture, the routing manager and the soft bus are used to implement the component-based interconnection to form an open architecture.
  • the dual system component type industrial robot controller of the invention comprises: a standard operating system, a real-time operating system, a route management module, a soft bus, a drive management module, a motion control module, a PLC module (programmable controller module), 10 modules, Teach box interface module and protocol stack module; its features are:
  • the standard operating system and real-time operating system are the basic platforms for all component modules to run.
  • the teaching box interface module, the protocol stack module and the 10 module run under the standard operating system, the PLC module, the motion control module, the drive management module and the route management.
  • the module runs under the real-time operating system;
  • the soft bus is a custom Ethernet protocol that initiates requests and communications to the corresponding component functions through the network address and function address of the component module.
  • the routing management module and the soft bus connect other modules running in real time and non-real time. stand up;
  • the routing management module is used for routing and access control arbitration between different functional modules, and maintaining common data resources in the system; each functional module (ie: drive management module, motion control module, PLC module, 10)
  • the module, the teach-in box interface module and the protocol stack module have an interface that conforms to the rules of the soft bus protocol.
  • the routing management module parses the requests or replies, and after the arbitration judgment, operates the corresponding data area, and indicates or replies to the relevant modules;
  • the drive management module (bus management module) manages the field bus, and the lower layer of the drive management module is a driver of various field bus boards or protocol stacks; the drive management module performs drivers for various field bus boards or protocol stacks. Abstraction, a memory area is created internally for these buses The abstracted data is mapped; when other functional modules need to access the device connected to the fieldbus, the driver management module provides an identical abstract interface for the access and internally passes the access to the correct driver;
  • the motion control module performs motion planning and control on the robot; the function module periodically runs, reads the current information of each axis of the robot in each cycle, and updates the given data according to the corresponding algorithm; the data is routed
  • the management module is responsible for maintenance, and finally passed to the driver management module, and sent to the corresponding hardware through the driver;
  • 10 module and motion control module run at the same level, mainly maintaining 10 information of the system, providing access to the existing 10 signals in the common system; when the upper program accesses 10, it is passed to the routing management module through 10 modules; The routing management module forwards the information to the driver management module, and finally sends the driver to the corresponding hardware through the driver;
  • the teaching box interface module, the protocol stack module and the PLC module are at the same level, which is the upper program of the 10 module and the motion control module; the PLC module runs under the real-time system, and the teaching box interface module and the protocol stack module run in the non-real-time system. .
  • the dual-system component type industrial robot controller of the invention adopts a modular structure, so that the controller is an open architecture, and the user can develop the functional module components by themselves and add them to the system according to the rules. Moreover, the open interface of the controller allows the hardware that the controller can connect without being limited.
  • FIG. 1 is a schematic block diagram showing the structure of a dual system component type industrial robot controller of the present invention. detailed description
  • the dual system component type industrial robot controller includes: standard operating system 1, real time operating system 2, route management module 3, soft bus 4, drive management module 5, motion control module 6, PLC module 7 , 10 module 8, teach-in box interface module (including teaching reproduction function) 9 and protocol stack module 10.
  • the standard operating system 1 and the real-time operating system 2 are the basic platforms for all component modules to run.
  • the teaching box interface module 9, the protocol stack module 10 and the 10 module 8 run under the standard operating system 1, the PLC module 7, the motion control module 6, the drive management module 5 and the route management module 3 run under the real-time operating system.
  • the soft bus 4 is a custom Ethernet protocol that initiates requests and communications to the corresponding component functions through the network address and function address of the component module.
  • the Route Management Module 3 is the administrator in the system, along with the Soft Bus 4, connects other real-time and non-real-time running modules.
  • the route management module 3 is used for routing and access control arbitration between different functional modules, and maintains common data resources in the system.
  • the routing management module 3 opens a shared memory area in the system memory for storing global data.
  • the global data that can be accessed by different functional modules is mapped to different corresponding memory segments, which represent the address space of each functional module.
  • the data interaction and function calls between different functional modules ultimately boil down to access to these global data, and all access to this data needs to be arbitrated and selected by the routing management module 3.
  • Each function module has an interface that complies with the soft bus 4 protocol rules. When the function modules need to interact with each other, the information is passed to the soft bus 4 through the interface, and finally to the routing management module 3.
  • the route management module 3 parses these requests or responses, and after the arbitration judgment, operates the corresponding data area, and instructs or responds to the relevant function modules.
  • the combination of the soft bus 4 and the route management module 3 allows components to be distributed among different devices in the network.
  • the route management module determines whether the component is a local component. Or a remote component, if it is a remote component, encapsulates the protocol data passed on the soft bus into an Ethernet packet and transmits it to the target device through the network device.
  • the drive management module 5 manages the field bus and belongs to the lower layer in each functional module.
  • the lower layers of the Drive Management Module 5 are drivers for various fieldbus boards or protocol stacks, such as CanOperu EtherCAT and ProfiDrive.
  • the driver management module 5 abstracts these drivers and internally creates a memory area for mapping the data abstracted by these buses.
  • the drive management module 5 provides the same for this access to different fieldbuses. Abstract interfaces, and pass these accesses internally to the correct driver.
  • the motion control module 6 performs motion planning and control on the robot.
  • the function module runs periodically, and the current information of each axis of the robot is read every cycle. After the operation is performed according to the corresponding algorithm, the new given data is updated. These data are maintained by the routing management module 3 and ultimately passed to the driver management module 5 and sent to the corresponding hardware via the driver.
  • 10 modules 8 and motion control module 6 run at the same level, mainly maintaining 10 information of the system.
  • the upper layer provides access to the 10 signals already in the common system.
  • the route management module 3 When the upper program accesses 10, it is passed to the route management module 3 via the 10 module 8.
  • the routing management module 3 forwards the information to the driver management module 5, and finally sends it to the corresponding hardware via the driver.
  • the teaching box interface module 9, the protocol stack 10 and the PLC module 7 are at the same level, and the upper module of the 10 module 8 and the motion control module 6 realizes access to the functions of these lower modules.
  • the PLC module 7 runs under the real-time system, and the teaching box interface module 9 and the protocol stack module 10 operate in a non-real-time system.
  • This modular design makes the controller's functionality not limited to this. Users can develop their own functional module components and add them to the system according to the rules. Moreover, the open interface of the controller allows the hardware to be connected to the controller to be unrestricted.

Landscapes

  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • General Physics & Mathematics (AREA)
  • Manufacturing & Machinery (AREA)
  • Evolutionary Computation (AREA)
  • Software Systems (AREA)
  • Robotics (AREA)
  • Mechanical Engineering (AREA)
  • Mathematical Physics (AREA)
  • Fuzzy Systems (AREA)
  • Artificial Intelligence (AREA)
  • Numerical Control (AREA)
  • Programmable Controllers (AREA)
  • Control By Computers (AREA)
  • Manipulator (AREA)

Abstract

一种双系统组件式的工业机器人控制器,包括:标准操作系统(1)、实时操作系统(2)、路由管理模块(3)、软总线(4)、驱动管理模块(5)、运动控制模块(6)、PLC模块(7)、IO模块(8)、示教盒接口模块(9)和协议栈模块(10);该控制器采用组件式的架构,各组件分别运行在非实时的标准操作系统(1)和实时操作系统(2)下,支持分布式处理,通过路由管理模块(3)和软总线(4)实现各组件之间的通讯及功能调用;组件通讯时经过路由管理模块(3)进行管理,驱动管理模块(5)为其他模块之间的通讯提供一个统一的符合DS402标准的接口;用户可自行开发功能模块组件并添加到系统中,而且控制器开放式的接口使得连接硬件不受限制。

Description

双系统组件式的工业机器人控制器
技术领域
本发明涉及一种工业机器人控制器, 具体说是一种双系统组件式的工业机 器人控制器。 背景技术
机器人控制器在发展过程中按照机器人控制算法的处理方式来看,可分为单
CPU 结构、 集中控制方式; 二级 CPU 结构、 主从式控制方式和多 CPU分布式 控制方式等。 前两种结构出现在计算机技术发展的早期, 采用微处理器芯片实 现, CPU运算能力不够强, 第三种结构多采用 pc机 +DSP板卡的形式, 分别实现 上位机程序和运动控制程序, 如 PMAC卡或 Trio板卡。
这些方案存在一些相似的问题, 结构普遍比较复杂, 编程比较困难, 而且系 统运算能力较差, 难以实现比如机器人动力学控制这样的复杂运算, 软件与硬 件联系比较紧密, 配线过多, 对系统进行调试及维修比较困难, 导致系统的可 靠性较差。 而且当需要控制的节点不断增加时, 控制变得异常复杂。 如果实现 更多轴的联动控制, 则需要在整个结构上做大的调整, 造成成本的增加。
目前最新的开放式的架构如专利 CN1424649A"开放式结构机器人控制器"等, 虽然也在 PC机上利用实时系统开发了开放式的控制器, 但是这些控制器基本上 都是具有层次性的架构, 每个层次所实现的功能是确定的, 在增加新功能时往 往需要对系统的框架进行修改, 工作量非常大。 发明内容
本发明所要解决的技术问题, 在于克服现有技术存在的缺陷, 提出了一种 双系统组件式的工业机器人控制器。 采用 "组件式" 的结构, 利用路由管理器 和软总线实现组件式互联的基础, 形成开放式构架。
本发明双系统组件式的工业机器人控制器, 包括: 标准操作系统、 实时操 作系统、 路由管理模块、 软总线、 驱动管理模块、 运动控制模块、 PLC模块(可 编程控制器模块)、 10模块、 示教盒接口模块和协议栈模块; 其特征是:
所述标准操作系统和实时操作系统是所有组件模块运行的基础平台, 示教 盒接口模块、 协议栈模块以及 10 模块运行在标准操作系统下, PLC模块、 运动 控制模块、 驱动管理模块和路由管理模块运行在实时操作系统下;
软总线是一种自定义的 Ethernet协议, 通过组件模块的网络地址和功能地 址, 来向对应的组件功能发起请求及通讯; 路由管理模块和软总线一起, 将其 他实时和非实时运行的模块连接起来;
路由管理模块用于对不同功能模块之间的访问进行路由选择及访问控制仲 裁, 并且对系统中的公用数据资源进行维护; 各个功能模块 (即: 驱动管理模 块、 运动控制模块、 PLC模块、 10模块、 示教盒接口模块和协议栈模块) 都有 一个符合软总线协议规则的接口, 当模块之间需要交互时, 会通过该接口, 将 信息传递到软总线上, 最后到达路由管理模块; 路由管理模块对这些请求或回 复进行解析, 经过仲裁判断后, 对对应的数据区进行操作, 并对相关的模块进 行指示或回复;
驱动管理模块 (总线管理模块) 对现场总线进行管理, 驱动管理模块的下 层为各种现场总线板卡或协议栈的驱动程序; 驱动管理模块对各种现场总线板 卡或协议栈的驱动程序进行抽象, 在内部开辟一块内存区域, 用于将这些总线 抽象出来的数据进行映射; 当其他功能模块需要访问现场总线所连接的设备时, 驱动管理模块会为该访问提供一个相同的抽象接口, 并在内部将该访问传递到 正确的驱动程序上去;
运动控制模块对机器人进行运动规划及控制; 该功能模块周期性运行, 每 个周期读取机器人各轴的当前信息, 根据相应的算法进行运算后, 将新的给定 数据更新; 这些数据由路由管理模块负责维护, 最终传递到驱动管理模块上, 并经过驱动程序发送到对应的硬件上;
10模块和运动控制模块运行在同一级别, 主要维护系统的 10信息, 对上层 程序提供常见的系统中已有的 10信号的访问; 上层程序访问 10时, 经过 10模 块传递到路由管理模块上; 路由管理模块将该信息转给驱动管理模块, 最终经 过驱动程序发送到对应的硬件上;
示教盒接口模块、 协议栈模块和 PLC模块处于同一级, 为 10模块和运动控 制模块的上层程序; PLC模块运行在实时系统下, 示教盒接口模块、 协议栈模 块运行在非实时系统中。
本发明双系统组件式的工业机器人控制器, 采用组件式结构, 使得控制器 为开放式构架, 用户可以自行开发功能模块组件, 并按照规则添加到系统中。 而且控制器开放式的接口使得控制器可以连接的硬件不受限制。 附图说明
图 1是本发明双系统组件式的工业机器人控制器结构示意框图。 具体实施方式
下面结合附图和实施例, 对本发明做进一步详细说明。 如图 1所示, 双系统组件式的工业机器人控制器, 包括: 标准操作系统 1, 实时操作系统 2,路由管理模块 3, 软总线 4,驱动管理模块 5,运动控制模块 6, PLC模块 7, 10模块 8, 示教盒接口模块 (包含示教再现功能 ) 9和协议栈模块 10。
其中, 标准操作系统 1和实时操作系统 2是所有组件模块运行的基础平台。 示教盒接口模块 9、 协议栈模块 10以及 10模块 8运行在标准操作系统 1下, PLC模块 7、 运动控制模块 6、 驱动管理模块 5和路由管理模块 3运行在实时操 作系统下。
软总线 4是一种自定义的 Ethernet协议, 通过组件模块的网络地址和功能 地址, 来向对应的组件功能发起请求及通讯。 路由管理模块 3 是系统中的管理 者, 和软总线 4一起, 将其他实时和非实时运行的模块连接起来。
路由管理模块 3 用于对不同功能模块之间的访问进行路由选择及访问控制 仲裁, 并且对系统中的公用数据资源进行维护。在具体实现时, 路由管理模块 3 在系统内存中开辟一块共享内存区域, 用于存储全局性的数据。 不同功能模块 的可供访问的全局数据映射到不同的相应内存段, 这些内存段即代表了各功能 模块的地址空间。 不同功能模块之间的数据交互及功能调用最终归结到对这些 全局数据的访问, 所有对这些数据的访问都需要经过路由管理模块 3 来进行仲 裁及选择。 每个功能模块都有一个符合软总线 4协议规则的接口, 当功能模块 之间需要交互时, 会通过该接口, 将信息传递到软总线 4上, 最后到达路由管 理模块 3。 路由管理模块 3对这些请求或回复进行解析, 经过仲裁判断后, 对对 应的数据区进行操作, 并对相关的功能模块进行指示或回复。
软总线 4和路由管理模块 3的结合使得组件可以分布在网络中的不同设备 中, 不同设备中的组件进行通讯时, 由路由管理模块判断组件是否为本地组件 或远程组件,如果为远程组件,则将软总线上传递来的协议数据封包成 Ethernet 数据包, 通过网络设备传递到目标设备上。
驱动管理模块 5对现场总线进行管理, 在各功能模块中属于较为底层。 驱 动管理模块 5 的下层为各种现场总线板卡或协议栈的驱动程序, 如 CanOperu EtherCAT和 ProfiDrive等。驱动管理模块 5对这些驱动程序进行抽象, 在内部 开辟一块内存区域, 用于将这些总线抽象出来的数据进行映射。 当其他功能模 块如 10模块 8或运动控制模块 6需要访问现场总线所连接的设备时 (如 10从 站或伺服器), 驱动管理模块 5会为这种对不同现场总线的访问提供一个相同的 抽象接口, 并在内部将这些访问传递到正确的驱动程序上去。
运动控制模块 6对机器人进行运动规划及控制。 该功能模块周期性运行, 每个周期读取机器人各轴的当前信息, 根据相应的算法进行运算后, 将新的给 定数据更新。这些数据由路由管理模块 3负责维护, 最终传递到驱动管理模块 5 上, 并经过驱动程序发送到对应的硬件上。
10模块 8和运动控制模块 6运行在同一级别, 主要维护系统的 10信息。对 上层提供常见的系统中已有的 10信号的访问。 上层程序访问 10时, 经过 10模 块 8传递到路由管理模块 3上。 路由管理模块 3将该信息转给驱动管理模块 5, 最终经过驱动程序发送到对应的硬件上。
示教盒接口模块 9、协议栈 10和 PLC模块 7处于同一级, 为 10模块 8和运 动控制模块 6的上层程序, 实现对这些下层模块功能的访问。 PLC模块 7运行在 实时系统下, 示教盒接口模块 9、 协议栈模块 10运行在非实时系统中。
这种组件式的设计使得控制器的功能并不局限于此, 用户可以自行开发功 能模块组件, 并按照规则添加到系统中。 而且控制器开放式的接口使得控制器 可以连接的硬件不受限制。

Claims

权利要求
1、 一种双系统组件式的工业机器人控制器, 包括: 标准操作系统、 实时操作系 统、 路由管理模块、 软总线、 驱动管理模块、 运动控制模块、 PLC模块、 10模 块、 示教盒接口模块和协议栈模块; 其特征是:
所述标准操作系统和实时操作系统是所有组件模块运行的基础平台, 示教 盒接口模块、 协议栈模块以及 10 模块运行在标准操作系统下, PLC模块、 运动 控制模块、 驱动管理模块和路由管理模块运行在实时操作系统下;
软总线是一种自定义的 Ethernet 协议, 通过组件模块的网络地址和功能 地址, 来向对应的组件功能发起请求及通讯; 路由管理模块和软总线一起, 将 其他实时和非实时运行的模块连接起来;
路由管理模块用于对不同功能模块之间的访问进行路由选择及访问控制 仲裁, 并且对系统中的公用数据资源进行维护; 各个功能模块 (即: 驱动管理 模块、 运动控制模块、 PLC模块、 10模块、 示教盒接口模块和协议栈模块) 都 有一个符合软总线协议规则的接口, 当模块之间需要交互时, 会通过该接口, 将信息传递到软总线上, 最后到达路由管理模块; 路由管理模块对这些请求或 回复进行解析, 经过仲裁判断后, 对对应的数据区进行操作, 并对相关的模块 进行指示或回复;
驱动管理模块 (总线管理模块)对现场总线进行管理, 驱动管理模块的下 层为各种现场总线板卡或协议栈的驱动程序; 驱动管理模块对各种现场总线板 卡或协议栈的驱动程序进行抽象, 在内部开辟一块内存区域, 用于将这些总线 抽象出来的数据进行映射; 当其他功能模块需要访问现场总线所连接的设备时, 驱动管理模块会为该访问提供一个相同的抽象接口, 并在内部将该访问传递到 正确的驱动程序上去;
运动控制模块对机器人进行运动规划及控制; 该功能模块周期性运行, 每 个周期读取机器人各轴的当前信息, 根据相应的算法进行运算后, 将新的给定 数据更新; 这些数据由路由管理模块负责维护, 最终传递到驱动管理模块上, 并经过驱动程序发送到对应的硬件上;
10模块和运动控制模块运行在同一级别, 主要维护系统的 10信息, 对上层 程序提供常见的系统中已有的 10信号的访问; 上层程序访问 10时, 经过 10模 块传递到路由管理模块上; 路由管理模块将该信息转给驱动管理模块, 最终经 过驱动程序发送到对应的硬件上;
示教盒接口模块、 协议栈模块和 PLC模块处于同一级, 为 10模块和运动控 制模块的上层程序; PLC模块运行在实时系统下, 示教盒接口模块、 协议栈模 块运行在非实时系统中。
PCT/CN2013/072139 2012-03-08 2013-03-04 双系统组件式的工业机器人控制器 WO2013131457A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/116,453 US9114529B2 (en) 2012-03-08 2013-03-04 Dual-system component-based industrial robot controller

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2012100596398A CN102591306B (zh) 2012-03-08 2012-03-08 双系统组件式的工业机器人控制器
CN201210059639.8 2012-03-08

Publications (1)

Publication Number Publication Date
WO2013131457A1 true WO2013131457A1 (zh) 2013-09-12

Family

ID=46480133

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/072139 WO2013131457A1 (zh) 2012-03-08 2013-03-04 双系统组件式的工业机器人控制器

Country Status (3)

Country Link
US (1) US9114529B2 (zh)
CN (1) CN102591306B (zh)
WO (1) WO2013131457A1 (zh)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111787087A (zh) * 2020-06-28 2020-10-16 山西北斗经纬科贸股份有限公司 在线桌面信息台运行系统
CN115157259A (zh) * 2020-12-29 2022-10-11 北京东土科技股份有限公司 一种基于工业宽带总线的机器人通信方法及系统
CN116074397A (zh) * 2022-12-29 2023-05-05 上海新时达机器人有限公司 一种数据共享系统

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102591306B (zh) 2012-03-08 2013-07-10 南京埃斯顿机器人工程有限公司 双系统组件式的工业机器人控制器
US10360316B2 (en) * 2012-12-21 2019-07-23 Rockwell Automation Technologies, Inc. Integration of simulation of a machine for industrial automation
EP2891020B1 (en) * 2013-07-30 2017-06-21 Dmg Mori Co., Ltd. Control system for controlling operation of a numerically controlled machine tool, and back-end and front-end control devices for use in such system
CN104889990A (zh) * 2015-05-22 2015-09-09 活点信息技术有限公司 基于物联网技术的机器人核心控制系统
US10894318B2 (en) * 2016-02-23 2021-01-19 Abb Schweiz Ag Robot controller system and method therefor
EP3216569A1 (en) * 2016-03-07 2017-09-13 Aldebaran Robotics Modular manufacturing of a robot
CN105892406B (zh) * 2016-05-03 2018-11-06 天津大学 智能测评开放式运动控制实验教学装置
EP3540530B1 (de) * 2018-03-15 2022-10-19 Siemens Aktiengesellschaft Verfahren und anordnung zum steuern eines technischen systems
CN108897248A (zh) * 2018-06-07 2018-11-27 浙江国自机器人技术有限公司 一种多cpu控制器和移动机器人
CN109683478A (zh) * 2018-12-21 2019-04-26 南京埃斯顿机器人工程有限公司 柔性关节机械臂分数阶滑模优化控制方法
CN111687830A (zh) * 2019-03-15 2020-09-22 广州市韦德电气机械有限公司 一种机器人驱控一体机多轴总线链接方法及其驱动系统
CN110290144B (zh) * 2019-07-01 2022-02-25 深圳市元征科技股份有限公司 一种用户权限信息更新方法、系统、存储介质及电子设备
DE102019117954A1 (de) * 2019-07-03 2021-01-07 Beckhoff Automation Gmbh Laufzeitserver zum gleichzeitigen Ausführen mehrerer Laufzeitsysteme einer Automatisierungsanlage
US11498211B2 (en) * 2019-12-30 2022-11-15 Intrinsic Innovation Llc Composability framework for robotic control system
CN113553276B (zh) * 2020-04-26 2023-08-15 中移(成都)信息通信科技有限公司 连接关系确定的方法、装置、系统及存储介质
CN113595786B (zh) * 2021-07-28 2022-10-18 中国工商银行股份有限公司 一种叶脊网络结构的性能监测方法及装置
CN114884766B (zh) * 2022-03-29 2024-04-26 机械工业仪器仪表综合技术经济研究所 一种实现多种工业总线与5g通信集成的装置

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09171405A (ja) * 1995-12-20 1997-06-30 Hitachi Ltd Faシステムの制御装置と方法、制御プログラム生成方法
US5825981A (en) * 1996-03-11 1998-10-20 Komatsu Ltd. Robot system and robot control device
CN2447131Y (zh) * 2000-09-30 2001-09-12 中国科学院自动化研究所 开放式工业机器人控制平台
CN1424649A (zh) * 2003-01-09 2003-06-18 清华大学 开放式结构机器人控制器
CN1912783A (zh) * 2006-08-31 2007-02-14 山东大学 一种智能step-nc控制器系统及其实现方法
CN101592951A (zh) * 2009-07-02 2009-12-02 上海交通大学 分布式仿人机器人通用控制系统
US20110153079A1 (en) * 2009-12-18 2011-06-23 Electronics And Telecommunication Research Institute Apparatus and method for distributing and monitoring robot application and robot driven thereby
CN102126222A (zh) * 2011-04-27 2011-07-20 东南大学 遥控型机器人控制系统
CN102591306A (zh) * 2012-03-08 2012-07-18 南京埃斯顿机器人工程有限公司 双系统组件式的工业机器人控制器

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6697681B1 (en) * 2000-03-22 2004-02-24 Trellis Software & Controls, Inc. Shared operating unit for a network of programmable equipment
CN1095420C (zh) * 2000-09-30 2002-12-04 中国科学院自动化研究所 开放式工业机器人控制平台
JP2003117863A (ja) * 2001-10-16 2003-04-23 Fanuc Ltd ロボットシミュレーション装置
JP4260423B2 (ja) * 2002-05-30 2009-04-30 ローツェ株式会社 円盤状物の基準位置教示方法、位置決め方法および搬送方法並びに、それらの方法を使用する円盤状物の基準位置教示装置、位置決め装置、搬送装置および半導体製造設備
US7241200B2 (en) * 2005-03-23 2007-07-10 Control Systems Technologies, Llc Control system and method for processing jewelry and the like
US7860609B2 (en) * 2005-05-06 2010-12-28 Fanuc Robotics America, Inc. Robot multi-arm control system
US8036776B2 (en) * 2005-11-16 2011-10-11 Abb Ab Method and device for controlling motion of an industrial robot with a position switch
US7627394B2 (en) * 2005-12-20 2009-12-01 Kuka Roboter Gmbh Robot trajectory control including emergency evacuation path system and method
US8271943B2 (en) * 2007-04-24 2012-09-18 National Instruments Corporation Automatically generating a graphical program with a plurality of models of computation
CN100544899C (zh) * 2007-10-26 2009-09-30 昆山华恒工程技术中心有限公司 一种开放式机器人系统
US20100017033A1 (en) * 2008-07-18 2010-01-21 Remus Boca Robotic systems with user operable robot control terminals
CN101537613A (zh) * 2009-01-21 2009-09-23 上海广茂达伙伴机器人有限公司 开放式移动机器人系统
US8364314B2 (en) * 2009-04-30 2013-01-29 GM Global Technology Operations LLC Method and apparatus for automatic control of a humanoid robot
JP4676544B2 (ja) * 2009-05-29 2011-04-27 ファナック株式会社 工作機械に対してワークの供給及び取り出しを行うロボットを制御するロボット制御装置
US8694296B2 (en) * 2010-10-22 2014-04-08 Agile Planet, Inc. Method and apparatus for integrated simulation
US20130096719A1 (en) * 2011-10-13 2013-04-18 The U.S.A. As Represented By The Administrator Of The National Aeronautics And Space Administration Method for dynamic optimization of a robot control interface

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09171405A (ja) * 1995-12-20 1997-06-30 Hitachi Ltd Faシステムの制御装置と方法、制御プログラム生成方法
US5825981A (en) * 1996-03-11 1998-10-20 Komatsu Ltd. Robot system and robot control device
CN2447131Y (zh) * 2000-09-30 2001-09-12 中国科学院自动化研究所 开放式工业机器人控制平台
CN1424649A (zh) * 2003-01-09 2003-06-18 清华大学 开放式结构机器人控制器
CN1912783A (zh) * 2006-08-31 2007-02-14 山东大学 一种智能step-nc控制器系统及其实现方法
CN101592951A (zh) * 2009-07-02 2009-12-02 上海交通大学 分布式仿人机器人通用控制系统
US20110153079A1 (en) * 2009-12-18 2011-06-23 Electronics And Telecommunication Research Institute Apparatus and method for distributing and monitoring robot application and robot driven thereby
CN102126222A (zh) * 2011-04-27 2011-07-20 东南大学 遥控型机器人控制系统
CN102591306A (zh) * 2012-03-08 2012-07-18 南京埃斯顿机器人工程有限公司 双系统组件式的工业机器人控制器

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111787087A (zh) * 2020-06-28 2020-10-16 山西北斗经纬科贸股份有限公司 在线桌面信息台运行系统
CN115157259A (zh) * 2020-12-29 2022-10-11 北京东土科技股份有限公司 一种基于工业宽带总线的机器人通信方法及系统
CN116074397A (zh) * 2022-12-29 2023-05-05 上海新时达机器人有限公司 一种数据共享系统

Also Published As

Publication number Publication date
US20140074294A1 (en) 2014-03-13
CN102591306A (zh) 2012-07-18
CN102591306B (zh) 2013-07-10
US9114529B2 (en) 2015-08-25

Similar Documents

Publication Publication Date Title
WO2013131457A1 (zh) 双系统组件式的工业机器人控制器
US10265848B2 (en) Robotic hybrid system application framework based on multi-core processor architecture
Loy et al. Open control networks: LonWorks/EIA 709 technology
JP5379770B2 (ja) 制御システム及び該システムを提供する方法
JP5283806B2 (ja) 産業用プロセス制御システムのための通信アーキテクチャ
CN105278940A (zh) 一种基于多核处理器架构的机器人混合系统应用框架
CN114363021B (zh) 网络靶场系统、网络靶场系统的虚拟网络实现方法及装置
CN102122157B (zh) 保持原系统功能和性能的冗余架构控制系统和方法
CN106790436B (zh) 一种基于云架构的交通系统监控方法和控制中心云服务器
CN105897574A (zh) 一种支持双网双主冗余的Modbus RTU/TCP网关装置
JP5084908B2 (ja) 制御ノードのネットワークのためのプログラミング装置、及びそれを有するシステム
KR20080016942A (ko) 규모가변적 모션 제어 시스템
CA2998428C (en) Modular control device of an industrial automation system, and method for configuring the modular control device
CN104635708A (zh) 一种基于i-mx287处理器的opc ua数据采集模块
CN101013315A (zh) 基于全数字环形总线式通用型数控系统
JP2016177716A (ja) 冗長化pcシステム
CN102402218B (zh) 一种智能工业网络监控系统
CN115348126A (zh) 一种网络靶场实体设备接入方法、装置及实现系统
CN104243172B (zh) 一种分散控制系统的扩展输入输出装置和方法
CN103200067A (zh) 用以隔离数据的动态虚拟lan
US20200233402A1 (en) Control Unit and Method For Operating An Industrial Automation System Communication Network Comprising A Plurality Of Communication Devices
JP2004306200A (ja) ロボット制御システム
EP2530911B1 (en) Systems and methods for identifying foundation fieldbus linking devices
CN1232915C (zh) 现场总线网络控制器
CN203397356U (zh) 一种列车通信网络ip核装置

Legal Events

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

Ref document number: 13757583

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 14116453

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13757583

Country of ref document: EP

Kind code of ref document: A1