CN114785680A - Wind power industrial control equipment transformation method and terminal transformation method - Google Patents

Wind power industrial control equipment transformation method and terminal transformation method Download PDF

Info

Publication number
CN114785680A
CN114785680A CN202210685378.4A CN202210685378A CN114785680A CN 114785680 A CN114785680 A CN 114785680A CN 202210685378 A CN202210685378 A CN 202210685378A CN 114785680 A CN114785680 A CN 114785680A
Authority
CN
China
Prior art keywords
industrial control
wind power
control equipment
network
terminal
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202210685378.4A
Other languages
Chinese (zh)
Other versions
CN114785680B (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.)
Shenzhen Xinrun Fulian Digital Technology Co Ltd
Original Assignee
Shenzhen Xinrun Fulian Digital 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 Shenzhen Xinrun Fulian Digital Technology Co Ltd filed Critical Shenzhen Xinrun Fulian Digital Technology Co Ltd
Priority to CN202210685378.4A priority Critical patent/CN114785680B/en
Publication of CN114785680A publication Critical patent/CN114785680A/en
Application granted granted Critical
Publication of CN114785680B publication Critical patent/CN114785680B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks

Abstract

The invention discloses a method for transforming wind power industrial control equipment and a method for transforming a terminal. The method comprises the steps that wind power industrial control equipment is converted into a server, when a terminal is connected with an industrial control network radiated by the server, a wind power industrial control equipment data acquisition request sent by the terminal is received, and interaction with wind power industrial control equipment data of the terminal is completed. By adopting the scheme provided by the invention, in a weak network scene, the terminal can be directly connected with the wind power industrial control equipment and is butted with the wind power industrial control equipment, an external network is not required to be connected, the data interaction with the wind power industrial control equipment is directly completed, and the technical problem of difficult data interaction caused by poor network signals of the external network is solved.

Description

Wind power industrial control equipment transformation method and terminal transformation method
Technical Field
The invention relates to the technical field of wind power equipment inspection, in particular to a wind power industrial control equipment transformation method and a terminal transformation method.
Background
The place of building wind power is the area of setback usually, so the coverage of network is all relatively poor, and network transmission can be slower, even if should arrange industrial control and sensor when wind power equipment monitors wind power equipment, because wind power inside all is the metal, can lead to the network of cell-phone can be worse.
Disclosure of Invention
In order to solve the technical problem that interaction between a terminal and a cloud is limited due to poor wind power environment network, the embodiment of the invention provides a method for transforming wind power industrial control equipment and a method for transforming the terminal.
The technical scheme of the embodiment of the invention is realized as follows:
the embodiment of the invention provides a method for transforming wind power industrial control equipment, which comprises the following steps:
converting wind power industrial control equipment into a server;
and when the terminal is connected with the industrial control network radiated by the server, receiving a wind power industrial control equipment data acquisition request sent by the terminal, and finishing the interaction with the wind power industrial control equipment data of the terminal.
In the above scheme, convert wind-powered electricity generation industrial control equipment into the server, include:
creating a project of a SpringBoot framework by using an IDEA (interactive data architecture) integrated environment;
introducing a database, and connecting the database with the project of the SpringBoot framework;
and configuring an IP address for the wind power industrial control equipment by using a Tomcat configuration environment.
In the above scheme, the wind power industrial control equipment is further connected with the cloud server through a public cloud network, and the cloud server completes data interaction of the wind power industrial control equipment.
In the above scheme, the wind power industrial control device is further connected with a cloud server through a public cloud network, and before the wind power industrial control device data interaction is completed with the cloud server, the method further includes:
copying the cloud server code to wind power industrial control equipment, and packaging the code into a JAR package.
The embodiment of the invention also provides a terminal transformation method, which comprises the following steps:
defining a docking address of a public cloud network and an industrial control network by using a DefinePlugin plug-in;
respectively building configuration files for the public cloud network and the industrial control network;
switching interface addresses through the DefinePlugin plug-in unit by using the configuration file to complete switching of the terminal between a public cloud network and an industrial control network;
and after the terminal is connected with an industrial control network, sending a wind power industrial control equipment data acquisition request to wind power industrial control equipment to complete data interaction with the wind power industrial control equipment.
In the above scheme, the configuration file of the public cloud network is:
Cloud_environment
# NODE_ENV
ENV = 'Cloud_environment'
# base api
VUE_APP_BASE_API = 'http://cloud.crxk.top/crxk/web/'。
in the above scheme, the configuration file of the industrial control network is:
Industrial_environment
# NODE_ENV
ENV = 'production'
# base api
VUE_APP_BASE_API = 'http://Industrial.crxk.top/crxk/web/'。
the embodiment of the invention also provides a method for interaction between the wind power industrial control equipment and the terminal, which comprises the following steps:
the wind power industrial control equipment automatically starts a server and radiates an industrial control network;
the terminal utilizes the configuration file to switch the interface address through the DefinePlugin plug-in unit and switches the public cloud network into the industrial control network;
and after the terminal is connected with the industrial control network, sending a wind power industrial control equipment data acquisition request to the wind power industrial control equipment, and completing data interaction with the wind power industrial control equipment.
In the above scheme, after the terminal is connected to the industrial control network, the terminal sends a wind power industrial control device data acquisition request to the wind power industrial control device, and completes data interaction with the wind power industrial control device, including:
and after the terminal is connected with the industrial control network, sending a wind power industrial control equipment data acquisition request to the wind power industrial control equipment through a network channel and a protocol, and finishing data interaction with the wind power industrial control equipment.
In the above scheme, the terminal uses the configuration file to switch interface addresses through a definePlugin plug-in, and switches the public cloud network into the industrial control network, including:
and the terminal switches the configuration file of the public cloud network into the configuration file of the industrial control network through the DefinePlugin plug-in unit, switches the interface address and switches the public cloud network into the industrial control network.
An embodiment of the present invention further provides an electronic device, including: a processor and a memory for storing a computer program capable of running on the processor; wherein, the first and the second end of the pipe are connected with each other,
the processor is adapted to perform the steps of any of the methods described above when running the computer program.
The embodiment of the invention also provides a storage medium, wherein a computer program is stored in the storage medium, and when the computer program is executed by a processor, the steps of any one of the methods are realized.
According to the method for transforming the wind power industrial control equipment and the method for transforming the terminal, provided by the embodiment of the invention, the wind power industrial control equipment is transformed into the server; and when the terminal is connected with the industrial control network radiated by the server, receiving a wind power industrial control equipment data acquisition request sent by the terminal, and finishing the interaction with the wind power industrial control equipment data of the terminal. By adopting the scheme provided by the invention, the terminal can be directly connected with the wind power industrial control equipment and is butted with the wind power industrial control equipment under the weak network scene, an external network is not required to be connected, the data interaction with the wind power industrial control equipment is directly completed, and the technical problem of difficult data interaction caused by poor network signals of the external network is solved.
Drawings
FIG. 1 is a schematic flow chart of a method for transforming wind power industrial control equipment according to an embodiment of the invention;
fig. 2 is a schematic flowchart of a terminal modification method according to an embodiment of the present invention;
FIG. 3 is a schematic flow chart of a method for interaction between wind power industrial control equipment and a terminal according to an embodiment of the invention;
FIG. 4 is a system flow diagram illustrating an exemplary embodiment of the present invention;
fig. 5 is an internal structural diagram of a computer device according to an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the drawings and examples.
The embodiment of the invention provides a method for transforming wind power industrial control equipment, which comprises the following steps of:
step 101: converting wind power industrial control equipment into a server;
step 102: and when the terminal is connected with the industrial control network radiated by the server, receiving a wind power industrial control equipment data acquisition request sent by the terminal, and finishing the interaction with the wind power industrial control equipment data of the terminal.
In this embodiment, under the scene of patrolling and examining wind power equipment, after the on-the-spot workman went up the tower, the wind-powered electricity generation data in the wind-powered electricity generation industrial control equipment was looked over in accessible cell-phone terminal and the butt joint of wind-powered electricity generation industrial control equipment, and then monitored whether wind power equipment has the problem.
In addition, when the edge is in butt joint with the cloud, the collected data are huge, and the data are usually calculated through edge industrial control, and then the calculated data are sent to the cloud. In this way, on one hand, the requested data volume can be reduced, and the storage pressure of the cloud end on the data is not so large. Therefore, the data on the industrial control side is relatively complete. In the embodiment, the data of the edge industrial control side is directly checked, instead of checking the data through the cloud, so that more complete industrial control data can be checked.
Further, in this embodiment, wind power equipment can be collected through the method of thing allies oneself with, and then carry out the construction and the calculation of manual algorithm through industrial control, carry out signal processing to data to can judge whether this equipment has the problem, specific problem is where, thereby guide the user to go the maintenance. In addition, when the inspection mode is adopted, the industrial control data can be butted through the upper tower, whether the data calculated by the industrial control is abnormal or not can be checked, and therefore maintenance can be directly carried out.
In an embodiment, the converting the wind power industrial control device into a server includes:
creating a project of a SpringBoot framework by using an IDEA (interactive data architecture) integrated environment;
introducing a database, and connecting the database with the project of the SpringBoot framework;
and configuring an IP address for the wind power industrial control equipment by using a Tomcat configuration environment.
In an embodiment, the wind power industrial control equipment is further connected with a cloud server through a public cloud network, and data interaction of the wind power industrial control equipment is completed with the cloud server.
In an embodiment, the wind power industrial control device is further connected with a cloud server through a public cloud network, and before the interaction of the wind power industrial control device data with the cloud server is completed, the method further includes:
copying the cloud server code to wind power industrial control equipment, and packaging the code into a JAR packet.
According to the method for transforming the wind power industrial control equipment, the wind power industrial control equipment is converted into the server; and when the terminal is connected with the industrial control network radiated by the server, receiving a wind power industrial control equipment data acquisition request sent by the terminal, and finishing the interaction with the wind power industrial control equipment data of the terminal. By adopting the scheme provided by the invention, the terminal can be directly connected with the wind power industrial control equipment and is butted with the wind power industrial control equipment under the weak network scene, an external network is not required to be connected, the data interaction with the wind power industrial control equipment is directly completed, and the technical problem of difficult data interaction caused by poor network signals of the external network is solved.
An embodiment of the present invention further provides a terminal modification method, as shown in fig. 2, where the method includes:
step 201: defining a docking address of a public cloud network and an industrial control network by using a DefinePlugin plug-in;
step 202: respectively building configuration files for the public cloud network and the industrial control network;
step 203: switching interface addresses by using the configuration file through a DefinePlugin plug-in unit, and completing switching of the terminal between a public cloud network and an industrial control network;
step 204: and after the terminal is connected with an industrial control network, sending a wind power industrial control equipment data acquisition request to wind power industrial control equipment to complete data interaction with the wind power industrial control equipment.
In an embodiment, the configuration file of the public cloud network is:
Cloud_environment
# NODE_ENV
ENV = 'Cloud_environment'
# base api
VUE_APP_BASE_API = 'http://cloud.crxk.top/crxk/web/'。
in an embodiment, the configuration file of the industrial control network is:
Industrial_environment
# NODE_ENV
ENV = 'production'
# base api
VUE_APP_BASE_API = 'http://Industrial.crxk.top/crxk/web/'。
the terminal transformation method provided by the embodiment of the invention uses the DefinePlugin plug-in to define the docking address of the public cloud network and the industrial control network; respectively building configuration files for the public cloud network and the industrial control network; switching interface addresses through the DefinePlugin plug-in unit by using the configuration file to complete switching of the terminal between a public cloud network and an industrial control network; and after the terminal is connected with an industrial control network, sending a wind power industrial control equipment data acquisition request to wind power industrial control equipment to complete data interaction with the wind power industrial control equipment. By adopting the scheme provided by the invention, the terminal can be directly connected with the wind power industrial control equipment and is butted with the wind power industrial control equipment under the weak network scene, an external network is not required to be connected, the data interaction with the wind power industrial control equipment is directly completed, and the technical problem of difficult data interaction caused by poor network signals of the external network is solved.
The embodiment of the invention also provides a method for interaction between the wind power industrial control equipment and the terminal, as shown in fig. 3, the method comprises the following steps:
step 301: the wind power industrial control equipment automatically starts a server and radiates an industrial control network;
step 302: the terminal utilizes the configuration file to switch the interface address through the DefinePlugin plug-in unit and switches the public cloud network into the industrial control network;
step 303: and after the terminal is connected with the industrial control network, sending a wind power industrial control equipment data acquisition request to the wind power industrial control equipment, and finishing data interaction with the wind power industrial control equipment.
In an embodiment, after the terminal is connected to the industrial control network, the terminal sends a wind power industrial control device data acquisition request to the wind power industrial control device, and completes data interaction with the wind power industrial control device, including:
and after the terminal is connected with the industrial control network, sending a wind power industrial control equipment data acquisition request to the wind power industrial control equipment through a network channel and a protocol, and finishing data interaction with the wind power industrial control equipment.
In an embodiment, the terminal performs interface address switching through a definePlugin plug-in component by using the configuration file, and switches the public cloud network into the industrial control network, including:
and the terminal switches the configuration file of the public cloud network into the configuration file of the industrial control network through the DefinePlugin plug-in unit, switches the interface address and switches the public cloud network into the industrial control network.
According to the wind power industrial control equipment and terminal interaction method provided by the embodiment of the invention, the wind power industrial control equipment automatically starts a server and radiates an industrial control network; the terminal utilizes the configuration file to switch interface addresses through a DefinePlugin plug-in unit, and a public cloud network is switched to an industrial control network; and after the terminal is connected with the industrial control network, sending a wind power industrial control equipment data acquisition request to the wind power industrial control equipment, and completing data interaction with the wind power industrial control equipment. By adopting the scheme provided by the invention, the terminal can be directly connected with the wind power industrial control equipment and is butted with the wind power industrial control equipment under the weak network scene, an external network is not required to be connected, the data interaction with the wind power industrial control equipment is directly completed, and the technical problem of difficult data interaction caused by poor network signals of the external network is solved.
The above method will be described in detail with a specific embodiment.
According to the embodiment, the technical problem that wind power equipment data cannot be checked on site due to the fact that the mobile phone APP cannot be connected with the cloud server under the condition that wind power is in a weak network and a 4G or 5G network is poor is mainly solved.
Specifically, referring to fig. 4, the scheme of the present embodiment is:
because the mobile phone and the industrial control are required to be docked, the building of the function needs to be completed at the development side:
1. industrial control development and cloud development
In the development stage, not only the industrial control needs to be docked with the public cloud, but also the industrial control needs to be used as a server for development; the industrial control is also a computer, and integrates a plurality of COM ports and data acquisition cards for butt joint, and simultaneously, the volume is reduced to a certain extent; therefore, the whole idea needs to convert a local computer into a server, and when a mobile phone requests a public cloud network, the request network is switched to be connected with an industrial control network, so that data request and data connection can be completed.
The method for developing industrial control into the server needs to prepare the following tools:
building a tool: IDEA, Tomcat
A database: MySQL
Firstly, an IDEA is used for creating an item of a Springboot framework, meanwhile, database software needs to be quoted to communicate the item with a database, and Tomcat is a tool for converting industrial control into a server and can be completed by configuring an IP address. When a cloud end and an industrial control end are developed, server codes of the cloud end need to be synchronously copied in the industrial control end, JAR packets are formed at the industrial control end, at the moment, the industrial control can also perform data storage and data butt joint, and similarly, the butt joint can be completed through an API and a mobile phone.
2. Front-end development, interface prefix address replacement upon selection
In developing the front end, we need to use one component: webpack, which has a plug-in that can use definePlugin (the plug-in can implement configuration of global constants at compile time, which is useful for allowing different behaviors between development version and production version, we can analogize industry control and cloud to "test environment" and "production environment").
Firstly, with the help of the plug-in, an environment docking address is defined, and through two environments, namely a cloud environment and an industrial control environment, two configuration files are required to be built in a project root directory of the user
Cloud environment: cloud _ environment
# NODE_ENV
ENV = 'Cloud_environment'
# base api
VUE_APP_BASE_API = 'http://cloud.crxk.top/crxk/web/'
Industrial control environment: industrial _ environment
# NODE_ENV
ENV = 'production'
# base api
VUE_APP_BASE_API = 'http://Industrial.crxk.top/crxk/web/'
Secondly, by referring to a DefinePlugin tool, the function of switching interface addresses is realized, and the data of industrial control is sent to a mobile phone terminal, so that cloud connection is not needed;
in the mobile phone terminal, a precondition is that a network shared by industrial control needs to be connected, data docking is allowed after connection, at the moment, an APP provides options of selecting 'industrial control' and 'cloud', and an H5 code packet at the front end can switch a configuration file and is changed into an API for requesting industrial control.
And finally, transmitting the industrial control data to complete the butt joint of the industrial control and the mobile phone.
3. In situ use
Through the development, the construction is completed, in a real scene, industrial control needs to automatically start server software, share a WIFI network of the industrial control, and provide a mobile phone for connection; after the staff goes to the tower, the mobile phone carries out networking with industrial control through downloading the mobile phone APP, and meanwhile, the mobile phone APP selects an industrial control mode to switch configuration files to complete butt joint; after the docking is completed, the industrial control serves as a server, the mobile phone is equivalent to an intranet, a network channel and a protocol are provided, data transmission can be directly carried out, an extranet is not needed, the mobile phone can finally complete equipment data checking, meanwhile, network transmission is very fast, and network resources are not consumed.
In this embodiment, go up the tower and only need the cell-phone can patrol and examine wind power equipment. Under the weak network scene, the mobile phone can directly interface the industrial control, does not need to be connected with an external network, and directly transmits the data of the industrial control to the mobile phone for checking. Switching from the cloud to industrial control can be completed through simple pull-down. The connection mode of the edge end and the mobile phone can break through the connection scene of more equipment radiation in the scene of wind power. The external network limitation is broken through, and the industrial control reading data is directly connected.
In order to implement the method of the embodiment of the present invention, an embodiment of the present invention further provides an electronic device (computer device). Specifically, in one embodiment, the computer device may be a terminal, and its internal structure diagram may be as shown in fig. 5. The computer apparatus includes a processor a01, a network interface a02, a display screen a04, an input device a05, and a memory (not shown in the figure) connected through a system bus. Wherein processor a01 of the computer device is used to provide computing and control capabilities. The memory of the computer device comprises an internal memory a03 and a non-volatile storage medium a 06. The nonvolatile storage medium a06 stores an operating system B01 and a computer program B02. The internal memory a03 provides an environment for the operation of the operating system B01 and the computer programs B02 in the non-volatile storage medium a 06. The network interface a02 of the computer device is used for communication with an external terminal through a network connection. The computer program is executed by the processor a01 to implement the method of any of the above embodiments. The display screen a04 of the computer device may be a liquid crystal display screen or an electronic ink display screen, and the input device a05 of the computer device may be a touch layer covered on the display screen, a key, a trackball or a touch pad arranged on a casing of the computer device, or an external keyboard, a touch pad or a mouse.
Those skilled in the art will appreciate that the architecture shown in fig. 5 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
The device provided by the embodiment of the present invention includes a processor, a memory, and a program stored in the memory and capable of running on the processor, and when the processor executes the program, the method according to any one of the embodiments described above is implemented.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and so forth) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). The memory is an example of a computer-readable medium.
Computer-readable media, including both permanent and non-permanent, removable and non-removable media, may implement the information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Disks (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium, which can be used to store information that can be accessed by a computing device. As defined herein, computer readable media does not include transitory computer readable media (transmyedia) such as modulated data signals and carrier waves.
It will be appreciated that the memory of embodiments of the invention may be either volatile memory or nonvolatile memory, or may include both volatile and nonvolatile memory. Among them, the nonvolatile Memory may be a Read Only Memory (ROM), a Programmable Read Only Memory (PROM), an Erasable Programmable Read-Only Memory (EPROM), an Electrically Erasable Programmable Read-Only Memory (EEPROM), a magnetic random access Memory (FRAM), a Flash Memory (Flash Memory), a magnetic surface Memory, an optical disk, or a Compact Disc Read-Only Memory (CD-ROM); the magnetic surface storage may be disk storage or tape storage. Volatile Memory can be Random Access Memory (RAM), which acts as external cache Memory. By way of illustration, and not limitation, many forms of RAM are available, such as Static Random Access Memory (SRAM), Synchronous Static Random Access Memory (SSRAM), Dynamic Random Access Memory (DRAM), Synchronous Dynamic Random Access Memory (SDRAM), Double Data Rate Synchronous Dynamic Random Access Memory (DDRSDRAM), Double Data Rate Synchronous Random Access Memory (ESDRAM), Enhanced Synchronous Dynamic Random Access Memory (ESDRAM), Enhanced Synchronous Random Access Memory (DRAM), Synchronous Random Access Memory (DRAM), Direct Random Access Memory (DRmb Access Memory). The described memory for embodiments of the present invention is intended to comprise, without being limited to, these and any other suitable types of memory.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement or the like made within the spirit and principle of the present application shall be included in the scope of the claims of the present application.

Claims (10)

1. A method for transforming wind power industrial control equipment is characterized by comprising the following steps:
converting wind power industrial control equipment into a server;
and when the terminal is connected with the industrial control network radiated by the server, receiving a wind power industrial control equipment data acquisition request sent by the terminal, and finishing the interaction with the wind power industrial control equipment data of the terminal.
2. The method of claim 1, wherein the converting the wind power industrial control equipment into the server comprises:
creating a project of a SpringBoot framework by using an IDEA integrated environment;
introducing a database, and connecting the database with the project of the SpringBoot framework;
and configuring an IP address for the wind power industrial control equipment by using a Tomcat configuration environment.
3. The method of claim 1, wherein the wind power industrial control equipment is further connected with a cloud server through a public cloud network, and data interaction of the wind power industrial control equipment is completed with the cloud server.
4. The method of claim 3, wherein the wind power industrial control equipment is further connected with a cloud server through a public cloud network, and before the interaction of the wind power industrial control equipment data with the cloud server is completed, the method further comprises:
copying the cloud server code to wind power industrial control equipment, and packaging the code into a JAR package.
5. A terminal modification method is characterized by comprising the following steps:
defining a docking address of a public cloud network and an industrial control network by using a DefinePlugin plug-in;
respectively building configuration files for the public cloud network and the industrial control network;
switching interface addresses by using the configuration file through a DefinePlugin plug-in unit, and completing switching of the terminal between a public cloud network and an industrial control network;
and after the terminal is connected with an industrial control network, sending a wind power industrial control equipment data acquisition request to wind power industrial control equipment to complete data interaction with the wind power industrial control equipment.
6. The method of claim 5, wherein the profile of the public cloud network is:
Cloud_environment
# NODE_ENV
ENV = 'Cloud_environment'
# base api
VUE_APP_BASE_API = 'http://cloud.crxk.top/crxk/web/'。
7. the method of claim 5, wherein the industrial control network profile is:
Industrial_environment
# NODE_ENV
ENV = 'production'
# base api
VUE_APP_BASE_API = 'http://Industrial.crxk.top/crxk/web/'。
8. a method for interaction between wind power industrial control equipment and a terminal is characterized by comprising the following steps:
the wind power industrial control equipment automatically starts a server and radiates an industrial control network;
the terminal utilizes the configuration file to switch the interface address through the DefinePlugin plug-in unit and switches the public cloud network into the industrial control network;
and after the terminal is connected with the industrial control network, sending a wind power industrial control equipment data acquisition request to the wind power industrial control equipment, and finishing data interaction with the wind power industrial control equipment.
9. The method according to claim 8, wherein after the terminal is connected to the industrial control network, the terminal sends a wind power industrial control device data acquisition request to the wind power industrial control device to complete data interaction with the wind power industrial control device, and the method comprises the following steps:
and after the terminal is connected with the industrial control network, sending a wind power industrial control equipment data acquisition request to the wind power industrial control equipment through a network channel and a protocol, and finishing data interaction with the wind power industrial control equipment.
10. The method according to claim 8, wherein the terminal performs interface address switching through a definePlugin plug-in by using the configuration file, and switches the public cloud network to the industrial control network, and the method comprises the following steps:
and the terminal switches the configuration file of the public cloud network into the configuration file of the industrial control network through the DefinePlugin plug-in unit, switches the interface address and switches the public cloud network into the industrial control network.
CN202210685378.4A 2022-06-17 2022-06-17 Wind power industrial control equipment transformation method and terminal transformation method Active CN114785680B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210685378.4A CN114785680B (en) 2022-06-17 2022-06-17 Wind power industrial control equipment transformation method and terminal transformation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210685378.4A CN114785680B (en) 2022-06-17 2022-06-17 Wind power industrial control equipment transformation method and terminal transformation method

Publications (2)

Publication Number Publication Date
CN114785680A true CN114785680A (en) 2022-07-22
CN114785680B CN114785680B (en) 2022-11-15

Family

ID=82421958

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210685378.4A Active CN114785680B (en) 2022-06-17 2022-06-17 Wind power industrial control equipment transformation method and terminal transformation method

Country Status (1)

Country Link
CN (1) CN114785680B (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103048981A (en) * 2013-01-14 2013-04-17 陈海波 Remote fault diagnosis equipment and method based on engineering machine
CN103529340A (en) * 2013-10-31 2014-01-22 重庆大学 Online monitoring, analysis and evaluation system of electric vehicle charging station
CN104460589A (en) * 2014-10-23 2015-03-25 国家电网公司 Mobile debugging system with simulation dispatching master station
CN105544085A (en) * 2015-12-10 2016-05-04 广东慈星电脑横机制造有限公司 Computerized flat knitting machine file sharing method based on Internet
CN107180214A (en) * 2017-06-11 2017-09-19 广东金宝力化工科技装备股份有限公司 A kind of equipment monitoring system of all-dimensional multi-angle
CN108120495A (en) * 2017-12-28 2018-06-05 东北电力大学 A kind of wind generating set vibration condition monitoring system based on wireless network
CN110048990A (en) * 2018-01-16 2019-07-23 北京视联动力国际信息技术有限公司 A kind of data processing method, equipment and server
CN110336372A (en) * 2019-03-19 2019-10-15 南通大学 Distributed wind-powered electricity generation intelligent power converter based on Multi net voting interconnection monitoring
CN110851822A (en) * 2019-11-19 2020-02-28 东北石油大学 Network download safety processing method and device
CN112643715A (en) * 2020-12-28 2021-04-13 芜湖哈特机器人产业技术研究院有限公司 Industrial robot remote monitoring and diagnosing system and method based on 5G
CN112769796A (en) * 2020-12-30 2021-05-07 华北电力大学 Cloud network side collaborative defense method and system based on end side edge computing
CN113094729A (en) * 2021-04-15 2021-07-09 华电(福建)风电有限公司 Data security access method of offshore wind power integrated system
CN114019933A (en) * 2021-11-27 2022-02-08 河南中烟工业有限责任公司 Network security control method and device of industrial control system
CN114189539A (en) * 2022-02-11 2022-03-15 深圳市触想智能股份有限公司 Data processing system under industrial control all-in-one machine system

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103048981A (en) * 2013-01-14 2013-04-17 陈海波 Remote fault diagnosis equipment and method based on engineering machine
CN103529340A (en) * 2013-10-31 2014-01-22 重庆大学 Online monitoring, analysis and evaluation system of electric vehicle charging station
CN104460589A (en) * 2014-10-23 2015-03-25 国家电网公司 Mobile debugging system with simulation dispatching master station
CN105544085A (en) * 2015-12-10 2016-05-04 广东慈星电脑横机制造有限公司 Computerized flat knitting machine file sharing method based on Internet
CN107180214A (en) * 2017-06-11 2017-09-19 广东金宝力化工科技装备股份有限公司 A kind of equipment monitoring system of all-dimensional multi-angle
CN108120495A (en) * 2017-12-28 2018-06-05 东北电力大学 A kind of wind generating set vibration condition monitoring system based on wireless network
CN110048990A (en) * 2018-01-16 2019-07-23 北京视联动力国际信息技术有限公司 A kind of data processing method, equipment and server
CN110336372A (en) * 2019-03-19 2019-10-15 南通大学 Distributed wind-powered electricity generation intelligent power converter based on Multi net voting interconnection monitoring
CN110851822A (en) * 2019-11-19 2020-02-28 东北石油大学 Network download safety processing method and device
CN112643715A (en) * 2020-12-28 2021-04-13 芜湖哈特机器人产业技术研究院有限公司 Industrial robot remote monitoring and diagnosing system and method based on 5G
CN112769796A (en) * 2020-12-30 2021-05-07 华北电力大学 Cloud network side collaborative defense method and system based on end side edge computing
CN113094729A (en) * 2021-04-15 2021-07-09 华电(福建)风电有限公司 Data security access method of offshore wind power integrated system
CN114019933A (en) * 2021-11-27 2022-02-08 河南中烟工业有限责任公司 Network security control method and device of industrial control system
CN114189539A (en) * 2022-02-11 2022-03-15 深圳市触想智能股份有限公司 Data processing system under industrial control all-in-one machine system

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
CRXK_: "根据环境自动切换API接口地址", 《灰信网》 *
MR.VV: "windows服务器使用Tomcat发布Springboot的war包项目", 《腾讯云开发者社》 *
刘宇飞等: "OPC网络互访技术在转炉控制系统中的应用", 《河南冶金》 *
曾蓉等: "基于TMS320DM642的嵌入式Web服务器设计", 《电子测量技术》 *

Also Published As

Publication number Publication date
CN114785680B (en) 2022-11-15

Similar Documents

Publication Publication Date Title
CN108345543B (en) Data processing method, device, equipment and storage medium
TW201730784A (en) Method, device, and system for data synchronization
US20100256794A1 (en) Cloud computing for a manufacturing execution system
AU2013305395A1 (en) WIFI-based wireless water regime detection device, system and method therefor
US9268546B2 (en) Deployment and hosting of platform independent applications
US9197720B2 (en) Deployment and hosting of platform independent applications
CN104699591A (en) Reappearing method and device of test scenes
CN103580937A (en) Web service simulating method and system and service agent system thereof
CN104580480A (en) Remote automatic deployment system and method for client end
CN103744995A (en) Thematic map building method and mobile terminal applying same
CN104423961A (en) Method and system for generating testing script
CN111367581A (en) Method and equipment for providing hosted program
CN114490383A (en) Remote debugging system, remote debugging method, computing device and readable medium
CN111309304B (en) Method, device, medium and electronic equipment for generating IDL file
CN111367812A (en) Test method, electronic device and readable storage medium
CN114661594A (en) Method, apparatus, medium, and program product for automated testing
CN114785680B (en) Wind power industrial control equipment transformation method and terminal transformation method
CN109976832A (en) It is a kind of that the method and apparatus of boarding program is provided
JP6302227B2 (en) Sharing information related to power generation devices via file systems on the network
CN112394907A (en) Container-based delivery system construction method, application delivery method and delivery system
CN108595169B (en) Visual programming method, cloud server and storage medium
CN114116487B (en) Pressure testing method and device, electronic equipment and storage medium
CN111309432A (en) Fault drilling method, device and system
CN114996134A (en) Containerized deployment method, electronic equipment and storage medium
CN114661593A (en) Method, device, medium and program product for automated testing

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