CN112859757A - Edge calculation control method, edge calculation control device, edge computer and readable storage medium - Google Patents

Edge calculation control method, edge calculation control device, edge computer and readable storage medium Download PDF

Info

Publication number
CN112859757A
CN112859757A CN201911180354.8A CN201911180354A CN112859757A CN 112859757 A CN112859757 A CN 112859757A CN 201911180354 A CN201911180354 A CN 201911180354A CN 112859757 A CN112859757 A CN 112859757A
Authority
CN
China
Prior art keywords
module
function
instantiation
control flow
code
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201911180354.8A
Other languages
Chinese (zh)
Other versions
CN112859757B (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.)
Ningbo Sunny Intelligent Technology Co Ltd
Original Assignee
Ningbo Sunny Intelligent 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 Ningbo Sunny Intelligent Technology Co Ltd filed Critical Ningbo Sunny Intelligent Technology Co Ltd
Priority to CN201911180354.8A priority Critical patent/CN112859757B/en
Publication of CN112859757A publication Critical patent/CN112859757A/en
Application granted granted Critical
Publication of CN112859757B publication Critical patent/CN112859757B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/418Total factory control, i.e. centrally controlling a plurality of machines, e.g. direct or distributed numerical control [DNC], flexible manufacturing systems [FMS], integrated manufacturing systems [IMS], computer integrated manufacturing [CIM]
    • G05B19/41835Total factory control, i.e. centrally controlling a plurality of machines, e.g. direct or distributed numerical control [DNC], flexible manufacturing systems [FMS], integrated manufacturing systems [IMS], computer integrated manufacturing [CIM] characterised by programme execution
    • 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/32Operator till task planning
    • G05B2219/32043Program, information flow
    • 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]

Abstract

The invention discloses an edge calculation control method, an edge calculation control device, an edge computer and a readable storage medium, wherein the method comprises the following steps: acquiring control flow information of a product line, and acquiring program codes of a function module and a drive module according to the control flow information; instantiating the program codes of the function module and the drive module according to the component information in the control flow information to respectively obtain a function instantiation code and a drive instantiation code of the component information; the function instantiation code calls the drive instantiation code to execute the workflow in the control flow information, so that the problems that the control program of the processing device on the factory product line needs to be repeatedly written and the working efficiency is low are solved, and the writing efficiency of the control program of the engineering product line is improved.

Description

Edge calculation control method, edge calculation control device, edge computer and readable storage medium
Technical Field
The present invention relates to the field of edge computing, and in particular, to an edge computing control method, apparatus, edge computer, and readable storage medium.
Background
The edge calculation is a distributed open platform which integrates network, calculation, storage and application core capabilities at the edge side of a network close to an object or a data source, edge intelligent services are provided nearby, and key requirements of industry digitization on aspects of agile connection, real-time business, data optimization, application intelligence, safety, privacy protection and the like are met. It can be used as a bridge to connect physical and digital worlds, enabling intelligent assets, intelligent gateways, intelligent systems and intelligent services.
Industrial automation production is becoming more and more common, and processing devices on factory product lines can automatically process products under the control of an edge calculation control program. The control program of the processing device on the factory product line is generally designed in advance and solidified in the processing device, after configuration and debugging, different processing devices of the whole product line can coordinate to operate to produce corresponding products, in the process of configuration and debugging, the control programs of different processing devices on the product line need to be respectively configured and adjusted, and relevant program codes are compiled and input, and relevant technical personnel of the processing device need to repeatedly operate, so that the time and labor are wasted, and the working efficiency is low.
Aiming at the problems that in the related art, a control program of a processing device on a factory product line needs to be written repeatedly and the working efficiency is low, an effective solution is not provided at present.
Disclosure of Invention
The control program of the processing device on the factory product line needs to be written repeatedly, and the working efficiency is low in the related art, so that the problems are at least solved.
According to an aspect of the present invention, there is provided a method of edge calculation control, the method including:
acquiring control flow information of a product line, and acquiring program codes of a function module and a drive module according to the control flow information;
instantiating the program codes of the function module and the drive module according to the component information in the control flow information to respectively obtain a function instantiation code and a drive instantiation code of the component information;
and calling the driver instantiation code by the function instantiation code, and executing the workflow in the control flow information.
In one embodiment, the function module includes at least one of: the system comprises a behavior function module, a structure control function module, a starting function module and an ending function module.
In one embodiment, instantiating the program code of the function module and the driver module according to the component information in the control flow information includes:
instantiating the program code of the behavior function module according to the initialized configuration parameters and the motion information of the component information;
instantiating the program code of the structural control function module according to the execution sequence of the components in the component information;
and instantiating the program code of the driving module according to the driving configuration parameters in the component information.
In one embodiment, the function instantiation code calls the driver instantiation code, and executing the workflow in the control flow information comprises:
and according to the parallel execution information in the control flow information, calling the driver instantiation code by the function instantiation code, and executing the workflow in the control flow information in parallel.
According to an aspect of the present invention, there is provided an edge calculation control apparatus, characterized by comprising:
the acquisition module is used for acquiring control flow information of the product line and acquiring program codes of the function module and the drive module according to the control flow information;
the instantiation module is used for instantiating the program codes of the function module and the drive module according to the component information in the control flow information to respectively obtain a function instantiation code and a drive instantiation code of the component information;
and the calling module is used for calling the driver instantiation code to execute the workflow in the control flow information by the function instantiation code.
In one embodiment, the function module includes at least one of: the system comprises a behavior function module, a structure control function module, a starting function module and an ending function module.
In one embodiment, the instantiation module is further configured to instantiate the program code of the behavior function module according to the initialized configuration parameters and the motion information of the component information;
the instantiation module is further used for instantiating the program code of the structure control function module according to the execution sequence of the components in the component information;
the instantiation module is further used for instantiating the program code of the drive module according to the drive configuration parameters in the component information.
In one embodiment, the calling module is further configured to call the driver instantiation code according to parallel execution information in the control flow information, and execute the workflow in the control flow information in parallel.
According to another aspect of the present invention, there is also provided an edge computer comprising a memory storing a computer program and a processor implementing the steps of the edge computing method when the processor executes the computer program.
According to another aspect of the present invention, there is also provided a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the edge calculation method.
The invention provides a method for edge calculation control, which comprises the following steps: acquiring control flow information of a product line, and acquiring program codes of a function module and a drive module according to the control flow information; instantiating the program codes of the function module and the drive module according to the component information in the control flow information to respectively obtain a function instantiation code and a drive instantiation code of the component information; the function instantiation code calls the drive instantiation code to execute the workflow in the control flow information, so that the problems that the control program of the processing device on the factory product line needs to be repeatedly written and the working efficiency is low are solved, and the writing efficiency of the control program of the engineering product line is improved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is a schematic diagram of an edge computing system according to an embodiment of the invention;
FIG. 2 is a flow chart of a method of edge calculation control according to an embodiment of the present invention;
fig. 3 is a block diagram of an edge calculation control apparatus according to an embodiment of the present invention;
FIG. 4 is a schematic illustration of a control flow sequence for product transfer and processing according to an embodiment of the present invention.
Detailed Description
The invention will be described in detail hereinafter with reference to the accompanying drawings in conjunction with embodiments. It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict.
An embodiment of the present invention provides an edge calculation control method that can be applied to an edge calculation system, and fig. 1 is a schematic diagram of an edge calculation system according to an embodiment of the present invention, as shown in fig. 1, the edge calculation system includes: in the practical application process, the edge computing layer and the field layer can only realize the edge computing of the product line, the edge computing layer comprises an edge computing control center and an interface module connected with the edge computing control center, and the interface module comprises: an IO partition conversion module, an IO link module (IO-link module), a bus expansion module (ethernet module), a 232 module, a Control Area Network (CAN) bus module, a 485 bus module, a switch module, a USB module, an audio module, and the like; the components of the product line of the field layer include: the system comprises a sensor, a warning lamp, a stepping motor, a servo motor, an electric cylinder, an air cylinder, a robot, a camera, a microphone, a loudspeaker and the like; the edge computing control center can be composed of an edge computer, the edge computer comprises an edge computing control panel, an interface system, a display system and the like, the edge computing control method can be executed and realized on the edge computing control panel, the edge computing control panel controls each component on a product line through the interface system, control flow information of the product line is configured on the edge computing control panel, and the edge computing control panel acquires program codes of a function module and a drive module according to the control flow information; instantiating the program codes of the function module and the drive module according to the component information in the control flow information to respectively obtain a function instantiation code and a drive instantiation code of the component information; and calling the driver instantiation code by the function instantiation code, and executing the workflow in the control flow information by the component on the product line.
An embodiment of the present invention provides a method for edge calculation control, and fig. 2 is a flowchart of a method for edge calculation control according to an embodiment of the present invention, as shown in fig. 2, the method including:
step S202, acquiring control flow information of a product line, acquiring program codes of a function module and a drive module according to the control flow information, wherein different components of a processing device required for processing different products on the product line are different, and acquiring the program codes of the function module and the drive module of each component required for processing by configuring and compiling the control flow information of a control flow top-level file;
step S204, instantiating the program codes of the function module and the drive module according to the component information in the control flow information to respectively obtain a function instantiation code and a drive instantiation code of the component information; the program codes of the function module and the driver module are previously written program codes and need to be instantiated according to component information needed in control flow information of actual application.
Step S206, the function instantiation code calls the drive instantiation code to execute the workflow in the control flow information, the function instantiation code calls the drive instantiation code to reflect the processing process, the calling process forms a processing working scheme, and the processing working scheme is issued to the components on the product line to complete the processing process of the product.
Through the steps S202 to S206, after the control flow information of the product line, the program codes of the function module and the drive module are configured, the instantiation of the program codes is carried out according to the component information in the control flow information, then the drive instantiation code is called through the function instantiation code, the processing scheme on the product line can be realized, the compiling and instantiation of the program codes for each component on the product line are not required to be carried out independently, the debugging on site by an operator is also not required, the operation of the control program of the product line can be realized only by operating the edge calculation control method on the side of the edge calculation control board, the problems that the control program of a processing device on the factory product line needs to be repeatedly compiled, the working efficiency is low are solved, and the compiling efficiency of the control program of the engineering product line is improved.
In one embodiment, the function module may include at least one of: the robot control system comprises a behavior function module, a structure control function module, a starting function module and an ending function module, wherein the behavior function module comprises a robot movement function, a seventh axis servo motor movement function, an electromagnetic valve closing function, an electromagnetic valve opening function and the like, and the structure control function module comprises: the system comprises a selection branch module, a circulation module, a combination module and the like, wherein the selection branch module realizes one-out-of-two logic execution action, the combination module realizes two-in-one logic execution action, and program codes of a plurality of behavior function modules and a structure control function module meet control flow information of various processing schemes on a product line, so that the compatibility and the flexibility of the product line are improved.
In one embodiment, there are various ways to instantiate the program codes of the function module and the driver module according to the component information in the control flow information, for a behavioral function module, the program code of the behavioral function module may be instantiated according to the initialized configuration parameter and the motion information of the component information, and in addition, the program code of the driver module may be instantiated according to the driver configuration parameter in the component information, for example, the driver function module of a 6-axis robot arm is instantiated according to the initialized configuration parameter of the 6-axis robot arm and the motion trajectory information required in the control flow information, and in addition, the behavioral function module of the 6-axis robot arm is also instantiated.
In one embodiment, the configuration control function module program code is instantiated according to an execution sequence of the components in the component information, and the configuration control function module program code is instantiated according to the component information before and after the execution sequence, for example, a merging module merges the first solenoid valve opening and the second solenoid valve opening, and the merging module program code instantiates the program code according to the configuration parameter information of the first solenoid valve and the second solenoid valve.
In one embodiment, according to the parallel execution information in the control flow information, the function instantiation code calls the driver instantiation code to execute the workflow in the control flow information in parallel, and because each function module or driver module can be processed in parallel, the parallel execution workflow does not need to be controlled by a program independently and can be executed after being set in the control flow information.
It should be understood that, although the steps in the flowchart of fig. 2 are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least a portion of the steps in fig. 2 may include multiple sub-steps or multiple stages that are not necessarily performed at the same time, but may be performed at different times, and the order of performance of the sub-steps or stages is not necessarily sequential, but may be performed in turn or alternately with other steps or at least a portion of the sub-steps or stages of other steps.
Corresponding to the above method for controlling edge calculation, in this embodiment, an edge calculation control device is further provided, and the device is used to implement the above embodiments and preferred embodiments, which have already been described and are not described again. As used below, the term "module" may be a combination of software and/or hardware that implements a predetermined function. Although the devices described in the following embodiments are preferably implemented in software, implementations in hardware or a combination of software and hardware are also possible and contemplated.
In an embodiment, an edge calculation control apparatus is provided, and fig. 3 is a block diagram of a structure of an edge calculation control apparatus according to an embodiment of the present invention, as shown in fig. 3, including: an acquisition module 32, an instantiation module 34, and a calling module 36, wherein:
an obtaining module 32, configured to obtain control flow information of a product line, and obtain program codes of a function module and a driver module according to the control flow information;
an instantiation module 34, configured to instantiate the program codes of the function module and the driver module according to the component information in the control flow information, so as to obtain a function instantiation code and a driver instantiation code of the component information, respectively;
and the calling module 36 is used for calling the driver instantiation code to execute the workflow in the control flow information by the function instantiation code.
By the device, after the control flow information of the product line, the program codes of the function module and the drive module are configured by the acquisition module 32, the instantiation module 34 instantiates the program codes according to the component information in the control flow information, the calling module 36 calls the drive instantiation codes through the function instantiation codes, so that the processing scheme on the product line can be realized, the programming and instantiation of the program codes on each component on the product line are not required, the debugging on the site by an operator is not required, the operation of the control program of the product line can be realized only by operating the edge computing control method on the side of the edge computing control board, the problems that the control program of a processing device on the factory product line needs to be repeatedly programmed and the working efficiency is low are solved, and the programming efficiency of the control program of the engineering product line is improved.
In one embodiment, the instantiation module 34 is further configured to instantiate the program code of the behavior function module according to the initialized configuration parameters and the motion information of the component information; the instantiation module 34 is further configured to instantiate the structure control function module program code according to the execution sequence of the components in the component information; the instantiation module 34 is further configured to instantiate the program code of the driver module according to the driver configuration parameters in the component information.
In one embodiment, the calling module 36 is further configured to execute the workflow in the control flow information in parallel according to the parallel execution information in the control flow information, and the function instantiation code calls the driver instantiation code.
In one embodiment, fig. 4 is a schematic diagram of a control flow sequence of product transfer and processing according to an embodiment of the present invention, as shown in fig. 4, including 15 steps from L1 to L15, the transfer and acquisition of the product position is realized by a robot arm with 6 axes, a servo motor with 7 th axes, and a solenoid valve with one number and a solenoid valve with two numbers on a gripping device of the robot hand, and the specific implementation process is as follows:
first, a control flow top file (control _ flow.vhd) of control flow information is created in accordance with the order of the control flow, and a file of a behavior function module is created, the behavior function including: a 6-axis robot arm movement function (robot _ move.vhd), a 7 th Servo motor movement function (Servo _ move.vhd), a Solenoid valve closing function (Solenoid _ close.vhd) and a Solenoid valve opening function (Solenoid _ open.vhd); the structural control function includes: a selection module (hoop _ two2one.vhd), a Loop module (Loop _ module.vhd) and a merging module (two2one.vhd); creating a driver function module, the driver function comprising: a 6-axis robot arm (robot _ drive.vhd), a seventh-axis Servo motor drive (Servo _ drive.vhd) and a Solenoid valve drive (solid _ drive.vhd); a start module vhd and an end module Stop module vhd are created.
Secondly, instantiating the function module and the driver module program code, wherein the instantiating of the driver module program code comprises the following steps: the instantiation of one 6-axis robot arm, one 7 th-axis servo motor and two electromagnetic valves, therefore, in the instantiation of the drive module program agent, one drive 1(drive1) corresponds to the 6-axis robot arm (instantiated once), one drive 2(drive2) corresponds to the 7 th-axis servo motor (instantiated once), and two drives 3(drive3) and 4(drive4) correspond to the two electromagnetic valves (instantiated twice). The instantiation of the behavioral function module program code includes: l2 instantiates 1 time corresponding to the 7 th axis servo motor motion function; l3, L6 and L8 are instantiated for 3 times corresponding to the electromagnetic valve opening behavior function; l5, L9 and L13 are instantiated for 3 times corresponding to the closing behavior function of the electromagnetic valve; the L4 and L7 are instantiated for 2 times corresponding to the 6-axis robot arm movement function; instantiating the start function module and the end function module program code includes: l1 instantiates the start module 1 time; l15, L10 instantiate 2 times for the end module; the instantiation of the structure control function program code includes instantiating: l12 instantiates the merge module 1 time; l14 instantiates the selection module 1 time; l11 instantiates the loop module 1 time.
Finally, the instantiation program code of the function module calls the instantiation code of the drive module as shown in table 1, and L2 calls the drive2 of the 7 th axis servo motor; l4 and L7 respectively call drive1 of the 6-axis robot arm; l3, L5, L8 and L9 respectively call a drive3 of the first electromagnetic valve; l6 and L13 respectively call the second solenoid valve drive 4.
TABLE 1
Figure BDA0002291081320000081
Figure BDA0002291081320000091
According to another aspect of the present invention, there is also provided an edge computer comprising a processor, a memory, a network interface, a display screen, and an input device connected by a system bus. The memory stores a computer program, and the processor implements the steps of the edge calculation method when executing the computer program. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a method for pushing information. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, a key, a track ball or a touch pad arranged on the shell of the computer equipment, an external keyboard, a touch pad or a mouse and the like.
According to another aspect of the present invention, there is also provided a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the edge calculation method.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above examples only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A method of edge calculation control, the method comprising:
acquiring control flow information of a product line, and acquiring program codes of a function module and a drive module according to the control flow information;
instantiating the program codes of the function module and the drive module according to the component information in the control flow information to respectively obtain a function instantiation code and a drive instantiation code of the component information;
and calling the driver instantiation code by the function instantiation code, and executing the workflow in the control flow information.
2. The method of claim 1, wherein the function module comprises at least one of: the system comprises a behavior function module, a structure control function module, a starting function module and an ending function module.
3. The method of claim 2, wherein instantiating the function module and the program code of the driver module according to the component information in the control flow information comprises:
instantiating the program code of the behavior function module according to the initialized configuration parameters and the motion information of the component information;
instantiating the program code of the structural control function module according to the execution sequence of the components in the component information;
and instantiating the program code of the driving module according to the driving configuration parameters in the component information.
4. The method of any of claims 1 to 3, wherein the function instantiation code calls the driver instantiation code, and wherein executing the workflow in the control flow information comprises:
and according to the parallel execution information in the control flow information, calling the driver instantiation code by the function instantiation code, and executing the workflow in the control flow information in parallel.
5. An edge calculation control apparatus, characterized in that the apparatus comprises:
the acquisition module is used for acquiring control flow information of the product line and acquiring program codes of the function module and the drive module according to the control flow information;
the instantiation module is used for instantiating the program codes of the function module and the drive module according to the component information in the control flow information to respectively obtain a function instantiation code and a drive instantiation code of the component information;
and the calling module is used for calling the driver instantiation code to execute the workflow in the control flow information by the function instantiation code.
6. The apparatus of claim 5, wherein the function module comprises at least one of: the system comprises a behavior function module, a structure control function module, a starting function module and an ending function module.
7. The apparatus of claim 6,
the instantiation module is further used for instantiating the program code of the behavior function module according to the initialized configuration parameters and the motion information of the component information;
the instantiation module is further used for instantiating the program code of the structure control function module according to the execution sequence of the components in the component information;
the instantiation module is further used for instantiating the program code of the drive module according to the drive configuration parameters in the component information.
8. The device according to any one of claims 5 to 7,
the calling module is further configured to call the driver instantiation code according to the parallel execution information in the control flow information, and execute the workflow in the control flow information in parallel.
9. An edge computer comprising a memory and a processor, the memory storing a computer program, wherein the processor when executing the computer program implements the steps of the method of any one of claims 1 to 4.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 4.
CN201911180354.8A 2019-11-27 2019-11-27 Edge calculation control method, edge calculation control device, edge computer and readable storage medium Active CN112859757B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911180354.8A CN112859757B (en) 2019-11-27 2019-11-27 Edge calculation control method, edge calculation control device, edge computer and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911180354.8A CN112859757B (en) 2019-11-27 2019-11-27 Edge calculation control method, edge calculation control device, edge computer and readable storage medium

Publications (2)

Publication Number Publication Date
CN112859757A true CN112859757A (en) 2021-05-28
CN112859757B CN112859757B (en) 2022-04-22

Family

ID=75985608

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911180354.8A Active CN112859757B (en) 2019-11-27 2019-11-27 Edge calculation control method, edge calculation control device, edge computer and readable storage medium

Country Status (1)

Country Link
CN (1) CN112859757B (en)

Citations (56)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0075325A2 (en) * 1981-09-22 1983-03-30 Kabushiki Kaisha Sankyo Seiki Seisakusho Control apparatus and method for industrial robot
US5999729A (en) * 1997-03-06 1999-12-07 Continuum Software, Inc. System and method for developing computer programs for execution on parallel processing systems
WO2001027703A2 (en) * 1999-10-14 2001-04-19 Dr. Johannes Heidenhain Gmbh Control system of a numerical tool machine with a reusable software structure
US20010056306A1 (en) * 2000-06-21 2001-12-27 Satoru Nakai System for developing an application system and implementing thereof
JP2002312014A (en) * 2001-04-09 2002-10-25 Hitachi Ltd Manufacturing method of workpiece, manufacturing device and program for production
CA2397706A1 (en) * 2001-08-17 2003-02-17 Air Products And Chemicals, Inc. Multiple process plant product lines from a common set of engineered components
US20030088711A1 (en) * 2001-11-05 2003-05-08 Modesto Tabares Methods, systems, and computer program products for instantiating a device driver for communication with a device by dynamically associating the device driver at run-time with a device-specific and/or service-specific software component
WO2005031480A2 (en) * 2003-09-18 2005-04-07 Endress+Hauser Conducta Gesellschaft Für Mess- Und Regeltechnik Mbh + Co. Kg Driver for field devices used in process automation technology
US20050222698A1 (en) * 2004-03-30 2005-10-06 Fisher-Rosemount Systems, Inc. Integrated configuration system for use in a process plant
US20050267889A1 (en) * 2004-02-09 2005-12-01 Coremetrics, Inc. System and method of managing software product-line customizations
CN1838008A (en) * 2006-04-24 2006-09-27 重庆大学 No programming method for machining of numerically controlled gear hobbing machine
JP2006277556A (en) * 2005-03-30 2006-10-12 Yaskawa Electric Corp Multi-axis network drive controller
US20070225847A1 (en) * 2006-03-23 2007-09-27 Autoform Engineering Gmbh Method planning
US20090043408A1 (en) * 2007-08-08 2009-02-12 Rockwell Automation Technologies, Inc. Integrated drive management and configuration using instantiated objects
CN101446822A (en) * 2007-05-15 2009-06-03 费舍-柔斯芒特系统股份有限公司 Methods and systems for batch processing and execution in a process system
CN101776881A (en) * 2009-12-31 2010-07-14 北京数码大方科技有限公司 Method for generating rounding macro-program code
CN102129373A (en) * 2011-03-09 2011-07-20 湖南超视物联智能网络科技有限公司 Method based on internet-of-things terminal equipment driver software design framework
WO2011131509A1 (en) * 2010-04-22 2011-10-27 Trumpf Werkzeugmaschinen Gmbh + Co. Kg Nc program and method for simplified post-production on a machine tool
JP2012150646A (en) * 2011-01-19 2012-08-09 Azbil Corp Production facility and production system
US20120254836A1 (en) * 2011-03-30 2012-10-04 Timothy Aaron Storer Apparatus, System, and Method for Managing Industrial Software Configurations
CN102902207A (en) * 2012-11-13 2013-01-30 中国人民解放军国防科学技术大学 Method, device and system for integrated turntable control based on Matlab/VC
WO2013013580A1 (en) * 2011-07-22 2013-01-31 Jiang Junfeng Reconfigurable numerical control system, and reconfiguration method
US20130074033A1 (en) * 2011-09-16 2013-03-21 International Business Machines Corporation Designing a configurable pipelined processor
CN103197605A (en) * 2013-03-15 2013-07-10 重庆大学 Method of CNC automatic programming for gear hobbing based on standard template and expression driving
JP2013206443A (en) * 2012-03-29 2013-10-07 Toshiba Corp Software asset reuse support device and software asset reuse support program
CN103376798A (en) * 2012-04-24 2013-10-30 绍兴文理学院 System for programmable bearing automatic production line
CN104267956A (en) * 2014-09-28 2015-01-07 深圳光启创新技术有限公司 Method and module for controlling hardware device in operating system
CN104641352A (en) * 2012-08-02 2015-05-20 西门子公司 Pipelining for cyclic control systems
CN104838324A (en) * 2012-10-08 2015-08-12 费希尔-罗斯蒙特系统公司 Dynamically reusable classes
WO2016110165A1 (en) * 2015-01-07 2016-07-14 东北大学 Ore dressing multi-production-index optimization decision making system and method based on cloud and mobile terminal
CA2923490A1 (en) * 2015-03-10 2016-09-10 Spring Technologies Generation process for a machining program interpretable by a physical controller on a numerically-controlled machine tool
DE102015103727A1 (en) * 2015-03-13 2016-09-15 Phoenix Contact Gmbh & Co. Kg Configuring device and method for configuring and / or parameterizing automation components of an automation system
WO2016162477A1 (en) * 2015-04-09 2016-10-13 Beckhoff Automation Gmbh Transmission module, processing module and control system
CN106056446A (en) * 2016-05-31 2016-10-26 中国建设银行股份有限公司 Method and device for generating bank product
CN106162001A (en) * 2016-07-07 2016-11-23 宁波舜宇智能科技有限公司 Image processing system, apparatus and method for displacement transducer
US20160352864A1 (en) * 2015-05-29 2016-12-01 Raytheon Company Dynamic runtime modular mission management
CN106233210A (en) * 2014-05-01 2016-12-14 锡克拜控股有限公司 Dynamic and configurable production line and/or distribution line control system and for its method
CN106292524A (en) * 2016-11-08 2017-01-04 上海燊星焊接科技有限公司 A kind of structured programming method
US20170017229A1 (en) * 2015-07-17 2017-01-19 General Electric Company Systems and methods for analyzing control logic
CN205940466U (en) * 2016-08-18 2017-02-08 宁波舜宇智能科技有限公司 Control system
CN106476024A (en) * 2015-08-24 2017-03-08 睿信科机器人有限公司 There is the robot of the end effector of hot plug
CN106527371A (en) * 2016-11-21 2017-03-22 南京熊猫电子股份有限公司 General driving framework of intelligent manufacturing BC system
CN106886197A (en) * 2015-12-16 2017-06-23 成都与俱科技有限公司 Control machine implements method and its device and the application of processing
US9690278B1 (en) * 2014-04-10 2017-06-27 Altera Corporation Method and apparatus for high-level programs with general control flow
EP3287858A1 (en) * 2016-08-23 2018-02-28 Siemens Aktiengesellschaft Extending mes functionalities in a bus-based architecture
CN108334347A (en) * 2017-08-18 2018-07-27 深圳怡化电脑股份有限公司 A kind of method for customizing and device of Service control flow
US20180300221A1 (en) * 2017-04-16 2018-10-18 International Business Machines Corporation Integrating Synthetic Performance Measurements with Continuous Delivery Pipelines
US20180307215A1 (en) * 2017-04-21 2018-10-25 Electronics And Telecommunications Research Institute Flexible assembly system for multi-product production, and method of reconfiguring production line
CN109698787A (en) * 2019-01-26 2019-04-30 湖南云智迅联科技发展有限公司 A method of realizing Edge position control in gateway of internet of things
CN110058573A (en) * 2019-04-01 2019-07-26 青岛科技大学 Flexible intelligent of handling up assembles logistics route planning platform
CN110155437A (en) * 2019-06-06 2019-08-23 南京理工大学 A kind of brick tea packaging line control system and parametric control method
CN110154031A (en) * 2019-06-20 2019-08-23 西北工业大学 A kind of more industrial robot collaboration welding control methods
US20190311087A1 (en) * 2018-04-09 2019-10-10 The Boeing Company Systems, methods, and apparatus to generate an integrated modular architecture model
WO2019216975A1 (en) * 2018-05-07 2019-11-14 Strong Force Iot Portfolio 2016, Llc Methods and systems for data collection, learning, and streaming of machine signals for analytics and maintenance using the industrial internet of things
CN110456746A (en) * 2019-07-30 2019-11-15 中国工程物理研究院材料研究所 A kind of real-time scheduling method of multi items swinging cross automated production
WO2019219349A1 (en) * 2018-05-18 2019-11-21 Siemens Aktiengesellschaft Method and platform for deployment of an industrial application on an edge computing device of a machine tool

Patent Citations (56)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0075325A2 (en) * 1981-09-22 1983-03-30 Kabushiki Kaisha Sankyo Seiki Seisakusho Control apparatus and method for industrial robot
US5999729A (en) * 1997-03-06 1999-12-07 Continuum Software, Inc. System and method for developing computer programs for execution on parallel processing systems
WO2001027703A2 (en) * 1999-10-14 2001-04-19 Dr. Johannes Heidenhain Gmbh Control system of a numerical tool machine with a reusable software structure
US20010056306A1 (en) * 2000-06-21 2001-12-27 Satoru Nakai System for developing an application system and implementing thereof
JP2002312014A (en) * 2001-04-09 2002-10-25 Hitachi Ltd Manufacturing method of workpiece, manufacturing device and program for production
CA2397706A1 (en) * 2001-08-17 2003-02-17 Air Products And Chemicals, Inc. Multiple process plant product lines from a common set of engineered components
US20030088711A1 (en) * 2001-11-05 2003-05-08 Modesto Tabares Methods, systems, and computer program products for instantiating a device driver for communication with a device by dynamically associating the device driver at run-time with a device-specific and/or service-specific software component
WO2005031480A2 (en) * 2003-09-18 2005-04-07 Endress+Hauser Conducta Gesellschaft Für Mess- Und Regeltechnik Mbh + Co. Kg Driver for field devices used in process automation technology
US20050267889A1 (en) * 2004-02-09 2005-12-01 Coremetrics, Inc. System and method of managing software product-line customizations
US20050222698A1 (en) * 2004-03-30 2005-10-06 Fisher-Rosemount Systems, Inc. Integrated configuration system for use in a process plant
JP2006277556A (en) * 2005-03-30 2006-10-12 Yaskawa Electric Corp Multi-axis network drive controller
US20070225847A1 (en) * 2006-03-23 2007-09-27 Autoform Engineering Gmbh Method planning
CN1838008A (en) * 2006-04-24 2006-09-27 重庆大学 No programming method for machining of numerically controlled gear hobbing machine
CN101446822A (en) * 2007-05-15 2009-06-03 费舍-柔斯芒特系统股份有限公司 Methods and systems for batch processing and execution in a process system
US20090043408A1 (en) * 2007-08-08 2009-02-12 Rockwell Automation Technologies, Inc. Integrated drive management and configuration using instantiated objects
CN101776881A (en) * 2009-12-31 2010-07-14 北京数码大方科技有限公司 Method for generating rounding macro-program code
WO2011131509A1 (en) * 2010-04-22 2011-10-27 Trumpf Werkzeugmaschinen Gmbh + Co. Kg Nc program and method for simplified post-production on a machine tool
JP2012150646A (en) * 2011-01-19 2012-08-09 Azbil Corp Production facility and production system
CN102129373A (en) * 2011-03-09 2011-07-20 湖南超视物联智能网络科技有限公司 Method based on internet-of-things terminal equipment driver software design framework
US20120254836A1 (en) * 2011-03-30 2012-10-04 Timothy Aaron Storer Apparatus, System, and Method for Managing Industrial Software Configurations
WO2013013580A1 (en) * 2011-07-22 2013-01-31 Jiang Junfeng Reconfigurable numerical control system, and reconfiguration method
US20130074033A1 (en) * 2011-09-16 2013-03-21 International Business Machines Corporation Designing a configurable pipelined processor
JP2013206443A (en) * 2012-03-29 2013-10-07 Toshiba Corp Software asset reuse support device and software asset reuse support program
CN103376798A (en) * 2012-04-24 2013-10-30 绍兴文理学院 System for programmable bearing automatic production line
CN104641352A (en) * 2012-08-02 2015-05-20 西门子公司 Pipelining for cyclic control systems
CN104838324A (en) * 2012-10-08 2015-08-12 费希尔-罗斯蒙特系统公司 Dynamically reusable classes
CN102902207A (en) * 2012-11-13 2013-01-30 中国人民解放军国防科学技术大学 Method, device and system for integrated turntable control based on Matlab/VC
CN103197605A (en) * 2013-03-15 2013-07-10 重庆大学 Method of CNC automatic programming for gear hobbing based on standard template and expression driving
US9690278B1 (en) * 2014-04-10 2017-06-27 Altera Corporation Method and apparatus for high-level programs with general control flow
CN106233210A (en) * 2014-05-01 2016-12-14 锡克拜控股有限公司 Dynamic and configurable production line and/or distribution line control system and for its method
CN104267956A (en) * 2014-09-28 2015-01-07 深圳光启创新技术有限公司 Method and module for controlling hardware device in operating system
WO2016110165A1 (en) * 2015-01-07 2016-07-14 东北大学 Ore dressing multi-production-index optimization decision making system and method based on cloud and mobile terminal
CA2923490A1 (en) * 2015-03-10 2016-09-10 Spring Technologies Generation process for a machining program interpretable by a physical controller on a numerically-controlled machine tool
DE102015103727A1 (en) * 2015-03-13 2016-09-15 Phoenix Contact Gmbh & Co. Kg Configuring device and method for configuring and / or parameterizing automation components of an automation system
WO2016162477A1 (en) * 2015-04-09 2016-10-13 Beckhoff Automation Gmbh Transmission module, processing module and control system
US20160352864A1 (en) * 2015-05-29 2016-12-01 Raytheon Company Dynamic runtime modular mission management
US20170017229A1 (en) * 2015-07-17 2017-01-19 General Electric Company Systems and methods for analyzing control logic
CN106476024A (en) * 2015-08-24 2017-03-08 睿信科机器人有限公司 There is the robot of the end effector of hot plug
CN106886197A (en) * 2015-12-16 2017-06-23 成都与俱科技有限公司 Control machine implements method and its device and the application of processing
CN106056446A (en) * 2016-05-31 2016-10-26 中国建设银行股份有限公司 Method and device for generating bank product
CN106162001A (en) * 2016-07-07 2016-11-23 宁波舜宇智能科技有限公司 Image processing system, apparatus and method for displacement transducer
CN205940466U (en) * 2016-08-18 2017-02-08 宁波舜宇智能科技有限公司 Control system
EP3287858A1 (en) * 2016-08-23 2018-02-28 Siemens Aktiengesellschaft Extending mes functionalities in a bus-based architecture
CN106292524A (en) * 2016-11-08 2017-01-04 上海燊星焊接科技有限公司 A kind of structured programming method
CN106527371A (en) * 2016-11-21 2017-03-22 南京熊猫电子股份有限公司 General driving framework of intelligent manufacturing BC system
US20180300221A1 (en) * 2017-04-16 2018-10-18 International Business Machines Corporation Integrating Synthetic Performance Measurements with Continuous Delivery Pipelines
US20180307215A1 (en) * 2017-04-21 2018-10-25 Electronics And Telecommunications Research Institute Flexible assembly system for multi-product production, and method of reconfiguring production line
CN108334347A (en) * 2017-08-18 2018-07-27 深圳怡化电脑股份有限公司 A kind of method for customizing and device of Service control flow
US20190311087A1 (en) * 2018-04-09 2019-10-10 The Boeing Company Systems, methods, and apparatus to generate an integrated modular architecture model
WO2019216975A1 (en) * 2018-05-07 2019-11-14 Strong Force Iot Portfolio 2016, Llc Methods and systems for data collection, learning, and streaming of machine signals for analytics and maintenance using the industrial internet of things
WO2019219349A1 (en) * 2018-05-18 2019-11-21 Siemens Aktiengesellschaft Method and platform for deployment of an industrial application on an edge computing device of a machine tool
CN109698787A (en) * 2019-01-26 2019-04-30 湖南云智迅联科技发展有限公司 A method of realizing Edge position control in gateway of internet of things
CN110058573A (en) * 2019-04-01 2019-07-26 青岛科技大学 Flexible intelligent of handling up assembles logistics route planning platform
CN110155437A (en) * 2019-06-06 2019-08-23 南京理工大学 A kind of brick tea packaging line control system and parametric control method
CN110154031A (en) * 2019-06-20 2019-08-23 西北工业大学 A kind of more industrial robot collaboration welding control methods
CN110456746A (en) * 2019-07-30 2019-11-15 中国工程物理研究院材料研究所 A kind of real-time scheduling method of multi items swinging cross automated production

Non-Patent Citations (7)

* Cited by examiner, † Cited by third party
Title
M. VOELTER AND I. GROHER: "Product Line Implementation using Aspect-Oriented and Model-Driven Software Development", 《IEEE11TH INTERNATIONAL SOFTWARE PRODUCT LINE CONFERENCE (SPLC 2007)》 *
SAM BLACKSHEAR,CHANG, BOR-YUH EVAN,SRIDHARAN, MANU: "Selective Control-Flow Abstraction via Jumping", 《ACM SIGPLAN NOTICES》 *
原雅茹,谢斌红,潘理虎,张英俊: "面向SCADA系统的产品线体系结构设计", 《计算机工程与设计》 *
姜俊杰: "汽车工厂冲压车间输送系统自动化改造", 《中国优秀博硕士学位论文全文数据库(硕士)》 *
甘梓坚: "生产流水线电气控制系统的设计研究", 《科技创新与应用》 *
陈祖众: "面向柔性生产线可用性的程序及指令泛化方法设计", 《工程科技Ⅱ辑》 *
魏春雪: "SINUMERIK840D在轧辊磨床曲线加工中的应用", 《中国优秀博硕士学位论文全文数据库(硕士)》 *

Also Published As

Publication number Publication date
CN112859757B (en) 2022-04-22

Similar Documents

Publication Publication Date Title
EP1004061B1 (en) Architecture for a hybrid real-time control system and method of operation thereof
DE102013113370A1 (en) ROBOTIC TASK CONTROL COMPONENT WITH EXTENSIBLE PROGRAMMING ENVIRONMENT
CN107838922B (en) Robot repetition-free teaching method
US11198219B2 (en) Controller, control system, and control method
CN109591014A (en) A kind of Dual-Arm Coordination method for carrying of both arms cooperation robot
CN106737676A (en) It is a kind of based on script can secondary development industrial robot programing system
CN112859757B (en) Edge calculation control method, edge calculation control device, edge computer and readable storage medium
CN106003067A (en) Industrial robot teaching method and teaching file manufacturing method and device
US8676354B2 (en) Automation system having framework based controller
CN101143442A (en) Robotic programming control using multiple binary input
Hoffmann et al. Hiding real-time: A new approach for the software development of industrial robots
Martinez et al. Setup of the yaskawa sda10f robot for industrial applications, using ros-industrial
CN106415417B (en) Method for operating an automation device
US5060133A (en) Transputer CNC processor
CN116512255A (en) Real-time planning method and system for motion trail of arm type robot
CN112005176A (en) Method for the computer-supported simulation of an automatically operating machine
CN114598729A (en) Robot remote real-time control method, system, electronic device and storage medium
CN114327628A (en) Hierarchical control method, system, terminal device and storage medium
CN107203380A (en) A kind of SFC interpretation of programs operation method and device
CN113591280A (en) Modelica model calculation method, device, equipment and storage medium
CN112287728A (en) Intelligent agent trajectory planning method, device, system, storage medium and equipment
US10768597B2 (en) Method and controller for flexible process control
CN114690702B (en) Robot control system combining soft PLC and motion control
CN111381552A (en) Driving and control integrated technical framework
Wirkus Towards robot-independent manipulation behavior description

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