CN106656614B - Customization forwarding table generation method and system based on distribution terminal equipment XML file - Google Patents

Customization forwarding table generation method and system based on distribution terminal equipment XML file Download PDF

Info

Publication number
CN106656614B
CN106656614B CN201611243922.0A CN201611243922A CN106656614B CN 106656614 B CN106656614 B CN 106656614B CN 201611243922 A CN201611243922 A CN 201611243922A CN 106656614 B CN106656614 B CN 106656614B
Authority
CN
China
Prior art keywords
node
equipment
array
data record
data
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
CN201611243922.0A
Other languages
Chinese (zh)
Other versions
CN106656614A (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.)
Shandong luruan Digital Technology Co.,Ltd. smart energy branch
Original Assignee
Shandong Luneng Intelligence 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 Shandong Luneng Intelligence Technology Co Ltd filed Critical Shandong Luneng Intelligence Technology Co Ltd
Priority to CN201611243922.0A priority Critical patent/CN106656614B/en
Publication of CN106656614A publication Critical patent/CN106656614A/en
Application granted granted Critical
Publication of CN106656614B publication Critical patent/CN106656614B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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
    • H04L41/084Configuration by using pre-existing information, e.g. using templates or copying from other elements
    • H04L41/0843Configuration by using pre-existing information, e.g. using templates or copying from other elements based on generic templates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/80Information retrieval; Database structures therefor; File system structures therefor of semi-structured data, e.g. markup language structured data such as SGML, XML or HTML
    • G06F16/84Mapping; Conversion

Abstract

The invention discloses customization forwarding table generation methods and system based on distribution terminal equipment XML file;It include: equipment array to be created according to distribution terminal device type, and equipment array is initialized;Read XML configuration file;Judge whether file format is correct, position file node, obtain node data, judges whether node data is empty;If node data is not sky, the child node of node is obtained, the data record of the child node of node is stored into data record sheet;All data records in data record sheet are corresponded to storage one by one into equipment array;The facility information of a top-down Multiway Tree Structure being made of father node and child node is formed according to the facility information in equipment array and four remote signalling breaths under corresponding equipment and fixed value information;By the searching loop of the facility information to Multiway Tree Structure, the customized customization forwarding table of corresponding equipment is generated.The present invention can generate the customized customization forwarding table of corresponding equipment.

Description

Customization forwarding table generation method and system based on distribution terminal equipment XML file
Technical field
The present invention relates to a kind of customization forwarding table generation method and system based on distribution terminal equipment XML file.
Background technique
The prior art is to design device tree information and son according to distribution terminal equipment communication management module master configuration file The data such as node is interrelated, as soon as being the multiway tree of a standard, need to only traverse tree can obtain data information and then generate forwarding Table, but for being customized according to user demand, irregular, out-of-order master configuration file information can not generate normally for matching The forwarding table information that terminal equipment uses.
The prior art is parsed just for the XML file of standard tree structure and mode standard, then generates data letter Breath.
Summary of the invention
The purpose of the present invention is to solve the above-mentioned problems, provides and a kind of is determined based on distribution terminal equipment XML file Forwarding table generation method processed and system, the present invention are in distribution terminal master configuration file, and customization turns again according to demand for main website It delivers, which is the selection measuring point information from distinct device, since the ID of equipment is different, needs to generate multiple equipment The information such as telemetering, remote signalling, remote control, function definite value fixed value information is grouped due to the particularity of function definite value, every group of definite value There are corresponding description information and parameter information below, when generating forwarding table, needs reversely to search the parameter information and belong to Which group, which equipment which belongs to, therefore searches corresponding group and facility information in each parameter, and requiring will be preceding One information is saved, and then forms a tree-like chained list, the information of the customization forwarding table is finally generated according to link table information.
To achieve the goals above, the present invention adopts the following technical scheme:
Customization forwarding table generation method based on distribution terminal equipment XML file, comprising:
Step (1): equipment array is created according to distribution terminal device type, and equipment array is initialized;It reads XML configuration file;Whether correct judge XML configuration file format, if entering correctly into step (2), otherwise, terminates;
Step (2): localization of XML configuration file<custom>node obtains<custom>node data, judges<custom> Whether node data is empty;If<custom>node data is not sky, (3) are entered step;Conversely, terminating;
Step (3): the child node number N for obtaining<custom>node enters step (4) if N>0, conversely, terminating;
Step (4): the data record of the child node of<custom>node is stored into data record sheet;
Step (5): by the number of devices that corresponding storage is created to step (1) one by one of all data records in data record sheet In group;
Step (6): according to the facility information in equipment array and four remote signalling breaths and fixed value information group under corresponding equipment At the facility information of a top-down Multiway Tree Structure being made of father node and child node;According to the demand of user, pass through To the searching loop of the facility information of Multiway Tree Structure, the customized customization forwarding table of corresponding equipment is generated.
The step (1):
Newly-built equipment array includes: device id, device name, device address, four distant arrays and definite value array.
The four distant array includes: telemetering array, remote signalling array, remote pulse array and remote control array.
The data record of the four distant array includes: Record ID, device id, device address, record type, serial number in record With the information such as record description,
The record description is to voltage, electric current, power, switch state and the long-range control on distribution terminal device line Etc. information description.
The definite value array includes: several definite value groups, and each definite value group includes several value datas record.
The definite value group and definite value record all include Record ID, and device id, device address, device type and equipment are retouched Information is stated, definite value record is that the operating parameter of distribution terminal equipment is described and is set.
The step (1): judge whether XML configuration file format is correctly to serialize according to XmlSerializer file Library function Serialize () judges whether XML configuration file format is correct.
Step (2) localization of XML configuration file<custom>node refers to XML file management class according to xmlRoot root Attribute XmlAttribute, the field NameSpace Namespace and node type XmlElement localization of XML of node configure text Part<custom>node.
The child node of step (3)<custom>node include telemetering type node<YC>, remote signalling type node<YX>, Remote pulse type node<YM>, remote-control type node<YK>and value type node<FV>.
The step (4) obtains all data records under telemetering type node<YC>first, then obtains remote signalling type Then all data records under node<YX>obtain all data records under remote pulse type node<YM>, then obtain distant All data records under type node<YK>are controlled, all data records under value type node<FV>are finally obtained;By institute By acquisition sequence, all the first data record identification of data record sheet is some data records by storage into data record sheet K=1 enters step (5);
The data record includes: Record ID, and device id, device address, record type, records interior serial number and record is retouched It states.
The step (5) further include:
Step (51): judge current data record whether headed by data record,
If so, creating facility information in equipment array, and newly-built equipment is believed according to the device id in data record Four distant arrays and the initialization of definite value array in breath, enter step (52);Facility information includes: device id, device name and sets Standby address, four distant arrays, definite value array;
If not first data record, just judges whether have existed in equipment array according to the device id in data record Device id,
If it exists, according to device id, corresponding facility information is obtained from data record, enters step (52);
If it does not exist, according to device id, facility information is created in equipment array, and four in newly-built facility information are distant Array and the initialization of definite value array, enter step (52).
Step (52): continue to judge the node type of the affiliated node of data record;
If node type is four distant types, current data record is read, and current data record is inserted into equipment array Under four distant arrays under middle corresponding equipment;
If node data type is value type, current data record is read, current data is judged according to serial number in recording The father node of record information whether there is,
If it exists, by the child node data record that is put under father node of current data record, by father node data and Son node number evidence under father node is stored in the definite value array that equipment array corresponds under equipment;
If it does not exist, current data record is directly stored in the definite value array that equipment array corresponds under equipment.
Further include step (50) between the step (5) and step (6):
Step (50): next record of reads data log table current data record judges section belonging to next record Whether the node type of point changes, if changing, the data record reading of present node type is finished, if not occurring Change, then continues to read;If next that reads data record sheet is recorded as sky, all data records have been read Finish, enters step (6), otherwise, return step (3);
The customized customization forwarding table includes telemetering type and telemetry record, remote signalling type and remote signalling data Record, remote pulse type and remote pulse data record, remote-control type and remote data logging, value type and value data note Record.
General forwarding table is that have that corresponding fixed structure, classification be clear, orderly, clear layer under each equipment Telemetering, remote signalling, remote pulse, remote control and fixed value information, the forwarding table of customized customization are a flat, clear but structures of classifying And the information table being not in the right order.
Four distant arrays include telemetering array, remote signalling array, remote control array and remote pulse array;The telemetering array includes several Telemetry record, the remote signalling array include several remote signalling data records, and the remote pulse array includes several remote pulse data notes Record, the remote control array includes several remote data loggings.
Four distant types include telemetering<YC>, remote signalling<YX>, remote pulse<YM>, remote control<YK>.
It can be a child node below the father node, be also possible to multiple child nodes.
Judge whether the nodal information type of next record changes, for example, by the nodal information class of current record Type is telemetering type, and the nodal information type of next record is remote signalling type, then is judged as and changes.
Customization forwarding table based on distribution terminal equipment XML file generates system, comprising:
Equipment array creates module: creating equipment array according to distribution terminal device type, and equipment array is carried out just Beginningization;
Configuration file reads judgment module: reading XML configuration file;Judge whether XML configuration file format is correct, if just Really enter node locating module, otherwise, terminates;
Node locating module: localization of XML configuration file<custom>node obtains<custom>node data, judge< Whether custom > node data is empty;If<custom>node data is not sky, module is obtained into node;Conversely, terminating;
Node obtains module: obtaining the child node number N of<custom>node, if N>0, generates mould into data record sheet Block, conversely, terminating;
Data record sheet generation module: by the data record storage of the child node of<custom>node to data record sheet In;
Memory module: by all data records in data record sheet, corresponding storage is new to the newly-built module of equipment array one by one In the equipment array built;
Definite value forwarding table generation module: according to the facility information in equipment array and the four remote signalling breath under corresponding equipment and Fixed value information forms the facility information of a top-down Multiway Tree Structure being made of father node and child node;According to user's Demand generates the customized customization forwarding table of corresponding equipment by the searching loop of the facility information to Multiway Tree Structure.
Beneficial effects of the present invention: can self-defining device forwarding table information, and according to customized forwarding table node text Part generates corresponding forwarding list file, can more accurately the corresponding facility information of positioning node and the quick search equipment four Remote signalling breath, makes device configuration facilitate freedom, information is succinct, high-efficient.
Detailed description of the invention
Fig. 1 is flow chart of the method for the present invention;
Fig. 2 is multiway tree facility information of the invention.
Specific embodiment
The invention will be further described with embodiment with reference to the accompanying drawing.
As depicted in figs. 1 and 2, the customization forwarding table generation method based on distribution terminal equipment XML file, comprising:
Step (1): equipment array is created according to distribution terminal device type, and equipment array is initialized;It reads XML configuration file;Whether correct judge XML configuration file format, if entering correctly into step (2), otherwise, terminates;
Step (2): localization of XML configuration file<custom>node obtains<custom>node data, judges<custom> Whether node data is empty;If<custom>node data is not sky, (3) are entered step;Conversely, terminating;
Step (3): the child node number N for obtaining<custom>node enters step (4) if N>0, conversely, terminating;
Step (4): the data record of the child node of<custom>node is stored into data record sheet;
Step (5): by the number of devices that corresponding storage is created to step (1) one by one of all data records in data record sheet In group;
Step (6): according to the facility information in equipment array and four remote signalling breaths and fixed value information group under corresponding equipment At the facility information of a top-down Multiway Tree Structure being made of father node and child node;According to the demand of user, pass through To the searching loop of the facility information of Multiway Tree Structure, the customized customization forwarding table of corresponding equipment is generated.
The step (1): newly-built equipment array includes: device id, device name, device address, four distant arrays and determines It is worth array.The four distant array includes: telemetering array, remote signalling array, remote pulse array and remote control array;The note of the four distant array Record information includes: Record ID, device id, device address, record type, serial number and record description in record, the record description It is to voltage, electric current, power, switch state and the remotely description that controls on distribution terminal device line.The definite value array It include: several definite value groups, each definite value group includes several definite values record, and the definite value group and definite value record all include Record ID, device id, device address, device type and device descriptive information, definite value record are the operations to distribution terminal equipment Parameter is described and sets.
The step (1): judge whether XML configuration file format is correctly to serialize according to XmlSerializer file Library function Serialize () judges whether XML configuration file format is correct.
Step (2) localization of XML configuration file<custom>node refers to XML file management class according to xmlRoot root Attribute XmlAttribute, the field NameSpace Namespace and node type XmlElement localization of XML of node configure text Part<custom>node.
The child node of step (3)<custom>node include telemetering type node<YC>, remote signalling type node<YX>, Remote pulse type node<YM>, remote-control type node<YK>and value type node<FV>.
The step (4) obtains all data records under telemetering type node<YC>first, then obtains remote signalling type Then all data records under node<YX>obtain all data records under remote pulse type node<YM>, then obtain distant All data records under type node<YK>are controlled, all data records under value type node<FV>are finally obtained;By institute By acquisition sequence, all the first data record identification of data record sheet is some data records by storage into data record sheet K=1 enters step (5);
The data record includes: Record ID, and device id, device address, record type, records interior serial number and record is retouched It states.
The step (5) further include: step (51): judge current data record whether headed by data record, if so, According to the device id in data record, facility information is created in equipment array, and by four distant arrays in newly-built facility information It is initialized with definite value array, enters step (52);Facility information includes: device id, device name and device address, four distant numbers Group, definite value array;If not whether first data record, just judge in equipment array according to the device id in data record There are device ids, and if it exists, according to device id, corresponding facility information is obtained from data record, enters step (52);If no In the presence of creating facility information in equipment array, and by the four distant arrays and definite value number in newly-built facility information according to device id Group initialization, enters step (52).
Step (52): continue to judge the node type of the affiliated node of data record;If node type is four distant types, read Current data record, and current data record is inserted under the four distant arrays corresponded under equipment in equipment array;If number of nodes It is value type according to type, reads current data record, the father node of current data record information is judged according to serial number in recording Whether there is, and if it exists, by the child node data record that is put under father node of current data record, by father node data and Son node number evidence under father node is stored in the definite value array that equipment array corresponds under equipment;If it does not exist, current data is remembered Record is directly stored in the definite value array that equipment array corresponds under equipment.
Further include step (50) between the step (5) and step (6):
Step (50): next record of reads data log table current data record judges section belonging to next record Whether the node type of point changes, if changing, the data record reading of present node type is finished, if not occurring Change, then continues to read;If next that reads data record sheet is recorded as sky, all data records have been read Finish, enters step (6), otherwise, return step (3);
The customized customization forwarding table includes telemetering type and telemetry record, remote signalling type and remote signalling data Record, remote pulse type and remote pulse data record, remote-control type and remote data logging, value type and value data note Record.
General forwarding table is that have that corresponding fixed structure, classification be clear, orderly, clear layer under each equipment Telemetering, remote signalling, remote pulse, remote control and fixed value information, the forwarding table of customized customization are a flat, clear but structures of classifying And the information table being not in the right order.
Four distant arrays include telemetering array, remote signalling array, remote control array and remote pulse array;
Four distant types include telemetering<YC>, remote signalling<YX>, remote pulse<YM>, remote control<YK>.
It can be a child node below the father node, be also possible to multiple child nodes.
Judge whether the nodal information type of next record changes, for example, by the nodal information class of current record Type is telemetering type, and the nodal information type of next record is remote signalling type, then is judged as and changes.
Customization forwarding table based on distribution terminal equipment XML file generates system, comprising:
Equipment array creates module: creating equipment array according to distribution terminal device type, and equipment array is carried out just Beginningization;
Configuration file reads judgment module: reading XML configuration file;Judge whether XML configuration file format is correct, if just Really enter node locating module, otherwise, terminates;
Node locating module: localization of XML configuration file<custom>node obtains<custom>node data, judge< Whether custom > node data is empty;If<custom>node data is not sky, module is obtained into node;Conversely, terminating;
Node obtains module: obtaining the child node number N of<custom>node, if N>0, generates mould into data record sheet Block, conversely, terminating;
Data record sheet generation module: by the data record storage of the child node of<custom>node to data record sheet In;
Memory module: by all data records in data record sheet, corresponding storage is new to the newly-built module of equipment array one by one In the equipment array built;
Definite value forwarding table generation module: according to the facility information in equipment array and the four remote signalling breath under corresponding equipment and Fixed value information forms the facility information of a top-down Multiway Tree Structure being made of father node and child node;According to user's Demand generates the customized customization forwarding table of corresponding equipment by the searching loop of the facility information to Multiway Tree Structure.
Above-mentioned, although the foregoing specific embodiments of the present invention is described with reference to the accompanying drawings, not protects model to the present invention The limitation enclosed, those skilled in the art should understand that, based on the technical solutions of the present invention, those skilled in the art are not Need to make the creative labor the various modifications or changes that can be made still within protection scope of the present invention.

Claims (10)

1. the customization forwarding table generation method based on distribution terminal equipment XML file, characterized in that include:
Step (1): equipment array is created according to distribution terminal device type, and equipment array is initialized;XML is read to match Set file;Whether correct judge XML configuration file format, if entering correctly into step (2), otherwise, terminates;
Step (2): localization of XML configuration file<custom>node obtains<custom>node data, judges<custom>node Whether data are empty;If<custom>node data is not sky, (3) are entered step;Conversely, terminating;
Step (3): the child node number N for obtaining<custom>node enters step (4) if N>0, conversely, terminating;
Step (4): the data record of the child node of<custom>node is stored into data record sheet;
Step (5): by the equipment array that corresponding storage is created to step (1) one by one of all data records in data record sheet In;
Step (6): according to the facility information in equipment array and four remote signalling breaths and fixed value information composition one under corresponding equipment The facility information of a top-down Multiway Tree Structure being made of father node and child node;According to the demand of user, by more The searching loop of the facility information of tree construction is pitched, the customized customization forwarding table of corresponding equipment is generated;
The four remote signalling breath are as follows: telemetry intelligence (TELINT), remote signalling information, remote pulse information and remote information.
2. the customization forwarding table generation method as described in claim 1 based on distribution terminal equipment XML file, characterized in that The step (1):
Newly-built equipment array includes: device id, device name, device address, four distant arrays and definite value array;
The four distant array includes: telemetering array, remote signalling array, remote pulse array and remote control array;
The definite value array includes: several definite value groups, and each definite value group includes several definite values record.
3. the customization forwarding table generation method as described in claim 1 based on distribution terminal equipment XML file, characterized in that The step (1): judge whether XML configuration file format is correctly to serialize library function according to XmlSerializer file Serialize () judges whether XML configuration file format is correct.
4. the customization forwarding table generation method as described in claim 1 based on distribution terminal equipment XML file, characterized in that Step (2) localization of XML configuration file<custom>node refers to XML file management class according to the category of xmlRoot root node Property XmlAttribute, field NameSpace Namespace and node type XmlElement localization of XML configuration file < Custom > node.
5. the customization forwarding table generation method as described in claim 1 based on distribution terminal equipment XML file, characterized in that The child node of step (3)<custom>node includes telemetering type node<YC>, remote signalling type node<YX>, remote pulse type Node<YM>, remote-control type node<YK>and value type node<FV>.
6. the customization forwarding table generation method as described in claim 1 based on distribution terminal equipment XML file, characterized in that The step (4) obtains all data records under telemetering type node<YC>first, then obtains remote signalling type node<YX> Under all data records, then obtain remote pulse type node<YM>under all data records, then obtain remote-control type section All data records under point<YK>finally obtain all data records under value type node<FV>;By all data By acquisition sequence, all the first data record identification of data record sheet is k=1 into data record sheet to record by storage, into Enter step (5);
The data record includes: Record ID, device id, device address, record type, the interior serial number of record and record description.
7. the customization forwarding table generation method as described in claim 1 based on distribution terminal equipment XML file, characterized in that The step (5) further include:
Step (51): judge current data record whether headed by data record,
If so, creating facility information in equipment array, and will be in newly-built facility information according to the device id in data record Four distant arrays and definite value array initialization, enter step (52);Facility information includes: device id, device name and equipment Location, four distant arrays, definite value array;
If not first data record, just judges whether have existed equipment in equipment array according to the device id in data record ID,
If it exists, according to device id, corresponding facility information is obtained from data record, enters step (52);
If it does not exist, according to device id, facility information is created in equipment array, and by four distant arrays in newly-built facility information It is initialized with definite value array, enters step (52);
Step (52): continue to judge the node type of the affiliated node of data record;
If node type be four distant types, read current data record, and by current data record be inserted into it is right in equipment array It answers under four distant arrays under equipment;
If node data type is value type, current data record is read, judges that current data records according to serial number in recording The father node of information whether there is,
If it exists, in child node data record current data record being put under father node, father node data and father are saved Son node number evidence under point is stored in the definite value array that equipment array corresponds under equipment;
If it does not exist, current data record is directly stored in the definite value array that equipment array corresponds under equipment.
8. the customization forwarding table generation method as described in claim 1 based on distribution terminal equipment XML file, characterized in that Further include step (50) between the step (5) and step (6):
Step (50): next record of reads data log table current data record judges that next records affiliated node Whether node type changes, if changing, the data record reading of present node type is finished, if not changing Become, then continues to read;If next that reads data record sheet is recorded as sky, all data records, which have been read, to be finished, (6) are entered step, otherwise, return step (3).
9. the customization forwarding table generation method as described in claim 1 based on distribution terminal equipment XML file, characterized in that The customized customization forwarding table includes that telemetering type and telemetry record, remote signalling type and remote signalling data record, are distant Arteries and veins type and remote pulse data record, remote-control type and remote data logging, value type and value data record;
Four distant types include telemetering<YC>, remote signalling<YX>, remote pulse<YM>, remote control<YK>.
10. the customization forwarding table based on distribution terminal equipment XML file generates system, characterized in that include:
Equipment array creates module: creating equipment array according to distribution terminal device type, and equipment array is initialized;
Configuration file reads judgment module: reading XML configuration file;Whether correct judge XML configuration file format, if correctly into Otherwise ingress locating module terminates;
Node locating module: localization of XML configuration file<custom>node obtains<custom>node data, judgement<custom Whether > node data is empty;If<custom>node data is not sky, module is obtained into node;Conversely, terminating;
Node obtains module: the child node number N of<custom>node is obtained, if N>0, and into data record sheet generation module, Conversely, terminating;
Data record sheet generation module: the data record of the child node of<custom>node is stored into data record sheet;
Memory module: by all data records in data record sheet, corresponding storage arrives what the newly-built module of equipment array created one by one In equipment array;
Definite value forwarding table generation module: according to the facility information in equipment array and four remote signalling breaths and definite value under corresponding equipment Information forms the facility information of a top-down Multiway Tree Structure being made of father node and child node;According to the need of user It asks, by the searching loop of the facility information to Multiway Tree Structure, the customized customization forwarding table of the corresponding equipment of generation, described four Remote signalling breath are as follows: telemetry intelligence (TELINT), remote signalling information, remote pulse information and remote information.
CN201611243922.0A 2016-12-29 2016-12-29 Customization forwarding table generation method and system based on distribution terminal equipment XML file Active CN106656614B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611243922.0A CN106656614B (en) 2016-12-29 2016-12-29 Customization forwarding table generation method and system based on distribution terminal equipment XML file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611243922.0A CN106656614B (en) 2016-12-29 2016-12-29 Customization forwarding table generation method and system based on distribution terminal equipment XML file

Publications (2)

Publication Number Publication Date
CN106656614A CN106656614A (en) 2017-05-10
CN106656614B true CN106656614B (en) 2019-07-26

Family

ID=58837102

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611243922.0A Active CN106656614B (en) 2016-12-29 2016-12-29 Customization forwarding table generation method and system based on distribution terminal equipment XML file

Country Status (1)

Country Link
CN (1) CN106656614B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109760718A (en) * 2017-11-09 2019-05-17 许昌许继软件技术有限公司 A kind of city underground alarm centralized processing method
CN108319528B (en) * 2017-12-28 2021-07-27 山东鲁软数字科技有限公司智慧能源分公司 Measuring point management method and device based on XML configuration
CN109582391B (en) * 2018-12-04 2022-05-24 中国航空工业集团公司西安航空计算技术研究所 XML-based equipment tree configuration method
CN112784535A (en) * 2021-01-25 2021-05-11 南京思迈恩传媒科技有限公司 Algorithm for intelligently converting JSON (Java Server object notation) and XML (extensible markup language) format data into traditional data table format

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101652975A (en) * 2007-03-30 2010-02-17 Abb技术有限公司 Method of configuring an intelligent electronic device
CN101996251A (en) * 2010-11-17 2011-03-30 浙江省电力试验研究院 Rapid processing method of large SCL (substation configuration language) document
CN102043719A (en) * 2011-01-05 2011-05-04 河北省电力研究院 Method for testing IEC61850 configuration description file
CN102867274A (en) * 2012-07-27 2013-01-09 江苏省电力公司电力科学研究院 Management and graphical display system for intelligent substation SCL (substation configuration description language) configuration files
CN103106623A (en) * 2013-02-02 2013-05-15 北京智网创能科技有限公司 Graphical display method of substation configuration description (SCD) file of intelligent substation
CN103578048A (en) * 2013-11-13 2014-02-12 国家电网公司 Method for checking and comparing configuration related information of intelligent substation SCL documents
CN103873462A (en) * 2014-02-14 2014-06-18 中国南方电网有限责任公司 IEC62351-based security configuration verification method for IED schema file and IED configuration file
WO2015079375A1 (en) * 2013-11-26 2015-06-04 Telefonaktiebolaget L M Ericsson (Publ) Method and apparatus for identifying application instances within a machine-to-machine network domain
CN105279177A (en) * 2014-07-03 2016-01-27 北京联嘉众赢网络技术有限公司 Data structure conversion method and apparatus

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101652975A (en) * 2007-03-30 2010-02-17 Abb技术有限公司 Method of configuring an intelligent electronic device
CN101996251A (en) * 2010-11-17 2011-03-30 浙江省电力试验研究院 Rapid processing method of large SCL (substation configuration language) document
CN102043719A (en) * 2011-01-05 2011-05-04 河北省电力研究院 Method for testing IEC61850 configuration description file
CN102867274A (en) * 2012-07-27 2013-01-09 江苏省电力公司电力科学研究院 Management and graphical display system for intelligent substation SCL (substation configuration description language) configuration files
CN103106623A (en) * 2013-02-02 2013-05-15 北京智网创能科技有限公司 Graphical display method of substation configuration description (SCD) file of intelligent substation
CN103578048A (en) * 2013-11-13 2014-02-12 国家电网公司 Method for checking and comparing configuration related information of intelligent substation SCL documents
WO2015079375A1 (en) * 2013-11-26 2015-06-04 Telefonaktiebolaget L M Ericsson (Publ) Method and apparatus for identifying application instances within a machine-to-machine network domain
CN103873462A (en) * 2014-02-14 2014-06-18 中国南方电网有限责任公司 IEC62351-based security configuration verification method for IED schema file and IED configuration file
CN105279177A (en) * 2014-07-03 2016-01-27 北京联嘉众赢网络技术有限公司 Data structure conversion method and apparatus

Also Published As

Publication number Publication date
CN106656614A (en) 2017-05-10

Similar Documents

Publication Publication Date Title
CN106656614B (en) Customization forwarding table generation method and system based on distribution terminal equipment XML file
US8792385B2 (en) Method and device for auto-generating goose signal connection topology from substation level
CN104158692B (en) The method that home gateway data configuration management is realized based on XML
CN107292003A (en) A kind of automatic generating method of electric network station wiring diagram
CN104506338A (en) Fault diagnosis expert system based on decision tree for industrial Ethernet network
CN110444133A (en) A kind of method and apparatus of tourist attraction intelligent guide
US20120254849A1 (en) Ontology updating apparatus, method and system
CN104506340A (en) Creation method of decision tree in industrial Ethernet fault diagnosis method
CN103294805B (en) The creation method of data warehouse personalization dimension table and device
CN109407541A (en) The control method and device of smart home device
CN108279885A (en) A kind of method and device that multiple model codes are carried out with Integrated Simulation
CN106354843A (en) Web crawler system and method
CN114153980A (en) Knowledge graph construction method and device, inspection method and storage medium
CN107122295A (en) The generation method and device of test case script
CN102611576A (en) Method and device for generating network management configuration model file
CN108829880A (en) A kind of method of the configuration management of optical network terminal
CN106302485B (en) The bi-directional conversion system of OPC standard and power remote agreement
CN101976244B (en) Method for partitioning nodes in XML (Extensible Markup Language) message as well as methods for applying same
CN104978379B (en) The building method and device at a kind of application program data station
CN103412830B (en) A kind of method, apparatus and system of centralized management
CN108898201A (en) Information association system and method for solar assembly
CN110134751B (en) Pile position wire ID generation method and device and mobile terminal
CN109710809B (en) Automatic SCD file virtual terminal connection method based on expert database
CN107918374A (en) A kind of alert data processing method for IC works automated system
CN106406152B (en) The generation method and system of man-machine interface

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

Address after: 250101 block B, Yinhe building, 2008 Xinjie street, hi tech Zone, Ji'nan, Shandong.

Applicant after: Shandong Luneng Intelligent Technology Co., Ltd.

Address before: 250101 B block 626, Yinhe building, 2008 Xinjie street, Ji'nan high tech Zone, Shandong.

Applicant before: Shandong Luneng Intelligent Technology Co., Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address

Address after: 250101 Electric Power Intelligent Robot Production Project 101 in Jinan City, Shandong Province, South of Feiyue Avenue and East of No. 26 Road (ICT Industrial Park)

Patentee after: National Network Intelligent Technology Co., Ltd.

Address before: 250101 block B, Yinhe building, 2008 Xinjie street, hi tech Zone, Ji'nan, Shandong.

Patentee before: Shandong Luneng Intelligent Technology Co., Ltd.

CP03 Change of name, title or address
TR01 Transfer of patent right

Effective date of registration: 20201214

Address after: Room 902, 9 / F, block B, Yinhe building, 2008 Xinluo street, hi tech Zone, Jinan City, Shandong Province

Patentee after: Shandong Luneng Software Technology Co.,Ltd. intelligent electrical branch

Address before: 250101 power intelligent robot production project 101 south of Feiyue Avenue and east of No.26 Road (in ICT Industrial Park) in Suncun District of Gaoxin, Jinan City, Shandong Province

Patentee before: National Network Intelligent Technology Co.,Ltd.

TR01 Transfer of patent right
CP01 Change in the name or title of a patent holder

Address after: Room 902, 9 / F, block B, Yinhe building, 2008 Xinluo street, hi tech Zone, Jinan City, Shandong Province

Patentee after: Shandong luruan Digital Technology Co.,Ltd. smart energy branch

Address before: Room 902, 9 / F, block B, Yinhe building, 2008 Xinluo street, hi tech Zone, Jinan City, Shandong Province

Patentee before: Shandong Luneng Software Technology Co.,Ltd. intelligent electrical branch

CP01 Change in the name or title of a patent holder