CN113032709B - Information model setting method, device, equipment and storage medium - Google Patents

Information model setting method, device, equipment and storage medium Download PDF

Info

Publication number
CN113032709B
CN113032709B CN202110389239.2A CN202110389239A CN113032709B CN 113032709 B CN113032709 B CN 113032709B CN 202110389239 A CN202110389239 A CN 202110389239A CN 113032709 B CN113032709 B CN 113032709B
Authority
CN
China
Prior art keywords
information
model
user operation
setting
information model
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
CN202110389239.2A
Other languages
Chinese (zh)
Other versions
CN113032709A (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.)
Beijing Hollysys Industrial Software Co Ltd
Original Assignee
Hangzhou Hollysys Automation 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 Hollysys Automation Co Ltd filed Critical Hangzhou Hollysys Automation Co Ltd
Priority to CN202110389239.2A priority Critical patent/CN113032709B/en
Publication of CN113032709A publication Critical patent/CN113032709A/en
Application granted granted Critical
Publication of CN113032709B publication Critical patent/CN113032709B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application discloses a setting method of an information model, which comprises the following steps: acquiring basic information of an information model; starting OPC UA service and loading basic information into UAServer address space; acquiring user operation information through a web page, and setting the model information of an information model corresponding to the basic information in the same UAServer address space according to the user operation information; and deriving a corresponding information model according to the model information. The method has the advantages that the user operation information of a plurality of different users can be obtained when the user operation information is obtained through the web page, and the same information model is set and operated by a plurality of users, so that the information model can be set in a multi-party cooperative mode, and convenience and efficiency of setting the information model are improved. The application also discloses a setting device, equipment and a computer readable storage medium of the information model, and the setting device, the equipment and the computer readable storage medium have the beneficial effects.

Description

Information model setting method, device, equipment and storage medium
Technical Field
The present invention relates to the field of information models, and in particular, to a method, an apparatus, a device, and a computer-readable storage medium for setting an information model.
Background
Currently, OPC UA (OPC Unified Architecture, time sensitive network technology based on OPC Unified Architecture) modeling tools are increasingly widely used. The existing OPC UA modeling tool mainly adopts a desktop development technology, and the biggest problem is that an information model cannot be built in a multi-user cooperation mode. In the business development, different industries and organizations construct a plurality of heterogeneous information models according to self needs, the information models can only realize modeling on a single machine, and the information models have no uniform standard, so different interfaces or information formats exist, information transmission obstacles exist, and the cooperative modeling of large-scale information models cannot be carried out.
Therefore, how to implement collaborative modeling of an information model to improve convenience and efficiency of setting the information model is a technical problem that needs to be solved by those skilled in the art at present.
Disclosure of Invention
In view of this, the present invention provides a method for setting an information model, which can implement collaborative modeling of the information model to improve convenience and efficiency of setting the information model; another object of the present invention is to provide an information model setting apparatus, device and computer readable storage medium, all of which have the above advantages.
In order to solve the above technical problem, the present invention provides a method for setting an information model, comprising:
acquiring basic information of an information model;
starting OPC UA service and loading the basic information into UAServer address space;
acquiring user operation information through a web page, and setting and operating model information of an information model corresponding to the basic information in the same UAServer address space according to the user operation information;
and deriving a corresponding information model according to the model information.
Preferably, after the deriving the corresponding information model according to the model information, the method further includes:
and converting the information model into a corresponding model service so as to access the model service corresponding to the information model by using a RESTful interface and a WebSocket protocol.
Preferably, the process of obtaining the user operation information through the web page and performing the setting operation on the model information of the information model corresponding to the basic information in the same UAServer address space according to the user operation information specifically includes:
acquiring the user operation information through the web page;
in response to the user operation information, performing operations of adding an instance, editing an instance, adding a type, editing a type, and deleting a type based on tree nodes of a model framework of the information model;
and responding to the user operation information, and setting corresponding parameter information based on a hierarchical model structure of the information model.
Preferably, the process of setting corresponding parameter information based on the hierarchical model structure of the information model in response to the user operation information specifically includes:
in response to the user operation information, an object, a variable, a method, and reference information are set based on a hierarchical model structure of the information model.
Preferably, after the deriving the corresponding information model according to the model information, the method further includes:
and setting identification information for the information model.
Preferably, further comprising:
deriving the information model the base information and the model information.
Preferably, before the deriving the corresponding information model according to the model information, the method further includes:
and searching the model information in a fuzzy mode through the web page.
In order to solve the above technical problem, the present invention further provides an information model setting apparatus, including:
the acquisition module is used for acquiring basic information of the information model;
the loading module is used for starting OPC UA service and loading the basic information into UAServer address space;
the setting module is used for acquiring user operation information through a web page and setting model information of an information model corresponding to the basic information in the same UAServer address space according to the user operation information;
and the model derivation module is used for deriving the corresponding information model according to the model information.
In order to solve the above technical problem, the present invention further provides an information model setting device, including:
a memory for storing a computer program;
and the processor is used for realizing the steps of any one of the information model setting methods when executing the computer program.
In order to solve the above technical problem, the present invention further provides a computer-readable storage medium, wherein a computer program is stored on the computer-readable storage medium, and when being executed by a processor, the computer program implements the steps of any one of the setting methods of the information model.
According to the setting method of the information model, the basic information of the information model is loaded into the UAServer address space through OPC UA service, so that user operation information can be acquired through a web page, the user operation information is utilized to perform setting operation on the model information in the same UAServer address space, and then the corresponding information model is derived according to the model information; the method has the advantages that the user operation information of a plurality of different users can be obtained when the user operation information is obtained through the web page, and the same information model is set and operated by a plurality of users, so that the information model can be set in a multi-party cooperative mode, and convenience and efficiency of setting the information model are improved.
In order to solve the technical problem, the invention also provides a setting device, equipment and a computer readable storage medium of the information model, which have the beneficial effects.
Drawings
In order to more clearly illustrate the embodiments or technical solutions of the present invention, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a setting method of an information model according to an embodiment of the present invention;
fig. 2 is a process diagram of a setting method of an information model according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a front-end and back-end separation architecture according to an embodiment of the present invention;
fig. 4 is a structural diagram of an information model setting apparatus according to an embodiment of the present invention;
fig. 5 is a structural diagram of an information model setting device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The core of the embodiment of the invention is to provide a setting method of an information model, which can realize the collaborative modeling of the information model so as to improve the convenience and efficiency of setting the information model; another core of the present invention is to provide an information model setting apparatus, a device and a computer-readable storage medium, all of which have the above advantages.
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments.
Fig. 1 is a flowchart of a setting method of an information model according to an embodiment of the present invention. As shown in fig. 1, a method for setting an information model includes:
s10: acquiring basic information of an information model;
s20: the OPC UA service is initiated and basic information is loaded into the UAServer address space.
Specifically, in actual operation, basic information needs to be acquired first, the information model corresponding to the basic information is identified by using the basic information, and operation setting is performed based on the basic information to obtain a constructed information model. The basic information of the information model comprises a project name and a project number, the project number can not be repeated globally, and the project number is also used for identifying a name space of the information model (address information for storing the information model), model measuring point information, real-time data of measuring points, historical data of the measuring points and the like.
And after the basic information of the information model is acquired, the information model is constructed. Before a web page is opened, firstly, an interface of an information model is called to check whether an OPC UA service corresponding to the information model is started, if not, the OPC UA service is started firstly, and basic information of the information model is loaded into an UAServer (OPC UA server) address space; if the starting is finished, the basic information is directly loaded into the UAServer address space.
S30: acquiring user operation information through a web page, and setting the model information of an information model corresponding to the basic information in the same UAServer address space according to the user operation information;
s40: and deriving a corresponding information model according to the model information.
It should be noted that, in this embodiment, creating an information model is implemented by using an OPC UA SDK (Software Development Kit), which follows the basic principle of OPC UA information modeling. Specifically, after the basic information of the information model is loaded into the corresponding UAServer address space, a design page of the web page is opened, and the design page includes four parts, namely a name space, the information model, details and attributes. After a user operates through a web page, acquiring user operation information through the web page, and setting the model information of an information model corresponding to basic information in the same UAServer address space according to the user operation information; the model information in the information model is set by acquiring the user operation information input by the user and responding to each user operation information to execute corresponding operation, and then the corresponding information model is derived according to the model information.
In actual operation, a plurality of information models can be set simultaneously, the collaborative design of the information models is supported in a mode of integrating a plurality of OPC UA services inside, the information models are mutually independent, each information model has a self UAServer address space, and the information models are stored in respective xml format files after being created.
In addition, in this embodiment, a micro-service architecture with separate front and back ends is adopted, and a service layer is extracted as one service, so that each micro-service component can be deployed independently, and the reliability of the information model can be improved. Fig. 2 is a schematic process diagram of a method for setting an information model according to an embodiment of the present invention, and fig. 3 is a schematic diagram of a front-end and back-end separation architecture according to an embodiment of the present invention; in actual operation, a user operates on a web page (modeling foreground page), and user operation information corresponding to the user operation is sent to a back-end UAServer address space through a model management interface such as RPC (Remote Procedure Call Protocol) and HTTP (HyperText Transfer Protocol), so as to realize modeling operations on different projects (information models). Namely, a front-end and back-end separation architecture is adopted, a web page sends user operation information to a front end through a URL request or an API request, and the user operation information is fed back to a back-end server through a RESTful interface and a WebSocket protocol, so that the user operation information is responded in the back-end server, and the setting of an information model is realized.
According to the setting method of the information model provided by the embodiment of the invention, the basic information of the information model is loaded into the UAServer address space through the OPC UA service, so that the user operation information can be obtained through the web page, the model information in the same UAServer address space is set by using the user operation information, and then the corresponding information model is derived according to the model information; the method has the advantages that the user operation information of a plurality of different users can be obtained when the user operation information is obtained through the web page, and the same information model is set and operated by a plurality of users, so that the information model can be set in a multi-party cooperative mode, and convenience and efficiency of setting the information model are improved.
On the basis of the foregoing embodiment, the present embodiment further describes and optimizes the technical solution, and specifically, after deriving the corresponding information model according to the model information, the present embodiment further includes:
and converting the information model into a corresponding model service so as to access the model service corresponding to the information model by using a RESTful interface and a WebSocket protocol.
Specifically, the information model derived from the model information is typically a file in xml format. In this embodiment, after the information model in the xml format is derived, the information model in the xml format is stored in the relational database, and then the information model is converted into a corresponding model service in a manner of HTTP model file hosting, and the constructed information model is published in a WEB file form to support the operation of multiple OPC UA Server instances.
It should be noted that, in an actual operation, the RESTful interface may be used to operate a UAServer address space of the OPC UA service to implement the construction of the information model, and therefore, the RESTful interface and the WebSocket protocol may be correspondingly used to access the model service corresponding to the information model.
Compared with the prior art that the information model is obtained through modeling on a single machine and then the information model in the xml format is stored locally, the method provided by the embodiment of the invention can only communicate the information model through a file copying mode, the embodiment of the invention uniformly manages the creation of the information model and the file storage of the information model, and can access the model service corresponding to the information model through the RESTful interface and the WebSocket protocol by converting the information model into the corresponding model service, namely different users can access the information model through respective web pages and share and communicate through the Internet, thereby improving the convenience of obtaining the information model; in addition, in the prior art, a model server code needs to be generated from an xml format file, then compiling operation is performed, if an information model needs to be modified, model information of an original information model needs to be modified again on a single machine, and the operation of exporting, code conversion, compiling and operating needs to be repeated.
On the basis of the foregoing embodiment, this embodiment further describes and optimizes the technical solution, and specifically, in this embodiment, a process of obtaining user operation information through a web page and performing setting operation on model information of an information model corresponding to basic information in the same UAServer address space according to the user operation information specifically includes:
acquiring user operation information through a web page;
in response to the user operation information, performing operations of adding an instance, editing an instance, adding a type, editing a type, and deleting a type based on tree nodes of a model framework of the information model;
in response to the user operation information, corresponding parameter information is set based on the hierarchical model structure of the information model.
In this embodiment, the model information of the information model is mainly set according to the user operation information, and then the corresponding information model is derived according to the set model information. In the present embodiment, the user operation mainly includes an operation performed on a tree node of a model framework of the information model and an operation performed on a hierarchical model structure of the information model.
Specifically, the user operates on a tree node of the model framework of the information model, and by responding to the corresponding user operation information, operations of adding an instance, editing an instance, adding a type, editing a type, and deleting a type are performed on the tree node.
Specifically, the design page of the Web page includes four parts, namely a name space, an information model (hierarchical model structure of the information model), details and attributes. The name space is a container of the information model, namely, address information of the information model is stored, the index of the self-contained space is 0 after the OPC UA service is started, the basic type information provided by the OPC foundation, the name space with the index of 1 is used as the default of the information model, and meanwhile, a plurality of user-defined name spaces can be maintained and other constructed information models are imported into the corresponding name spaces.
Setting corresponding parameter information based on a hierarchical model structure of the information model by responding to the user operation information; the hierarchical model structure of the information model comprises Objects, Types and Views; wherein, the data in the Objects is instance data, and can maintain the Object (Object), the Variable (Variable), the Method (Method) and the reference information; the Types of data are type data, including data type (DataTypes), event type (EventTypes), object type (ObjectTypes), reference type (ReferenceTypes), variable type (VariableTypes), and the like, and are the basis for constructing the information model.
Basic information, batch editing child nodes, reference relations and the like are set in the detailed part of the design page by responding to the user operation information. Attribute information of the node is set in an attribute section of the design page by responding to the user operation information.
As a preferred embodiment, the process of setting corresponding parameter information based on the hierarchical model structure of the information model in response to the user operation information specifically includes:
in response to the user operation information, the object, the variable, the method, and the reference information are set based on the hierarchical model structure of the information model.
Specifically, in the present embodiment, the main nodes in the hierarchical model structure of the information model include an Object (Object), a Variable (Variable), and a Method (Method); wherein, the Object (Object) is used for grouping management variables, methods and can trigger events, the Object can contain descriptive attributes such as display name, browse name, description and the like, the Object does not contain data, and unlike the variable which possesses a Value attribute, the Object uses the variable to provide values externally. The type, access level, history writing and the like of configuration data in a Variable (Variable) are all completed according to standard OPC UA specifications, and different values are provided for the Variable, and association of the Variable data with a real-time library and a historical library is realized through association measuring point operation. In actual operation, the values of the variables can be read and written by means of RESTful and standard OPC UA protocols, and variable data of the variables can also be subscribed by means of OPC UA client connection. The method has the advantages that the method is simple in process, the cost is low, and the method is convenient to use. A reference is a connection between two nodes, and the reference cannot be directly accessed and can only be indirectly accessed through a browsing node. The OPC UA specification defines a set of reference types, some of which are used in very basic places, such as the hierarchy of types, and may also define its own reference type to expose specific reference semantics. In actual operation, according to actual use requirements, objects, variables, methods and partial types are referenced, appropriate simplification is performed during web page maintenance, and an information model is conveniently and rapidly constructed.
Therefore, according to the method of the embodiment, the model information of the information model can be accurately and quickly set, and the efficiency of obtaining the information model is further improved.
On the basis of the foregoing embodiment, the present embodiment further describes and optimizes the technical solution, and specifically, after deriving the corresponding information model according to the model information, the present embodiment further includes:
and setting identification information for the information model.
In this embodiment, after obtaining the information model, corresponding identification information is further set for each information model according to information such as the type or the use of the information model, and is used for identifying the type or the use of each information model.
Therefore, in the embodiment, after the corresponding information model is derived according to the model information, the identification information is further set for the information model, so that each information model can be managed more conveniently, and the use experience of the user is further improved.
On the basis of the above embodiment, the embodiment further describes and optimizes the technical solution, and specifically, the embodiment further includes:
and deriving information model basic information and model information.
It should be noted that, in actual practice, the constructed information model is typically instantiated into the relational database in an xml format, and an import and export function of an xml format file is provided. In this embodiment, not only the standard OPC UA node data (model information of the information model) but also the basic information of the information model, such as the project name and the project number, are supported for import and export, and in addition, the version of the information model and the measurement point information of the variable can be exported to generate a description file, and the XML format file and the description file of the information model are combined in a packaging manner for data transmission and backup of the information model, that is, the convenience of transmitting the information model is further improved.
On the basis of the foregoing embodiment, the present embodiment further describes and optimizes the technical solution, and specifically, before deriving the corresponding information model according to the model information, the present embodiment further includes:
model information is searched for fuzzily through a web page.
In this embodiment, a fuzzy search function is set on a web page, model information is searched for in a fuzzy manner through the web page, the fuzzy search includes that a certain difference exists between the searched model information and the model information input by the search, and the searched model information and the model information input by the search are synonyms.
The above detailed description is given for the embodiment of the information model setting method provided by the present invention, and the present invention further provides a device, an apparatus, and a computer-readable storage medium for setting an information model corresponding to the method.
Fig. 4 is a structural diagram of an information model setting apparatus according to an embodiment of the present invention, and as shown in fig. 4, the information model setting apparatus includes:
an obtaining module 41, configured to obtain basic information of the information model;
a loading module 42, configured to start an OPC UA service and load basic information into a UAServer address space;
the setting module 43 is configured to obtain user operation information through a web page, and perform setting operation on model information of an information model corresponding to the basic information in the same UAServer address space according to the user operation information;
and a model derivation module 44, configured to derive a corresponding information model according to the model information.
The setting device of the information model provided by the embodiment of the invention has the beneficial effects of the setting method of the information model.
As a preferred embodiment, the present embodiment further comprises:
and the access module is used for converting the information model into a corresponding model service so as to access the model service corresponding to the information model by using a RESTful interface and a WebSocket protocol.
As a preferred implementation manner, in this embodiment, the setting module specifically includes:
the acquisition sub-module is used for acquiring user operation information through a web page;
the first response submodule is used for responding to the user operation information and executing operations of adding examples, editing examples, adding types, editing types and deleting types on the basis of tree nodes of the model framework of the information model;
and the second response submodule is used for responding to the user operation information and setting corresponding parameter information based on the hierarchical model structure of the information model.
As a preferred implementation manner, in this embodiment, the second response submodule specifically includes:
and a response unit for setting the object, the variable, the method, and the reference information based on the hierarchical model structure of the information model in response to the user operation information.
As a preferred embodiment, the present embodiment further comprises:
and the identification module is used for setting identification information for the information model.
As a preferred embodiment, the present embodiment further comprises:
and the information derivation module is used for deriving the basic information and the model information of the information model.
As a preferred embodiment, the present embodiment further comprises:
and the searching module is used for fuzzily searching the model information through the web page.
Fig. 5 is a structural diagram of a setting device of an information model according to an embodiment of the present invention, and as shown in fig. 5, the setting device of an information model includes:
a memory 51 for storing a computer program;
a processor 52 for implementing the steps of the setting method of the information model as described above when executing the computer program.
The setting equipment of the information model provided by the embodiment of the invention has the beneficial effects of the setting method of the information model.
In order to solve the above technical problem, the present invention further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the setting method of the information model.
The computer-readable storage medium provided by the embodiment of the invention has the beneficial effects of the setting method of the information model.
The method, apparatus, device and computer readable storage medium for setting information model provided by the present invention are described in detail above. The principles and embodiments of the present invention are explained herein using specific examples, which are set forth only to help understand the method and its core ideas of the present invention. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed in the embodiment corresponds to the method disclosed in the embodiment, so that the description is simple, and the relevant points can be referred to the description of the method part.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the technical solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.

Claims (8)

1. A method for setting an information model, comprising:
acquiring basic information of an information model;
starting OPC UA service and loading the basic information into UAServer address space;
acquiring user operation information through a web page, and setting and operating model information of an information model corresponding to the basic information in the same UAServer address space according to the user operation information;
deriving a corresponding information model according to the model information;
the process of obtaining user operation information through a web page and setting and operating the model information of the information model corresponding to the basic information in the same UAServer address space according to the user operation information specifically comprises the following steps:
acquiring the user operation information through the web page;
in response to the user operation information, performing operations of adding an instance, editing an instance, adding a type, editing a type, and deleting a type based on tree nodes of a model framework of the information model;
responding to the user operation information, and setting corresponding parameter information based on a hierarchical model structure of the information model;
the process of setting corresponding parameter information based on the hierarchical model structure of the information model in response to the user operation information specifically includes:
in response to the user operation information, objects, variables, methods, and reference information are set based on a hierarchical model structure of the information model.
2. The method of claim 1, further comprising, after said deriving a corresponding information model from said model information:
and converting the information model into a corresponding model service so as to access the model service corresponding to the information model by using a RESTful interface and a WebSocket protocol.
3. The method of claim 1, further comprising, after said deriving a corresponding information model from said model information:
and setting identification information for the information model.
4. The method of claim 1, further comprising:
deriving the information model the base information and the model information.
5. The method according to any one of claims 1 to 4, wherein before said deriving a corresponding information model from said model information, further comprising:
and searching the model information in a fuzzy mode through the web page.
6. An information model setting apparatus, comprising:
the acquisition module is used for acquiring basic information of the information model;
the loading module is used for starting OPC UA service and loading the basic information into UAServer address space;
the setting module is used for acquiring user operation information through a web page and setting model information of an information model corresponding to the basic information in the same UAServer address space according to the user operation information;
the model derivation module is used for deriving a corresponding information model according to the model information;
the setting module is specifically configured to obtain the user operation information through the web page; in response to the user operation information, performing operations of adding an instance, editing an instance, adding a type, editing a type, and deleting a type based on tree nodes of a model framework of the information model; responding to the user operation information, and setting corresponding parameter information based on a hierarchical model structure of the information model;
the setting module for setting, in response to the user operation information, corresponding parameter information based on a hierarchical model structure of the information model is specifically configured to: in response to the user operation information, an object, a variable, a method, and reference information are set based on a hierarchical model structure of the information model.
7. An information model setting apparatus, characterized by comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method of setting up an information model according to any one of claims 1 to 5 when executing said computer program.
8. A computer-readable storage medium, characterized in that a computer program is stored thereon, which computer program, when being executed by a processor, carries out the steps of the setting method of an information model according to any one of claims 1 to 5.
CN202110389239.2A 2021-04-12 2021-04-12 Information model setting method, device, equipment and storage medium Active CN113032709B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110389239.2A CN113032709B (en) 2021-04-12 2021-04-12 Information model setting method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110389239.2A CN113032709B (en) 2021-04-12 2021-04-12 Information model setting method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN113032709A CN113032709A (en) 2021-06-25
CN113032709B true CN113032709B (en) 2022-09-27

Family

ID=76456374

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110389239.2A Active CN113032709B (en) 2021-04-12 2021-04-12 Information model setting method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113032709B (en)

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101080434B1 (en) * 2009-11-17 2011-11-07 울산대학교 산학협력단 OLE for Process Control Unified Architecture Server based FDT/DTM and EDDL for Device Integration
CN105812253A (en) * 2014-12-29 2016-07-27 中国科学院沈阳自动化研究所 OPC UA data service gateway device and implementation method thereof
CN111580869B (en) * 2020-03-25 2023-08-01 浙江西图盟数字科技有限公司 OPC UA-based data communication method and system
CN111651639B (en) * 2020-04-27 2023-06-23 宁波吉利汽车研究开发有限公司 Address space management method, device, equipment and medium
CN112180776B (en) * 2020-08-19 2023-01-03 北京航空航天大学 OPC UA information modeling method and device based on equipment component module
CN112597129A (en) * 2020-12-21 2021-04-02 浙江大学 Automatic construction method of OPC UA information model based on structured database

Also Published As

Publication number Publication date
CN113032709A (en) 2021-06-25

Similar Documents

Publication Publication Date Title
CN112688865B (en) Design method of OPC UA gateway for graphical online modeling
US9519701B2 (en) Generating information models in an in-memory database system
Fill SeMFIS: a flexible engineering platform for semantic annotations of conceptual models
CN103020158A (en) Report form creation method, device and system
CN111585344B (en) Substation intelligent checking method and device based on total station IED simulation
AU2017254506B2 (en) Method, apparatus, computing device and storage medium for data analyzing and processing
US20100082701A1 (en) System and Method for Using a Configuration Management Database
CN112287114A (en) Knowledge graph service processing method and device
CN101291253A (en) Man-machine command interaction method for network management terminal based on graphical interface
CN116340269A (en) Method for acquiring and searching Flink task logs in real time based on elastic search
CN111596902A (en) Method, device, equipment and storage medium for building front-end and back-end development framework
WO2024001493A1 (en) Visual data analysis method and device
US20140006000A1 (en) Built-in response time analytics for business applications
CN114254606A (en) Microservice framework model
CN114371845A (en) Form generation method and device
US20160191431A1 (en) Streamlining end-to-end flow of business-to-business integration processes
CN113032709B (en) Information model setting method, device, equipment and storage medium
Barzdins et al. Domain specific languages for business process management: a case study
US20130151465A1 (en) Range and pattern selection in reporting solutions related to analytical models
CN115982177A (en) Data collection method, device, equipment and medium based on tree dimensionality
CN114385145A (en) Web system back-end architecture design method and computer equipment
CN113407810A (en) City information and service integration system and method based on big data
CN114253546A (en) Code generation method and device, storage medium and electronic device
CN114036178A (en) Service interface generation method, device, computer and readable storage medium
US20140143278A1 (en) Application programming interface layers for analytical applications

Legal Events

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

Effective date of registration: 20221102

Address after: 100176 1416, building 1, yard 2, Desheng Middle Road, Beijing Economic and Technological Development Zone, Daxing District, Beijing

Patentee after: BEIJING HOLLYSYS INDUSTRIAL SOFTWARE Co.,Ltd.

Address before: 310018 M10-15-7 Block, 12th Street, Hangzhou Economic and Technological Development Zone, Zhejiang Province

Patentee before: HANGZHOU HOLLYSYS AUTOMATION Co.,Ltd.

TR01 Transfer of patent right