CN110058815B - A control system and its data dynamic partition storage and retrieval method - Google Patents

A control system and its data dynamic partition storage and retrieval method Download PDF

Info

Publication number
CN110058815B
CN110058815B CN201910233955.4A CN201910233955A CN110058815B CN 110058815 B CN110058815 B CN 110058815B CN 201910233955 A CN201910233955 A CN 201910233955A CN 110058815 B CN110058815 B CN 110058815B
Authority
CN
China
Prior art keywords
configuration information
configuration
packet
command
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
CN201910233955.4A
Other languages
Chinese (zh)
Other versions
CN110058815A (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.)
Guangdong Anpu Electric Power Technology Co ltd
Original Assignee
Guangdong Anpu Electric Power 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 Guangdong Anpu Electric Power Technology Co ltd filed Critical Guangdong Anpu Electric Power Technology Co ltd
Priority to CN201910233955.4A priority Critical patent/CN110058815B/en
Publication of CN110058815A publication Critical patent/CN110058815A/en
Application granted granted Critical
Publication of CN110058815B publication Critical patent/CN110058815B/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/0644Management of space entities, e.g. partitions, extents, pools

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)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a control system and a data dynamic partition storage and retrieval method thereof, which comprise the following steps: a. receiving a configuration packet; b. dividing the memory into a plurality of basic data storage areas adapted to each functional device according to basic data configuration information in the configuration packet; c. if the command packet is received in the preset waiting period, entering the step d, and if the command packet is not received in the preset waiting period, entering the step g; d. ending the previous memory partition mode, analyzing the command packet, extracting control configuration information in the configuration packet according to the command packet, subdividing the memory into a plurality of control storage areas adapted to each functional device according to the control configuration information, and entering step g; g. according to the memory partition condition obtained in the step b or the step d, storing, retrieving and distributing data; the memory is readjusted and distributed in time, so that the utilization rate of the memory area is improved, and the condition of jump area storage is reduced.

Description

一种控制系统及其数据动态分区储存与检索方法A control system and its data dynamic partition storage and retrieval method

技术领域technical field

本发明涉及一种电子储存领域,特别是数据储存的方法及系统。The invention relates to the field of electronic storage, in particular to a method and system for data storage.

背景技术Background technique

在数据传输过程中,数据存储是重要的一环,在控制系统的存储器中,存储空间是固定的,当控制系统接入若干的功能设备,此处功能设备可以是检测终端、运作终端、发送终端等等,控制系统与功能设备之间会传输版本数据、识别数据等基础数据配置信息,还可能在命令指令下发的情况下传输状态检测数据、命令数据等等控制配置信息,而运行时,控制系统将储存器内部分配成若干个固定的存储空间,上述数据分区存放在存储器中,并通过存储路径标识存储位置,最后由存储器与各个功能设备接收或者发送各个数据;In the process of data transmission, data storage is an important part. In the memory of the control system, the storage space is fixed. When the control system is connected to several functional devices, the functional devices here can be detection terminals, operation terminals, transmission Terminals, etc., basic data configuration information such as version data and identification data will be transmitted between the control system and functional devices, and control configuration information such as status detection data, command data, etc. may also be transmitted under the condition of command instructions. , the control system allocates the interior of the storage into several fixed storage spaces, the above-mentioned data partitions are stored in the storage, and the storage location is identified by the storage path, and finally each data is received or sent by the storage and each functional device;

但是数据存储在实际应用中存在以下缺陷,由于存储空间固定,在控制系统下发命令指令控制各个功能设备而导致读写状态发生改变或者出现新增或者删减功能设备或者功能设备的运行情况出现变化时,无法根据控制系统实际的工作情况来对存储器内存储区的构造进行动态分区,数据的排序容易出现紊乱,导致储存、检索效率低下,在数据存储时不能做到连续存储,存在跳区存储的现象,在大部分情况下这些跳区基本都处在空闲状态,浪费了大量的存储资源。However, data storage has the following defects in practical applications. Due to the fixed storage space, the control system issues commands to control various functional devices, resulting in changes in the read and write status, or the occurrence of new or deleted functional devices or the operation of functional devices. When changing, the structure of the storage area in the memory cannot be dynamically partitioned according to the actual working conditions of the control system, and the data sorting is prone to disorder, resulting in low storage and retrieval efficiency, and continuous storage cannot be achieved during data storage. Storage phenomenon, in most cases, these jump areas are basically in an idle state, wasting a lot of storage resources.

发明内容SUMMARY OF THE INVENTION

为解决上述技术问题,本发明的目的是提供一种根据各个功能设备的运行情况、下发控制功能设备运行的命令或者各个功能设备的增减情况对存储器的存储空间进行动态划分的储存与检索方法及应用其的系统,以提高存储区域的利用率,实现数据存储性能的大幅度提升。In order to solve the above-mentioned technical problems, the purpose of the present invention is to provide a storage and retrieval method that dynamically divides the storage space of the memory according to the operation of each functional device, the command issued to control the operation of the functional device, or the increase or decrease of each functional device. The method and the system applying the same are used to improve the utilization rate of the storage area and realize the substantial improvement of the data storage performance.

本发明采用的技术方案是:The technical scheme adopted in the present invention is:

一种控制系统的数据动态分区储存与检索方法,控制系统能够根据各个功能设备的运行情况产生配置包并且控制系统能够下发用于控制功能设备运行的命令包,配置包包括基础数据配置信息以及控制配置信息;A data dynamic partition storage and retrieval method of a control system, the control system can generate a configuration package according to the operation of each functional device and the control system can issue a command package for controlling the operation of the functional device, the configuration package includes basic data configuration information and control configuration information;

包括以下步骤:Include the following steps:

a、等待接收配置包,接收到配置包,则进入步骤b;a. Wait for the configuration package to be received, and if the configuration package is received, enter step b;

b、解析配置包,按照配置包中的基础数据配置信息将存储器划分成若干个与每个功能设备适配的基础数据存储区,进入步骤c;b. Parse the configuration package, divide the memory into several basic data storage areas adapted to each functional device according to the basic data configuration information in the configuration package, and enter step c;

c、等待接收命令包,若在预设的等待周期内接收到命令包,则进入步骤d,若在预设的等待周期内没有接收到命令包,则进入步骤g;c, waiting to receive the command packet, if the command packet is received within the preset waiting period, then enter step d, if the command packet is not received within the preset waiting period, then enter step g;

d、结束此前的存储器分区方式,解析命令包,根据命令包提取配置包中的控制配置信息,按照控制配置信息将存储器重新划分成若干个与每个功能设备适配的控制存储区,进入步骤g;d. End the previous memory partition mode, parse the command package, extract the control configuration information in the configuration package according to the command package, and re-divide the memory into several control storage areas adapted to each functional device according to the control configuration information, and enter the step g;

g、按照由步骤b或者步骤d得到的存储器分区情况,控制系统与各个功能设备进行数据储存、检索与分发。g. According to the memory partition situation obtained in step b or step d, the control system and each functional device perform data storage, retrieval and distribution.

在步骤d与步骤g之间还包括:e、检测功能设备的数量是否发生变化,若发生变化,则进入步骤f,若没有发生变化,则进入步骤g;Between step d and step g, also include: e, detect whether the number of functional equipment changes, if there is a change, then enter step f, if there is no change, then enter step g;

f、结束此前的存储器分区方式,重新进入步骤a接收新的配置包,或者在原有配置包的基础上生成新的配置包的数据后进入步骤b。f. End the previous memory partition mode, re-enter step a to receive a new configuration package, or generate data of a new configuration package on the basis of the original configuration package, and then enter step b.

所述基础数据配置信息包括接收配置信息和发送配置信息,控制配置信息包括命令配置信息以及状态配置信息;在步骤b中,按照配置包中的接收配置信息和发送配置信息将存储器划分成若干个与每个功能设备适配的接收数据存储区和若干个与每个功能设备适配的发送数据存储区;在步骤d中,按照命令配置信息以及状态配置信息将存储器重新划分成若干个与每个功能设备适配的命令存储区以及若干个与每个功能设备适配的状态存储区。The basic data configuration information includes receiving configuration information and sending configuration information, and the control configuration information includes command configuration information and state configuration information; in step b, according to the receiving configuration information and sending configuration information in the configuration package, the memory is divided into several A receiving data storage area adapted to each functional device and a plurality of sending data storage areas adapted to each functional device; in step d, the memory is re-divided into several and each functional device according to the command configuration information and the state configuration information. A command storage area adapted to each functional device and a number of state storage areas adapted to each functional device.

在步骤b中,对配置包解析后,将配置包中的接收配置信息、发送配置信息、命令配置信息以及状态配置信息锁存至寄存器中,并且在步骤d中,接收到命令包后,从寄存器中提取命令配置信息以及状态配置信息。In step b, after the configuration packet is parsed, the receiving configuration information, sending configuration information, command configuration information and state configuration information in the configuration packet are latched into the register, and in step d, after receiving the command packet, from Command configuration information and state configuration information are extracted from the register.

所述发送配置信息包括与各个功能设备数量一一对应的配置数据长度;所述接收配置信息包括与各个功能设备数量一一对应的配置反馈数据长度;所述命令配置信息包括与各个功能设备数量一一对应的命令数据长度;所述状态配置信息包括与各个功能设备数量一一对应的命令反馈数据长度。The sending configuration information includes the length of configuration data corresponding to the number of each functional device; the receiving configuration information includes the length of the configuration feedback data corresponding to the number of each functional device; the command configuration information includes the number of the functional device. One-to-one corresponding command data lengths; the state configuration information includes command feedback data lengths one-to-one corresponding to the number of functional devices.

在步骤e中,当有功能设备离线,在步骤f中,根据各个功能设备的离线情况,从原配置包的配置数据长度、配置反馈数据长度、命令数据长度以及命令反馈数据长度中删除与离线的功能设备对应的配置数据长度、配置反馈数据长度、命令数据长度以及命令反馈数据长度,再进入步骤b。In step e, when a functional device is offline, in step f, according to the offline situation of each functional device, delete and offline from the configuration data length, configuration feedback data length, command data length and command feedback data length of the original configuration package the corresponding configuration data length, configuration feedback data length, command data length and command feedback data length corresponding to the functional device, and then enter step b.

在所有步骤中,若控制系统重新产生配置包,则都返回步骤a。In all steps, if the control system regenerates the configuration package, it returns to step a.

一种应用数据动态分区储存与检索方法的控制系统,包括数据包判定模块、解析缓存模块、信息收集反馈模块以及分区驱动模块;A control system applying a data dynamic partition storage and retrieval method, comprising a data packet determination module, a parsing cache module, an information collection feedback module and a partition drive module;

分区驱动模块分别与存储器以及各个功能设备连接;The partition drive module is respectively connected with the memory and each functional device;

信息收集反馈模块与分区驱动模块连接以获取各个功能设备的运行情况来产生配置包或者获取下发控制功能设备运行的命令包;The information collection feedback module is connected with the partition drive module to obtain the operation status of each functional device to generate a configuration package or to obtain a command package for issuing and controlling the operation of the functional device;

数据包判定模块与信息收集反馈模块连接以执行步骤a或者步骤c,并判断获取的数据包为配置包还是命令包;The data packet determination module is connected with the information collection feedback module to execute step a or step c, and determine whether the acquired data packet is a configuration packet or a command packet;

解析缓存模块分别与数据包判定模块、分区驱动模块连接,以执行步骤b中对配置包的解析或者执行步骤d中对命令包的解析;The parsing cache module is respectively connected with the data packet determination module and the partition drive module to perform the parsing of the configuration package in step b or the parsing of the command package in step d;

分区驱动模块执行步骤b中根据配置包的基础数据配置信息对存储器分区,或者在接收命令包的情况下执行步骤d中的结束此前的存储器分区方式,并根据配置包的控制配置信息对存储器分区,并能够执行步骤g中按照由步骤b或者步骤d得到的存储器分区情况,与各个功能设备进行数据储存、检索与分发。The partition drive module performs step b to partition the memory according to the basic data configuration information of the configuration package, or executes the previous memory partition mode in step d in the case of receiving the command package, and partitions the memory according to the control configuration information of the configuration package. , and can perform data storage, retrieval and distribution with each functional device according to the memory partition situation obtained from step b or step d in step g.

所述解析缓存模块还包括寄存器,所述基础数据配置信息包括接收配置信息和发送配置信息,控制配置信息包括命令配置信息以及状态配置信息;在步骤b中,寄存器在配置包解析后,将配置包中的接收配置信息、发送配置信息、命令配置信息以及状态配置信息锁存,并且在步骤d中,能够从寄存器中提取命令配置信息以及状态配置信息。The parsing cache module also includes a register, the basic data configuration information includes receiving configuration information and sending configuration information, and the control configuration information includes command configuration information and state configuration information; in step b, after the configuration packet is parsed, the register will configure The receiving configuration information, the sending configuration information, the command configuration information and the state configuration information in the packet are latched, and in step d, the command configuration information and the state configuration information can be extracted from the register.

所述寄存器包括四个并且每一个寄存器对应储存接收配置信息、发送配置信息、命令配置信息以及状态配置信息中的一种。The registers include four and each register correspondingly stores one of receiving configuration information, sending configuration information, command configuration information and state configuration information.

本发明的有益效果:Beneficial effects of the present invention:

本发明数据动态分区储存与检索方法及控制系统,通过产生配置包与命令包来区分数据,不易混淆数据,带宽使用率高,在配置包内基础数据配置信息以及控制配置信息,在接收配置包的情况下,初始只会提取基础数据配置信息,按基础数据配置信息分配到存储器中并自动分区,而在控制系统的控制下,存在下发命令指令和接收检测数据的情况,从而产生命令包,从而提取控制配置信息,根据控制配置信息及时对存储器内的分区情况进行重新调整分配,提高了存储区的利用率,减少跳区存储的情况;The data dynamic partition storage and retrieval method and control system of the present invention distinguish data by generating configuration packets and command packets, which is not easy to confuse data, and has high bandwidth utilization. In this case, only the basic data configuration information is initially extracted, allocated to the memory according to the basic data configuration information and automatically partitioned, and under the control of the control system, there are cases of issuing command instructions and receiving detection data, thereby generating command packets. , so as to extract the control configuration information, and timely readjust and allocate the partitions in the memory according to the control configuration information, improve the utilization rate of the storage area, and reduce the situation of skipping storage;

另外,检测功能设备的数据变化情况,当出现功能设备数目增减,数目增加则接收新的配置包来扩展,数目减少则可以从原有的配置包中删减,简易可行,应用范围广,可以满足系统的不同要求。In addition, the data changes of functional devices are detected. When the number of functional devices increases or decreases, a new configuration package will be received to expand the number of functional devices. If the number decreases, it can be deleted from the original configuration package. It is simple and feasible and has a wide range of applications. Can meet the different requirements of the system.

附图说明Description of drawings

下面结合附图对本发明的具体实施方式做进一步的说明。The specific embodiments of the present invention will be further described below with reference to the accompanying drawings.

图1是本发明实施例的储存与检索方法的流程框图。FIG. 1 is a flowchart of a storage and retrieval method according to an embodiment of the present invention.

图2是配置包数据格式以及命令包数据格式的示意图。FIG. 2 is a schematic diagram of a configuration packet data format and a command packet data format.

图3是存储器动态分区变化示意图。FIG. 3 is a schematic diagram of a dynamic partition change of a memory.

图4是本发明实施例的结构原理图。FIG. 4 is a schematic structural diagram of an embodiment of the present invention.

具体实施方式Detailed ways

如图1-图3所示,一种控制系统的数据动态分区储存与检索方法,控制系统能够根据各个功能设备的运行情况产生配置包并且控制系统能够下发控制功能设备运行的命令包,配置包包括基础数据配置信息以及控制配置信息,其中,此处的基础数据配置信息包括类型信息、版本信息、端口信息、识别号信息等等,而控制配置信息包括控制系统下发控制功能设备运行的指令或者控制功能设备上传状态检测数据的指令等等;As shown in Figure 1-Figure 3, a data dynamic partition storage and retrieval method of a control system, the control system can generate a configuration package according to the operation of each functional device and the control system can issue a command package for controlling the operation of the functional device, configure The package includes basic data configuration information and control configuration information, wherein the basic data configuration information here includes type information, version information, port information, identification number information, etc., and the control configuration information includes the control system issued by the control function device. Instructions or instructions to control functional devices to upload status detection data, etc.;

其中,在控制系统与各个功能设备之间的储存与检索过程的方法中,包括以下步骤:Wherein, the method for controlling the storage and retrieval process between the system and each functional device includes the following steps:

a、等待接收配置包,接收到配置包,则进入步骤b;a. Wait for the configuration package to be received, and if the configuration package is received, enter step b;

b、解析配置包,按照配置包中的基础数据配置信息将存储器划分成若干个与每个功能设备适配的基础数据存储区,进入步骤c;b. Parse the configuration package, divide the memory into several basic data storage areas adapted to each functional device according to the basic data configuration information in the configuration package, and enter step c;

c、等待接收命令包,若在预设的等待周期内接收到命令包,则进入步骤d,若在预设的等待周期内没有接收到命令包,则进入步骤g;c, waiting to receive the command packet, if the command packet is received within the preset waiting period, then enter step d, if the command packet is not received within the preset waiting period, then enter step g;

d、结束此前的存储器分区方式,解析命令包,根据命令包提取配置包中的控制配置信息,按照控制配置信息将存储器重新划分成若干个与每个功能设备适配的控制存储区,进入步骤e;d. End the previous memory partition mode, parse the command package, extract the control configuration information in the configuration package according to the command package, and re-divide the memory into several control storage areas adapted to each functional device according to the control configuration information, and enter the step e;

g、按照由步骤b或者步骤d得到的存储器分区情况,控制系统与各个功能设备进行数据储存、检索与分发。g. According to the memory partition situation obtained in step b or step d, the control system and each functional device perform data storage, retrieval and distribution.

本设计通过产生配置包与命令包来区分数据,不易混淆数据,带宽使用率高,在配置包内基础数据配置信息以及控制配置信息,在接收配置包的情况下,初始只会提取基础数据配置信息,按基础数据配置信息分配到存储器中并自动分区,而在控制系统的控制下,存在下发命令指令和接收检测数据的情况,从而产生命令包,从而提取控制配置信息,根据控制配置信息及时对存储器内的分区情况进行重新调整分配,提高了存储区的利用率,减少跳区存储的情况。This design distinguishes data by generating configuration packets and command packets, which is not easy to confuse the data, and has high bandwidth usage. In the configuration packet, the basic data configuration information and control configuration information are in the configuration packet. In the case of receiving the configuration packet, only the basic data configuration is initially extracted. Information, according to the basic data configuration information is allocated to the memory and automatically partitioned, and under the control of the control system, there are cases of issuing command instructions and receiving detection data, thereby generating command packets, thereby extracting control configuration information, according to the control configuration information The partition situation in the memory is readjusted and allocated in time, which improves the utilization rate of the storage area and reduces the situation of skipping storage.

在某些实施例中,还可以在步骤d与步骤g中增加:In some embodiments, step d and step g can also be added:

e、检测功能设备的数量是否发生变化,若发生变化,则进入步骤f,若没有发生变化,则进入步骤g;e. Detect whether the number of functional devices has changed, if there is a change, go to step f, if there is no change, go to step g;

f、结束此前的存储器分区方式,重新进入步骤a接收新的配置包,或者在原有配置包的基础上生成新的配置包的数据后进入步骤b;f. End the previous memory partition mode, re-enter step a to receive a new configuration package, or generate data of a new configuration package on the basis of the original configuration package and enter step b;

此处检测功能设备的数据变化情况,当出现功能设备数目增减,数目增加则接收新的配置包来扩展,数目减少则可以从原有的配置包中删减,简易可行,应用范围广,可以满足系统的不同要求。Here, the data changes of functional devices are detected. When the number of functional devices increases or decreases, a new configuration package is received for expansion when the number increases, and it can be deleted from the original configuration package when the number decreases. Can meet the different requirements of the system.

如图3所示,即可看出在不同情况变化下实现动态分区,存储区对数据储存产生的变化。As shown in Figure 3, it can be seen that the dynamic partitioning is realized under different circumstances, and the storage area changes the data storage.

在控制系统接入各个功能设备时,会先产生配置包,根据配置包中的基础数据配置信息对存储区进行分区,实现基本的数据上传和发送,而后续若功能设备工作情况等产生变化,会产生命令包和新的配置包,为了防止出现处理流程的紊乱,控制系统判断数据为配置包还是命令包,若为配置包则进入步骤a,若为命令包则进入步骤c。When the control system is connected to each functional device, a configuration package will be generated first, and the storage area will be partitioned according to the basic data configuration information in the configuration package to realize basic data upload and transmission. A command package and a new configuration package will be generated. In order to prevent the disorder of the processing flow, the control system determines whether the data is a configuration package or a command package. If it is a configuration package, it will go to step a, and if it is a command package, it will go to step c.

而基础数据配置信息包括接收配置信息和发送配置信息,控制配置信息包括命令配置信息以及状态配置信息;The basic data configuration information includes receiving configuration information and sending configuration information, and the control configuration information includes command configuration information and state configuration information;

而发送配置信息包括与各个功能设备数量一一对应的配置数据长度;接收配置信息包括与各个功能设备数量一一对应的配置反馈数据长度;命令配置信息包括与各个功能设备数量一一对应的命令数据长度;状态配置信息包括与各个功能设备数量一一对应的命令反馈数据长度。The sending configuration information includes the length of configuration data corresponding to the number of each functional device; the receiving configuration information includes the length of the configuration feedback data corresponding to the number of each functional device; the command configuration information includes the command corresponding to the number of each functional device. Data length; the status configuration information includes the command feedback data length corresponding to the number of each functional device one-to-one.

如图2所示,配置包Config Packet包括依次排列的包头、接收配置信息、发送配置信息、命令配置信息以及状态配置信息,并且以下以N个功能设备来举例。As shown in FIG. 2 , the configuration packet Config Packet includes a packet header, receiving configuration information, sending configuration information, command configuration information and state configuration information arranged in sequence, and N functional devices are used as an example below.

包头可包含包类型标志、端口标号、功能设备号、功能设备版本信息、错误标识、包头总长度等等;包类型标志为配置数据格式;The packet header can contain the packet type flag, port label, functional device number, functional device version information, error ID, total length of the packet header, etc.; the packet type flag is the configuration data format;

发送配置信息包含N个功能设备的配置数据长度CFG_lenth,依次进行排列;The sending configuration information includes the configuration data length CFG_lenth of N functional devices, arranged in sequence;

接收配置信息包含N个功能设备的反馈数据长度CFG_FDBK_lenth,依次进行排列。The received configuration information includes the feedback data length CFG_FDBK_lenth of N functional devices, which are arranged in sequence.

命令配置信息包含N个功能设备的命令数据长度CMD_lenth,依次进行排列。The command configuration information includes the command data length CMD_lenth of N functional devices, which are arranged in sequence.

状态配置信息包含N个功能设备的命令反馈数据长度CMD_FDBK_lenth,依次进行排列;The state configuration information includes the command feedback data length CMD_FDBK_lenth of N functional devices, which are arranged in sequence;

命令包Command Packet包括包头以及命令数据,此处命令包的包头与配置包的内容可以类似,同样包括包类型标志、端口标号、功能设备号、功能设备版本信息、错误标识、包头总长度等等,但是为命令数据格式,从而控制系统能够识别,而命令数据能够触发控制系统调取配置包的命令配置信息和状态配置信息,从而重新分区。The command packet Command Packet includes packet header and command data. Here, the packet header of the command packet can be similar to the content of the configuration packet, and also includes the packet type flag, port label, functional device number, functional device version information, error ID, total length of the packet header, etc. , but in the command data format, so that the control system can recognize it, and the command data can trigger the control system to retrieve the command configuration information and state configuration information of the configuration package, thereby re-partitioning.

相应地,在步骤b中,按照配置包中的接收配置信息和发送配置信息将存储器划分成若干个与每个功能设备适配的接收数据存储区和若干个与每个功能设备适配的发送数据存储区;在步骤d中,按照命令配置信息以及状态配置信息将存储器重新划分成若干个与每个功能设备适配的命令存储区以及若干个与每个功能设备适配的状态存储区。Correspondingly, in step b, according to the receiving configuration information and sending configuration information in the configuration package, the memory is divided into several receiving data storage areas adapted to each functional device and several transmission data adapted to each functional device. data storage area; in step d, the memory is re-divided into several command storage areas adapted to each functional device and several state storage areas adapted to each functional device according to the command configuration information and the state configuration information.

在某些实施例中,在步骤b中,对配置包解析后,将配置包中的接收配置信息、发送配置信息、命令配置信息以及状态配置信息锁存至寄存器中,并且在步骤d中,接收到命令包后,从寄存器中提取命令配置信息以及状态配置信息,使用寄存器对数据进行锁存,防止在运行周期中,数据发生丢失。In some embodiments, in step b, after parsing the configuration packet, the receiving configuration information, sending configuration information, command configuration information and state configuration information in the configuration packet are latched into a register, and in step d, After receiving the command packet, extract the command configuration information and state configuration information from the register, and use the register to latch the data to prevent data loss during the running cycle.

在步骤e中,当有功能设备离线,在步骤f中,根据各个功能设备的离线情况,从原配置包的配置数据长度、配置反馈数据长度、命令数据长度以及命令反馈数据长度中删除与离线的功能设备对应的配置数据长度、配置反馈数据长度、命令数据长度以及命令反馈数据长度,再进入步骤b。In step e, when a functional device is offline, in step f, according to the offline situation of each functional device, delete and offline from the configuration data length, configuration feedback data length, command data length and command feedback data length of the original configuration package the corresponding configuration data length, configuration feedback data length, command data length and command feedback data length corresponding to the functional device, and then enter step b.

例如,初始状态下,有N个功能设备,运行过程中,有M个功能设备离线,N>M,则配置包中的内容N-M个配置数据长度、N-M个配置反馈数据长度、N-M个命令数据长度、N-M个命令反馈数据长度。For example, in the initial state, there are N functional devices, and during operation, M functional devices are offline, and N>M, then the contents of the configuration package are N-M configuration data lengths, N-M configuration feedback data lengths, and N-M command data lengths. Length, N-M command feedback data length.

并且,优选地,在步骤a-步骤g中,只要控制系统重新产生配置包,则都返回步骤a,结束此前的存储器分区方式,重新进行分区。And, preferably, in step a-step g, as long as the control system regenerates the configuration package, it will return to step a, end the previous memory partitioning mode, and perform partitioning again.

如图4所示,一种应用数据动态分区储存与检索方法的控制系统,包括数据包判定模块1、解析缓存模块2、信息收集反馈模块3以及分区驱动模块4;As shown in FIG. 4 , a control system for applying data dynamic partition storage and retrieval method includes a data packet determination module 1, a parsing cache module 2, an information collection feedback module 3 and a partition drive module 4;

分区驱动模块4分别与存储器以及各个功能设备连接;The partition drive module 4 is respectively connected with the memory and each functional device;

信息收集反馈模块3与分区驱动模块4连接以获取各个功能设备的运行情况来产生配置包或者获取下发控制功能设备运行的命令包或者执行步骤e;The information collection feedback module 3 is connected with the partition drive module 4 to obtain the operation status of each functional device to generate a configuration package or to obtain a command package for issuing and control the operation of the functional device or to perform step e;

数据包判定模块1与信息收集反馈模块3连接以执行步骤a或者步骤c,并判断获取的数据包为配置包还是命令包;The data packet determination module 1 is connected with the information collection feedback module 3 to execute step a or step c, and judges that the acquired data packet is a configuration packet or a command packet;

解析缓存模块2分别与数据包判定模块1、分区驱动模块4连接,以执行步骤b中对配置包的解析或者执行步骤d中对命令包的解析;The parsing cache module 2 is respectively connected with the data packet determination module 1 and the partition drive module 4, to perform the parsing of the configuration package in step b or the parsing of the command package in step d;

分区驱动模块4执行步骤b中根据配置包的基础数据配置信息对存储器分区,或者在接收命令包的情况下执行步骤d中的结束此前的存储器分区方式,并根据配置包的控制配置信息对存储器分区,并能够执行步骤g中按照由步骤b或者步骤d得到的存储器分区情况,与各个功能设备进行数据储存、检索与分发。The partition drive module 4 performs step b to partition the memory according to the basic data configuration information of the configuration package, or executes the previous memory partition mode in step d in the case of receiving the command package, and executes the memory partition method according to the control configuration information of the configuration package. partition, and can perform data storage, retrieval and distribution with each functional device according to the memory partition situation obtained in step b or step d in step g.

此控制系统可以基于FPGA(现场可编程门阵列)来实现,并应用于电力电子控制系统的选用分层系统中,中心总控逐层下发配置信息与命令信息,这两类信息共享发送数据缓存,并分发至不同的功能设备(分系统或子模块)。This control system can be realized based on FPGA (Field Programmable Gate Array), and applied to the selection layered system of power electronic control system. Cache and distribute to different functional devices (subsystems or submodules).

在某些实施例中,解析缓存模块2还包括寄存器21,基础数据配置信息包括接收配置信息和发送配置信息,控制配置信息包括命令配置信息以及状态配置信息;在步骤b中,寄存器21在配置包解析后,将配置包中的接收配置信息、发送配置信息、命令配置信息以及状态配置信息锁存,并且在步骤d中,能够从寄存器中提取命令配置信息以及状态配置信息。In some embodiments, the parsing cache module 2 further includes a register 21, the basic data configuration information includes receiving configuration information and sending configuration information, and the control configuration information includes command configuration information and state configuration information; in step b, the register 21 is configured in After the packet is parsed, the receiving configuration information, the sending configuration information, the command configuration information and the state configuration information in the configuration packet are latched, and in step d, the command configuration information and the state configuration information can be extracted from the register.

寄存器21包括四个并且每一个寄存器对应储存接收配置信息、发送配置信息、命令配置信息以及状态配置信息中的一种。The registers 21 include four and each register correspondingly stores one of receiving configuration information, sending configuration information, command configuration information and state configuration information.

其中,数据包判定模块1用于从接收到的数据包的包头中提取出包类型标志Type,判定出该数据包属于配置包还是命令包;Wherein, the data packet determination module 1 is used to extract the packet type flag Type from the packet header of the received data packet, and determine whether the data packet belongs to the configuration packet or the command packet;

解析缓存模块2用于从配置包里解析出每个功能设备的数据量大小,即配置包中的配置数据长度CFG_lenth、配置反馈数据长度CFG_FDBK_lenth、命令数据长度CMD_lenth、命令反馈数据长度CMD_FDBK_lenth来体现,而其中可以利用寄存器锁存这四种长度,准备用于存储区分区;The parsing cache module 2 is used to parse out the data size of each functional device from the configuration package, that is, the configuration data length CFG_lenth in the configuration package, the configuration feedback data length CFG_FDBK_lenth, the command data length CMD_lenth, and the command feedback data length CMD_FDBK_lenth to reflect, Among them, these four lengths can be latched by registers, ready to be used for storage area partitioning;

分区驱动模块4可以是分区引擎,存储器包括相互独立的发送存储区51、接收存储区52,其中分区驱动模块与储存器可以是一体的,发送存储区、接收存储区实现与各个功能设备连接以实现数据的传输,根据解析缓存模块解析出的四种长度信息,对两个存储区进行自动动态分区;The partition drive module 4 can be a partition engine, and the memory includes a sending storage area 51 and a receiving storage area 52 that are independent of each other, wherein the partition drive module and the storage can be integrated, and the sending storage area and the receiving storage area are connected to each functional device to achieve. Realize data transmission, and automatically and dynamically partition the two storage areas according to the four length information parsed by the parsing cache module;

信息收集反馈模块3用于收集下级的功能设备的在线状态信息,如有功能设备的状态变化,及时将功能设备的状态反馈至上级控制中心,对存储区重新进行动态分区。The information collection and feedback module 3 is used to collect the online status information of the lower-level functional equipment. If the status of the functional equipment changes, the status of the functional equipment will be fed back to the upper-level control center in time, and the storage area will be dynamically partitioned again.

其中,数据包判定模块1接收到数据包包头时即开始运作,数据线上无数据包传输时,该模块处于空闲等待状态;Among them, the data packet determination module 1 starts to operate when it receives the data packet header, and when there is no data packet transmission on the data line, the module is in an idle waiting state;

在首次发送配置包时,按照下级的功能设备全部在线进行配置,在动态分区过程中,信息收集反馈模块收集下级功能设备的实际在线信息,再重新进行调整,每个CFG_lenth(x)、CFG_FDBK_lenth(x)、CMD_lenth(x)、CMD_FDBK_lenth(x)的值由下级功能设备所需命令长度与反馈状态长度决定,也是可以动态变化配置的。解析缓存模块2依次解析出这四组长度并提供给分区引擎,同时锁存至四组寄存器。When the configuration package is sent for the first time, all the lower-level functional devices are configured online. During the dynamic partitioning process, the information collection and feedback module collects the actual online information of the lower-level functional devices, and then adjusts it again. Each CFG_lenth(x), CFG_FDBK_lenth( The values of x), CMD_lenth(x), and CMD_FDBK_lenth(x) are determined by the command length and feedback state length required by the lower-level functional device, and can also be dynamically configured. The parsing cache module 2 sequentially parses out the four sets of lengths, provides them to the partition engine, and latches them into the four sets of registers at the same time.

以下以配置数据长度CFG_lenth举例,N个功能设备,N个配置数据长度为CFG_lenth(0)-CFG_lenth(N-1),当收到的包为配置包时,存储区分区引擎使用长度锁存寄存器组列中的CFG_lenth(0)到CFG_lenth(N-1)对发送存储区进行分区,如果长度信息有变化,则终结上次分区规则,重新进行分区调整,达到按照实际情况进行动态分区的目的,同样,分区引擎使用长度锁存寄存器组列中的CFG_FDBK_lenth(0)到CFG_FDBK_lenth(N-1)对接收存储区进行分区,如果长度信息有变化,则终结上次分区规则,重新进行分区调整。分区完成后,需要下发至不同下级功能设备的配置信息,就填写在相应的分区中,在任务周期到来时,从发送存储区相应分区将数据检索取出,并通过总线下发至下级功能设备,下级功能设备上传的数据通过总线上传至接收存储区的相应分区中,通过在接收存储区中的存储位置即可判断该组数据具体是由哪一个下级功能设备上传的。在接收到的包为配置包时,不使用命令数据长度CMD_lenth、与命令反馈数据长度CMD_FDBK_lenth,这两组长度信息缓存下来作为后续动态分区的预设值。当配置包接收完成后,即控制系统完成了第一次全系统配置,进入命令阶段,开始接收命令包,在接收到命令包时,存储区分区引擎开始使用命令长度信息进行动态分区调整,即使用CMD_lenth(0)到CMD_lenth(N-1)对发送存储区进行重新分区,使用CMD_FDBK_lenth(0)到CMD_FDBK_lenth(N-1)对接收存储区进行重新分区,这就是一个动态分区的过程。在命令包传输阶段,配置包可以随时打断命令包的传输,依照控制系统的当前工作状况对存储区的分区情况进行调整,工作状态对分区情况的影响内容包括下级功能设备的离线在线情况、下级功能设备命令状态长度情况等。The following takes the configuration data length CFG_lenth as an example. There are N functional devices, and the N configuration data lengths are CFG_lenth(0)-CFG_lenth(N-1). When the received packet is a configuration packet, the storage area partition engine uses the length latch register CFG_lenth(0) to CFG_lenth(N-1) in the group column partition the sending storage area. If the length information changes, the last partitioning rule will be terminated, and the partition adjustment will be performed again to achieve the purpose of dynamic partitioning according to the actual situation. Similarly, the partition engine uses CFG_FDBK_lenth(0) to CFG_FDBK_lenth(N-1) in the length latch register bank column to partition the receiving storage area. If the length information changes, the last partitioning rule is terminated and the partition adjustment is performed again. After the partition is completed, the configuration information that needs to be sent to different lower-level functional devices is filled in the corresponding partition. When the task cycle arrives, the data is retrieved from the corresponding partition of the sending storage area and sent to the lower-level functional device through the bus. , the data uploaded by the lower-level functional device is uploaded to the corresponding partition of the receiving storage area through the bus, and the storage location in the receiving storage area can determine which lower-level functional device the group of data is uploaded by. When the received packet is a configuration packet, the command data length CMD_lenth and the command feedback data length CMD_FDBK_lenth are not used, and these two sets of length information are cached as default values for subsequent dynamic partitions. When the configuration package is received, that is, the control system completes the first system-wide configuration, enters the command phase, and starts to receive the command package. When the command package is received, the storage area partition engine starts to use the command length information to perform dynamic partition adjustment, that is, Use CMD_lenth(0) to CMD_lenth(N-1) to repartition the sending memory area, and use CMD_FDBK_lenth(0) to CMD_FDBK_lenth(N-1) to repartition the receiving memory area. This is a dynamic partitioning process. In the command packet transmission stage, the configuration packet can interrupt the transmission of the command packet at any time, and adjust the partition status of the storage area according to the current working status of the control system. Subordinate functional equipment command state length, etc.

信息收集反馈模块3及时收集控制系统工作情况,对下级功能设备的离线、在线情况进行统计,对下级功能设备的变化请求进行处理,及时告知控制系统下级功能设备健康状况,控制系统通过这些信息进行决策是否需要对存储区重新进行动态分区,并通过配置包告知存储区动态分区引擎及时做出动态分区响应。The information collection and feedback module 3 collects the working conditions of the control system in a timely manner, makes statistics on the offline and online conditions of the lower-level functional equipment, processes the change requests of the lower-level functional equipment, and timely informs the control system of the health status of the lower-level functional equipment. Decide whether the storage area needs to be dynamically partitioned again, and inform the storage area dynamic partitioning engine to respond to dynamic partitioning in a timely manner through the configuration package.

本设计提高了存储空间的利用率,可以基于FPGA(现场可编程门阵列)等系统来实现,而不局限于以往的储存芯片来实现,具有强可移植性,工作流程清晰可控,不仅适用于电力电子行业,同时可拓展至其他领域,从而得到广泛的工程应用。This design improves the utilization of storage space, and can be implemented based on FPGA (Field Programmable Gate Array) and other systems, not limited to the previous storage chips. It has strong portability, and the workflow is clear and controllable. It is not only suitable for It can be used in the power electronics industry, and can be expanded to other fields, so as to obtain a wide range of engineering applications.

以上所述仅为本发明的优先实施方式,本发明并不限定于上述实施方式,只要以基本相同手段实现本发明目的的技术方案都属于本发明的保护范围之内。The above descriptions are only the preferred embodiments of the present invention, and the present invention is not limited to the above-mentioned embodiments, as long as the technical solutions that achieve the purpose of the present invention by basically the same means fall within the protection scope of the present invention.

Claims (10)

1. A data dynamic partition storage and retrieval method of a control system is characterized in that the control system generates a configuration packet according to the operation condition of each functional device and can issue a command packet for controlling the operation of the functional device, wherein the configuration packet comprises basic data configuration information and control configuration information;
the method comprises the following steps:
a. waiting for receiving the configuration packet, and entering the step b if the configuration packet is received;
b. c, analyzing the configuration packet, dividing the memory into a plurality of basic data storage areas adapted to each functional device according to basic data configuration information in the configuration packet, and entering the step c;
c. waiting for receiving the command packet, if the command packet is received in a preset waiting period, entering the step d, and if the command packet is not received in the preset waiting period, entering the step g;
d. ending the previous memory partition mode, analyzing the command packet, extracting control configuration information in the configuration packet according to the command packet, subdividing the memory into a plurality of control storage areas adapted to each functional device according to the control configuration information, and entering step g;
g. and d, storing, retrieving and distributing data according to the memory partition condition obtained in the step b or the step d.
2. The method of claim 1, further comprising between steps d and g: e. detecting whether the number of the functional equipment is changed, if so, entering a step f, and if not, entering a step g;
f. and c, ending the previous memory partition mode, re-entering the step a to receive a new configuration packet, or entering the step b after generating data of the new configuration packet on the basis of the original configuration packet.
3. The method of claim 2, wherein the method further comprises: the basic data configuration information comprises receiving configuration information and sending configuration information, and the control configuration information comprises command configuration information and state configuration information; in step b, dividing the memory into a plurality of receiving data storage areas adapted to each functional device and a plurality of sending data storage areas adapted to each functional device according to the receiving configuration information and the sending configuration information in the configuration packet; in step d, the memory is subdivided into a plurality of command memory areas adapted to each functional device and a plurality of status memory areas adapted to each functional device according to the command configuration information and the status configuration information.
4. The method of claim 3, wherein the method further comprises: in step b, after the configuration packet is analyzed, the receiving configuration information, the sending configuration information, the command configuration information and the state configuration information in the configuration packet are latched into the register, and in step d, after the command packet is received, the command configuration information and the state configuration information are extracted from the register.
5. The method of claim 3, wherein the method further comprises: the sending configuration information comprises configuration data lengths corresponding to the quantity of each functional device one by one; the receiving configuration information comprises configuration feedback data lengths corresponding to the quantity of each functional device one by one; the command configuration information comprises command data lengths corresponding to the number of the functional devices one by one; the state configuration information includes command feedback data lengths corresponding to the number of the functional devices one to one.
6. The method of claim 5, wherein the method further comprises: in step e, when a functional device is offline, in step f, according to the offline condition of each functional device, deleting the configuration data length, the configuration feedback data length, the command data length and the command feedback data length corresponding to the offline functional device from the configuration data length, the configuration feedback data length, the command data length and the command feedback data length of the original configuration packet, and then entering step b.
7. The method of claim 2, wherein the method further comprises: in all steps, if the control system regenerates the configuration package, the step a is returned.
8. A control system applying the data dynamic partition storage and retrieval method of claim 1, comprising a data packet determination module, an analysis cache module, an information collection feedback module and a partition driving module;
the partition driving module is respectively connected with the memory and each functional device;
the information collection feedback module is connected with the partition driving module to acquire the running condition of each functional device to generate a configuration packet or acquire a command packet for issuing and controlling the running of the functional device;
the data packet judging module is connected with the information collecting feedback module to execute the step a or the step c and judge whether the obtained data packet is a configuration packet or a command packet;
the analysis cache module is respectively connected with the data packet judgment module and the partition driving module so as to execute the analysis of the configuration packet in the step b or the analysis of the command packet in the step d;
and c, the partition driving module executes the memory partition according to the basic data configuration information of the configuration packet in the step b, or executes the memory partition mode before finishing in the step d under the condition of receiving the command packet, partitions the memory according to the control configuration information of the configuration packet, and can execute the data storage, retrieval and distribution with each functional device according to the memory partition condition obtained in the step b or the step d in the step g.
9. A control system according to claim 8, characterized in that: the analysis cache module also comprises a register, the basic data configuration information comprises receiving configuration information and sending configuration information, and the control configuration information comprises command configuration information and state configuration information; in step b, the register latches the reception configuration information, the transmission configuration information, the command configuration information, and the status configuration information in the configuration packet after the configuration packet is analyzed, and in step d, the command configuration information and the status configuration information can be extracted from the register.
10. A control system according to claim 9, characterized in that: the registers include four registers, and each register stores one of receiving configuration information, sending configuration information, command configuration information and status configuration information.
CN201910233955.4A 2019-03-26 2019-03-26 A control system and its data dynamic partition storage and retrieval method Active CN110058815B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910233955.4A CN110058815B (en) 2019-03-26 2019-03-26 A control system and its data dynamic partition storage and retrieval method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910233955.4A CN110058815B (en) 2019-03-26 2019-03-26 A control system and its data dynamic partition storage and retrieval method

Publications (2)

Publication Number Publication Date
CN110058815A CN110058815A (en) 2019-07-26
CN110058815B true CN110058815B (en) 2022-04-22

Family

ID=67316346

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910233955.4A Active CN110058815B (en) 2019-03-26 2019-03-26 A control system and its data dynamic partition storage and retrieval method

Country Status (1)

Country Link
CN (1) CN110058815B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110535847B (en) * 2019-08-23 2021-08-31 极芯通讯技术(南京)有限公司 Network processor and stack processing method of network data
CN119293042A (en) * 2024-10-18 2025-01-10 南京威翔科技有限公司 Method and device for processing sensor information of inertial navigation system

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1567362A (en) * 2003-06-10 2005-01-19 大唐微电子技术有限公司 IC smart card with dynamic logic sectorization and access right control function and implementing method thereof
CN1767050A (en) * 2005-09-23 2006-05-03 北京中星微电子有限公司 Programmable storing apparatus and method
CN1767051A (en) * 2005-09-23 2006-05-03 北京中星微电子有限公司 Programmable storing apparatus and method
CN1889189A (en) * 2006-07-25 2007-01-03 骆建军 Partition-supporting flash storing memory device
CN1957336A (en) * 2004-06-15 2007-05-02 索尼株式会社 Information management device and information management method
CN101515254A (en) * 2008-02-18 2009-08-26 鸿富锦精密工业(深圳)有限公司 System and method for managing storage space
CN103376772A (en) * 2012-04-27 2013-10-30 沈阳高精数控技术有限公司 Method for monitoring performance of embedded type numerical control system
CN104021022A (en) * 2014-06-23 2014-09-03 联想(北京)有限公司 Partition adjusting method and electronic equipment
CN104536820A (en) * 2014-12-29 2015-04-22 宇龙计算机通信科技(深圳)有限公司 Method and device for operating multiple systems and terminal

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1567362A (en) * 2003-06-10 2005-01-19 大唐微电子技术有限公司 IC smart card with dynamic logic sectorization and access right control function and implementing method thereof
CN1957336A (en) * 2004-06-15 2007-05-02 索尼株式会社 Information management device and information management method
CN1767050A (en) * 2005-09-23 2006-05-03 北京中星微电子有限公司 Programmable storing apparatus and method
CN1767051A (en) * 2005-09-23 2006-05-03 北京中星微电子有限公司 Programmable storing apparatus and method
CN1889189A (en) * 2006-07-25 2007-01-03 骆建军 Partition-supporting flash storing memory device
CN101515254A (en) * 2008-02-18 2009-08-26 鸿富锦精密工业(深圳)有限公司 System and method for managing storage space
CN103376772A (en) * 2012-04-27 2013-10-30 沈阳高精数控技术有限公司 Method for monitoring performance of embedded type numerical control system
CN104021022A (en) * 2014-06-23 2014-09-03 联想(北京)有限公司 Partition adjusting method and electronic equipment
CN104536820A (en) * 2014-12-29 2015-04-22 宇龙计算机通信科技(深圳)有限公司 Method and device for operating multiple systems and terminal

Also Published As

Publication number Publication date
CN110058815A (en) 2019-07-26

Similar Documents

Publication Publication Date Title
KR101791901B1 (en) The apparatus and method of smart storage platfoam for efficient storage of big data
US9197703B2 (en) System and method to maximize server resource utilization and performance of metadata operations
EP3255553B1 (en) Transmission control method and device for direct memory access
KR101827369B1 (en) Apparatus and method for managing data stream distributed parallel processing service
CN100462940C (en) Method and apparatus for cache data in memory
CN101799744B (en) Solid-state drive command divides into groups
US10713202B2 (en) Quality of service (QOS)-aware input/output (IO) management for peripheral component interconnect express (PCIE) storage system with reconfigurable multi-ports
KR20120087980A (en) Multi-interface solid state disk(ssd), processing method and system thereof
CN106126124B (en) A kind of data processing method and electronic equipment
CN109800558B (en) Password service board card and password service device
US10049035B1 (en) Stream memory management unit (SMMU)
CN110058815B (en) A control system and its data dynamic partition storage and retrieval method
CN109388590A (en) Promote the dynamic buffering block management method and device of multi-channel DMA access performance
US9135325B2 (en) Information processing apparatus, computer-readable recording medium, and information processing method
CN105874436B (en) Method and apparatus for autonomous memory
US11307768B2 (en) Namespace auto-routing data storage system
WO2019174206A1 (en) Data reading method and apparatus of storage device, terminal device, and storage medium
JP2013254419A (en) Information processor
CN113590512A (en) Self-starting DMA device capable of directly connecting peripheral equipment and application
US20080225858A1 (en) Data transferring apparatus and information processing system
US10324915B2 (en) Information processing apparatus, processing apparatus, data search method
CN119088287A (en) System and method for data storage and storage device
CN117667793A (en) Multi-channel descriptor management system, method, equipment and medium
CN113835852B (en) Task data scheduling method and device
CN112685438B (en) Data processing system, method, device and storage medium

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