CN109862064B - Configuration method and device for remote monitoring of equipment - Google Patents

Configuration method and device for remote monitoring of equipment Download PDF

Info

Publication number
CN109862064B
CN109862064B CN201811399297.8A CN201811399297A CN109862064B CN 109862064 B CN109862064 B CN 109862064B CN 201811399297 A CN201811399297 A CN 201811399297A CN 109862064 B CN109862064 B CN 109862064B
Authority
CN
China
Prior art keywords
control
configuration
user
data
browser
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
CN201811399297.8A
Other languages
Chinese (zh)
Other versions
CN109862064A (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 Railway Construction Heavy Industry Group Co Ltd
Original Assignee
China Railway Construction Heavy Industry Group 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 Railway Construction Heavy Industry Group Co Ltd filed Critical China Railway Construction Heavy Industry Group Co Ltd
Priority to CN201811399297.8A priority Critical patent/CN109862064B/en
Publication of CN109862064A publication Critical patent/CN109862064A/en
Application granted granted Critical
Publication of CN109862064B publication Critical patent/CN109862064B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a configuration method for remote monitoring of equipment, which comprises the following steps: when a user accesses a device configuration interface on a browser, calling a preset control library from a server to the browser currently used by the user after detecting that the user sends a configuration starting signal; receiving configuration operation of a user on a selected device and a preset control library on a device configuration interface, and recording the data of the preset control library subjected to the configuration operation and the position data of a control in the preset control library on the device configuration interface in real time; and transmitting the preset control library data and the position data subjected to the configuration operation to a server, and storing the preset control library data and the position data in a configuration file corresponding to the selected equipment. The invention provides a configuration method which can realize the status checking and monitoring of equipment on a browser. The building and accessing of the monitoring picture of the monitoring system based on the B/S framework are quickly and effectively realized through an internet configuration mode, the code development is avoided, and the online time in the monitoring system is greatly saved.

Description

Configuration method and device for remote monitoring of equipment
Technical Field
The invention relates to the field of remote monitoring, in particular to a configuration method and a configuration device for remote monitoring of equipment.
Background
With the continuous development of automation technology, computer technology and the like in manufacturing industrial equipment, people pay attention to the safe and efficient operation of the equipment, and the remote monitoring of the industrial equipment in different places is urgently needed. The configurations are divided into C/S mode and B/S mode according to the system architecture. Currently, most monitoring and data acquisition systems for industrial equipment employ a C/S (client/server) architecture, which is established on a dedicated network and operated and implemented on a local basis. With the development of the times, the manufacturing industry has increasingly strong requirements on remote, remote and centralized monitoring management of equipment, and enterprises correspondingly begin to construct remote monitoring management platforms of the equipment. The platforms basically adopt a B/S (browser/server) architecture to meet the requirement of quick access of multiple users.
Configuration, i.e. using the tools and methods provided in the application software, to complete a specific task in the project. Before the configuration concept appeared, a certain task was realized by writing a program. The configuration avoids the defects of large programming workload, long period, easy mistake making and incapability of ensuring the construction period. However, the configuration software is professional at present, and one type of configuration software is only suitable for application in a certain field.
The conventional industrial control configuration software adopts a C/S (computer/Server) architecture and is generally divided into two parts: a development part and a running part. The development part mainly realizes the functions of equipment operation picture configuration, variable configuration, database configuration, report forms and the like. The operation part mainly analyzes and operates the pictures and functions of the previously developed part after local deployment, realizes the collection of various information from the automation process and equipment, displays the information in a more easily understood mode such as imaging and the like, transmits important information to related personnel in various means, performs necessary analysis and processing and storage on the information, sends control instructions and the like. The C/S mode is only applicable to the lan, and the client needs to install dedicated client software, which is not beneficial to system maintenance and upgrade, and therefore, the development of the mode is suppressed. The B/S architecture is established on a wide area network, and a client can directly access the B/S architecture through a browser. For users, the method is faced with a browser which has a uniform interface, is easy to operate and is independent of a platform, does not need to receive excessive operation training, does not need to undergo a complicated configuration process, and can process services in any networking place; for developers, special client software does not need to be developed, and the upgrading and maintenance of the system are simplified. For this reason, the transition of network architecture from C/S to B/S mode has become a trend.
Currently, there is no real web-based cross-platform industrial configuration software. The related configuration software imported from abroad has the defects of high price, non-Chinese interface, difficult technical service and the like, so that the configuration software is difficult to be approved by users.
Therefore, the invention provides a configuration method and a configuration device for remote monitoring of equipment.
Disclosure of Invention
To solve the above problems, the present invention provides a configuration method for remote monitoring of a device, the method comprising the following steps:
when a user accesses an equipment configuration interface on a browser, after detecting that the user sends a configuration starting signal, calling a preset control library from a server to the browser currently used by the user, wherein the preset control library stores a plurality of control data corresponding to a single control;
receiving configuration operation of a user on a selected device and the preset control library on the device configuration interface, and recording preset control library data subjected to the configuration operation and position data of a control in the preset control library on the device configuration interface in real time;
and transmitting the preset control library data subjected to the configuration operation and the position data to the server, and storing the preset control library data and the position data in a configuration file corresponding to the selected equipment.
According to an embodiment of the present invention, the step of calling the preset control library from the server to the browser currently used by the user further comprises the following steps:
sending control data of the preset control library stored in the server to the browser;
and performing page analysis on the control data through the browser to form a visual control which can be viewed and operated by a user.
According to an embodiment of the present invention, the step of accepting a configuration operation of the user on the selected device and the preset control library in the device configuration interface further includes the following steps:
after the user determines the selected equipment on the interface of the browser, in the configuration process, the control selected by the user from the preset control library is bound with the identification information and the related parameters of the selected equipment.
According to an embodiment of the invention, while the step of binding the control selected by the user from the preset control library with the identification information and the related parameters of the selected device is performed, the browser requests the server for other information of the bound parameters according to the bound parameters, and the other information is embedded into the control data corresponding to the current control.
According to one embodiment of the invention, after the binding is finished, the type of the current control, the bound parameters and the random code are combined to generate the unique identification code of the current control, and the unique identification code is recorded into the control data of the current control.
According to one embodiment of the invention, control code data of the current control, identification information of the selected device and corresponding monitoring page identification information are stored in the server.
According to an embodiment of the present invention, when another user wants to view the screen of the selected device, the configuration file of the selected device is read by the server and sent to the browser used by the other user.
According to another aspect of the present invention, there is also provided a configuration apparatus for remote monitoring of a device, the apparatus comprising:
the system comprises a calling and displaying module, a configuration interface module and a control module, wherein the calling and displaying module is used for calling a preset control library from a server to a browser currently used by a user when the user accesses the configuration interface of equipment on the browser and a configuration starting signal sent by the user is detected, wherein the preset control library stores a plurality of control data corresponding to a single control;
the configuration operation module is used for receiving configuration operation of a user on the selected equipment and the preset control library on the equipment configuration interface, and recording the data of the preset control library subjected to the configuration operation and the position data of the control in the preset control library on the equipment configuration interface in real time;
and the transmission storage module is used for transmitting the preset control library data subjected to the configuration operation and the position data to the server and storing the preset control library data and the position data in a configuration file corresponding to the selected equipment.
According to one embodiment of the invention, the retrieve presentation module comprises:
a sending unit, configured to send control data stored in the preset control library of the server to the browser;
and the analysis unit is used for carrying out page analysis on the control data through the browser to form a visual control which can be viewed and operated by a user.
According to an embodiment of the present invention, the configuration operation module includes:
and the binding unit is used for binding the control selected by the user from the preset control library with the identification information and the related parameters of the selected equipment in the configuration process after the user determines the selected equipment on the interface of the browser.
The configuration method and the configuration device for equipment remote monitoring provided by the invention provide a configuration method, and the equipment state can be checked and monitored on a browser. The monitoring system based on the B/S framework is quickly and effectively constructed and accessed by an internet configuration mode, code development is avoided, and online time in the monitoring system is greatly saved.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention and not to limit the invention. In the drawings:
FIG. 1 shows a flow diagram of a configuration method for remote monitoring of a device according to an embodiment of the invention;
FIG. 2 is a detailed flow chart of a configuration method for remote monitoring of a device according to an embodiment of the present invention;
FIG. 3 is a flow chart of a configuration method for remote monitoring of a device according to another embodiment of the present invention;
FIG. 4 is a block diagram of a configuration device for remote monitoring of equipment according to an embodiment of the present invention; and
fig. 5 is a schematic diagram of a tool kit for performing a configuration operation according to a configuration method for remote monitoring of equipment in an embodiment of the invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention are described in further detail below with reference to the accompanying drawings.
In the embodiment of the invention, aiming at the actual situations of wide distribution area of the development machine, numerous monitoring personnel and the like, the invention provides a method for realizing the industrial control configuration function on a browser by adopting a WEB technology, and a complete remote monitoring WEB configuration library is established so as to realize the rapid establishment and display of different monitoring pictures of various development machine equipment without compiling codes.
FIG. 1 is a flow chart of a configuration method for remote monitoring of a device according to an embodiment of the present invention.
As shown in fig. 1, in step S101, when a user accesses a device configuration interface on a browser, and after it is detected that the user sends a start configuration signal, a preset control library is called from a server to the browser currently used by the user, where the preset control library stores a plurality of control data corresponding to a single control.
According to an embodiment of the present invention, step S101 further comprises the steps of: and sending control data stored in a preset control library of the server to the browser. And performing page analysis on the control data through the browser to form a visual control which can be viewed and operated by a user.
Then, in step S102, a configuration operation of the user on the selected device and the preset control library is received on the device configuration interface, and the preset control library data after the configuration operation and the position data of the control in the preset control library on the device configuration interface are recorded in real time.
According to an embodiment of the present invention, step S102 further comprises the steps of: after a user determines a selected device on an interface of a browser, in the configuration process, a control selected by the user from a preset control library is bound with identification information and related parameters of the selected device.
And when the steps are executed, requesting other information of the bound parameters from the server through the browser according to the bound parameters, and embedding the other information into control data corresponding to the current control.
According to one embodiment of the invention, after the binding is finished, the type of the current control, the bound parameters and the random code are combined to generate the unique identification code of the current control, and the unique identification code is recorded into the control data of the current control.
Then, according to an embodiment of the present invention, the control code data of the current control, the identification information of the selected device, and the corresponding monitoring page identification information are stored in the server.
Finally, in step S103, the preset control library data and the position data after the configuration operation are transmitted to the server and stored in the configuration file corresponding to the selected device.
According to an embodiment of the present invention, when another user wants to view the screen of the selected device, the configuration file of the selected device is read by the server and sent to the browser used by the other user.
In practical application, the WEB configuration shown in fig. 1 is implemented by accessing all dispersed devices to a server of an enterprise through the internet or a private network, the enterprise publishes a website to outside, and publishes device data and working state information in the form of a WEB page, the website can authorize a relevant administrator, after logging in the website, the website is accessed by a browser to perform work such as association of device screen configuration and parameters on the page, other users log in a remote monitoring system through the browser, and can access a real-time working screen of a corresponding field device according to their own authority, and the screen is a screen configured on the page by the administrator in the front, and does not need to perform development work of a code level.
It should be noted that, as the configuration method shown in fig. 1, pure web page front end HTML (HyperText Markup Language) may be adopted, for example: HTML5, JavaScript, and CSS (Cascading Style Sheets), for example: the CSS3 is realized by combining technologies, functions such as graphic display, beautification and dynamic special effects are realized by using HTML and CSS, and functions such as dynamic special effects, communication with a background and control of graphic pictures are realized by using JavaScript.
Fig. 2 shows a detailed flowchart of a configuration method for remote monitoring of a device according to an embodiment of the present invention.
As shown in fig. 2, in step S201, a preset control library is sent to a browser. The preset control library comprises a plurality of controls, can be established in advance, and adopts a WEB control library compiled by HTML + CSS. Any control in the preset control library is a code of HMTL + CSS, and the code comprises information such as the type, size, appearance and the like of the control. The control codes in each WEB control library are stored in the form of XML (eXtensible Markup Language) files or database tables at the server side.
In step S201, when the user needs to perform configuration, the user enters an equipment configuration page, and the page calls a preset control library from the background to the user browser, and then, in step S202, a visual control is formed. In the step, the browser is used for carrying out page analysis on the control data to form a visual control which can be viewed and operated by a user.
After the configuration is started, in step S203, a binding operation is performed. The user only needs to drag the control to the configuration page, the appearance style of the control is set in the attribute setting window, and the required variable is bound for the control. Meanwhile, in step S204, other information is embedded. And requesting other information of the bound parameters from the server through the browser according to the bound parameters, and embedding the other information into control data corresponding to the current control.
After the binding is finished and the user clicks the confirmation, step S205 is executed to update the server data. And the script program of the page sends the HMTL + CSS codes, including the position information of the HMTL + CSS codes on the page, which are adjusted and modified by the user, of the current control to the server, and stores the HMTL + CSS codes in the configuration picture configuration file corresponding to the equipment. When other users access the equipment picture, the server reads the information in the configuration file of the equipment and sends the information to the client browser, and the browser displays the equipment picture to the users after analyzing the information.
According to one embodiment of the invention, the server-side equipment parameter information adopts a structured storage mode. When the WEB control of the front-end page needs to bind parameters, the server side needs to provide corresponding parameter information for the front end according to the equipment, the parameter type and the parameter number selected by the front end. At this time, the server needs to perform structured storage on all device parameters. May be stored in the form of XML files or database tables.
According to one embodiment of the invention, the server device configuration screen configuration file is stored in the background using XML.
According to an embodiment of the present invention, the control information in the preset control library mentioned in the present invention is stored in the server, each control is actually a code in HTML language stored in a character string form, and the control code as the binding parameter is as follows:
< div class ═ jqpost ctrl absolute ' > < span class ═ comment ' > variable name </span > < br/> < span class ═ value of ' >00000</span > unit </div >
In the above HTML code, what follows class describes information such as the type and appearance of the current control, for example, jqpost represents a control in thermometer style, ctrl represents that it is a control in configuration, absolute represents that it is draggable, comment represents parameter name, and value represents numerical value.
Fig. 3 is a flow chart of a configuration method for remote monitoring of a device according to another embodiment of the present invention.
In one embodiment, the remote monitoring system of the heading machine is mainly used for collecting data generated in the construction process of the heading machine and displaying the data to a user. According to the invention, a user can construct a monitoring picture by using the components provided by the component library on the related pages of the monitoring website in a mode of building blocks and submit the monitoring picture to the server for storage.
When a user enters a configuration page for configuration, the browser sends HTML codes corresponding to the component library components to the user page from the server side, the page analyzes the control codes to form a visual control, and then the component library is displayed to the user for the user to use.
A user can select a monitoring picture of a configuration device or device on a web page, identification information of the device or device needs to be bound in the configuration process, relevant parameters of the device or device are bound, the page requests other information of the parameters from a server according to the bound parameters while the parameters are bound, the other information of the parameters is embedded into a control code corresponding to a control, a unique identification ID (used when data are updated) of the control is formed by combining the type of the control, the bound parameters and a random code, a specific available control code is formed and submitted to the server for storage, and the identification information of the device or device and the corresponding monitoring page identification information and the like are also stored together.
When other users commonly access the monitoring page, the page requests the server for configuration information, the server inquires and sends the configuration information to the page in the database according to the identification information of the page, and the page analyzes and presents the configuration information (code). All controls of a page can be scanned through the types of the controls, the unique identification ID of the controls is recorded according to the scanning sequence, then the identification, parameter information and the like of equipment or devices contained in the codes of the controls are analyzed, the information is packaged and submitted to a server, the server analyzes the information submitted by the page, and corresponding real-time data are processed and packaged and sent to the page. After receiving the data, the page distributes the data to each control for display, thereby realizing the dynamic update of the data of the configuration control.
In one embodiment, for parameter information of the heading machine, structured storage needs to be performed in a server database, and the parameter information mainly includes: the name of the parameter is related to the device, equipment or the affiliation of the equipment, the name of the parameter, the measurement unit and the address of the real-time data corresponding to the parameter.
In one embodiment, the controls of the control library are preset, written by a Web development language (html, css, Javrscript and the like), the Web code of each control is stored in the database of the server, the use of the whole Web monitoring system is supported, and dynamic expansion is supported. The control has properties, and the properties, in addition to properties such as web-related position and appearance, also need to include the type of the control, the device or apparatus to be bound, and specific (one or some, without excluding that a control needs multiple parameters to support operation) parameter information of the device or apparatus.
FIG. 4 is a block diagram of a configuration device for remote monitoring of a device according to an embodiment of the present invention. As shown in fig. 4, the configuration device comprises: a calling and presenting module 401, a configuration operation module 402 and a transmission storage module 403.
The retrieving and presenting module 401 is configured to, when a user accesses an equipment configuration interface on a browser and detects that the user sends a start configuration signal, retrieve a preset control library from a server to the browser currently used by the user, where the preset control library stores a plurality of control data corresponding to a single control.
According to one embodiment of the invention, the retrieve presentation module comprises: a transmitting unit and an analyzing unit. The sending unit is used for sending control data stored in a preset control library of the server to the browser. The analysis unit is used for carrying out page analysis on the control data through the browser to form a visual control which can be viewed and operated by a user.
The configuration operation module 402 is configured to receive a configuration operation of a user on a selected device and a preset control library on the device configuration interface, and record preset control library data after the configuration operation and position data of a control in the preset control library on the device configuration interface in real time.
According to an embodiment of the present invention, the configuration operation module includes: and a binding unit. The binding unit is used for binding the control selected by the user from the preset control library with the identification information and the related parameters of the selected equipment in the configuration process after the user determines the selected equipment on the interface of the browser.
The transmission storage module 403 is configured to transmit the preset control library data and the location data after the configuration operation to the server, and store the preset control library data and the location data in the configuration file corresponding to the selected device.
Fig. 5 is a schematic diagram of a tool kit for performing a configuration operation according to a configuration method for remote monitoring of equipment in an embodiment of the invention.
According to an embodiment of the invention, a toolbox used for configuration on a front-end page is designed, which can be a draggable control library similar to a C/S configuration software interface, such as a toolbox in visio studio WinForm development, after the attributes of a control are configured, a button is clicked to generate the configuration page, and the configuration page can be dragged, and after the position is selected, double-click confirmation is carried out.
The configuration method and the configuration device for equipment remote monitoring provided by the invention provide a configuration method, and the equipment state can be checked and monitored on a browser. The monitoring system based on the B/S framework is quickly and effectively constructed and accessed by an internet configuration mode, code development is avoided, and online time in the monitoring system is greatly saved.
It is to be understood that the disclosed embodiments of the invention are not limited to the particular structures, process steps, or materials disclosed herein but are extended to equivalents thereof as would be understood by those ordinarily skilled in the relevant arts. It is also to be understood that the terminology used herein is for the purpose of describing particular embodiments only, and is not intended to be limiting.
Reference in the specification to "one embodiment" or "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment of the invention. Thus, the appearances of the phrase "one embodiment" or "an embodiment" in various places throughout this specification are not necessarily all referring to the same embodiment.
Although the embodiments of the present invention have been described above, the above description is only for the convenience of understanding the present invention, and is not intended to limit the present invention. It will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (6)

1. A configuration method for remote monitoring of equipment, the method comprising the steps of:
when a user accesses an equipment configuration interface on a browser, after detecting that the user sends a configuration starting signal, calling a preset control library from a server to the browser currently used by the user, wherein the preset control library stores a plurality of control data corresponding to a single control;
receiving configuration operation of a user on a selected device and the preset control library on the device configuration interface, and recording preset control library data subjected to the configuration operation and position data of a control in the preset control library on the device configuration interface in real time;
transmitting the preset control library data subjected to the configuration operation and the position data to the server, and storing the preset control library data and the position data in a configuration file corresponding to the selected equipment;
the step of accepting the configuration operation of the user on the selected equipment and the preset control library in the equipment configuration interface further comprises the following steps:
after the user determines the selected equipment on the interface of the browser, in the configuration process, the control selected by the user from the preset control library is bound with the identification information and the related parameters of the selected equipment;
while the step of binding the control selected by the user from the preset control library with the identification information and the related parameters of the selected equipment is carried out, requesting other information of the bound parameters from the server through the browser according to the bound parameters, and embedding the other information into the control data corresponding to the current control;
and after binding, generating a unique identification code of the current control by combining the type of the current control, the bound parameters and the random code, and recording the unique identification code into control data of the current control.
2. The method of claim 1, wherein the step of retrieving the library of predetermined controls from the server to the browser currently used by the user further comprises the steps of:
sending control data of the preset control library stored in the server to the browser;
and performing page analysis on the control data through the browser to form a visual control which can be viewed and operated by a user.
3. The method of claim 1, wherein control code data for a current control, identification information for a selected device, and corresponding monitoring page identification information are saved to the server.
4. The method of claim 1, wherein when another user wants to view the screen of the selected device, the configuration file of the selected device is read by the server and sent to a browser used by the other user.
5. A configuration apparatus for remote monitoring of a device, wherein the configuration method for remote monitoring of a device according to any one of claims 1 to 4 is performed, the apparatus comprising:
the system comprises a calling and displaying module, a configuration interface module and a control module, wherein the calling and displaying module is used for calling a preset control library from a server to a browser currently used by a user when the user accesses the configuration interface of equipment on the browser and a configuration starting signal sent by the user is detected, wherein the preset control library stores a plurality of control data corresponding to a single control;
the configuration operation module is used for receiving configuration operation of a user on the selected equipment and the preset control library on the equipment configuration interface, and recording the data of the preset control library subjected to the configuration operation and the position data of the control in the preset control library on the equipment configuration interface in real time;
the transmission storage module is used for transmitting the preset control library data subjected to the configuration operation and the position data to the server and storing the preset control library data and the position data in a configuration file corresponding to the selected equipment;
the binding unit is used for binding the control selected by the user from the preset control library with the identification information and the related parameters of the selected equipment in the configuration process after the user determines the selected equipment on the interface of the browser;
the device is configured to perform the steps of:
while the step of binding the control selected by the user from the preset control library with the identification information and the related parameters of the selected equipment is carried out, requesting other information of the bound parameters from the server through the browser according to the bound parameters, and embedding the other information into the control data corresponding to the current control;
and after binding, generating a unique identification code of the current control by combining the type of the current control, the bound parameters and the random code, and recording the unique identification code into control data of the current control.
6. The apparatus of claim 5, wherein the invoke presentation module comprises:
a sending unit, configured to send control data stored in the preset control library of the server to the browser;
and the analysis unit is used for carrying out page analysis on the control data through the browser to form a visual control which can be viewed and operated by a user.
CN201811399297.8A 2018-11-22 2018-11-22 Configuration method and device for remote monitoring of equipment Active CN109862064B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811399297.8A CN109862064B (en) 2018-11-22 2018-11-22 Configuration method and device for remote monitoring of equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811399297.8A CN109862064B (en) 2018-11-22 2018-11-22 Configuration method and device for remote monitoring of equipment

Publications (2)

Publication Number Publication Date
CN109862064A CN109862064A (en) 2019-06-07
CN109862064B true CN109862064B (en) 2021-08-13

Family

ID=66890142

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811399297.8A Active CN109862064B (en) 2018-11-22 2018-11-22 Configuration method and device for remote monitoring of equipment

Country Status (1)

Country Link
CN (1) CN109862064B (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107360237A (en) * 2017-07-24 2017-11-17 南京国电南自维美德自动化有限公司 A kind of graphical configuration system of the DCS of multiple-person cooperative work and method
JP7245742B2 (en) * 2019-07-25 2023-03-24 東芝三菱電機産業システム株式会社 SCADA web HMI server device
CN110460655B (en) * 2019-08-01 2022-04-01 广东弓叶科技有限公司 Method for pull-down selection binding of visual control and dynamic data
CN110633120A (en) * 2019-08-30 2019-12-31 珠海格力电器股份有限公司 Configuration software control processing method, device, server, user terminal and system
CN110673879A (en) * 2019-10-24 2020-01-10 珠海格力电器股份有限公司 One-key adjustment method and device for element style of configuration software
CN111209055A (en) * 2019-12-31 2020-05-29 上海上实龙创智慧能源科技股份有限公司 Page function configuration method and device based on Vue
CN111966349B (en) * 2020-07-09 2022-08-09 杭州睿疆科技有限公司 Method, device and computer equipment for developing programs based on BS (browser/server) architecture
CN112486471B (en) * 2020-11-10 2022-06-21 珠海格力电器股份有限公司 Configuration method, device and equipment for operation recording function
CN112558971A (en) * 2020-12-24 2021-03-26 上海梧飞信息科技有限公司 Layout drawing method and device based on browser, electronic equipment and medium
CN112799736B (en) * 2021-01-19 2024-01-12 南京隆远电气技术有限公司 Dynamic binding loading method for electrical primary graph mode identification
CN114610290A (en) * 2022-05-09 2022-06-10 北京东方融创信息技术有限公司 Digital intelligent industrial configuration system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1808485A (en) * 2006-01-27 2006-07-26 上海振华港口机械(集团)股份有限公司 Method and apparatus for establishing hoist crane management system
CN101192216A (en) * 2006-11-28 2008-06-04 中兴通讯股份有限公司 Static state page control and WEB server interaction accomplishing method and the WEB server

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105791342A (en) * 2014-12-22 2016-07-20 深圳中兴力维技术有限公司 Configuration-based monitoring method, device and system
CN105915394A (en) * 2016-06-20 2016-08-31 河南派亚尼尔自动化设备有限公司 Visual monitoring platform based on HTML5 and application method
CN106484393B (en) * 2016-09-13 2019-12-27 厦门兆慧网络科技有限公司 Visual view design method
CN107295064B (en) * 2017-05-15 2020-12-01 云宏信息科技股份有限公司 Web-based configuration type remote monitoring method, electronic equipment and storage medium
CN108089857A (en) * 2017-12-05 2018-05-29 广东雅达电子股份有限公司 A kind of industry web monitors the generation method of the page in real time

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1808485A (en) * 2006-01-27 2006-07-26 上海振华港口机械(集团)股份有限公司 Method and apparatus for establishing hoist crane management system
CN101192216A (en) * 2006-11-28 2008-06-04 中兴通讯股份有限公司 Static state page control and WEB server interaction accomplishing method and the WEB server

Also Published As

Publication number Publication date
CN109862064A (en) 2019-06-07

Similar Documents

Publication Publication Date Title
CN109862064B (en) Configuration method and device for remote monitoring of equipment
AU2012370492B2 (en) Graphical overlay related to data mining and analytics
US8132095B2 (en) Auditing a website with page scanning and rendering techniques
CN101662493B (en) Data acquiring method, system and server of user access path
US6247029B1 (en) Web browser form enhancements
US9606971B2 (en) Rule-based validation of websites
US8914736B2 (en) On-page manipulation and real-time replacement of content
RU2541216C2 (en) Bidirectional update of grid and associated visualisations
US10175861B2 (en) Method and system for web page commenting, browser and storage medium
US20100162274A1 (en) Widgetizing a web-based application
JP2002149640A (en) Information processing system, terminal, information processing supporting server, information processing method, html document, storage medium and program transmitter
US20020143861A1 (en) Method and apparatus for managing state information in a network data processing system
US20170031882A1 (en) Web Page Profiler
US20170031877A1 (en) Web Page Design System
US20080052412A1 (en) Distributed portel system, content page creation server and recording medium
US20140215323A1 (en) Element detection and inline modification
US20050262427A1 (en) System and method for managing website content
US20120179979A1 (en) System and method for automating the transfer of data from a web interface to another
US6754900B1 (en) System for providing web browser access to an operating system desktop
CN114065248A (en) User access right control method and device, electronic equipment and storage medium
JP2012248228A (en) Load simulation device, simulation device, load simulation method, simulation method and program
US20150199323A1 (en) Method and system for posting comments on web pages
JP2006048144A (en) Autopilot device, client terminal and autopilot method
JP2011150423A (en) Web browser system and data update method
JP2011253423A (en) Operation support system

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 410100 No. 88 East 7 Line, Changsha Economic and Technological Development Zone, Hunan Province

Applicant after: China Railway Construction Heavy Industry Group Co., Ltd.

Address before: 410100 88 East seven road, Changsha economic and Technological Development Zone, Hunan

Applicant before: China Railway Construction Heavy Industry Co.,Ltd.

GR01 Patent grant
GR01 Patent grant