CN110808965B - Debugging method and device of monitoring system - Google Patents

Debugging method and device of monitoring system Download PDF

Info

Publication number
CN110808965B
CN110808965B CN201911008453.8A CN201911008453A CN110808965B CN 110808965 B CN110808965 B CN 110808965B CN 201911008453 A CN201911008453 A CN 201911008453A CN 110808965 B CN110808965 B CN 110808965B
Authority
CN
China
Prior art keywords
data
analysis rule
measuring point
monitoring system
debugging
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911008453.8A
Other languages
Chinese (zh)
Other versions
CN110808965A (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.)
Xuji Group Co Ltd
XJ Electric Co Ltd
Xuchang XJ Software Technology Co Ltd
Original Assignee
Xuji Group Co Ltd
XJ Electric Co Ltd
Xuchang XJ Software 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 Xuji Group Co Ltd, XJ Electric Co Ltd, Xuchang XJ Software Technology Co Ltd filed Critical Xuji Group Co Ltd
Priority to CN201911008453.8A priority Critical patent/CN110808965B/en
Publication of CN110808965A publication Critical patent/CN110808965A/en
Application granted granted Critical
Publication of CN110808965B publication Critical patent/CN110808965B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/22Parsing or analysis of headers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks
    • H04L2012/40208Bus networks characterized by the use of a particular bus standard
    • H04L2012/40228Modbus

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention relates to a debugging method and device of a monitoring system, and belongs to the field of communication of a fan and a photovoltaic inverter. The debugging method comprises the following steps: reading the measuring point data, and if the measuring point data is a preset typical measuring point, respectively analyzing the typical measuring point by using an analysis rule of the first byte sequence and an analysis rule of the second byte sequence, so that the byte sequence analysis rule of the target value of the preset typical measuring point can be analyzed to be the byte sequence adopted by the monitoring system to be debugged. In the debugging process, the invention only needs two steps of operation of configuring the measuring points and determining the target value, does not need the debugging personnel to master professional computer knowledge, and completes all the other operations automatically, thereby effectively reducing the workload of the debugging personnel and improving the debugging efficiency. Meanwhile, the debugging method can be used for debugging equipment of different manufacturers, only one set of program is needed, excessive debugging programs are avoided, and the workload of program maintenance is reduced.

Description

Debugging method and device of monitoring system
Technical Field
The invention relates to a debugging method and device of a monitoring system, and belongs to the field of communication of a fan and a photovoltaic inverter.
Background
In a new energy station, a fan and a photovoltaic inverter are generally communicated with a monitoring system by adopting a Modbus protocol, and the monitoring system needs to be debugged before the fan and the photovoltaic inverter are formally started to operate, so that the fan and the photovoltaic inverter are normally communicated with the monitoring system. However, the manufacturers of the wind turbine and the photovoltaic inverter adopt different standards, the standard refers to the byte order and the data type during data transmission, the data transmission is divided into a network byte order and a host byte order, and different storage types such as a short integer, a long integer and a floating point are provided. In the debugging process, a debugging person determines the byte sequence of the fan and the photovoltaic inverter and the data type of each measuring point and stores the byte sequence and the data type into a database so as to ensure that the fan, the photovoltaic inverter and the monitoring system are normally communicated. Generally, there are two debugging methods: one is a compiling mode, which has simple engineering configuration, but because the byte order and data types of manufacturer specifications are different, each manufacturer needs to be developed independently, so that different compiling programs need to be compiled during debugging, the debugging version is various, and the maintenance of developers is very difficult; the other is a configuration mode, and the mode of adopting modeling configuration requires that engineering personnel master a certain computer foundation, so that the problems of error, omission and the like are easily caused, the configuration is complex, the debugging efficiency is low, the debugging can not be carried out by personnel without engineering application and computer foundation, and the requirement on the debugging personnel is high.
Therefore, it is necessary to design a unified debugging method.
Disclosure of Invention
The invention aims to provide a debugging method of a monitoring system, which is used for solving the problem of low efficiency of the existing debugging method; meanwhile, the debugging device of the monitoring system is also provided to solve the problem of low efficiency of the existing debugging device.
In order to achieve the above object, the present invention provides a method for debugging a monitoring system, including the following steps:
reading the measuring point data, and if the measuring point data is a pre-configured typical measuring point, respectively analyzing the typical measuring point by using an analysis rule of a first byte order and an analysis rule of a second byte order:
if the target value of the pre-configured typical measuring point can be obtained by using the analysis rule of the first byte sequence, determining that the monitoring system to be debugged adopts the first byte sequence;
and if the target value of the pre-configured typical measuring point can be obtained by utilizing the analysis rule of the second byte sequence, determining that the monitoring system to be debugged adopts the second byte sequence.
In addition, the invention also provides a debugging device of the monitoring system, which comprises a memory, a processor and a computer program which is stored in the memory and can run on the processor, wherein the processor realizes the debugging method of the monitoring system when executing the computer program.
The beneficial effects are that: in the debugging process, the invention only needs two steps of operation of configuring the measuring points and determining the target value, does not need the debugging personnel to master professional computer knowledge, and completes all the other operations automatically, thereby effectively reducing the workload of the debugging personnel and improving the debugging efficiency. Meanwhile, the debugging method can be used for debugging equipment of different manufacturers, only one set of program is needed, the excessive debugging programs are avoided, and the workload of program maintenance is reduced.
Further, in the debugging method and apparatus of the monitoring system, in order to determine the data type of each measurement point, the method further includes the following steps: after determining the byte order adopted by the monitoring system to be debugged, receiving other measuring point data, and analyzing the other measuring point data according to the analysis rule of the floating point type data and the analysis rule of the integer type data under the determined byte order:
if the numerical value analyzed by the analysis rule of the floating point type data is in the normal range of the floating point type data, determining the measured point data as the floating point type data;
and if the value analyzed by the analysis rule of the integer data is within the normal range of the integer data, determining the measuring point data as the integer data.
Furthermore, in the method and the device for debugging the monitoring system, in order to reduce the maintenance workload, a step of storing the byte sequence determined by the monitoring system to be debugged and the data type of each measuring point is further included.
Further, in the debugging method and apparatus of the monitoring system, the first byte order is a network byte order, and the second byte order is a host byte order.
In addition, the invention also provides a debugging method of the monitoring system, which comprises the following steps:
reading the measuring point data, and if the measuring point data is a pre-configured typical measuring point, analyzing the typical measuring point according to the analysis rule of the floating point type data and the analysis rule of the integer type data under the conditions of a first byte order and a second byte order respectively:
if the target value of the pre-configured typical measuring point is obtained according to the analysis rule of the floating point type data or the analysis rule of the integer type data under the first byte order, determining that the monitoring system to be debugged adopts the first byte order;
and if the target value of the pre-configured typical measuring point is obtained according to the analysis rule of the floating point type data or the analysis rule of the integer type data under the second byte order, determining that the monitoring system to be debugged adopts the second byte order.
In addition, the invention also provides a debugging device of the monitoring system, which comprises a memory, a processor and a computer program which is stored in the memory and can run on the processor, wherein the processor realizes the debugging method of the monitoring system when executing the computer program.
The beneficial effects are that: in the debugging process, the invention only needs two steps of operation of configuring the measuring points and determining the target value, does not need the debugging personnel to master professional computer knowledge, and completes all the other operations automatically, thereby effectively reducing the workload of the debugging personnel and improving the debugging efficiency. Meanwhile, the debugging method can be used for debugging equipment of different manufacturers, only one set of program is needed, the excessive debugging programs are avoided, and the workload of program maintenance is reduced.
Further, in the debugging method and apparatus of the monitoring system, in order to determine the data type of each measurement point, the method further includes the following steps: after determining the byte order adopted by the monitoring system to be debugged, receiving other measuring point data, and analyzing the other measuring point data according to the analysis rule of the floating point data and the analysis rule of the integer data under the determined byte order:
if the numerical value analyzed by the analysis rule of the floating point type data is in the normal range of the floating point type data, determining the measured point data as the floating point type data;
and if the value analyzed by the analysis rule of the integer data is within the normal range of the integer data, determining the measuring point data as the integer data.
Furthermore, in the method and the device for debugging the monitoring system, in order to reduce the maintenance workload, a step of storing the byte sequence determined by the monitoring system to be debugged and the data type of each measuring point is further included.
Further, in the debugging method and apparatus of the monitoring system, the first byte order is a network byte order, and the second byte order is a host byte order.
Drawings
Fig. 1 is a flowchart of a debugging method of a monitoring system according to embodiment 1 of the present invention.
Detailed Description
Embodiment 1 of the debugging method of the monitoring system:
the debugging method of the monitoring system provided by the embodiment is used for debugging the communication connection of the monitoring system based on Modbus communication. The monitoring system comprises a Modbus master station (master station for short) and slave stations, wherein each slave station comprises a fan and a photovoltaic inverter, the master station and the slave stations communicate by sending messages, and the master station sends the messages to read measuring point information in the slave stations. Manufacturers of fans and photovoltaic inverters provide a point table when equipment leaves a factory, wherein the point table comprises communication addresses, byte lengths and target values of typical measuring points; but also the communication addresses and byte lengths of all stations.
Debugging is carried out to determine the data type of the byte order and the measuring point of the device, wherein the byte order comprises a first byte order and a second byte order, the data type comprises an integer and a floating point, and the integer comprises a long integer and a short integer. In this embodiment, the first endian is network endian, and the second endian is host endian.
In this embodiment, the debugging is performed for a typical measurement point with a byte length of two bytes, and a specific debugging method is shown in fig. 1, and includes the following steps:
pre-storing a network byte order analysis rule and a host byte order analysis rule in a master station;
configuring a typical measuring point according to point table data provided by a manufacturer, determining a target value of the typical measuring point, (the target values of the typical measuring point and the typical measuring point are all configured in advance according to the manufacturer), configuring all measuring points at the same time, and indicating the byte length of each measuring point (in the embodiment, the byte length of the typical measuring point is two bytes, and the byte lengths of other measuring points can be two bytes or four bytes), and configuring the running state of the monitoring system into a debugging mode;
starting a master station, reading local configuration, and establishing connection with a slave station;
the master station periodically sends messages to read the measuring point data of the slave station, finds out a pre-configured typical measuring point according to the communication address of the typical measuring point, and respectively analyzes the typical measuring point by utilizing the analysis rule of the network byte sequence and the analysis rule of the host byte sequence:
if the target value of the typical measuring point configured in advance can be obtained by utilizing the analysis rule of the network byte order, determining that the monitoring system to be debugged adopts the network byte order;
if the target value of the typical measuring point configured in advance can be obtained by utilizing the analysis rule of the host byte order, determining that the monitoring system to be debugged adopts the host byte order;
after determining byte order by using a typical measuring point, storing the determined byte order, determining data types of other measuring points according to the byte order, and analyzing the data of other measuring points according to the analysis rule of floating point type data and the analysis rule of integer type data under the determined byte order (when default two bytes of data are integer type data, judging the data of four bytes):
if the numerical value analyzed according to the analysis rule of the floating point type data is in the normal range of the floating point type data, determining the measured point data as the floating point type data;
if the value analyzed according to the analysis rule of the integer data is in the normal range of the integer data (the normal range of the value is determined according to the field condition, and the normal ranges of the floating point data and the integer data are the same), determining that the measuring point data is the integer data;
after the data type of each measuring point is determined, storing the data type of each measuring point;
and after all the measuring points are checked, debugging is finished, and the running state of the monitoring system is configured into a running mode.
In the process of determining the byte order, since the byte length of the typical measuring point is two bytes, and the data type of the typical measuring point is assumed to be integer data, an analysis rule of the integer data under different byte orders is adopted when analyzing the target value of the typical measuring point.
Table one shows a typical measurement point with two bytes and a target value of 100, and the analysis results are analyzed by using the analysis rule of the integer data in the network byte order and the analysis rule of the integer data in the host byte order:
table one-two byte, target value 100, analysis result of typical measuring point
Target value (decimal) Slave station message (hexadecimal) Network endian Host endian
100 00 64 100 25600
As is clear from table one, the values of the typical measurement points analyzed by the analysis rule of the network byte order are the same as the target values, so the network byte order is adopted by the monitoring system.
After the byte order is determined, under the determined byte order, analyzing other measuring point data according to the analysis rule of the floating point type data and the analysis rule of the integer type data respectively, selecting the data type according to whether the analyzed numerical value is in a normal range, wherein a table II is an analysis result of analyzing the data type of the other measuring point data according to the analysis rules of the floating point type and the integer type under the network byte order:
data type analysis results of other measuring points in table two
Data type Value of range Message from station Network endian
Floating point type 0-10000 00 00 00 64 1.40129846e-043
Shaping machine 0-10000 00 00 00 64 100
As can be seen from table two, under the network byte order, the value of a typical measurement point analyzed by the analysis rule of the integer data is within the range of the syndrome, and therefore, the data type of the measurement point is integer (100 in table two is not a typical measurement point, and it is only illustrated by the number 100 that how to judge the data type of the four bytes of data in the case of byte order determination).
Embodiment 2 of the debugging method of the monitoring system:
the difference between the debugging method of the monitoring system proposed in this embodiment and the debugging method proposed in embodiment 1 is that the byte length of the pre-configured typical measurement point is four bytes, so that the process of determining the byte sequence is different, and other implementation processes are the same as the debugging method proposed in embodiment 1, and are not described herein again.
When the byte length of a typical measuring point is four bytes, the byte order is determined as follows: respectively analyzing the pre-configured typical measuring points under the conditions of network byte order and host byte order according to the analysis rule of floating point type data and the analysis rule of integer type data:
if the target value of a pre-configured typical measuring point is obtained according to the analysis rule of the floating point type data or the analysis rule of the integer type data under the network byte order, determining that the monitoring system to be debugged adopts the network byte order;
and if the target value of the pre-configured typical measuring point is obtained according to the analysis rule of the floating point type data or the analysis rule of the integer type data under the host byte order, determining that the monitoring system to be debugged adopts the host byte order.
Table three is a typical measurement point with four bytes and a target value of 100, and the analysis rule of the network byte order floating point type data and the analysis rule of the integer data, and the analysis result of the analysis rule of the host byte order floating point type data and the analysis rule of the integer data are used:
byte order analysis result of typical measuring point with table three-four bytes and target value of 100
Data type Target value Message from station Network endian Host endian
Floating point type 100 42 C8 00 00 100 7.18389671e-041
Shaping machine 100 42 C8 00 00 1120403456 51266
As is clear from table three, the values of typical measurement points analyzed by the analysis rule of the network byte order floating point type data are the same as the target values, so the network byte order is adopted by the monitoring system. It can be seen that the difference between the floating point type and the integer type of the data type in the network endian is very large.
Debugging device embodiment 1 of monitoring system:
the debugging device of the monitoring system proposed by the embodiment comprises a memory, a processor and a computer program which is stored in the memory and can run on the processor, wherein the processor realizes the debugging method of the monitoring system when executing the computer program.
The specific implementation process of the debugging method of the monitoring system is already described in the above debugging method embodiment 1 of the monitoring system, and is not described here again.
Debugging device embodiment 2 of monitoring system:
the debugging device of the monitoring system proposed by the embodiment comprises a memory, a processor and a computer program which is stored in the memory and can run on the processor, wherein the processor realizes the debugging method of the monitoring system when executing the computer program.
The specific implementation process of the debugging method of the monitoring system is described in the above debugging method embodiment 2 of the monitoring system, and is not described herein again.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and so forth) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Finally, it should be noted that the above embodiments are only used for illustrating the technical solutions of the present invention and not for limiting the protection scope thereof, and although the present application is described in detail with reference to the above embodiments, those skilled in the art should understand that after reading the present application, various changes, modifications or equivalents of the embodiments of the present application can be made, and these changes, modifications or equivalents are within the protection scope of the claims of the present invention.

Claims (4)

1. A debugging method of a monitoring system is characterized by comprising the following steps:
reading the measuring point data, and if the measuring point data is a pre-configured typical measuring point, debugging the measuring point data according to different typical measuring point byte lengths in two cases:
(1) If the byte length of a typical measurement point is two bytes: and (3) the data type of the typical measuring point is default to be integer data, and the typical measuring point is analyzed by using the analysis rule of the first byte order and the analysis rule of the second byte order:
if the target value of the pre-configured typical measuring point can be obtained by using the analysis rule of the first byte sequence, determining that the monitoring system to be debugged adopts the first byte sequence;
if the target value of the pre-configured typical measuring point can be obtained by using the analysis rule of the second byte sequence, determining that the monitoring system to be debugged adopts the second byte sequence;
after determining the byte order adopted by the monitoring system to be debugged, receiving other measuring point data, and analyzing the other measuring point data according to the analysis rule of the floating point data and the analysis rule of the integer data under the determined byte order:
if the numerical value analyzed according to the analysis rule of the floating point type data is in the normal range of the floating point type data, determining the measured point data as the floating point type data;
if the value analyzed by the analysis rule of the integer data is within the normal range of the integer data, determining the measuring point data as integer data;
(2) If the byte length of a typical measurement point is four bytes: analyzing the typical measuring points according to the analysis rule of floating point type data and the analysis rule of integer type data under the conditions of a first byte order and a second byte order respectively:
if a target value of a pre-configured typical measuring point is obtained according to an analysis rule of floating point type data or an analysis rule of integer type data under a first byte order, determining that a monitoring system to be debugged adopts the first byte order;
if the target value of the pre-configured typical measuring point is obtained according to the analysis rule of the floating point type data or the analysis rule of the integer type data under the second byte order, determining that the monitoring system to be debugged adopts the second byte order;
after determining the byte order adopted by the monitoring system to be debugged, receiving other measuring point data, and analyzing the other measuring point data according to the analysis rule of the floating point type data and the analysis rule of the integer type data under the determined byte order:
if the numerical value analyzed according to the analysis rule of the floating point type data is in the normal range of the floating point type data, determining the measured point data as the floating point type data;
and if the value analyzed by the analysis rule of the integer data is within the normal range of the integer data, determining the measuring point data as the integer data.
2. The method for debugging a monitoring system according to claim 1, further comprising the step of storing the byte order determined by the monitoring system to be debugged and the data type of each station.
3. The debugging method of a monitoring system according to claim 1 or 2, wherein the first endian is network endian and the second endian is host endian.
4. A debugging apparatus of a monitoring system, comprising a memory, a processor and a computer program stored in the memory and executable on the processor, characterized in that the processor implements a debugging method of the monitoring system according to any one of claims 1 to 3 when executing the computer program.
CN201911008453.8A 2019-10-22 2019-10-22 Debugging method and device of monitoring system Active CN110808965B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911008453.8A CN110808965B (en) 2019-10-22 2019-10-22 Debugging method and device of monitoring system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911008453.8A CN110808965B (en) 2019-10-22 2019-10-22 Debugging method and device of monitoring system

Publications (2)

Publication Number Publication Date
CN110808965A CN110808965A (en) 2020-02-18
CN110808965B true CN110808965B (en) 2022-11-25

Family

ID=69488814

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911008453.8A Active CN110808965B (en) 2019-10-22 2019-10-22 Debugging method and device of monitoring system

Country Status (1)

Country Link
CN (1) CN110808965B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113448300B (en) * 2020-03-26 2022-09-09 比亚迪股份有限公司 Train door opening and closing debugging method and system and door controller
CN115549862B (en) * 2022-12-05 2023-03-31 大方智造(天津)科技有限公司 MES system concurrency performance test data receiving method based on dynamic analysis

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106354568A (en) * 2016-08-23 2017-01-25 京信通信技术(广州)有限公司 Method and device for communication between different processes
CN107273269A (en) * 2017-06-12 2017-10-20 北京奇虎科技有限公司 Daily record analysis method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8169918B2 (en) * 2009-06-30 2012-05-01 Lsi Corporation Received information monitor adaptive to multiple monitoring modes in a communication device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106354568A (en) * 2016-08-23 2017-01-25 京信通信技术(广州)有限公司 Method and device for communication between different processes
CN107273269A (en) * 2017-06-12 2017-10-20 北京奇虎科技有限公司 Daily record analysis method and device

Also Published As

Publication number Publication date
CN110808965A (en) 2020-02-18

Similar Documents

Publication Publication Date Title
CN110808965B (en) Debugging method and device of monitoring system
CN110874212B (en) Hardware acceleration method, compiler and equipment
WO2020134634A1 (en) Program debugging method, program debugging apparatus, terminal device, and storage medium
CN110290166B (en) Cross-cluster data interaction method, system and device and readable storage medium
BR102015030776A2 (en) tangible non-transient machine readable media and method for interfacing with an external device in an industrial system
CN113381974A (en) Protocol conversion method between field bus and Modbus-TCP applied to special communication
CN108681503B (en) Safety check method, device and equipment for programmable controller program
CN111813377A (en) Method and device for automatically generating application program
CN108965403B (en) Operation and maintenance monitoring connection establishing method and terminal equipment
CN110730213B (en) Method, system, medium, and apparatus for monitoring life cycle of sensor device
CN110543418B (en) Database performance test method, system and storage medium
CN111427582A (en) Management method, device and equipment of RT L code and computer readable storage medium
CN110782124A (en) BIM-based task processing method and device, server and storage medium
CN116048896A (en) Fault detection method and computer equipment
CN106033211B (en) A kind of method and device of control gluing board rubber head cleaning
CN104102575A (en) On-line debugging method
CN111638990A (en) Memory leak processing method and device and storage medium
CN114243715B (en) Hydropower station AGC control device testing method and system
CN113810316B (en) Intelligent substation switch mirror image configuration method and device based on SCD file
CN113031914B (en) Floating point rounding mode control method, device, equipment and storage medium
CN110450172B (en) Demonstrator and method and device for processing plug-in thereof
CN108921953B (en) Asynchronous distribution method and device for equipment instructions
CN109210674B (en) Control method of outdoor fan of multi-split air conditioning system and related equipment
CN107528895B (en) System and method for accessing plug-in to third-party server based on Android system
CN118394581A (en) Method and device for detecting hard disk backboard, computer equipment and storage medium

Legal Events

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