CN115639997B - Method and system for describing OPC UA information model in JSON format - Google Patents

Method and system for describing OPC UA information model in JSON format Download PDF

Info

Publication number
CN115639997B
CN115639997B CN202211280403.7A CN202211280403A CN115639997B CN 115639997 B CN115639997 B CN 115639997B CN 202211280403 A CN202211280403 A CN 202211280403A CN 115639997 B CN115639997 B CN 115639997B
Authority
CN
China
Prior art keywords
opc
node
information
protocol
json format
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
CN202211280403.7A
Other languages
Chinese (zh)
Other versions
CN115639997A (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.)
China Standard Intelligent Security Technology Co Ltd
Original Assignee
China Standard Intelligent Security 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 China Standard Intelligent Security Technology Co Ltd filed Critical China Standard Intelligent Security Technology Co Ltd
Priority to CN202211280403.7A priority Critical patent/CN115639997B/en
Publication of CN115639997A publication Critical patent/CN115639997A/en
Application granted granted Critical
Publication of CN115639997B publication Critical patent/CN115639997B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention provides a method and a system for describing an OPC UA information model in a JSON format. The method comprises the following steps: in the data interaction process, extracting JSON format files generated in the data interaction in real time; describing the nodes of the OPC UA protocol by utilizing a JSON format file to obtain the node information of the OPC UA protocol; describing the node numerical information of the OPC UA protocol by utilizing a JSON format file to obtain the node numerical information of the OPC UA protocol; describing the node reference relation of the OPC UA protocol by utilizing a JSON format file to obtain the node reference relation information of the OPC UA protocol; and describing an OPC UA information model by using the node information, the numerical value information in the node and the node reference relation information of the OPC UA protocol. The system comprises modules corresponding to the method steps.

Description

Method and system for describing OPC UA information model in JSON format
Technical Field
The invention provides a method and a system for describing an OPC UA information model in a JSON format, and belongs to the technical field of Internet.
Background
OPC UA uses objects (objects) as the basis for process system representation data and activity. Objects contain variables, events and methods that are interconnected by references. This concept is very similar to the object-oriented programming approach. The OPC UA information model is a Network of nodes, or a structured graph (graph), consisting of nodes and References, which is called the address space of OPC UA. Such a graphical structure may describe a wide variety of structured information (objects). At present, an OPC UA information model is described in a file form, and is usually described by using an XML file, and the problem of poor readability and low analysis speed easily occurs in the description mode.
Disclosure of Invention
The invention provides a method and a system for describing an OPC UA information model in a JSON format, which are used for solving the problems of poor readability and low analysis speed generated by using an XML file to describe the OPC UA information model in the existing method, and the adopted technical scheme is as follows:
a method of JSON format description OPC UA information model, the method comprising:
in the data interaction process, extracting JSON format files generated in the data interaction in real time;
describing the nodes of the OPC UA protocol by utilizing a JSON format file to obtain the node information of the OPC UA protocol;
describing the node numerical information of the OPC UA protocol by utilizing a JSON format file to obtain the node numerical information of the OPC UA protocol;
describing the node reference relation of the OPC UA protocol by utilizing a JSON format file to obtain the node reference relation information of the OPC UA protocol;
and describing an OPC UA information model by using the node information, the numerical value information in the node and the node reference relation information of the OPC UA protocol.
Further, each OPC UA information model only contains one JSON object, and the JSON object is a uarodeset; the sub-objects corresponding to each UANodeset comprise NamespaceUris and Aliases.
Further, in the data interaction process, extracting the JSON format file generated in the data interaction in real time, including:
scanning all data files generated in the data interaction process in real time;
extracting JSON format files generated in a preset first acquisition time period;
detecting whether the number of JSON format files generated in unit time meets the number of files required by the current OPC UA information model description, and if not, acquiring and extracting the JSON format files according to a second acquisition time period;
the setting constraint conditions of the second acquisition time period are as follows:
(1-A 1 /A)T 1 ≤T 2 <T 1
wherein T is 1 And T 2 Respectively representing the time lengths corresponding to the first acquisition time period and the second acquisition time period; a is that 1 Representing the corresponding quantity of JSON format files generated in the data interaction process in the first time period; a represents the total number of files of all types generated during the data interaction in the first time period.
Further, describing the node of the OPC UA protocol by utilizing the JSON format file to obtain the node information of the OPC UA protocol, including
Identifying and extracting node attributes of each JSON format file;
taking the node attribute as a child member corresponding to one JSON object contained in the OPC UA information model; the node attribute is node information of the OPC UA protocol.
A system for JSON format description of OPC UA information model, the system comprising:
the real-time extraction module is used for extracting JSON format files generated in the data interaction in real time in the data interaction process;
the node information acquisition module is used for describing the nodes of the OPC UA protocol by utilizing the JSON format file to acquire the node information of the OPC UA protocol;
the internal numerical information acquisition module is used for describing the node internal numerical information of the OPC UA protocol by utilizing a JSON format file to acquire the node internal numerical information of the OPC UA protocol;
the reference relation acquisition module is used for describing the node reference relation of the OPC UA protocol by utilizing a JSON format file to acquire the node reference relation information of the OPC UA protocol;
and the description module is used for describing the OPC UA information model by utilizing the node information, the numerical value information in the node and the node reference relation information of the OPC UA protocol.
Further, each OPC UA information model only contains one JSON object, and the JSON object is a uarodeset; the sub-objects corresponding to each UANodeset comprise NamespaceUris and Aliases.
Further, the real-time extraction module includes:
the file data acquisition module is used for scanning all data files generated in the data interaction process in real time;
the first extraction module is used for extracting JSON format files generated in a preset first acquisition time period;
the second extraction module is used for detecting whether the number of JSON format files generated in unit time meets the number of files required by the current OPC UA information model description, and if the number of files required by the current period model description is not met, the JSON format files are acquired and extracted according to a second acquisition time period;
the setting constraint conditions of the second acquisition time period are as follows:
(1-A 1 /A)T 1 ≤T 2 <T 1
wherein T is 1 And T 2 Respectively representing the time lengths corresponding to the first acquisition time period and the second acquisition time period; a is that 1 Representing the corresponding quantity of JSON format files generated in the data interaction process in the first time period; a represents the total number of files of all types generated during the data interaction in the first time period.
Further, the node information acquisition module includes
The node attribute extraction module is used for identifying and extracting the node attribute of each JSON format file;
the child member forming module is used for taking the node attribute as a child member corresponding to one JSON object contained in the OPC UA information model; the node attribute is node information of the OPC UA protocol.
The invention has the beneficial effects that:
according to the method and the system for describing the OPC UA information model in the JSON format, the OPC UA information model is described through the JSON format file, so that the readability and the analysis speed of the description of the OPC UA information model can be effectively improved; meanwhile, the space capacity occupied by the file can be effectively reduced by describing the OPC UA information model through the JSON-format file, and the development efficiency of the OPC UA information model and the overall performance of the model can be effectively improved by describing the OPC UA information model through the JSON-format file.
Drawings
FIG. 1 is a flow chart of the method of the present invention;
fig. 2 is a system block diagram of the system of the present invention.
Detailed Description
The preferred embodiments of the present invention will be described below with reference to the accompanying drawings, it being understood that the preferred embodiments described herein are for illustration and explanation of the present invention only, and are not intended to limit the present invention.
The embodiment of the invention provides a method for describing an OPC UA information model in a JSON format, which comprises the following steps as shown in figure 1:
s1, extracting a JSON format file generated in data interaction in real time in the data interaction process;
s2, describing the nodes of the OPC UA protocol by utilizing a JSON format file to obtain the node information of the OPC UA protocol;
s3, describing the numerical information in the nodes of the OPC UA protocol by utilizing a JSON format file to obtain the numerical information in the nodes of the OPC UA protocol;
s4, describing the node reference relation of the OPC UA protocol by utilizing a JSON format file to obtain the node reference relation information of the OPC UA protocol;
and S5, describing an OPC UA information model by using the node information, the numerical value information in the node and the node reference relation information of the OPC UA protocol.
Only one JSON object is contained in each OPC UA information model, and the JSON object is UANodeSet; the sub-objects corresponding to each UANodeset comprise NamespaceUris and Aliases.
The working principle of the technical scheme is as follows: firstly, in the data interaction process, extracting JSON format files generated in the data interaction in real time; then, describing the nodes of the OPC UA protocol by utilizing a JSON format file to obtain the node information of the OPC UA protocol; describing the node numerical information of the OPC UA protocol by utilizing a JSON format file to obtain the node numerical information of the OPC UA protocol; describing the node reference relation of the OPC UA protocol by utilizing a JSON format file to obtain the node reference relation information of the OPC UA protocol; and finally, describing an OPC UA information model by using the node information, the numerical value information in the node and the node reference relation information of the OPC UA protocol.
The technical scheme has the effects that: the method for describing the OPC UA information model by the JSON format provided by the embodiment can effectively improve the readability and the analysis speed of the description of the OPC UA information model by describing the OPC UA information model by the JSON format file; meanwhile, the space capacity occupied by the file can be effectively reduced by describing the OPC UA information model through the JSON-format file, and the development efficiency of the OPC UA information model and the overall performance of the model can be effectively improved by describing the OPC UA information model through the JSON-format file.
In one embodiment of the present invention, during a data interaction process, a JSON format file generated during the data interaction is extracted in real time, including:
s101, scanning all data files generated in the data interaction process in real time;
s102, extracting JSON format files generated in a preset first acquisition time period;
s103, detecting whether the number of JSON format files generated in unit time meets the number of files required by the current OPC UA information model description, and if not, acquiring and extracting the JSON format files according to a second acquisition time period;
the setting constraint conditions of the second acquisition time period are as follows:
(1-A 1 /A)T 1 ≤T 2 <T 1
wherein T is 1 And T 2 Respectively representing the time lengths corresponding to the first acquisition time period and the second acquisition time period; a is that 1 Representing the corresponding quantity of JSON format files generated in the data interaction process in the first time period; a represents the total number of files of all types generated during the data interaction in the first time period.
The working principle of the technical scheme is as follows: firstly, scanning all data files generated in the data interaction process in real time; then, extracting JSON format files generated in a preset first acquisition time period; and finally, detecting whether the number of the JSON format files generated in the unit time meets the number of files required by the current OPC UA information model description, and if not, acquiring and extracting the JSON format files according to a second acquisition time period.
The technical scheme has the effects that: through the setting of the first acquisition time period and the second acquisition time period and the setting of the constraint conditions of the second acquisition time period, the quantity efficiency of JSON format files can be effectively improved, and the overall efficiency of OPC UA information model description is further improved.
One embodiment of the invention uses JSON format file to describe the nodes of OPC UA protocol to obtain the node information of OPC UA protocol, comprising
S201, identifying and extracting node attributes of each JSON format file;
s202, taking the node attribute as a child member corresponding to one JSON object contained in the OPC UA information model; the node attribute is node information of the OPC UA protocol.
The working principle of the technical scheme is as follows: firstly, identifying and extracting node attributes of each JSON format file; and then, taking the node attribute as a child member corresponding to one JSON object contained in the OPC UA information model.
The technical scheme has the effects that: the OPC UA information model is described through the JSON format file, so that the readability and the analysis speed of the OPC UA information model description can be effectively improved; meanwhile, the space capacity occupied by the file can be effectively reduced by describing the OPC UA information model through the JSON-format file, and the development efficiency of the OPC UA information model and the overall performance of the model can be effectively improved by describing the OPC UA information model through the JSON-format file.
The embodiment of the invention provides a system for describing an OPC UA information model in a JSON format, which comprises the following steps:
the real-time extraction module is used for extracting JSON format files generated in the data interaction in real time in the data interaction process;
the node information acquisition module is used for describing the nodes of the OPC UA protocol by utilizing the JSON format file to acquire the node information of the OPC UA protocol;
the internal numerical information acquisition module is used for describing the node internal numerical information of the OPC UA protocol by utilizing a JSON format file to acquire the node internal numerical information of the OPC UA protocol;
the reference relation acquisition module is used for describing the node reference relation of the OPC UA protocol by utilizing a JSON format file to acquire the node reference relation information of the OPC UA protocol;
and the description module is used for describing the OPC UA information model by utilizing the node information, the numerical value information in the node and the node reference relation information of the OPC UA protocol.
Only one JSON object is contained in each OPC UA information model, and the JSON object is UANodeSet; the sub-objects corresponding to each UANodeset comprise NamespaceUris and Aliases.
The working principle of the technical scheme is as follows: firstly, extracting JSON format files generated in data interaction in real time through a real-time extraction module in the data interaction process; then, describing the nodes of the OPC UA protocol by utilizing a JSON format file through a node information acquisition module to acquire the node information of the OPC UA protocol; describing the node numerical information of the OPC UA protocol by using a JSON format file through an internal numerical information acquisition module to acquire the node numerical information of the OPC UA protocol; describing the node reference relation of the OPC UA protocol by using a JSON format file through a reference relation acquisition module to acquire node reference relation information of the OPC UA protocol; and finally, describing an OPC UA information model by using the node information, the numerical value information in the node and the node reference relation information of the OPC UA protocol by using a description module.
The technical scheme has the effects that: the system for describing the OPC UA information model by the JSON format provided by the embodiment can effectively improve the readability and the analysis speed of the description of the OPC UA information model by describing the OPC UA information model by the JSON format file; meanwhile, the space capacity occupied by the file can be effectively reduced by describing the OPC UA information model through the JSON-format file, and the development efficiency of the OPC UA information model and the overall performance of the model can be effectively improved by describing the OPC UA information model through the JSON-format file.
In one embodiment of the present invention, the real-time extraction module includes:
the file data acquisition module is used for scanning all data files generated in the data interaction process in real time;
the first extraction module is used for extracting JSON format files generated in a preset first acquisition time period;
the second extraction module is used for detecting whether the number of JSON format files generated in unit time meets the number of files required by the current OPC UA information model description, and if the number of files required by the current period model description is not met, the JSON format files are acquired and extracted according to a second acquisition time period;
the setting constraint conditions of the second acquisition time period are as follows:
(1-A 1 /A)T 1 ≤T 2 <T 1
wherein T is 1 And T 2 Respectively representing the time lengths corresponding to the first acquisition time period and the second acquisition time period; a is that 1 Representing a first period of timeThe corresponding quantity of JSON format files generated in the internal data interaction process; a represents the total number of files of all types generated during the data interaction in the first time period.
The working principle of the technical scheme is as follows: firstly, scanning all data files generated in the data interaction process in real time through a file data acquisition module; then, extracting a JSON format file generated in a first acquisition time period by adopting a first extraction module in the preset first acquisition time period; finally, a second extraction module is adopted to detect whether the number of JSON format files generated in unit time meets the number of files required by the current OPC UA information model description, and if the number of files required by the current period model description is not met, JSON format file acquisition and extraction are carried out according to a second acquisition time period;
the technical scheme has the effects that: through the setting of the first acquisition time period and the second acquisition time period and the setting of the constraint conditions of the second acquisition time period, the quantity efficiency of JSON format files can be effectively improved, and the overall efficiency of OPC UA information model description is further improved.
One embodiment of the invention provides that the node information acquisition module comprises
The node attribute extraction module is used for identifying and extracting the node attribute of each JSON format file;
the child member forming module is used for taking the node attribute as a child member corresponding to one JSON object contained in the OPC UA information model; the node attribute is node information of the OPC UA protocol.
The working principle of the technical scheme is as follows: firstly, identifying and extracting node attributes of each JSON format file through a node attribute extraction module; then, using a sub-member forming module to take the node attribute as a sub-member corresponding to one JSON object contained in the OPC UA information model; the node attribute is node information of the OPC UA protocol.
The technical scheme has the effects that: the OPC UA information model is described through the JSON format file, so that the readability and the analysis speed of the OPC UA information model description can be effectively improved; meanwhile, the space capacity occupied by the file can be effectively reduced by describing the OPC UA information model through the JSON-format file, and the development efficiency of the OPC UA information model and the overall performance of the model can be effectively improved by describing the OPC UA information model through the JSON-format file.
It will be apparent to those skilled in the art that various modifications and variations can be made to the present invention without departing from the spirit or scope of the invention. Thus, it is intended that the present invention also include such modifications and alterations insofar as they come within the scope of the appended claims or the equivalents thereof.

Claims (6)

1. A method for describing an OPC UA information model in JSON format, the method comprising:
in the data interaction process, extracting JSON format files generated in the data interaction in real time;
describing the nodes of the OPC UA protocol by utilizing a JSON format file to obtain the node information of the OPC UA protocol;
describing the node numerical information of the OPC UA protocol by utilizing a JSON format file to obtain the node numerical information of the OPC UA protocol;
describing the node reference relation of the OPC UA protocol by utilizing a JSON format file to obtain the node reference relation information of the OPC UA protocol;
describing an OPC UA information model by utilizing node information, numerical value information in the node and node reference relation information of the OPC UA protocol;
in the data interaction process, in the actual data interaction process, extracting the JSON format file generated in the data interaction in real time, wherein the JSON format file comprises the following steps:
scanning all data files generated in the data interaction process in real time;
extracting JSON format files generated in a preset first acquisition time period;
detecting whether the number of JSON format files generated in unit time meets the number of files required by the current OPC UA information model description, and if not, acquiring and extracting the JSON format files according to a second acquisition time period;
the setting constraint conditions of the second acquisition time period are as follows:
(1-A 1 /A)T 1 ≤T 2 <T 1
wherein T is 1 And T 2 Respectively representing the time lengths corresponding to the first acquisition time period and the second acquisition time period; a is that 1 Representing the corresponding quantity of JSON format files generated in the data interaction process in the first time period; a represents the total number of files of all types generated during the data interaction in the first time period.
2. The method of claim 1, wherein only one JSON object is contained in each OPC UA information model, and wherein the JSON object is a uarnodeset; the sub-objects corresponding to each UANodeset comprise NamespaceUris and Aliases.
3. The method of claim 1, wherein describing the nodes of the OPC UA protocol with JSON format files to obtain node information of the OPC UA protocol includes identifying node attributes of each of the JSON format files; taking the node attribute as a child member corresponding to one JSON object contained in the OPC UA information model; the node attribute is node information of the OPC UA protocol.
4. A system for JSON format description of OPC UA information model, the system comprising:
the real-time extraction module is used for extracting JSON format files generated in the data interaction in real time in the data interaction process;
the node information acquisition module is used for describing the nodes of the OPC UA protocol by utilizing the JSON format file to acquire the node information of the OPC UA protocol;
the internal numerical information acquisition module is used for describing the node internal numerical information of the OPC UA protocol by utilizing a JSON format file to acquire the node internal numerical information of the OPC UA protocol;
the reference relation acquisition module is used for describing the node reference relation of the OPC UA protocol by utilizing a JSON format file to acquire the node reference relation information of the OPC UA protocol;
the description module is used for describing an OPC UA information model by utilizing the node information, the numerical value information in the node and the node reference relation information of the OPC UA protocol;
wherein, the real-time extraction module includes:
the file data acquisition module is used for scanning all data files generated in the data interaction process in real time;
the first extraction module is used for extracting JSON format files generated in a preset first acquisition time period;
the second extraction module is used for detecting whether the number of JSON format files generated in unit time meets the number of files required by the current OPC UA information model description, and if the number of files required by the current period model description is not met, the JSON format files are acquired and extracted according to a second acquisition time period;
the setting constraint conditions of the second acquisition time period are as follows:
(1-A 1 /A)T 1 ≤T 2 <T 1
wherein T is 1 And T 2 Respectively representing the time lengths corresponding to the first acquisition time period and the second acquisition time period; a is that 1 Representing the corresponding quantity of JSON format files generated in the data interaction process in the first time period; a represents the total number of files of all types generated during the data interaction in the first time period.
5. The system of claim 4, wherein only one JSON object is contained in each OPC UA information model, and wherein the JSON object is a uarnodeset; the sub-objects corresponding to each UANodeset comprise NamespaceUris and Aliases.
6. The system of claim 4, wherein the node information acquisition module comprises:
the node attribute extraction module is used for identifying and extracting the node attribute of each JSON format file;
the child member forming module is used for taking the node attribute as a child member corresponding to one JSON object contained in the OPC UA information model; the node attribute is node information of the OPC UA protocol.
CN202211280403.7A 2022-10-19 2022-10-19 Method and system for describing OPC UA information model in JSON format Active CN115639997B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211280403.7A CN115639997B (en) 2022-10-19 2022-10-19 Method and system for describing OPC UA information model in JSON format

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211280403.7A CN115639997B (en) 2022-10-19 2022-10-19 Method and system for describing OPC UA information model in JSON format

Publications (2)

Publication Number Publication Date
CN115639997A CN115639997A (en) 2023-01-24
CN115639997B true CN115639997B (en) 2023-10-03

Family

ID=84944481

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211280403.7A Active CN115639997B (en) 2022-10-19 2022-10-19 Method and system for describing OPC UA information model in JSON format

Country Status (1)

Country Link
CN (1) CN115639997B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104360844A (en) * 2014-10-24 2015-02-18 北京交控科技有限公司 Protocol conversion server based on OPC UA standard and ATS system
JP2016004359A (en) * 2014-06-16 2016-01-12 アズビル株式会社 Opc ua server creation method
CN109144007A (en) * 2018-09-12 2019-01-04 机械工业仪器仪表综合技术经济研究所 A kind of automatic construction system for integrating and interconnecting towards digitlization workshop manufacturing equipment
CN109495564A (en) * 2018-11-13 2019-03-19 广东水利电力职业技术学院(广东省水利电力技工学校) A kind of OPC UA TSN core realization method and system based on CoDeSys
CN112597129A (en) * 2020-12-21 2021-04-02 浙江大学 Automatic construction method of OPC UA information model based on structured database
CN112688865A (en) * 2020-12-10 2021-04-20 西安理工大学 Design method of OPC UA gateway for graphical online modeling
CN112702343A (en) * 2020-12-22 2021-04-23 机械工业仪器仪表综合技术经济研究所 OPC UA and MQTT fusion method
KR20220010294A (en) * 2020-07-17 2022-01-25 한국전력공사 Rule-based OPC UA Node Generation System and Method
CN115136256A (en) * 2020-03-31 2022-09-30 西门子股份公司 Information processing method, information processing apparatus, information processing program, and recording medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
IT201800005542A1 (en) * 2018-05-21 2019-11-21 SYSTEM FOR THE DESIGN AND / OR UPDATING OF PROGRAMS FOR THE OPERATOR INTERFACE AND THE MANAGEMENT OF MACHINERY AND / OR AUTOMATION SYSTEMS
EP3839729A4 (en) * 2018-09-18 2022-04-20 Siemens Aktiengesellschaft Program file writing and running processing method, device and system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016004359A (en) * 2014-06-16 2016-01-12 アズビル株式会社 Opc ua server creation method
CN104360844A (en) * 2014-10-24 2015-02-18 北京交控科技有限公司 Protocol conversion server based on OPC UA standard and ATS system
CN109144007A (en) * 2018-09-12 2019-01-04 机械工业仪器仪表综合技术经济研究所 A kind of automatic construction system for integrating and interconnecting towards digitlization workshop manufacturing equipment
CN109495564A (en) * 2018-11-13 2019-03-19 广东水利电力职业技术学院(广东省水利电力技工学校) A kind of OPC UA TSN core realization method and system based on CoDeSys
CN115136256A (en) * 2020-03-31 2022-09-30 西门子股份公司 Information processing method, information processing apparatus, information processing program, and recording medium
KR20220010294A (en) * 2020-07-17 2022-01-25 한국전력공사 Rule-based OPC UA Node Generation System and Method
CN112688865A (en) * 2020-12-10 2021-04-20 西安理工大学 Design method of OPC UA gateway for graphical online modeling
CN112597129A (en) * 2020-12-21 2021-04-02 浙江大学 Automatic construction method of OPC UA information model based on structured database
CN112702343A (en) * 2020-12-22 2021-04-23 机械工业仪器仪表综合技术经济研究所 OPC UA and MQTT fusion method

Also Published As

Publication number Publication date
CN115639997A (en) 2023-01-24

Similar Documents

Publication Publication Date Title
CN109871415B (en) User portrait construction method and system based on graph database and storage medium
CN106951576B (en) Simulation test evaluation system and evaluation method
CN102999314A (en) Immediate delay tracker tool
US20190333256A1 (en) Methods and Systems For Simplified Graphical Depictions of Bipartite Graphs
CN108628918B (en) System deployment and dependency relationship automatic drawing system and method
CN111400288A (en) Data quality inspection method and system
CN110471945A (en) Processing method, system, computer equipment and the storage medium of alive data
CN111045669A (en) Modeling method and device based on information system data
CN107153702A (en) A kind of data processing method and device
CN111625583B (en) Business data processing method and device, computer equipment and storage medium
CN115858205A (en) Memory blackboard mechanism-based simulation component interaction method, device and equipment
CN115639997B (en) Method and system for describing OPC UA information model in JSON format
CN108415990B (en) Data quality monitoring method and device, computer equipment and storage medium
CN111368353B (en) CAD drawing die turning method, system, device and storage medium
ter Hofstede et al. Generating a process model from a process audit log
CN111401023A (en) Report generation method and device, server and storage medium
CN110334001A (en) A kind of method and apparatus that batch automatically generates echo test
CN108446342A (en) A kind of environmental quality assessment system, method, apparatus and storage device
CN116743790A (en) Device data acquisition, device data analysis method and device and computer device
CN114756938A (en) Data processing method, device and equipment and readable storage medium
CN112069021B (en) Flow data storage method and device, electronic equipment and storage medium
CN115794234A (en) JSON description-based OPC UA model interface operation method and system
CN113220992A (en) Information flow content recommendation method, system and medium
CN109241388A (en) A kind of application programming interfaces behavior analysis method and system
CN111562904B (en) Reliability block diagram RBD (radial basis function) auxiliary modeling method based on SysML (SysML) system model

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