CN106959672B - Industrial motion control system and method based on API - Google Patents

Industrial motion control system and method based on API Download PDF

Info

Publication number
CN106959672B
CN106959672B CN201710293042.2A CN201710293042A CN106959672B CN 106959672 B CN106959672 B CN 106959672B CN 201710293042 A CN201710293042 A CN 201710293042A CN 106959672 B CN106959672 B CN 106959672B
Authority
CN
China
Prior art keywords
control
motion
control subsystem
industrial
subsystem
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.)
Expired - Fee Related
Application number
CN201710293042.2A
Other languages
Chinese (zh)
Other versions
CN106959672A (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.)
Shenzhen Inovance Technology Co Ltd
Original Assignee
Shenzhen Inovance 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 Shenzhen Inovance Technology Co Ltd filed Critical Shenzhen Inovance Technology Co Ltd
Priority to CN201710293042.2A priority Critical patent/CN106959672B/en
Publication of CN106959672A publication Critical patent/CN106959672A/en
Application granted granted Critical
Publication of CN106959672B publication Critical patent/CN106959672B/en
Expired - Fee Related 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/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
    • G05B19/4147Structure of the control system, e.g. common controller or multiprocessor systems, interface to servo, programmable interface controller characterised by using a programmable interface controller [PIC]
    • 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/30Nc systems
    • G05B2219/31From computer integrated manufacturing till monitoring
    • G05B2219/31137Sercos serial real time communications system between servo and cpu

Abstract

The invention discloses an industrial motion control system and method based on an API (application program interface). The industrial motion control system comprises an industrial PC control subsystem and a P L C control subsystem, wherein the industrial PC control subsystem comprises a control module and an API library, the P L C control subsystem comprises a P L C motion controller and a plurality of servo drivers, the control module is used for generating motion control instructions and processing feedback data from the P L C control subsystem, the API library is used for caching the motion control instructions from the control module and sending the motion control instructions to the P L C control subsystem at one time, and reading the feedback data of the P L C control subsystem to the industrial PC control subsystem at one time, the P L C motion controller is used for controlling the servo drivers according to the motion control instructions and generating feedback data, and the servo drivers are used for controlling corresponding motor motion under the control of the P L C motion controller.

Description

Industrial motion control system and method based on API
Technical Field
The present invention relates to the field of automation control technologies, and in particular, to an industrial motion control system and method based on an API (application programming Interface).
Background
Currently, in the field of industrial motion control, there are two main control modes, one is implemented by a motion control card, and the other is implemented by a P L C (Programmable L organic Controller).
The motion control card is mainly characterized in that the motion controller formed together with the motion control card has the strongest functions, such as the functions of a Computer Aided Design (CAD), the machine vision function, the high-level programming and the like, because the PC has the powerful functions, the working stability and the reliability are poor.
In the mode of realizing through P L C, the switching value is controlled logically through P L C, and the functions of motion control (linear track control), operation, data processing and the like can be realized, so the method has the advantages of reliable work, simple programming and the like.
However, since the Modbus TCP protocol communicates in a one-to-one manner, communication takes time, and when there are many commands, there is a significant delay in the communication time superimposed, which is reflected in the motion control being an action stuck, which is clearly undesirable.
Disclosure of Invention
The invention aims to provide an industrial motion control system and method based on an API (application program interface) to reduce communication data redundancy and improve communication speed.
In order to achieve the purpose, the invention adopts the technical scheme that the industrial motion control system based on the API comprises an industrial personal PC control subsystem and a P L C control subsystem, wherein the industrial PC control subsystem comprises a control module and an API library, the P L C control subsystem comprises a P L C motion controller and a plurality of servo drivers, and the industrial motion control system comprises:
the control module is used for generating a motion control instruction and processing feedback data from a P L C control subsystem;
the API library is used for caching the motion control commands from the control module, sending a plurality of motion control commands to the P L C control subsystem at one time and reading feedback data of the P L C control subsystem to the industrial PC control subsystem at one time;
the P L C motion controller for controlling the plurality of servo drives according to the plurality of motion control commands and generating feedback data;
and the plurality of servo drivers are used for controlling the corresponding motor motion under the control of the P L C motion controller.
Preferably, the industrial PC control subsystem and the P L C control subsystem communicate with each other via an extended Modbus TCP protocol, where the extended Modbus TCP protocol includes a batch read function code and a batch write function code.
Preferably, the P L C motion controller comprises a plurality of data storage units for storing feedback data of the P L C control subsystem, wherein the feedback data of the P L C control subsystem comprises execution result data and motor state data of the plurality of servo drivers for controlling the motor motion;
the plurality of servo drivers are further configured to return the execution result data and the motor state data to the plurality of data storage units.
Preferably, the API library includes a dynamic link library, a processing unit, and an instruction storage unit, wherein:
the dynamic link library is used for providing an API interface function for the control module so that the control module can store a plurality of motion control instructions to the instruction storage unit in sequence by calling the API interface function;
the processing unit is used for sending the motion control commands stored in the command storage unit to the P L C control subsystem at one time, and reading the execution result data and the motor state data at one time;
the instruction storage unit is used for temporarily storing the plurality of motion control instructions.
Preferably, the processing unit is further configured to:
and when the instruction storage unit is empty, the motor state data is read to the industrial PC control subsystem at one time.
Correspondingly, the invention also provides an industrial motion control method based on the API, which comprises the following steps:
step S1, generating a motion control command and sending a plurality of motion control commands to the P L C control subsystem at one time;
step S2, the P L C motion controller controls a plurality of servo drivers according to the motion control commands;
step S3: the servo drivers control the corresponding motors to move;
and step S4, reading the feedback data of the P L C control subsystem to the industrial PC control subsystem at one time.
Preferably, the industrial PC control subsystem and the P L C control subsystem communicate with each other via an extended Modbus TCP protocol, where the extended Modbus TCP protocol includes a batch read function code and a batch write function code.
Preferably, the feedback data of the P L C control subsystem includes execution result data and motor state data of the plurality of servo drivers controlling the motor motion;
in the step S4, the P L C control subsystem simultaneously transmits the execution result data and the motor state data to the industrial PC control subsystem.
Preferably, the step S1 includes:
step S11: a control module of the industrial PC control subsystem generates a motion control instruction;
step S12: calling an API interface function of an API library to sequentially store the motion control instructions into an instruction storage unit;
step S13, the motion control commands stored in the command storage unit are sent to the P L C control subsystem at a time.
Preferably, the API-based industrial motion control method further comprises:
and when the instruction storage unit is empty, the motor state data is read to the industrial PC control subsystem at one time.
The API-based industrial motion control system and the API-based industrial motion control method have the advantages that the industrial PC control subsystem sends a plurality of motion control instructions to the P L C control subsystem at one time through the API library, the P L C control subsystem controls the motor shaft to complete corresponding motion according to the motion control instructions and then reads feedback data of the P L C control subsystem at one time, therefore, the industrial PC control subsystem can provide a visualization function and control the motor shaft by using the stability of the P L C, meanwhile, the industrial PC control subsystem can send a plurality of motion control instructions to the P L C control subsystem at one time and simultaneously read the feedback data of the P L C control subsystem at one time, and therefore, communication data redundancy is greatly reduced, the purpose of improving communication speed and meeting system requirements is achieved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a schematic diagram of an API-based industrial motion control system provided by an embodiment of the present invention;
FIG. 2 is a schematic diagram of an API library provided by an embodiment of the present invention;
FIG. 3 is a flow chart illustrating an API-based industrial motion control method according to an embodiment of the present invention;
fig. 4 is a flowchart illustrating step S1 according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
FIG. 1 is a schematic diagram of an API-based industrial motion control system according to an embodiment of the present invention, and as shown in FIG. 1, the API-based industrial motion control system of the present invention includes an industrial PC control subsystem 10 and a P L C control subsystem 20. the industrial PC control subsystem 10 includes a control module 110 and an API library 120, and the P L C control subsystem 20 includes a P L C motion controller 210 and a plurality of servo drivers 220.
In an embodiment of the present invention, the industrial PC control subsystem 10 and the P L C control subsystem 20 communicate with each other via an extended Modbus TCP protocol, where the extended Modbus TCP protocol includes a batch read function code and a batch write function code, the host computer can read discrete register data at a time via the batch read function code 0x61, and write a plurality of discrete registers at a time via the batch write function code 0x 62.
Specifically, in an embodiment of the present invention, the motion control command refers to a command for controlling rotation of a motor shaft, such as a start motor shaft command, a stop command, an acceleration command, a deceleration command, and the like, when the system needs to control a certain motor shaft to move in a certain manner, a plurality of corresponding motion control commands are simultaneously sent to the P L C control subsystem through the control module 110 at one time, instead of sending the control commands one by one.
The API library 120 is used for caching the motion control commands from the control module 110, sending a plurality of motion control commands to the P L C control subsystem 20 at one time, and reading the feedback data of the P L C control subsystem 20 to the industrial PC control subsystem 10 at one time, specifically, the API library 120 provides data buffering for the control module 110, is responsible for transmitting the commands of the control module 110 to the P L C control subsystem and feeding back the execution results to a service layer, and the control module 110 can realize the starting, stopping, accelerating and decelerating of the shaft, and obtaining various states of the shaft and the like only by calling interface functions provided by the API library 120.
The P L C motion controller 210 is used for controlling the servo drivers 220 according to the motion control commands and generating feedback data, the servo drivers 220 are used for controlling corresponding motor motion under the control of the P L C motion controller 210, specifically, the P L C motion controller 210 is connected with the servo drivers 220 through an EtherCAT (Ethernet control automation Technology) bus to form a P L C control subsystem 20. the P L C motion controller 210 is programmed with function modules corresponding to different motion control commands in advance through P L C programming languages such as ladder diagram, ST (structured text) and the like according to control requirements, the P L C motion controller 210 calls corresponding function modules according to the motion control commands sent by the industrial PC control subsystem 10, and controls the corresponding servo drivers 220 through the EtherCAT bus, thereby realizing the motion control of corresponding motor shafts.
Further, in an embodiment of the present invention, the P L C motion controller 210 includes a plurality of data storage units for storing feedback data of the P L C control subsystem 20, the feedback data of the P L C control subsystem 20 includes execution result data and motor status data of the plurality of servo drivers 220 for controlling the motor motion, the plurality of servo drivers 220 are further used for returning the execution result data and the motor status data to the plurality of data storage units, specifically, the servo drivers need to return to the data storage units of the P L C motion controller according to an execution result after controlling the motor shaft motion, and the motor also updates its own status data (e.g., the data of the rotation speed, position, etc. of the motor at that time) to the data storage units through the servo drivers in real time.
Further, as shown in fig. 2, in an embodiment of the present invention, the API library 120 includes a dynamic link library 122, an instruction storage unit 124, and a processing unit 126, where the dynamic link library 122 is configured to provide an API interface function for the control module 110, so that the control module 110 sequentially stores a plurality of motion control instructions to the instruction storage unit 124 by calling the API interface function, the processing unit 126 is configured to send the plurality of motion control instructions stored in the instruction storage unit 124 to the P L C control subsystem 20 at one time, and read the execution result data and the motor state data at one time, and the instruction storage unit 124 is configured to temporarily store the plurality of motion control instructions.
Therefore, when the control module 110 needs to send a plurality of motion control instructions to the P L C control subsystem 20, the motion control instructions can be sequentially read to the instruction storage unit 124 by calling the API interface function, the processing unit 126 polls the instruction storage unit 124, when the instruction storage unit 124 is not empty (i.e., there is a motion control instruction), the processing unit 126 reads the instruction storage unit 124 and simultaneously issues a plurality of instructions to the P L C control subsystem through batch write function codes, and when the P L C control subsystem responds, the processing unit not only needs to read execution result data, but also needs to read motor state data together, i.e., the data stored in a plurality of discrete registers of the P L C control subsystem is updated to the memory of the industrial PC at one time through batch read function codes.
Further, in an embodiment of the present invention, the processing unit 126 is further configured to read the motor status data to the industrial PC control subsystem 10 once when the instruction storage unit 124 is empty (i.e. when there is no motion control instruction), specifically, when the instruction storage unit 124 is empty (i.e. when there is no motion control instruction), the processing unit 126 reads the feedback data of the P L C control subsystem to the industrial PC control subsystem to the memory once through a 0x61 function code.
Advantageously, in the API-based industrial motion control system provided by this embodiment, the industrial PC control subsystem sends a plurality of motion control commands to the P L C control subsystem at a time through the API library, the P L C control subsystem controls the motor shaft to complete corresponding motions according to the plurality of motion control commands, and then the industrial PC control subsystem reads the feedback data of the P L C control subsystem at a time, so that the industrial PC control subsystem can provide a visualization function through the industrial PC control subsystem, and can also control the motor shaft by using the stability of the P L C, and meanwhile, the industrial PC control subsystem and the P L C control subsystem communicate through the extended Modbus TCP protocol, and the industrial PC control subsystem can simultaneously send a plurality of motion control commands to the P L C control subsystem at a time by writing function codes in batches, and read the feedback data of the P L C control subsystem at a time by writing function codes in batches, thereby greatly reducing communication data redundancy, achieving the purpose of increasing communication speed and satisfying system requirements.
It should be noted that, in the embodiment of the present invention, a plurality of motion control commands and feedback data may be sent and read at one time, or may be sent and read in multiple times according to an application scenario, which is not limited herein.
Fig. 3 is a flowchart illustrating an API-based industrial motion control method according to an embodiment of the present invention. As shown in fig. 3, the API-based industrial motion control method includes the steps of:
step S1, generating a motion control command and sending a plurality of motion control commands to the P L C control subsystem at one time;
when the system needs to control a certain motor shaft to move in a certain mode, a plurality of corresponding motion control commands are simultaneously sent to the P L C control subsystem through the control module at one time instead of sending the control commands one by one.
Step S2, the P L C motion controller controls a plurality of servo drivers according to the motion control commands;
step S3: the servo drivers control the corresponding motors to move;
the P L C motion controller is programmed with function modules corresponding to different motion control instructions in advance through P L C programming languages such as ladder diagram and ST (Structured Text) according to control requirements, the P L C motion controller calls corresponding function modules according to the motion control instructions sent by the industrial PC control subsystem, and controls the corresponding servo drivers through the EtherCAT bus, thereby realizing the motion control of corresponding motor shafts
And step S4, reading the feedback data of the P L C control subsystem to the industrial PC control subsystem at one time.
Further, in an embodiment of the present invention, the feedback data of the P L C control subsystem includes the execution result data and the motor status data of the plurality of servo drivers controlling the motor motion, and in the step S4, the P L C control subsystem simultaneously transmits the execution result data and the motor status data to the industrial PC control subsystem, the plurality of servo drivers return the execution result data and the motor status data to the plurality of data storage units of the P L C motion controller.
In an embodiment of the present invention, the industrial PC control subsystem 10 and the P L C control subsystem 20 communicate with each other via an extended Modbus TCP protocol, where the extended Modbus TCP protocol includes a batch read function code and a batch write function code, the host computer can read the discrete register data at one time via the new function code via the batch read function code 0x61, and the other function is a batch write function 0x62, i.e. the host computer can write a plurality of discrete registers at one time via the function code.
Further, as shown in fig. 4, the step S1 includes the following steps:
step S11: a control module of the industrial PC control subsystem generates a motion control instruction;
step S12:
calling an API interface function of an API library to sequentially store the motion control instructions into an instruction storage unit;
step S13, the motion control commands stored in the command storage unit are sent to the P L C control subsystem at a time.
The industrial PC control subsystem and the P L C control subsystem are communicated through an extended Modbus TCP protocol, therefore, when a control module needs to send a plurality of motion control commands to the P L C control subsystem, the motion control commands can be sequentially stored in the command storage unit by calling the API interface function, the processing unit polls the command storage unit, when the command storage unit is not empty (namely, when the motion control commands exist), the processing unit reads the command storage unit and simultaneously issues the commands to the P L C control subsystem through batch writing function codes, and when the P L C control subsystem responds, the processing unit not only needs to read execution result data, but also needs to read motor state data together, namely, the data stored in a plurality of discrete registers of the P L C control subsystem are updated to the memory of the industrial PC control subsystem at one time through the batch reading function codes.
Further, in this embodiment, the API-based industrial motion control method further includes:
and when the instruction storage unit is empty, the motor state data is read to the industrial PC control subsystem at one time.
Specifically, when the instruction storage unit is empty (namely when no motion control instruction exists), the processing unit reads the feedback data of the P L C control subsystem into the industrial PC control subsystem to be stored into the memory at one time through the 0x61 function code.
Advantageously, according to the API-based industrial motion control method provided by the embodiment, the industrial PC control subsystem sends a plurality of motion control commands to the P L C control subsystem at one time through the API library, the P L C control subsystem controls the motor shaft to complete corresponding motion according to the motion control commands, and then the industrial PC control subsystem reads feedback data of the P L C control subsystem at one time, so that a visualization function can be provided through the industrial PC control subsystem, control over the motor shaft can be achieved by using the stability performance of the P L C, meanwhile, the industrial PC control subsystem and the P L C control subsystem communicate through an expanded Modbus TCP protocol, the industrial PC control subsystem can simultaneously send a plurality of motion control commands to the P L C control subsystem at one time through batch writing of function codes, and read feedback data of the P L C control subsystem at one time through batch writing of function codes, and therefore communication data redundancy can be greatly reduced, communication speed can be improved, and the purpose of meeting system requirements can be achieved.
While the invention has been described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (4)

1. An API-based industrial motion control system comprising an industrial PC control subsystem and a programmable logic controller P L C control subsystem, the industrial PC control subsystem comprising a control module and an API library, the P L C control subsystem comprising a P L C motion controller and a plurality of servo drives, wherein:
the control module is used for generating a motion control instruction and processing feedback data from a P L C control subsystem;
the API library is used for caching the motion control commands from the control module, sending a plurality of motion control commands to the P L C control subsystem at one time and reading feedback data of the P L C control subsystem to the industrial PC control subsystem at one time;
the P L C motion controller for controlling the plurality of servo drives according to the plurality of motion control commands and generating feedback data;
the plurality of servo drivers are used for controlling the corresponding motor motion under the control of the P L C motion controller;
the industrial PC control subsystem and the P L C control subsystem are communicated through an expanded Modbus TCP protocol, and the expanded Modbus TCP protocol comprises batch reading function codes and batch writing function codes;
the P L C motion controller comprises a plurality of data storage units for storing feedback data of the P L C control subsystem, wherein the feedback data of the P L C control subsystem comprises execution result data and motor state data of the motion of the servo drivers controlled by the motors;
the servo drivers are also used for returning the execution result data and the motor state data to the data storage units;
the API library comprises a dynamic link library, a processing unit and an instruction storage unit, wherein:
the dynamic link library is used for providing an API interface function for the control module so that the control module can store a plurality of motion control instructions to the instruction storage unit in sequence by calling the API interface function;
the processing unit is used for sending the motion control commands stored in the command storage unit to the P L C control subsystem at one time, and reading the execution result data and the motor state data at one time;
the instruction storage unit is used for temporarily storing the plurality of motion control instructions.
2. The API-based industrial motion control system of claim 1 wherein the processing unit is further configured to:
and when the instruction storage unit is empty, the motor state data is read to the industrial PC control subsystem at one time.
3. An API-based industrial motion control method is characterized by comprising the following steps:
step S1, generating a motion control command and sending a plurality of motion control commands to the P L C control subsystem at one time;
step S2, the P L C motion controller controls a plurality of servo drivers according to the motion control commands;
step S3: the servo drivers control the corresponding motors to move;
step S4, reading the feedback data of the P L C control subsystem to an industrial PC control subsystem at one time;
the industrial PC control subsystem and the P L C control subsystem are communicated through an expanded Modbus TCP protocol, and the expanded Modbus TCP protocol comprises batch reading function codes and batch writing function codes;
the feedback data of the P L C control subsystem comprises execution result data and motor state data of the plurality of servo drivers for controlling the motor motion;
in the step S4, the P L C control subsystem simultaneously transmits the execution result data and the motor state data to the industrial PC control subsystem;
the step S1 includes:
step S11: a control module of the industrial PC control subsystem generates a motion control instruction;
step S12: calling an API interface function of an API library to sequentially store the motion control instructions into an instruction storage unit;
step S13, the motion control commands stored in the command storage unit are sent to the P L C control subsystem at a time.
4. The API-based industrial motion control method of claim 3, further comprising:
and when the instruction storage unit is empty, the motor state data is read to the industrial PC control subsystem at one time.
CN201710293042.2A 2017-04-28 2017-04-28 Industrial motion control system and method based on API Expired - Fee Related CN106959672B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710293042.2A CN106959672B (en) 2017-04-28 2017-04-28 Industrial motion control system and method based on API

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710293042.2A CN106959672B (en) 2017-04-28 2017-04-28 Industrial motion control system and method based on API

Publications (2)

Publication Number Publication Date
CN106959672A CN106959672A (en) 2017-07-18
CN106959672B true CN106959672B (en) 2020-07-28

Family

ID=59484079

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710293042.2A Expired - Fee Related CN106959672B (en) 2017-04-28 2017-04-28 Industrial motion control system and method based on API

Country Status (1)

Country Link
CN (1) CN106959672B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107398902B (en) * 2017-08-02 2019-08-16 合肥中导机器人科技有限公司 Robot control method, robot control system
CN108344476A (en) * 2018-02-01 2018-07-31 南京航空航天大学 A kind of system integrating formula coal sample precision weighing system and method based on PC machine
CN109491811B (en) * 2018-11-20 2022-03-08 网易(杭州)网络有限公司 Game testing method, device and storage medium
CN111385118A (en) * 2018-12-29 2020-07-07 苏州灵猴机器人有限公司 EtherCAT equipment configuration software communication scheme
CN111381552A (en) * 2018-12-29 2020-07-07 苏州灵猴机器人有限公司 Driving and control integrated technical framework
CN112650148A (en) * 2019-10-10 2021-04-13 摩梁(上海)智能科技有限公司 Multi-axis motion control system and method
CN111596591A (en) * 2020-05-28 2020-08-28 浙江禾川科技股份有限公司 Motion control method, device and system of motion sensing game equipment and storage medium
CN111800435A (en) * 2020-07-24 2020-10-20 西门子(中国)有限公司 Motion controller and communication method of motion controller and equipment
CN114905723A (en) * 2022-05-27 2022-08-16 广州达意隆包装机械股份有限公司 Bottle blowing machine control system, bottle blowing machine control method, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8542104B2 (en) * 2007-03-01 2013-09-24 Oracle International Corporation RFID edge server having a programmable logic controller API
CN103345420A (en) * 2013-06-03 2013-10-09 百度在线网络技术(北京)有限公司 Method for massively calling API interfaces, system for massively calling API interfaces and device for massively calling API interfaces
CN103809560A (en) * 2014-01-20 2014-05-21 李鑫 Multi-axis motion control system based on linear motor, integrated computer and PLC (programmable logic controller)

Family Cites Families (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1297858C (en) * 2000-01-10 2007-01-31 西门子公司 Universal motion controller
CN1375769A (en) * 2001-03-20 2002-10-23 珠海市万禾网络技术有限公司 Single chip system capable of loading and running specific operation system
DE10152765B4 (en) * 2001-07-13 2015-11-12 Siemens Aktiengesellschaft A method for electronically providing services to machines via a data communication link
CN101587353B (en) * 2008-05-23 2011-06-22 深圳市先阳软件技术有限公司 Constant tension controller and control method for winding equipment
CN101673106B (en) * 2009-09-25 2013-01-09 江俊逢 Digital control information manufacturing system, method and data control flow file thereof
CN201886337U (en) * 2010-08-04 2011-06-29 大连智云自动化装备股份有限公司 Assembling detection line control system of high-voltage common rail system
CN201749327U (en) * 2010-08-05 2011-02-16 东莞市升力智能科技有限公司 Laser movement controller
CN102364430B (en) * 2010-09-17 2013-07-31 杭州士兰微电子股份有限公司 Microcontroller for supporting multi-programming on one time programmable memory and programming method
US10359972B2 (en) * 2012-08-31 2019-07-23 Sandisk Technologies Llc Systems, methods, and interfaces for adaptive persistence
CN103092980A (en) * 2013-01-31 2013-05-08 中国科学院自动化研究所 Method and system of data automatic conversion and storage
CN105453068A (en) * 2013-07-31 2016-03-30 慧与发展有限责任合伙企业 Data stream processing using a distributed cache
CN103439866B (en) * 2013-08-28 2015-04-15 哈尔滨工业大学 VxWorks-based lithography machine double-workbench communication method and device
CN103941648A (en) * 2014-03-07 2014-07-23 东莞市升力智能科技有限公司 Multi-axis motion control system and control method thereof
CN103941649A (en) * 2014-03-07 2014-07-23 东莞市升力智能科技有限公司 Control method of multi-axis motion card control system
CN103973798A (en) * 2014-05-14 2014-08-06 哈尔滨工业大学 Method and device for communication between upper computer and lower computer under control of secondary platform movement
CN104238463B (en) * 2014-09-17 2017-04-05 华南理工大学 A kind of full-automatic single both-end tangent line wire stripping terminals press-connection machine control system
CN107077114B (en) * 2014-10-30 2020-09-29 西门子公司 Use of soft sensors in programmable logic controllers
CN106156278B (en) * 2016-06-24 2020-07-17 安徽三禾一信息科技有限公司 Database data reading and writing method and device
CN206123682U (en) * 2016-09-18 2017-04-26 柳州铁道职业技术学院 Modularization robot teaching system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8542104B2 (en) * 2007-03-01 2013-09-24 Oracle International Corporation RFID edge server having a programmable logic controller API
CN103345420A (en) * 2013-06-03 2013-10-09 百度在线网络技术(北京)有限公司 Method for massively calling API interfaces, system for massively calling API interfaces and device for massively calling API interfaces
CN103809560A (en) * 2014-01-20 2014-05-21 李鑫 Multi-axis motion control system based on linear motor, integrated computer and PLC (programmable logic controller)

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"基于API实现工控机的高速大数据量通讯";孙艺伟;《控制工程》;20050131;第84-86页 *
"基于运动控制器的开放式数控系统关键技术研究与应用";张志燕;《中国优秀硕士学位论文全文数据库 工程科技I辑》;20060515;第B022-114页 *

Also Published As

Publication number Publication date
CN106959672A (en) 2017-07-18

Similar Documents

Publication Publication Date Title
CN106959672B (en) Industrial motion control system and method based on API
CN109557890B (en) Control device
JP5430793B2 (en) Electric motor control system and communication method
US10698463B2 (en) Controller, control method, and program for power cut state restoration
CN104985939B (en) A kind of laser marking machine control method and laser marking machine
CN107783501A (en) A kind of numerical control interpolation system of PCIe controls
CN104391800A (en) Data storage device and data storage method
EP2677376A2 (en) Machine control program generation device, machine control program generation method, program, and information storage medium
CN111650886A (en) Motion control system
CN114488846A (en) Open type motion control simulation experiment method for connecting programmable controller and virtual industrial robot
CN106909128A (en) A kind of motion control method for supporting motion-control module online upgrading
CN102789208A (en) Numerical control system capable of recording and utilizing operation information and operation method thereof
CN105009008A (en) Controller, time chart creation device, computer program, and computer-readable information storage medium
CN109582379A (en) Programmable logic controller system, control method based on Mach
CN114064153B (en) Method and device for loading embedded dynamic module based on multi-core processor
CN109709904A (en) Slave device, host apparatus and industrial network system
CN108762197B (en) Motion control method and motion controller based on PLC
CN114365048B (en) Numerical control device
CN108170102B (en) Motion control system
CN112180808A (en) Servo control method, device, system, computer equipment and storage medium
CN105227041A (en) The control method of motor driver and motor driven systems
JP2015162124A (en) Control device, control system and control method
AU2016102107A4 (en) Robot control system
US20230367629A1 (en) Method for Transferring a Software Application from a First to a Second Data Processing Device
CN115314338B (en) Real-time motion control method and system

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
TR01 Transfer of patent right

Effective date of registration: 20221212

Address after: 518000 Huichuan technology headquarters building, Guanlan high tech Industrial Park, Longhua New District, Shenzhen City, Guangdong Province

Patentee after: SHENZHEN INOVANCE TECHNOLOGY Co.,Ltd.

Address before: 518000 room 306, 3rd floor, building 16, Shangsha innovation and Technology Park, Binhe Road, Futian District, Shenzhen City, Guangdong Province

Patentee before: Shenzhen Inovance Control Technology Co.,Ltd.

TR01 Transfer of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20200728