[go: up one dir, main page]

CN109521954B - Distribution network FTU fixed point file management method and device - Google Patents

Distribution network FTU fixed point file management method and device Download PDF

Info

Publication number
CN109521954B
CN109521954B CN201811189760.6A CN201811189760A CN109521954B CN 109521954 B CN109521954 B CN 109521954B CN 201811189760 A CN201811189760 A CN 201811189760A CN 109521954 B CN109521954 B CN 109521954B
Authority
CN
China
Prior art keywords
data
file
fixed point
area
data block
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
CN201811189760.6A
Other languages
Chinese (zh)
Other versions
CN109521954A (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.)
Xuji Group Co Ltd
XJ Electric Co Ltd
Xuchang XJ Software Technology Co Ltd
Original Assignee
Xuji Group Co Ltd
XJ Electric Co Ltd
Xuchang XJ Software 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 Xuji Group Co Ltd, XJ Electric Co Ltd, Xuchang XJ Software Technology Co Ltd filed Critical Xuji Group Co Ltd
Priority to CN201811189760.6A priority Critical patent/CN109521954B/en
Publication of CN109521954A publication Critical patent/CN109521954A/en
Application granted granted Critical
Publication of CN109521954B publication Critical patent/CN109521954B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/0604Improving or facilitating administration, e.g. storage management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0638Organizing or formatting or addressing of data
    • G06F3/064Management of blocks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/067Distributed or networked storage systems, e.g. storage area networks [SAN], network attached storage [NAS]

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本发明涉及一种配网FTU定点文件管理方法及装置,属于电力工程技术领域。在存储器中建立数据区和临时文件区,将定点数据存储到数据区中;当需要进行定点数据上送时,在数据区中查找该定点数据并将查到的定点数据进行格式转换,并存储至临时文件区中的定点文件中,通过临时文件区将所述定点文件上送。通过只存储需要的动态数据,有效降低了磁盘空间占用率;并且将非常耗费内存资源的xml模型操作转换为直接对存储器的操作,以极小的内存开销实现定点数据的存储与管理,在保证高性能的前提下降低了文件管理的复杂度和资源消耗,有效降低了产品成本。

Figure 201811189760

The invention relates to a distribution network FTU fixed-point file management method and device, belonging to the technical field of electric power engineering. Establish a data area and a temporary file area in the memory, and store the fixed-point data in the data area; when the fixed-point data needs to be uploaded, search for the fixed-point data in the data area, convert the found fixed-point data to the format, and store to the fixed-point file in the temporary file area, and upload the fixed-point file through the temporary file area. By storing only the required dynamic data, the disk space occupancy rate is effectively reduced; and the xml model operation, which consumes very memory resources, is converted into a direct operation on the memory, and the storage and management of fixed-point data is realized with a very small memory overhead. On the premise of high performance, the complexity and resource consumption of file management are reduced, and the product cost is effectively reduced.

Figure 201811189760

Description

Distribution network FTU fixed point file management method and device
Technical Field
The invention relates to a distribution network FTU fixed point file management method and device, and belongs to the technical field of power engineering.
Background
FTU is Feeder Terminal Unit. The system has the functions of remote control, remote signaling and fault detection, is communicated with the power distribution automation master station, and provides the running condition and various parameters of the power distribution system, namely information required by monitoring and controlling. For the convenience of analysis by the master station, the fixed-point data and other data, such as fixed-point data, SOE data, remote control data, reverse electric energy freezing value data, log data, extremum data, daily freezing electric energy data and the like, are transmitted to the master station in an xml file format. The FTU belongs to an embedded device with low power consumption and low cost, the storage resource, particularly the memory resource, is only a few hundred KB and is very limited, if the file is directly operated according to the xml format, a large memory space is occupied during reading and writing, a large amount of memory space is also occupied when the file is stored on a medium, the resource consumption is increased, and the complexity of file management is increased, so that the product cost is increased. Therefore, an FTU fixed-point file management method is urgently needed to solve the problems that a large amount of memory is occupied in a file management process and the file management complexity is high in the prior art.
Disclosure of Invention
The invention aims to provide a distribution network FTU fixed-point file management method and a distribution network FTU fixed-point file management device, which are used for solving the problems that a file management process in the prior art occupies a large amount of memory and the file management complexity is high.
In order to achieve the purpose, the technical scheme of the invention is as follows:
the invention provides a distribution network FTU fixed point file management method, which comprises the following steps:
1) establishing a data area and a temporary file area in a memory, and storing fixed point data into the data area;
2) when the fixed point data is required to be uploaded, the fixed point data is searched in the data area, format conversion is carried out on the searched fixed point data, the fixed point data is stored in a fixed point file in the temporary file area, and the fixed point file is uploaded through the temporary file area.
According to the invention, the data area and the temporary file area are established in the memory, only the required dynamic data is stored, the occupation of the disk space is effectively reduced, the xml model operation which consumes memory resources very much is converted into the operation of the memory directly, the storage and the management of fixed point data are realized with extremely small memory overhead, the complexity and the resource consumption of file management are reduced on the premise of ensuring high performance, and the product cost is effectively reduced.
Furthermore, in order to conveniently call data in the FLASH, a file system is not used, a memory is directly operated by taking a block as a unit, magnetic disk fragments are not generated, the data area is divided into an information data block and N file data blocks, the fixed point data of each day occupies one file data block, each file data block is used for storing the fixed point data according to entries, each entry comprises the fixed point data and corresponding acquisition time, the information data block is used for storing attribute information of the file data block, the attribute information comprises the acquisition date and the number of stored entries of the current file data block, the position index of the attribute information is used as the index of each file data block, and N is more than or equal to 1.
Furthermore, when data is called and uploaded according to dates, in order to improve data transmission efficiency, when fixed point data is uploaded, indexes of file data blocks corresponding to the fixed point data are searched from the information data blocks according to the dates on which the data is uploaded, and then corresponding file data blocks are found according to the indexes.
Further, in order to improve the accuracy of data management, step 1) further includes a CRC check process, during initialization, the content of the information data block and a CRC check value are read from the data area into the memory structure, a CRC check value of the memory structure where the information data block is located is calculated, the CRC check value of the memory structure and the CRC check value in the data area are compared, if the CRC check values are consistent, the data is considered to be valid, and if the CRC check values are not consistent, the data is incorrect, and a default value is used to initialize the data area; when the content of the information data block in the memory changes, the CRC value of the memory structure is recalculated and is written into the data area together with the content of the information data block in the memory.
Further, in order to make the fixed point data monitoring process more suitable for practical application, in step 2), the corresponding fixed point data is converted into an xml format and stored in the fixed point file of the xml format in the temporary file area.
Further, in order to improve the data transmission efficiency, the fixed point data in the temporary file area is uploaded in a binary stream manner.
The invention also provides a distribution network FTU fixed point file management device, which comprises a memory, a storage interface, an access interface and a file conversion module; establishing a data area and a temporary file area in the memory; the storage interface is used for transmitting the collected fixed point data to a data area in the memory; the access interface is used for receiving a control command sent from the fixed point data; the file conversion module is used for searching the fixed point data in the data area and converting the format of the searched fixed point data when the fixed point data is required to be uploaded, and storing the fixed point data in the temporary file area; and the temporary file area uploads the fixed point file.
According to the invention, the data area and the temporary file area are established in the memory, only the required dynamic data is stored, the occupation of the disk space is effectively reduced, the xml model operation which consumes memory resources very much is converted into the operation of the memory directly, the storage and the management of fixed point data are realized with extremely small memory overhead, the complexity and the resource consumption of file management are reduced on the premise of ensuring high performance, and the product cost is effectively reduced.
Furthermore, in order to conveniently call data in the FLASH, a file system is not used, a memory is directly operated by taking a block as a unit, magnetic disk fragments are not generated, the data area is divided into an information data block and N file data blocks, the fixed point data of each day occupies one file data block, each file data block is used for storing the fixed point data according to entries, each entry comprises the fixed point data and corresponding acquisition time, the information data block is used for storing attribute information of the file data block, the attribute information comprises the acquisition date and the number of stored entries of the current file data block, the position index of the attribute information is used as the index of each file data block, and N is more than or equal to 1.
Furthermore, when data is called and uploaded according to dates, in order to improve data transmission efficiency, when fixed point data is uploaded, indexes of file data blocks corresponding to the fixed point data are searched from the information data blocks according to the dates on which the data is uploaded, and then corresponding file data blocks are found according to the indexes.
Further, in order to obtain a specific implementation form of the fixed point file management device, the memory is FLASH.
Drawings
Fig. 1 is a schematic diagram of distribution network FTU fixed point file management in an embodiment of the method of the present invention;
FIG. 2 is a diagram illustrating a storage format of fixed-point data in a data area according to an embodiment of the present invention.
Detailed Description
Embodiments of the present invention will be described in further detail below with reference to the accompanying drawings.
The invention provides a distribution network FTU fixed point file management method and a device, wherein a data area and a temporary file area are established in a memory, and fixed point data is stored in the data area; when the fixed point data is required to be uploaded, the fixed point data is searched in the data area, format conversion is carried out on the searched fixed point data, the fixed point data is stored in a fixed point file in the temporary file area, and the fixed point file is uploaded through the temporary file area.
Method embodiment
Specifically, the distribution network FTU fixed point file management method is introduced by taking a fixed point data storage and uploading process within one day, the fixed point file is an xml format file, and the memory is FLASH. It should be noted that the description of the embodiments is provided to help understanding of the present invention, but the present invention is not limited thereto.
As shown in fig. 1, the memory is FLSAH, and a data area and a temporary file area are established in the memory; the storage interface is used for transmitting the collected fixed point data to a data area in the memory; the access interface is used for receiving a control command sent from the fixed point data; the file conversion module is used for searching the fixed point data in the data area and converting the format of the searched fixed point data when the fixed point data is required to be uploaded, and storing the fixed point data in the temporary file area; and the temporary file area uploads the fixed point file.
According to the standards of the FTU industry, it is generally required to have one fixed-point record every 15 minutes and one fixed-point file every day, and therefore, one fixed-point file contains 96(60/15 × 24) entries, and the number of fixed-point files is not less than 31. In order to guarantee data validity, one file data block is redundant, and 32 file data blocks are allocated in total.
According to the storage format of the entries in fig. 2, the structure of each entry is defined as:
TABLE 1
Figure BDA0001827209080000031
Figure BDA0001827209080000041
As can be seen from table 1, each entry occupies space 1B +3B +36B — 40B, and one file data block occupies space 40B — 96 — 3840B.
According to the storage format of the information data block in fig. 2, the structure of the information data block is defined as:
TABLE 2
Field(s) Type (B) Space(s) Description of the invention
crc unsigned int 4B CRC32 value
sectornums unsigned char 1B Total block number of data (32)
lastsector unsigned char 1B Current block index
daystotal unsigned char 1B Maximum number of days of storage in the entire storage area
dayscnt unsigned char 1B Number of days of storage in whole memory
itemsize unsigned char 1B Entry occupied byte number
day_items unsigned char 1B Number of items per day (96)
days[32] FIXPT_SECT_INFO 4B*32=128B Block information
Wherein, the structure definition of FIXPT _ SECT _ INFO is as follows:
TABLE 3
Field(s) Type (B) Space(s) Description of the invention
itemcnt unsigned char 1B Number of entries already stored
date[3] unsigned char 3B Date (year, month and day)
As can be seen from tables 2 and 3 above, the information data block occupies space of 4B +1B +4B × 32 — 138B.
Based on the above data, and since the erase operation of FLASH is performed in units of 4K, a storage space of 4KB is allocated to each of the file data block and the information data block.
When fixed point data of the file data block is converted into a fixed point file in an xml format, a DataFile root node is created, fixed point data attributes are stored as dataAttr nodes taking the DataFile as a father node, and each attribute is stored as a DI node taking the dataAttr as the father node. Each item of the fixed-point data is stored as a DataRec node taking a DataFile as a father node, the sect attribute of the DataRec node corresponds to the item number of the item, and the tm attribute is formed by combining the collection date and the collection time of the item in the file data attribute. Each fixed-point data value in the entry is stored as a DI node having DataRec as a parent node, and its attribute val is the fixed-point data value.
An example of the fixed point file in xml format stored in the temporary file area is as follows:
Figure BDA0001827209080000042
Figure BDA0001827209080000051
Figure BDA0001827209080000061
wherein, each child node is indented with two spaces before its father node, and each node is followed by a line feed character;
the maximum number of fixed point files in xml format is 25454B, calculated according to xml format and 96 entries in each file, so that 28KB of storage space is allocated for the temporary file area.
When the program is initialized, the content of the information data block is read into the memory, and the program is resident in the memory when running, and occupies the memory space of 138B.
In summary, the fixed point file management function only needs to occupy 4KB × 33+28KB — 160KB space and 138B memory. If at least 28KB × 31 KB 868KB is needed to directly store 31 xml format fixed point files.
By establishing the above fixed-point data storage format, the following fixed-point data storage method is adopted in this embodiment, and specifically includes the following storage processes:
1) defining the data area address as HDS _ FIXPT _ ADDR ═ 0x 1000000;
2) loading the information data block in the data area to the hdr _ info of the memory structure;
3) calculating CRC32 value val _ CRC32 of the hdr _ info except the CRC field, comparing the hdr _ info.crc with the val _ CRC32, if the contents do not accord with each other, indicating that the data is wrong, and initializing the data area of the FLASH by using a default value;
4) receiving a fixed-point data value pix _ info and a date cur _ date of an entry;
5) acquiring index information of a current storage block in a memory, comparing a date in the index with cur _ date, if the date is inconsistent and indicates that the data does not belong to the current file block, ending the fixed-point data storage of the current day, and recalculating the index of the current file block;
6) the method for calculating the index of the current file data block comprises the following steps: dividing the remainder of the total number of blocks occupied by the file data by the index +1 of the current data block, namely (hdr _ info.lastselector + 1)% 32, then erasing the original data of the data block, and simultaneously setting the entry hdr _ info.days [ hdr _ info.lastselector ]. itemcnt of the data block to 0;
7) calculating the current data storage address, wherein the method comprises the following steps: first, locating the current block head address according to the calculated file data block index hdr _ info. HDS _ CUR _ ADDR ═ HDS _ FIXPT _ ADDR +4K (1+ hdr _ info.lastsector); and then according to the number of the stored entries of the current block, positioning the write address of the current entry, namely: ITEM _ CUR _ ADDR ═ HDS _ CUR _ ADDR + hdr _ info.days [ hdr _ info.lastselector ]. itemcnt 40, where 40 is the space occupied by each entry;
8) writing the received fixed-point data value pix _ info into an address ITEM _ CUR _ ADDR according to the defined storage format;
9) the method for updating the stored days and date information in the memory comprises the following steps: if the value of hdr _ info.days [ hdr _ info.colors ector ]. itemcnt is 0, it indicates that the current region is a newly enabled data block, the date is updated to cur _ date, if the number of days already stored reaches the maximum number of days of storage, the number of days already stored is added by 1, that is, hdr _ info.days + -, 1;
10) updating the entry information of the current block in the memory, wherein the method comprises the following steps: (ii) the value of hdr _ info.days [ hdr _ info.lastselector ]. itemcnt plus 1;
11) and recalculating the crc of the memory data, and writing the hdr _ info into a data area in the FLASH.
By establishing the above fixed point file storage format, the following process is specifically included when accessing the fixed point file in this embodiment:
1) the communication service module accesses fixed point data of a specified date;
2) reading the file date of each block index in the memory, finding the index number of the file data block according to the date by traversing the file data block attribute list of the information data block, calculating the offset address of the corresponding file data block according to the index number and the initial head address to obtain the corresponding data block, comparing the date of the data block with the specified date, and if the date of the data block is consistent with the specified date, indicating that the data block is the fixed point data to be accessed;
3) reading entry data in the file data blocks in sequence, converting the entry data into an xml format through an operation interface, and storing the xml format into a fixed point file in an xml format of the temporary file area;
4) returning the initial address and the file size of the xml file in the temporary file area to the communication service module;
5) and the communication service module reads the xml file in the temporary file area in a binary stream mode through the access interface.
In the above embodiment, the storage medium FLASH is divided into two areas: a data area and a temporary file area. The data area comprises an information data block and a plurality of file data blocks, wherein one file data block comprises a plurality of entries and only stores dynamic data information required by the fixed point file. The temporary file area stores a complete fixed point file in xml format. And when the fixed point data is received, circularly writing the fixed point data into the FLASH according to the index information in the memory. When the communication service module accesses the fixed point file, the data block corresponding to the file is positioned by date, and the data in the data block is converted into fixed point data in xml format and stored in a temporary file area with fixed space size. And the communication service module reads the fixed point file in the xml format of the temporary file area by a binary stream method through the access interface.
In another embodiment, the file format in the temporary file area is not limited to xml format, and may be CSV, DAT format, or the like. The indexing method is not limited to date indexing, and position information and type information can be used as indexes. The data area is not limited to the data block storage, and can also be in the form of object storage. The memory may also be other storage media with read-write capability besides FLASH, such as solid state disk, mechanical hard disk, and other nonvolatile memories. The fixed point data is stored in the data area in a binary small end format, and the fixed point file in the temporary file area is uploaded in a binary stream format.
Device embodiment
As shown in fig. 1, the present invention further provides a distribution network FTU fixed-point file management apparatus, which includes a memory, a storage interface, an access interface, and a file conversion module; the working principle of the memory, the storage interface, the access interface and the file conversion module is the same as that described in the above method embodiment, and therefore, the description is omitted here.
According to the distribution network FTU fixed point file management method and device based on the method, a file system is not used, a memory is directly operated by taking a block as a unit, and disk fragments are not generated; during storage, the data are written into a memory according to a generation sequence, an absolute time sequence is not relied on, and data disorder caused by time jump is avoided; by only storing the dynamic data in the xml, the occupation of the disk space is effectively reduced; and the xml model operation which consumes memory resources very much is converted into the operation of a memory directly, the storage and management of fixed-point files are realized with extremely low memory overhead, the complexity and the resource consumption of file management are reduced on the premise of ensuring high performance, and the product cost is effectively reduced.

Claims (7)

1. A distribution network FTU fixed point file management method is characterized by comprising the following steps:
1) establishing a data area and a temporary file area in a memory, and storing fixed point data into the data area;
2) when fixed point data is required to be uploaded, searching the fixed point data in the data area, converting the searched fixed point data into an xml format, storing the xml format fixed point data in a fixed point file in a temporary file area, and uploading the fixed point file through the temporary file area;
the data area is divided into an information data block and N file data blocks, the daily fixed point data occupies one file data block, each file data block is used for storing the fixed point data according to entries, each entry comprises the fixed point data and corresponding acquisition time, the information data block is used for storing attribute information of the file data block, the attribute information comprises the acquisition date and the number of stored entries of the current file data block, the position subscript of the attribute information is used as the index of each file data block, and N is larger than or equal to 1.
2. The distribution network FTU fixed point file management method of claim 1, wherein when fixed point data is required to be uploaded, the index of the file data block corresponding to the fixed point data is searched from the information data block according to the date on which the data is required to be uploaded, and then the corresponding file data block is found according to the index.
3. The distribution network FTU fixed-point file management method according to claim 1, characterized in that, in step 1), a CRC check process is further included, during initialization, the content and the CRC check value of the information data block are read from the data area to the memory structure, the CRC check value of the memory structure where the information data block is located is calculated, the CRC check value of the memory structure is compared with the CRC check value in the data area, if the CRC check value of the memory structure is consistent with the CRC check value in the data area, the data is considered to be valid, if the CRC check value is not consistent with the CRC check value, the data is incorrect, and the data area is initialized by adopting a default value; when the content of the information data block in the memory changes, the CRC value of the memory structure is recalculated and is written into the data area together with the content of the information data block in the memory.
4. The distribution network FTU fixed point file management method according to claim 1, wherein the fixed point data of the temporary file area is uploaded in a binary stream manner.
5. A distribution network FTU fixed point file management device is characterized by comprising a memory, a storage interface, an access interface and a file conversion module; establishing a data area and a temporary file area in the memory; the storage interface is used for transmitting the collected fixed point data to a data area in the memory; the access interface is used for receiving a control command sent from the fixed point data; the file conversion module is used for searching the fixed point data in the data area and converting the searched fixed point data into an xml format when the fixed point data is required to be uploaded, and storing the fixed point data into the fixed point file of the xml format in the temporary file area; the temporary file area uploads the fixed point file;
the data area is divided into an information data block and N file data blocks, the daily fixed point data occupies one file data block, each file data block is used for storing the fixed point data according to entries, each entry comprises the fixed point data and corresponding acquisition time, the information data block is used for storing attribute information of the file data block, the attribute information comprises the acquisition date and the number of stored entries of the current file data block, the position subscript of the attribute information is used as the index of each file data block, and N is larger than or equal to 1.
6. The distribution network FTU fixed-point file management device of claim 5, wherein when fixed-point data uploading is required, the index of the file data block corresponding to the fixed-point data is searched from the information data block according to the date on which the data is required to be uploaded, and then the corresponding file data block is found according to the index.
7. Distribution network FTU fixed point file management arrangement according to claim 5, characterized in that said memory is FLASH.
CN201811189760.6A 2018-10-12 2018-10-12 Distribution network FTU fixed point file management method and device Active CN109521954B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811189760.6A CN109521954B (en) 2018-10-12 2018-10-12 Distribution network FTU fixed point file management method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811189760.6A CN109521954B (en) 2018-10-12 2018-10-12 Distribution network FTU fixed point file management method and device

Publications (2)

Publication Number Publication Date
CN109521954A CN109521954A (en) 2019-03-26
CN109521954B true CN109521954B (en) 2021-11-16

Family

ID=65772654

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811189760.6A Active CN109521954B (en) 2018-10-12 2018-10-12 Distribution network FTU fixed point file management method and device

Country Status (1)

Country Link
CN (1) CN109521954B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110769049B (en) * 2019-10-17 2022-04-08 许继集团有限公司 Power distribution terminal and SOE data uploading method thereof
CN110765076B (en) * 2019-10-25 2023-04-21 北京奇艺世纪科技有限公司 Data storage method, device, electronic equipment and storage medium
CN115712624B (en) * 2022-11-23 2025-01-24 上海宏力达信息技术股份有限公司 A single file storage method and system for feeder terminal unit

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN201985627U (en) * 2011-05-06 2011-09-21 中国神华能源股份有限公司 Power distribution terminal and intelligent power grid system using same
CN102906751A (en) * 2012-07-25 2013-01-30 华为技术有限公司 Method and device for data storage and data query
CN103023140A (en) * 2012-11-23 2013-04-03 山东电力集团公司 Method and system for remotely and rapidly maintaining field apparatus
CN103646063A (en) * 2013-11-27 2014-03-19 中国航天科技集团公司第五研究院第五一三研究所 Satellite-borne high-speed file management system
CN104199859A (en) * 2014-08-14 2014-12-10 珠海许继电气有限公司 Terminal history record storage method and system based on IEC-101/104 protocol
CN105739928A (en) * 2016-01-29 2016-07-06 山东鲁能智能技术有限公司 Multi-region storage based parameter storage method for distribution network terminal device
US20170026172A1 (en) * 2013-02-01 2017-01-26 Symbolic Io Corporation Methods and Systems for Storing and Retrieving Data
CN107749811A (en) * 2017-11-28 2018-03-02 国网福建省电力有限公司 A kind of distribution terminal based on distribution main website accesses adaptive Commissioning Analysis method
CN207677999U (en) * 2018-01-17 2018-07-31 北京康力昆泰电力技术有限公司 New Protocol Converter

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN201985627U (en) * 2011-05-06 2011-09-21 中国神华能源股份有限公司 Power distribution terminal and intelligent power grid system using same
CN102906751A (en) * 2012-07-25 2013-01-30 华为技术有限公司 Method and device for data storage and data query
CN103023140A (en) * 2012-11-23 2013-04-03 山东电力集团公司 Method and system for remotely and rapidly maintaining field apparatus
US20170026172A1 (en) * 2013-02-01 2017-01-26 Symbolic Io Corporation Methods and Systems for Storing and Retrieving Data
CN103646063A (en) * 2013-11-27 2014-03-19 中国航天科技集团公司第五研究院第五一三研究所 Satellite-borne high-speed file management system
CN104199859A (en) * 2014-08-14 2014-12-10 珠海许继电气有限公司 Terminal history record storage method and system based on IEC-101/104 protocol
CN105739928A (en) * 2016-01-29 2016-07-06 山东鲁能智能技术有限公司 Multi-region storage based parameter storage method for distribution network terminal device
CN107749811A (en) * 2017-11-28 2018-03-02 国网福建省电力有限公司 A kind of distribution terminal based on distribution main website accesses adaptive Commissioning Analysis method
CN207677999U (en) * 2018-01-17 2018-07-31 北京康力昆泰电力技术有限公司 New Protocol Converter

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
An integrated decision-making model for condition assessment of power transformers using fuzzy approach and evidential reasoning;LIAO Ruijin;《IEEE》;20111231;全文 *
智能变电站网络报文分析关键技术研究;窦中山;《电气技术》;20140615;全文 *
馈线自动化终端设备的信息模型及接入方法研究;樊俊言;《中国优秀硕士学位论文全文数据库 工程科技II辑》;20140331;全文 *

Also Published As

Publication number Publication date
CN109521954A (en) 2019-03-26

Similar Documents

Publication Publication Date Title
CN111125089B (en) Time sequence data storage method, device, server and storage medium
CN101676882B (en) Built-in mapping message of memory device
CN109521954B (en) Distribution network FTU fixed point file management method and device
CN104461750A (en) Method and device for accessing NAND flash
CN105243027A (en) Method for storing data in storage device and memory controller
CN107562644A (en) A kind of compression method of solid-state hard disc mapping table
CN106354658A (en) Method for reducing memory resource occupation of mapping tables in hybrid mapping algorithm
US20190114083A1 (en) Mapping system for data storage devices
CN112506811B (en) Data block dynamic allocation method and device based on cold and hot data division in solid state disk
CN109189724B (en) Method and device for improving audio and video data storage efficiency of video monitoring system
CN102867046B (en) Database optimizing method based on solid state hard disc and system
CN110188160B (en) Data storage method and data reading method
CN115729439A (en) Data management method and device and solid state disk
CN108762681A (en) A kind of solid state disk and its reading/writing method and device
CN115470235A (en) Data processing method, device and equipment
CN110597741B (en) Reading-writing and updating method of L2P table and L2P table
CN104111899A (en) Cache data storage method and system and cache data reading method
CN115129244B (en) FLASH chip-based battery management system data storage management method
CN103793391A (en) Method and system for processing and verifying remote dynamic data
CN107943415B (en) Method and system for searching free cluster based on FAT file system
CN114281242B (en) Memory load balancing method, device and equipment
CN115712581A (en) Data access method, storage system and storage node
CN108664578B (en) File circulating storage method and system
CN1932780B (en) Recording control device and recording control method
CN104657283A (en) Method for improving read/write performance of NFTL (Nand flash translation layer) algorithm

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