CN112711218A - Industrial equipment data acquisition method - Google Patents

Industrial equipment data acquisition method Download PDF

Info

Publication number
CN112711218A
CN112711218A CN202011424973.XA CN202011424973A CN112711218A CN 112711218 A CN112711218 A CN 112711218A CN 202011424973 A CN202011424973 A CN 202011424973A CN 112711218 A CN112711218 A CN 112711218A
Authority
CN
China
Prior art keywords
equipment
address
data
acquisition
merging
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
CN202011424973.XA
Other languages
Chinese (zh)
Other versions
CN112711218B (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.)
Hangzhou Dianzi University
Hangzhou Dianzi University Shangyu Science and Engineering Research Institute Co Ltd
Original Assignee
Hangzhou Dianzi University
Hangzhou Dianzi University Shangyu Science and Engineering Research Institute 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 Hangzhou Dianzi University, Hangzhou Dianzi University Shangyu Science and Engineering Research Institute Co Ltd filed Critical Hangzhou Dianzi University
Priority to CN202011424973.XA priority Critical patent/CN112711218B/en
Publication of CN112711218A publication Critical patent/CN112711218A/en
Application granted granted Critical
Publication of CN112711218B publication Critical patent/CN112711218B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/05Programmable logic controllers, e.g. simulating logic interconnections of signals according to ladder diagrams or function charts
    • G05B19/054Input/output
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/26Special purpose or proprietary protocols or architectures
    • 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/10Plc systems
    • G05B2219/11Plc I-O input output
    • G05B2219/1103Special, intelligent I-O processor, also plc can only access via processor

Abstract

The invention provides a method for acquiring data of industrial equipment, which comprises the following steps: step S1: determining a communication protocol used by industrial equipment PLC of which data needs to be acquired; step S2: partitioning the addresses of the equipment parameters to be acquired according to a storage area; step S3: setting a merging distance of the equipment parameters, judging whether the equipment parameters can be merged and collected according to the set merging distance, and dividing the equipment parameters which can be merged and collected into different collection blocks; step S4: determining the initial address and the reading length of each acquisition block, constructing a request frame and sending the request frame to the equipment PLC; step S5: receiving a response frame, and taking out a matched data result from the response frame according to the address and the data type of the equipment parameter; step S6: and sequentially traversing and reading the acquisition blocks of the partitions to obtain all the equipment data to be acquired. The invention directly constructs the communication frame according to the communication protocol of various industrial equipment PLC, does not depend on additional third-party protocol library software, and has stronger controllability and flexibility.

Description

Industrial equipment data acquisition method
Technical Field
The invention relates to the technical field of computers, in particular to a method for acquiring data of industrial equipment.
Background
In recent years, with the rapid development of industrial internet, it has become an important means for promoting the progress of manufacturing industry. The access of industrial equipment is the foundation of the combination of an industrial internet platform and an actual production manufacturing process, wherein the most critical is the data acquisition of the equipment.
A PLC (programmable logic controller) is a digital arithmetic operation electronic system designed specifically for application in an industrial environment. A large number of industrial plants are controlled by PLCs, which store a large amount of plant parameter data.
In general, the data acquisition of industrial equipment needs to screen parameters and select valuable important parameters for acquisition, so that the parameters to be acquired are discretely distributed in a storage space of a PLC. If each parameter is collected independently, the PLC is required to be frequently communicated, the collection efficiency is low, the working load of the PLC is increased, and the normal operation of the PLC is influenced. The existing batch reading method has an effect only when the address distribution to be read is continuous, or only specific PLC types, communication protocols and network interfaces are supported, or additional third-party protocol library software is required, so that the requirements of applications such as industrial internet, edge calculation and the like on the performance and the universality of data acquisition cannot be met.
Therefore, how to improve the performance and the universality of the data acquisition method, improve the data acquisition efficiency of the industrial equipment, and reduce the influence of the data acquisition on the normal operation of the equipment PLC is a technical problem to be solved by technical personnel in the field.
Disclosure of Invention
Aiming at the technical problems in the prior art, the invention provides the method for acquiring the data of the industrial equipment, which can directly construct a communication frame according to the communication protocol of various industrial equipment PLC, does not depend on additional third-party protocol library software, and has stronger controllability and flexibility; the efficiency of industrial equipment data acquisition is improved, and the influence of data acquisition on the normal operation of the PLC is reduced.
In order to solve the technical problems in the prior art, the technical scheme of the invention is as follows:
a method of industrial equipment data acquisition, comprising the steps of:
step S1: determining a communication protocol used by industrial equipment PLC of which data needs to be acquired;
step S2: partitioning the addresses of the equipment parameters to be acquired according to a storage area;
step S3: setting a merging distance of the equipment parameters, judging whether the equipment parameters can be merged and collected according to the set merging distance, and dividing the equipment parameters which can be merged and collected into different collection blocks;
step S4: determining the initial address and the reading length of each acquisition block, constructing a request frame and sending the request frame to the equipment PLC;
step S5: receiving a response frame, and taking out a matched data result from the response frame according to the address and the data type of the equipment parameter;
step S6: and sequentially traversing and reading the acquisition blocks of the partitions to obtain all the equipment data to be acquired.
As a further improvement, step S3 further includes:
calculating a merging interval of each address according to the merging distance and the byte address in the equipment parameter address;
sequentially traversing all the addresses, and judging whether the merging intervals are overlapped;
if the merging intervals of the two addresses are not overlapped, continuously traversing;
if the merging intervals of the two addresses are overlapped, the two equipment parameters can divide the two addresses into the same acquisition block through the same request frame for merging acquisition, and the merging interval of the acquisition block is expanded into a collection of the merging intervals of the two addresses;
traversing the residual addresses in sequence, judging whether the residual addresses are overlapped with the merging interval of the acquisition block, and finishing the division of the acquisition block;
repeating the overlapping judgment process on the rest addresses, and dividing all the combinable collected addresses into different collection blocks;
and if the merging interval of a certain address is not overlapped with the merging intervals of all other addresses, the address is regarded as an independent acquisition block for acquisition.
As a further improvement scheme, a merging interval [ Pinf, Psup ] obtained by adding and subtracting a merging distance Dist to each address Paddr is calculated,
if the Paddr minus the merging distance Dist is less than or equal to 0, Pinf is the base address of the storage area;
if Paddr plus the merge distance Dist is greater than or equal to the maximum length supported by the PLC protocol, Psup is the maximum length supported by the PLC protocol.
As a further improvement, determining a start address and a read length of each acquisition block, wherein the start address is the smallest address in the acquisition blocks; the reading length is the difference value between the maximum address and the minimum address in the acquisition block, and the data type length of the device parameter corresponding to the maximum address is added.
As a further improvement, the calculation of the read length includes:
and if the calculation result exceeds the maximum frame length supported by the PLC protocol, continuously partitioning the acquisition block.
As a further improvement, in step S5, the extracting the matched data from the response frame includes:
calculating the offset position of the data result in the response frame according to the address of the equipment parameter and the initial address of the request;
calculating the number of bytes required to be read according to the data type of the equipment parameter;
reading a corresponding data result through the offset position and the number of bytes;
and displaying the data result into a correct format according to the data type of the equipment parameter.
As a further improvement, in step S6, sequentially traversing and reading the partitions includes:
if the serial port acquisition equipment PLC is used, all the request frames are sent in series, and only the response frame corresponding to the current frame returns or the next request frame is sent after the timeout time is reached;
if the network acquisition equipment PLC is used, but only one Socket connection is allowed, the processing mode is the same as the serial port acquisition;
and if the network acquisition equipment PLC is used and a plurality of Socket connections are allowed, all the request frames are sent in parallel.
As a further refinement, the device parameter merge distance is set to 16, 32, 64, 128 or 256.
As a further improvement, the device parameters at least include addresses and data types of the device parameters;
the address of the device parameter at least comprises a storage area identifier, a byte address and a bit address;
the data types include at least one of the following: BIT, INT8, UINT8, INT16, UINT16, INT32, UINT32, BCD16, BCD32, BIN16, BIN32, HEX16, HEX32, FLOAT, DOUBLE, STRING.
As a further improvement, the setting of the merging distance may not exceed the maximum frame length supported by the PLC protocol.
Compared with the prior art, the method and the device have the advantages that the parameter addresses distributed in the storage space of the PLC in a scattered manner are divided into the same acquisition block as much as possible, the number of times of communication with the PLC during data acquisition is greatly reduced, the data acquisition efficiency of industrial equipment is improved, and the influence of the data acquisition on the normal operation of the equipment PLC is also reduced. Meanwhile, the invention directly constructs communication frames according to the communication protocols of various industrial equipment PLC, does not depend on additional third-party protocol library software, and has stronger controllability and flexibility.
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 introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without inventive exercise.
Fig. 1 is a schematic structural diagram of an industrial equipment data acquisition system according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart of a data acquisition method for an industrial device according to an embodiment of the present invention;
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, 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 some, but not all, embodiments of the present invention. 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 structural diagram of an industrial device data acquisition system according to an embodiment of the present invention. As shown in fig. 1, the system provided by the present embodiment includes a data acquisition apparatus 101, a PLC communication protocol 102, and an acquired device PLC 103. The data acquisition device can be an edge computing gateway and the like; the PLC communication protocol is determined by the PLC type, and the physical interface is usually a serial port or a network. The data acquisition device 101 can communicate with at least one acquired device PLC 103, and the present scheme does not particularly limit the data acquisition device 101, the PLC communication protocol 102, and the acquired device PLC 103.
Generally, when data of industrial equipment is collected, a collected device PLC is connected to a data collection device in a serial port or network mode. Information such as the PLC type of the equipment, the parameters of the equipment to be acquired and the like can also be configured to the data acquisition device. And the data acquisition device is communicated with the equipment PLC according to the configured information and acquires the data result of the equipment parameters.
Fig. 2 is a schematic flow chart of a data acquisition method for industrial equipment according to an embodiment of the present invention, and an execution subject of the embodiment is the data acquisition device in the embodiment shown in fig. 1. As shown in fig. 2, the method includes:
and step S1, determining the communication protocol used by the industrial equipment PLC of which the data needs to be collected.
The industrial equipment PLC which needs to acquire data comprises a plurality of PLCs of different types, and the corresponding communication protocols can be different; the data acquisition device needs to support the communication protocol used. As shown in figure 1, three different brands of PLCs are connected with a data acquisition device through serial ports, and are respectively connected with different serial ports of the data acquisition device, the data acquisition device can parallelly acquire data of the PLCs, and the data acquisition process of each PLC is independent and independent.
The PLC communication protocol is generally a proprietary protocol of each PLC manufacturer, and the communication protocol adopted during communication depends on the PLC type, for example, a FINS protocol is generally used for communication with ohm dragon PLC, and a PPI protocol is generally used for communication with Siemens S7-200 PLC. And part of the PLCs support data acquisition through standard communication protocols such as Modbus and the like, and can be selected according to the condition of the PLC of the equipment.
And step S2, partitioning the addresses of the device parameters to be collected according to the storage areas.
The parameters to be collected are distributed in the memory space of the PLC discretely, and the addresses are also arranged in a disordered way, as shown in Table 1.
For addresses of different storage areas, the corresponding frame types in the PLC communication protocol are different, so that equipment parameters need to be collected in a partitioning manner;
wherein the role of the data type includes:
the data types correspond to different byte lengths and are used for calculating the reading length of the acquisition group; a representation method representing the result data for displaying the result data in a correct format.
Serial number PLC address Data type
1 C2 INT16
2 C305 UINT16
3 I12.4 BIT
4 I2.0 BIT
5 I131.7 BIT
6 M0.0 BIT
7 M33 INT8
8 M12 UINT8
9 M104 INT16
10 M526 UINT16
11 M418 INT32
12 M422 UINT32
13 M116 FLOAT
14 M31.7 BIT
15 Q0.0 BIT
16 Q21.3 BIT
17 SM0 INT8
18 SM1 UINT8
19 SM100 INT16
20 T0 INT16
21 T255 UINT16
22 V3.3 BIT
23 V221 INT8
24 V702 UINT8
25 V100 INT16
26 V344 UINT16
27 V580 INT32
28 V466 UINT32
29 V1206 FLOAT
30 V8191.7 BIT
TABLE 1
And step S3, setting the merging distance of the equipment parameters, judging whether the equipment parameters can be merged and collected according to the set merging distance, and dividing the equipment parameters which can be merged and collected into different collection blocks.
Calculating a merging interval [ Pinf, Psup ] obtained by adding and subtracting the merging distance Dist to each address Paddr according to the byte address in the merging distance equipment parameter address; the equipment parameter merging distance is generally set to be equal to 16, 32, 64, 128 and 256 values according to experience, and can be adjusted and optimized according to the specific conditions of the acquisition efficiency to obtain a value which enables the acquisition efficiency to be the highest; if the set merging distance is 128, the merging interval of the addresses is a closed interval of 257 continuous addresses with the address as the center;
sequentially traversing all the addresses, and judging whether the merging intervals are overlapped;
if the merging intervals of any two addresses are not overlapped, continuously traversing;
if the merging intervals of any two addresses are overlapped, the two equipment parameters can be merged and collected through the same request frame, the two addresses can be divided into the same collection block, and the merging interval of the collection block is expanded into a collection of the merging intervals of the two addresses; for example, address I12.4 and address I2.0 of the I memory area are divided into the same acquisition block, and the range of the merge section is also expanded.
Traversing the residual addresses in sequence, judging whether the residual addresses are overlapped with the merging interval of the acquisition block, and finishing the division of the acquisition block; for example, if the address I131.7 of the I memory area overlaps with the merge section of the aforementioned acquisition block, the acquisition block is merged into the acquisition block, and the acquisition block division of the I memory area is completed.
Repeating the overlapping judgment process on the rest addresses, and dividing all the combinable collected addresses into different collection blocks; the acquisition blocks of the M memory area, for example, include two acquisition blocks M0-M116, M418-M526.
And if the merging interval of a certain address is not overlapped with the merging intervals of all other addresses, the address is regarded as an independent acquisition block for acquisition. E.g., the two addresses C2 and C305 of the C storage area, cannot be divided into the same acquisition block and are acquired as two separate acquisition blocks.
Step S4, determining the initial address and the reading length of each acquisition block, constructing a request frame and sending the request frame to the equipment PLC; for example, the acquisition blocks of the M storage areas are respectively:
start address M0, read length 220 bytes;
a start address M418, read length 110 bytes;
if the maximum frame length supported by the PLC protocol is 512, the acquisition blocks V3-V580 of the V storage area need to be continuously partitioned into two blocks V3-V466 and V580.
And step S5, receiving the response frame, and taking out the matched data result from the response frame according to the address and the data type of the equipment parameter.
Calculating the offset position of the data result in the response frame according to the address of the equipment parameter and the initial address of the request;
calculating the number of bytes required to be read according to the data type of the equipment parameter;
reading a corresponding data result through the offset position and the number of bytes;
and displaying the data result into a correct format according to the data type of the equipment parameter.
And step S6, sequentially reading the acquisition blocks of the partitions in a traversing manner to obtain all the equipment data to be acquired.
For example, the data result value for C2 is 22, the data result value for I12.4 is 1, and the data result value for V580 is 21845.
The method provided by the invention is suitable for simultaneously acquiring multiple industrial equipment PLCs of different types in a serial port or network mode, can greatly reduce the times of communication with the PLCs during data acquisition, improves the efficiency of data acquisition of the industrial equipment, and also reduces the influence of the data acquisition on the normal operation of the equipment PLCs. Meanwhile, the invention directly constructs communication frames according to the communication protocols of various industrial equipment PLC, does not depend on additional third-party protocol library software, and has stronger controllability and flexibility.
In the embodiments provided by the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described device embodiments are merely illustrative, and for example, the division of the modules is only one logical division, and other divisions may be realized in practice, for example, a plurality of modules may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or modules, and may be in an electrical, mechanical or other form.
The modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing unit, or each module may exist alone physically, or two or more modules are integrated into one unit. The unit formed by the modules can be realized in a hardware form, and can also be realized in a form of hardware and a software functional unit.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. A method of industrial equipment data acquisition, comprising the steps of:
step S1: determining a communication protocol used by industrial equipment PLC of which data needs to be acquired;
step S2: partitioning the addresses of the equipment parameters to be acquired according to a storage area;
step S3: setting a merging distance of the equipment parameters, judging whether the equipment parameters can be merged and collected according to the set merging distance, and dividing the equipment parameters which can be merged and collected into different collection blocks;
step S4: determining the initial address and the reading length of each acquisition block, constructing a request frame and sending the request frame to the equipment PLC;
step S5: receiving a response frame, and taking out a matched data result from the response frame according to the address and the data type of the equipment parameter;
step S6: and sequentially traversing and reading the acquisition blocks of the partitions to obtain all the equipment data to be acquired.
2. The method for data collection of industrial equipment according to claim 1, wherein step S3 further comprises:
calculating a merging interval of each address according to the merging distance and the byte address in the equipment parameter address;
sequentially traversing all the addresses, and judging whether the merging intervals are overlapped;
if the merging intervals of the two addresses are not overlapped, continuously traversing;
if the merging intervals of the two addresses are overlapped, the two equipment parameters can divide the two addresses into the same acquisition block through the same request frame for merging acquisition, and the merging interval of the acquisition block is expanded into a collection of the merging intervals of the two addresses;
traversing the residual addresses in sequence, judging whether the residual addresses are overlapped with the merging interval of the acquisition block, and finishing the division of the acquisition block;
repeating the overlapping judgment process on the rest addresses, and dividing all the combinable collected addresses into different collection blocks;
and if the merging interval of a certain address is not overlapped with the merging intervals of all other addresses, the address is regarded as an independent acquisition block for acquisition.
3. The method of industrial equipment data collection of claim 2,
calculating a merging interval [ Pinf, Psup ] obtained by adding and subtracting the merging distance Dist to each address Paddr,
if the Paddr minus the merging distance Dist is less than or equal to 0, Pinf is the base address of the storage area;
if Paddr plus the merge distance Dist is greater than or equal to the maximum length supported by the PLC protocol, Psup is the maximum length supported by the PLC protocol.
4. The method of claim 2 or 3, wherein a start address and a read length of each acquisition block are determined, wherein the start address is the smallest address in the acquisition block; the reading length is the difference value between the maximum address and the minimum address in the acquisition block, and the data type length of the device parameter corresponding to the maximum address is added.
5. The method of industrial equipment data acquisition of claim 4, wherein the calculation of the read length comprises:
and if the calculation result exceeds the maximum frame length supported by the PLC protocol, continuously partitioning the acquisition block.
6. The method for data collection of industrial equipment according to claim 4, wherein in the step S5, the step of extracting the matched data result from the response frame comprises:
calculating the offset position of the data result in the response frame according to the address of the equipment parameter and the initial address of the request;
calculating the number of bytes required to be read according to the data type of the equipment parameter;
reading a corresponding data result through the offset position and the number of bytes;
and displaying the data result into a correct format according to the data type of the equipment parameter.
7. The method for data collection of industrial equipment according to claim 4, wherein in step S6, sequentially traversing and reading each partition comprises:
if the serial port acquisition equipment PLC is used, all the request frames are sent in series, and only the response frame corresponding to the current frame returns or the next request frame is sent after the timeout time is reached;
if the network acquisition equipment PLC is used, but only one Socket connection is allowed, the processing mode is the same as the serial port acquisition;
and if the network acquisition equipment PLC is used and a plurality of Socket connections are allowed, all the request frames are sent in parallel.
8. The method of industrial equipment data collection according to claim 4,
the device parameter merge distance is set to 16, 32, 64, 128 or 256.
9. The method of claim 4, wherein the device parameters include at least an address and a data type of the device parameter;
the address of the device parameter at least comprises a storage area identifier, a byte address and a bit address;
the data types include at least one of the following: BIT, INT8, UINT8, INT16, UINT16, INT32, UINT32, BCD16, BCD32, BIN16, BIN32, HEX16, HEX32, FLOAT, DOUBLE, STRING.
10. The method of claim 4, wherein the merge distance is not set to exceed a maximum frame length supported by a PLC protocol.
CN202011424973.XA 2020-12-08 2020-12-08 Industrial equipment data acquisition method Active CN112711218B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011424973.XA CN112711218B (en) 2020-12-08 2020-12-08 Industrial equipment data acquisition method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011424973.XA CN112711218B (en) 2020-12-08 2020-12-08 Industrial equipment data acquisition method

Publications (2)

Publication Number Publication Date
CN112711218A true CN112711218A (en) 2021-04-27
CN112711218B CN112711218B (en) 2022-03-15

Family

ID=75542666

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011424973.XA Active CN112711218B (en) 2020-12-08 2020-12-08 Industrial equipment data acquisition method

Country Status (1)

Country Link
CN (1) CN112711218B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113194038A (en) * 2021-04-06 2021-07-30 重庆芯力源科技有限公司 Data forwarding method of intelligent edge gateway
CN113325797A (en) * 2021-06-11 2021-08-31 中山凯旋真空科技股份有限公司 Data acquisition method and device for control equipment, storage medium and electronic equipment
CN114697293A (en) * 2022-03-30 2022-07-01 西安北方华创微电子装备有限公司 Data transmission method, lower computer and controller
CN115190124A (en) * 2022-06-24 2022-10-14 远光软件股份有限公司 Message transmission method and device based on distributed industrial control system, storage medium and scheduling server

Citations (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5802389A (en) * 1994-12-29 1998-09-01 Siemens Energy & Automation, Inc. Expansion module address method and apparatus for a programmable logic controller
US20030039248A1 (en) * 2001-08-27 2003-02-27 Weaver Jeffrey S. System and method for the consolidation of data packets
US6662247B1 (en) * 1999-11-30 2003-12-09 Rockwell Automation Technologies, Inc. Protocol for extended data transfer in scan-based industrial controller I/O system
CN1515969A (en) * 1999-08-31 2004-07-28 �����ɷ� Editing device and storage medium for storage editor program
JP2006109258A (en) * 2004-10-07 2006-04-20 Hitachi Ltd Communication method and communication apparatus
US20080282016A1 (en) * 2007-05-10 2008-11-13 Liao Chun-Ting Method for expediting data access of universal serial bus stoarage device
CN102752748A (en) * 2012-06-26 2012-10-24 中国联合网络通信集团有限公司 Data transmission method and system based on mobile terminal and mobile terminal
US20130132612A1 (en) * 2011-11-18 2013-05-23 Ming-Hui Chiu Data transmission device and method for merging multiple commands
CN103792928A (en) * 2014-02-24 2014-05-14 东南大学 Industrial field data collecting and analyzing system based on Modbus
CN104345717A (en) * 2014-10-17 2015-02-11 武汉华大优能信息有限公司 Intelligent remote data acquisition system based on Internet of Things
CN104571931A (en) * 2013-10-10 2015-04-29 中国科学院声学研究所 I/O (input/output) request combination scheduling system and method based on system resources
CN105871985A (en) * 2015-12-10 2016-08-17 乐视网信息技术(北京)股份有限公司 Data access request processing method and apparatus, server, client and system
CN108037725A (en) * 2017-12-08 2018-05-15 中冶南方工程技术有限公司 A kind of method and apparatus for reading and writing plc data
CN108363783A (en) * 2018-02-11 2018-08-03 杭州中奥科技有限公司 The binding method and device of MAC Address and identity information
US20180329841A1 (en) * 2017-05-10 2018-11-15 Fujitsu Limited Memory access control device and control method of memory access
WO2019000388A1 (en) * 2017-06-30 2019-01-03 Microsoft Technology Licensing, Llc Staging anchor trees for improved concurrency and performance in page range index management
WO2019015541A1 (en) * 2017-07-20 2019-01-24 上海寒武纪信息科技有限公司 Calculation method and related product
CN110262370A (en) * 2019-05-30 2019-09-20 苏州华兴源创科技股份有限公司 Batch reading/writing method, the apparatus and system of PLC
CN111897283A (en) * 2020-08-05 2020-11-06 深圳市海浦蒙特科技有限公司 Programmable logic controller software element monitoring method, system and storage medium

Patent Citations (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5802389A (en) * 1994-12-29 1998-09-01 Siemens Energy & Automation, Inc. Expansion module address method and apparatus for a programmable logic controller
CN1515969A (en) * 1999-08-31 2004-07-28 �����ɷ� Editing device and storage medium for storage editor program
US6662247B1 (en) * 1999-11-30 2003-12-09 Rockwell Automation Technologies, Inc. Protocol for extended data transfer in scan-based industrial controller I/O system
US20030039248A1 (en) * 2001-08-27 2003-02-27 Weaver Jeffrey S. System and method for the consolidation of data packets
JP2006109258A (en) * 2004-10-07 2006-04-20 Hitachi Ltd Communication method and communication apparatus
US20080282016A1 (en) * 2007-05-10 2008-11-13 Liao Chun-Ting Method for expediting data access of universal serial bus stoarage device
US20130132612A1 (en) * 2011-11-18 2013-05-23 Ming-Hui Chiu Data transmission device and method for merging multiple commands
CN102752748A (en) * 2012-06-26 2012-10-24 中国联合网络通信集团有限公司 Data transmission method and system based on mobile terminal and mobile terminal
CN104571931A (en) * 2013-10-10 2015-04-29 中国科学院声学研究所 I/O (input/output) request combination scheduling system and method based on system resources
CN103792928A (en) * 2014-02-24 2014-05-14 东南大学 Industrial field data collecting and analyzing system based on Modbus
CN104345717A (en) * 2014-10-17 2015-02-11 武汉华大优能信息有限公司 Intelligent remote data acquisition system based on Internet of Things
CN105871985A (en) * 2015-12-10 2016-08-17 乐视网信息技术(北京)股份有限公司 Data access request processing method and apparatus, server, client and system
US20180329841A1 (en) * 2017-05-10 2018-11-15 Fujitsu Limited Memory access control device and control method of memory access
WO2019000388A1 (en) * 2017-06-30 2019-01-03 Microsoft Technology Licensing, Llc Staging anchor trees for improved concurrency and performance in page range index management
WO2019015541A1 (en) * 2017-07-20 2019-01-24 上海寒武纪信息科技有限公司 Calculation method and related product
CN108037725A (en) * 2017-12-08 2018-05-15 中冶南方工程技术有限公司 A kind of method and apparatus for reading and writing plc data
CN108363783A (en) * 2018-02-11 2018-08-03 杭州中奥科技有限公司 The binding method and device of MAC Address and identity information
CN110262370A (en) * 2019-05-30 2019-09-20 苏州华兴源创科技股份有限公司 Batch reading/writing method, the apparatus and system of PLC
CN111897283A (en) * 2020-08-05 2020-11-06 深圳市海浦蒙特科技有限公司 Programmable logic controller software element monitoring method, system and storage medium

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113194038A (en) * 2021-04-06 2021-07-30 重庆芯力源科技有限公司 Data forwarding method of intelligent edge gateway
CN113325797A (en) * 2021-06-11 2021-08-31 中山凯旋真空科技股份有限公司 Data acquisition method and device for control equipment, storage medium and electronic equipment
CN113325797B (en) * 2021-06-11 2022-07-12 中山凯旋真空科技股份有限公司 Data acquisition method and device for control equipment, storage medium and electronic equipment
CN114697293A (en) * 2022-03-30 2022-07-01 西安北方华创微电子装备有限公司 Data transmission method, lower computer and controller
CN114697293B (en) * 2022-03-30 2023-11-10 西安北方华创微电子装备有限公司 Data transmission method, lower computer and controller
CN115190124A (en) * 2022-06-24 2022-10-14 远光软件股份有限公司 Message transmission method and device based on distributed industrial control system, storage medium and scheduling server
CN115190124B (en) * 2022-06-24 2023-12-26 远光软件股份有限公司 Message transmission method and device based on distributed industrial control system, storage medium and scheduling server

Also Published As

Publication number Publication date
CN112711218B (en) 2022-03-15

Similar Documents

Publication Publication Date Title
CN112711218B (en) Industrial equipment data acquisition method
US11206272B2 (en) System and method for determining or monitoring a process variable in an automation plant
CN112416531B (en) Digital twin system simulation method, system, computer device and storage medium
CN111026460B (en) Method and device for rapidly allocating points by using regional templates in configuration tool
CN102902243A (en) System and method for servicing field devices in an automation plant
EP2638443B1 (en) Local control network processor (lcnp) emulator for multi-generation control systems
CN108073146A (en) The automatic business processing control hardware engineering of the requirement represented using framework is planned
CN102904788B (en) The method of PROFIBUS interface and use PROFIBUS interface
CN111555967B (en) Protocol conversion gateway, textile machine monitoring system and method
CN112995001A (en) Industrial communication network system
CN113393211A (en) Method and system for intelligently improving automatic production efficiency
CN113630825A (en) Ad hoc networking method of industrial equipment, gateway and medium
CN104698962B (en) PLC man-machine communication's method and system
CN214670200U (en) Conversion module for converting MODBUS TCP into multiple MODBUS slave stations
CN106707985A (en) Multi-bus data communication system
CN115292793B (en) House type design method and related device
CN108845548A (en) A kind of DCS and distribution method realizing the distribution of IO hardwire based on software configuration
CN111314284B (en) Power distribution terminal-based protocol conversion method and system capable of expanding MODBUS
CN111664079B (en) Control method and device of air compressor
CN113811824A (en) System, device and method for managing and optimizing connections between field devices and automation devices
CN102843380A (en) Method for solving serial port communication bottleneck based on MODBUS
CN113010950A (en) Factory layout processing method, device, storage medium and processor
CN106131009A (en) A kind of data acquisition port expansion device, system and method
CN104615410A (en) Multi-type hardware interface instruction processing method and system
CN114253585B (en) Remote updating method, system and device for robot running program and storage medium

Legal Events

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