CN113448590A - Method and device for quickly generating remote control injection data, computer equipment and medium - Google Patents

Method and device for quickly generating remote control injection data, computer equipment and medium Download PDF

Info

Publication number
CN113448590A
CN113448590A CN202110796079.3A CN202110796079A CN113448590A CN 113448590 A CN113448590 A CN 113448590A CN 202110796079 A CN202110796079 A CN 202110796079A CN 113448590 A CN113448590 A CN 113448590A
Authority
CN
China
Prior art keywords
data
parameter
coding
generating
module
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.)
Pending
Application number
CN202110796079.3A
Other languages
Chinese (zh)
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.)
Xi'an Huanyu Satellite Tt & C And Data Application Co ltd
Original Assignee
Xi'an Huanyu Satellite Tt & C And Data Application 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 Xi'an Huanyu Satellite Tt & C And Data Application Co ltd filed Critical Xi'an Huanyu Satellite Tt & C And Data Application Co ltd
Priority to CN202110796079.3A priority Critical patent/CN113448590A/en
Publication of CN113448590A publication Critical patent/CN113448590A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Artificial Intelligence (AREA)
  • Computer Security & Cryptography (AREA)
  • Selective Calling Equipment (AREA)

Abstract

The invention discloses a method and a device for quickly generating remote control injection data, computer equipment and a medium, wherein the method comprises the following steps: establishing a data logic structure tree of a target protocol standard; setting the data segment attribute of each parameter field in the data logic structure tree to form an attribute design table; acquiring a data parameter list, establishing a one-to-one mapping relation between parameters in the data parameter list and a parameter processing method, and generating a parameter coding configuration table; decomposing the parameter processing method into an ordered combination of a basic method and a basic algorithm according to a target protocol standard, setting variables according to needs to establish a mapping relation between data parameters and the basic algorithm, and generating a parameter calculation method configuration table; according to the parameter coding requirement, setting the attribute, coefficient and dependent variable in the parameter calculation method configuration table in sequence, completing coding of byte/bit corresponding to the parameter, and generating a complete data coding table. The invention does not need to develop codes, and improves the task preparation work efficiency.

Description

Method and device for quickly generating remote control injection data, computer equipment and medium
Technical Field
The invention relates to the field of spaceflight, in particular to a method and a device for quickly generating remote control injection data, computer equipment and a medium.
Background
With the rapid development of technologies such as rockets, chips, I T and the like, the development and launching cost of satellites is rapidly reduced, various satellites are rapidly increased, and the current spacecraft mainly adopts the technology of satellite measurement and control and data management PCM remote control of the national military standard, but the standard has insufficient transmission support for different information sources, different rates and large data volume of multiple users, so that partial spacecraft adopts the subpackage remote control technology specified by the CCSDS recommendation, namely the advanced on-orbit system protocol (AOS) of space link services. The subpackage remote control has higher safety and can be compatible with the PCM remote control standard. The subpackage remote control is an international standard, has international support capability and has great advantages in the aspect of external cooperation.
In the actual implementation process, different satellite development units implement PCM and AOS standards with different aspects, delete and redefine partial format contents, and form local standards with various characteristics. The method has the advantages that high requirements are provided for remote control injection data generation software to be compatible with various standards, injection data are higher in comprehensive quality requirements of an engineer of the injection data generation software from physical quantity acquisition, code conversion, application data organization to data layering packaging, various verification and framing, and the engineer needs to know various protocol standards, clear actual remote control formats of satellites and have a considerable coding level. By combining the factors, the development period of a set of software is longer, the error probability is higher, and the problem of adaptability is also brought along with software iteration. The conventional remote control injection generation software is only suitable for a single type satellite or customized development of a specific protocol, and is not high in universality. Changes in any parameter in the protocol, or changes in the sequence of parameters, can result in software non-reusability. And the time for developing a set of mature software is long, and conflicts with the practical requirement of quickly and rapidly developing measurement and control software.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provides a method, a device, computer equipment and a medium for quickly generating remote control injection data.
In order to achieve the purpose, the invention adopts the following technical scheme:
in a first aspect, a method for rapidly generating remote injection data includes:
establishing a data logic structure tree of a target protocol standard, and naming and numbering nodes of each level of the data logic structure tree;
setting the data segment attribute of each parameter field in the data logic structure tree to form an attribute design table;
acquiring a data parameter list, establishing a one-to-one mapping relation between parameters in the data parameter list and a parameter processing method, and generating a parameter coding configuration table;
decomposing the parameter processing method into an ordered combination of a basic method and a basic algorithm according to a target protocol standard, setting variables according to needs to establish a mapping relation between data parameters and the basic algorithm, and generating a parameter calculation method configuration table;
according to the parameter coding requirement, setting the attribute, coefficient and dependent variable in the parameter calculation method configuration table in sequence, completing coding of byte/bit corresponding to the parameter, and generating a complete data coding table.
The further technical scheme is as follows: the method further comprises the following steps:
the configuration process checks to ensure that the configuration process conforms to the target protocol standard and coding method flags.
The further technical scheme is as follows: the method further comprises the following steps:
and analyzing the data coding table according to external requirements, and setting input conditions to generate and output a coding file used by the satellite.
The further technical scheme is as follows: the data segment attributes include data parameter type, source, name, and length.
In a second aspect, a device for rapidly generating remote control injection data comprises a data logic structure tree module, an attribute design table generation module, a parameter coding configuration table generation module, a parameter calculation method configuration table generation module and a data coding table generation module;
the data logic structure tree module is used for establishing a data logic structure tree of a target protocol standard and naming and numbering nodes of each level of the data logic structure tree;
the attribute design table generating module is used for setting the data segment attributes of each parameter field in the data logic structure tree to form an attribute design table;
the parameter coding configuration table generating module is used for acquiring a data parameter list, establishing a one-to-one mapping relation between parameters in the data parameter list and a parameter processing method, and generating a parameter coding configuration table;
the parameter calculation method configuration table generation module is used for decomposing the parameter processing method into an ordered combination of a basic method and a basic algorithm according to a target protocol standard, setting variables according to requirements to establish a mapping relation between data parameters and the basic algorithm and generate a parameter calculation method configuration table;
and the data coding table generating module is used for sequentially setting the attributes, the coefficients and the dependent variables in the parameter calculation method configuration table according to the parameter coding requirements, completing coding of the coding bytes/bits corresponding to the parameters and generating a complete data coding table.
The further technical scheme is as follows: the apparatus also includes a configuration process monitoring module;
the configuration process monitoring module is used for checking the configuration process to ensure that the configuration process conforms to the target protocol standard and the coding method mark.
The further technical scheme is as follows: the device also comprises a code file generation module;
and the code file generation module is used for analyzing the data code table according to external requirements and setting input conditions so as to generate and output a code file used by the satellite.
The further technical scheme is as follows: the data segment attributes include data parameter type, source, name, and length.
In a third aspect, a computer device includes a memory, a processor, and a computer program stored on the memory and executable on the processor, and the processor executes the computer program to implement the steps of the remote control injection data fast generation method.
In a fourth aspect, a storage medium stores a computer program comprising program instructions which, when executed by a processor, cause the processor to perform the remote control injection data fast generation method steps as described above.
Compared with the prior art, the invention has the beneficial effects that: according to the invention, the encoding process is decomposed into atomic units, the characteristic information is reorganized to form various data encoding configurations for specific tasks, and the generating software is injected to complete the processes of parameter acquisition, encoding, packet packaging and packaging, verification, framing and data recording according to the configuration information, so that the data encoding system has the characteristics of configurability, analyzability, reusability and the like, can complete data generation preparation without code development, removes a large amount of time-consuming and labor-consuming work such as programming, testing and the like, and improves the task preparation work efficiency; different protocol standards configure different data analysis files, the operation is easy, the universality is strong, most of the current remote control protocols can be compatible, and the method is compatible with injection data assembly of various satellite models.
The foregoing description is only an overview of the technical solutions of the present invention, and in order to make the technical means of the present invention more clearly understood, the present invention may be implemented according to the content of the description, and in order to make the above and other objects, features, and advantages of the present invention more apparent, the following detailed description will be given of preferred embodiments.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a flow chart of a method for fast remote injection data generation according to an embodiment of the present invention;
FIG. 2 is a schematic block diagram of an embodiment of a remote injection data rapid generation apparatus according to the present invention;
FIG. 3 is a schematic block diagram of a computer device of the present invention.
Detailed Description
The technical solutions of the present invention will be described clearly and completely with reference to specific embodiments of the present invention, and it should be understood that the described embodiments are a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
The invention provides a method for quickly generating remote control injection data, wherein injection generation software is a process of collecting, classifying, integrating, coding and framing parameters used by satellite operation, and can generate all uplink data in a satellite life cycle. A user configures the generation process information according to rules through a configuration tool, and can complete data generation preparation without code development; different protocol standards configure different data analysis files, and the method is easy to operate and high in universality. And for a new protocol standard which is not suitable for software, an atomic unit method can be expanded, and a basic method set is organized to complete configuration. In order to eliminate potential risks and capture abnormity in the operation process of injection generation software, the injection generation software records various log information, a sufficient error capture method is preset, and all steps are in a monitoring state.
The injection generation software is functionally divided into service preparation and service processing, the service preparation is divided into six subfunctions of parameter collection, algorithm management, parameter processing, assembly management, protocol mapping and flow configuration, and the service processing is divided into two subfunctions of data generation and process monitoring.
Referring to fig. 1, a method for rapidly generating remote injection data in this embodiment specifically includes the following steps:
s10, establishing a data logic structure tree of a target protocol standard, and naming and numbering nodes of each level of the data logic structure tree; wherein, the data logic structure tree stores the name of the protocol, the name of the data type, the name of the instruction format of each level, the number and the information of the relationship between the upper level and the lower level.
S20, setting the data segment attribute of each parameter field in the data logic structure tree to form an attribute design table; the data segment attributes include data parameter type, source, name and length.
S30, acquiring a data parameter list, establishing a one-to-one mapping relation between parameters in the data parameter list and a parameter processing method, and generating a parameter coding configuration table;
s40, decomposing the parameter processing method into an ordered combination of a basic method and a basic algorithm according to the target protocol standard, setting variables according to the requirement to establish the mapping relation between the data parameters and the basic algorithm, and generating a parameter calculation method configuration table;
and S50, sequentially setting attributes, coefficients and dependent variables in the parameter calculation method configuration table according to the parameter coding requirements, completing coding of byte/bit corresponding to the parameters, and generating a complete data coding table.
In certain embodiments, the above method further comprises the steps of:
s60, checking the configuration process to ensure that the configuration process conforms to the target protocol standard and the encoding method flag.
In certain embodiments, the above method further comprises the steps of:
and S70, analyzing the data coding table according to external requirements, and setting input conditions to generate and output a coding file for the satellite.
Specifically, the service generation process calls injection generation software according to external input conditions, analyzes configuration files, downloads, edits and analyzes various generation elements, judges whether specific generation criteria are met, and finally generates injection data or returns failure information.
When the injected data is automatically generated, the command scheduling is completed, and when the injected data is manually generated, the command parameters can be regarded as being manually scheduled and completed by manually editing the command parameters. After the injection processing software receives the command, the command needs to be mapped to the dynamic library corresponding to the data according to the command name, and the instance object of the class in the library completes command analysis, parameter mapping, code generation, file organization and message feedback. And after the generation is finished, the generated result and the feedback result are notified to the comprehensive system platform, and the comprehensive system platform schedules the remote control software and the data inspection software to carry out the next work.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
Corresponding to the above-mentioned method for fast generating remote control injection data, the embodiment of the present invention further provides a device for fast generating remote control injection data, referring to fig. 2, the device includes a data logic structure tree module 1, an attribute design table generating module 2, a parameter coding configuration table generating module 3, a parameter calculation method configuration table generating module 4, and a data coding table generating module 5;
the data logic structure tree module 1 is used for establishing a data logic structure tree of a target protocol standard and naming and numbering nodes of each level of the data logic structure tree;
the attribute design table generating module 2 is used for setting the data segment attributes of each parameter field in the data logic structure tree to form an attribute design table; the data segment attributes include data parameter type, source, name and length.
The parameter coding configuration table generating module 3 is used for acquiring a data parameter list, establishing a one-to-one mapping relationship between parameters in the data parameter list and a parameter processing method, and generating a parameter coding configuration table;
the parameter calculation method configuration table generation module 4 is used for decomposing the parameter processing method into the ordered combination of the basic method and the basic algorithm according to the target protocol standard, setting variables according to the requirement to establish the mapping relation between the data parameters and the basic algorithm and generate a parameter calculation method configuration table;
and the data coding table generating module 5 is used for sequentially setting the attributes, the coefficients and the dependent variables in the parameter calculation method configuration table according to the parameter coding requirements, completing coding of the coding bytes/bits corresponding to the parameters and generating a complete data coding table.
In certain embodiments, the apparatus further comprises a configuration process monitoring module 6;
and a configuration process monitoring module 6 for configuring process check to ensure that the configuration process conforms to the target protocol standard and the coding method flag.
In some embodiments, the apparatus further includes a code file generating module 7;
and the code file generation module 7 is used for analyzing the data code table according to external requirements and setting input conditions so as to generate and output a code file used by the satellite.
As shown in fig. 3, the embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the processor executes the computer program, the steps of the method for rapidly generating remote injection data as described above are implemented.
The computer device 700 may be a terminal or a server. The computer device 700 includes a processor 720, memory, and a network interface 750, which are connected by a system bus 710, where the memory may include non-volatile storage media 730 and internal memory 740.
The non-volatile storage medium 730 may store an operating system 731 and computer programs 732. The computer program 732, when executed, may cause the processor 720 to perform any of a variety of remote injection data rapid generation methods.
The processor 720 is used to provide computing and control capabilities, supporting the operation of the overall computer device 700.
The internal memory 740 provides an environment for the execution of the computer program 732 in the non-volatile storage medium 730, and when the computer program 732 is executed by the processor 720, the processor 720 can be caused to execute any one of the remote control injection data fast generation methods.
The network interface 750 is used for network communication such as sending assigned tasks and the like. Those skilled in the art will appreciate that the configuration shown in fig. 3 is a block diagram of only a portion of the configuration relevant to the present teachings and is not intended to limit the computing device 700 to which the present teachings may be applied, and that a particular computing device 700 may include more or less components than those shown, or may combine certain components, or have a different arrangement of components. Wherein the processor 720 is configured to execute the program code stored in the memory to perform the following steps:
establishing a data logic structure tree of a target protocol standard, and naming and numbering nodes of each level of the data logic structure tree;
setting the data segment attribute of each parameter field in the data logic structure tree to form an attribute design table;
acquiring a data parameter list, establishing a one-to-one mapping relation between parameters in the data parameter list and a parameter processing method, and generating a parameter coding configuration table;
decomposing the parameter processing method into an ordered combination of a basic method and a basic algorithm according to a target protocol standard, setting variables according to needs to establish a mapping relation between data parameters and the basic algorithm, and generating a parameter calculation method configuration table;
according to the parameter coding requirement, setting the attribute, coefficient and dependent variable in the parameter calculation method configuration table in sequence, completing coding of byte/bit corresponding to the parameter, and generating a complete data coding table.
The further technical scheme is as follows: the method further comprises the following steps:
the configuration process checks to ensure that the configuration process conforms to the target protocol standard and coding method flags.
The further technical scheme is as follows: the method further comprises the following steps:
and analyzing the data coding table according to external requirements, and setting input conditions to generate and output a coding file used by the satellite.
The further technical scheme is as follows: the data segment attributes include data parameter type, source, name, and length.
It should be understood that, in the embodiment of the present Application, the Processor 720 may be a Central Processing Unit (CPU), and the Processor 720 may also be other general-purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, and the like. Wherein a general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
Those skilled in the art will appreciate that the configuration of computer device 700 depicted in FIG. 3 is not intended to be limiting of computer device 700 and may include more or less components than those shown, or some components in combination, or a different arrangement of components.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solutions of the embodiments of the present invention may be implemented in the form of a software product, which is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a server, a network device, or the like) or a processor (processor) to execute all or part of the steps of the methods according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
It will be clear to those skilled in the art that, for convenience and simplicity of description, the foregoing division of the functional modules is merely illustrated, and in practical applications, the above function distribution may be performed by different functional modules according to needs, that is, the internal structure of the apparatus is divided into different functional modules to perform all or part of the above described functions. Each functional module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional modules are only used for distinguishing one functional module from another, and are not used for limiting the protection scope of the application. The specific working process of the modules in the apparatus may refer to the corresponding process in the foregoing method embodiment, and is not described herein again.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described device embodiments are merely illustrative, and for example, the division of the modules is only one logical functional division, and other divisions may be realized in practice, for example, multiple units or components may be combined or integrated into another device, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
While the invention has been described with reference to specific embodiments, the invention is not limited thereto, and various equivalent modifications and substitutions can be easily made by those skilled in the art within the technical scope of the invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. The method for rapidly generating remote control injection data is characterized by comprising the following steps:
establishing a data logic structure tree of a target protocol standard, and naming and numbering nodes of each level of the data logic structure tree;
setting the data segment attribute of each parameter field in the data logic structure tree to form an attribute design table;
acquiring a data parameter list, establishing a one-to-one mapping relation between parameters in the data parameter list and a parameter processing method, and generating a parameter coding configuration table;
decomposing the parameter processing method into an ordered combination of a basic method and a basic algorithm according to a target protocol standard, setting variables according to needs to establish a mapping relation between data parameters and the basic algorithm, and generating a parameter calculation method configuration table;
according to the parameter coding requirement, setting the attribute, coefficient and dependent variable in the parameter calculation method configuration table in sequence, completing coding of byte/bit corresponding to the parameter, and generating a complete data coding table.
2. The method for rapidly generating remote injection data according to claim 1, further comprising:
the configuration process checks to ensure that the configuration process conforms to the target protocol standard and coding method flags.
3. The method for rapidly generating remote injection data according to claim 1, further comprising:
and analyzing the data coding table according to external requirements, and setting input conditions to generate and output a coding file used by the satellite.
4. The method for rapidly generating remote injection data according to claim 1, wherein the data segment attributes comprise data parameter type, source, name and length.
5. The device for rapidly generating the remote control injection data is characterized by comprising a data logic structure tree module, an attribute design table generating module, a parameter coding configuration table generating module, a parameter calculation method configuration table generating module and a data coding table generating module;
the data logic structure tree module is used for establishing a data logic structure tree of a target protocol standard and naming and numbering nodes of each level of the data logic structure tree;
the attribute design table generating module is used for setting the data segment attributes of each parameter field in the data logic structure tree to form an attribute design table;
the parameter coding configuration table generating module is used for acquiring a data parameter list, establishing a one-to-one mapping relation between parameters in the data parameter list and a parameter processing method, and generating a parameter coding configuration table;
the parameter calculation method configuration table generation module is used for decomposing the parameter processing method into an ordered combination of a basic method and a basic algorithm according to a target protocol standard, setting variables according to requirements to establish a mapping relation between data parameters and the basic algorithm and generate a parameter calculation method configuration table;
and the data coding table generating module is used for sequentially setting the attributes, the coefficients and the dependent variables in the parameter calculation method configuration table according to the parameter coding requirements, completing coding of the coding bytes/bits corresponding to the parameters and generating a complete data coding table.
6. The apparatus for rapid generation of remote injection data according to claim 5, wherein said apparatus further comprises a configuration process monitoring module;
the configuration process monitoring module is used for checking the configuration process to ensure that the configuration process conforms to the target protocol standard and the coding method mark.
7. The device for rapidly generating remote injection data according to claim 5, further comprising a code file generation module;
and the code file generation module is used for analyzing the data code table according to external requirements and setting input conditions so as to generate and output a code file used by the satellite.
8. The device for rapidly generating remote injection data according to claim 5, wherein the data segment attributes comprise data parameter type, source, name and length.
9. Computer device, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the remote control injection data fast generation method steps according to any of claims 1 to 4 when executing the computer program.
10. A storage medium, characterized in that the storage medium stores a computer program comprising program instructions which, when executed by a processor, cause the processor to carry out the remote control injection data fast generation method steps according to any one of claims 1 to 4.
CN202110796079.3A 2021-07-14 2021-07-14 Method and device for quickly generating remote control injection data, computer equipment and medium Pending CN113448590A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110796079.3A CN113448590A (en) 2021-07-14 2021-07-14 Method and device for quickly generating remote control injection data, computer equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110796079.3A CN113448590A (en) 2021-07-14 2021-07-14 Method and device for quickly generating remote control injection data, computer equipment and medium

Publications (1)

Publication Number Publication Date
CN113448590A true CN113448590A (en) 2021-09-28

Family

ID=77816205

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110796079.3A Pending CN113448590A (en) 2021-07-14 2021-07-14 Method and device for quickly generating remote control injection data, computer equipment and medium

Country Status (1)

Country Link
CN (1) CN113448590A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114285916A (en) * 2021-12-23 2022-04-05 北京航天飞行控制中心 Delay injection data generation method and device based on framing identification
CN114710412A (en) * 2022-03-08 2022-07-05 中电科思仪科技股份有限公司 Network protocol signal simulation system and method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040268298A1 (en) * 2003-06-30 2004-12-30 Microsoft Corporation Generation of configuration instructions using an abstraction technique
CN103198137A (en) * 2013-04-15 2013-07-10 武汉大学 Access protocol transfer method and system for multi-source heterogeneous remote sensing data system
CN106407531A (en) * 2016-09-05 2017-02-15 北京空间飞行器总体设计部 Incremental model-based spacecraft telemetering method
CN109062565A (en) * 2018-07-20 2018-12-21 北京航空航天大学 Digital satellite AOS agreement telemetering source code artificial intelligence Writing method
CN112612535A (en) * 2020-12-07 2021-04-06 河南方达空间信息技术有限公司 XML and JSON based satellite receiving system network communication coding and decoding engine method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040268298A1 (en) * 2003-06-30 2004-12-30 Microsoft Corporation Generation of configuration instructions using an abstraction technique
CN103198137A (en) * 2013-04-15 2013-07-10 武汉大学 Access protocol transfer method and system for multi-source heterogeneous remote sensing data system
CN106407531A (en) * 2016-09-05 2017-02-15 北京空间飞行器总体设计部 Incremental model-based spacecraft telemetering method
CN109062565A (en) * 2018-07-20 2018-12-21 北京航空航天大学 Digital satellite AOS agreement telemetering source code artificial intelligence Writing method
CN112612535A (en) * 2020-12-07 2021-04-06 河南方达空间信息技术有限公司 XML and JSON based satellite receiving system network communication coding and decoding engine method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114285916A (en) * 2021-12-23 2022-04-05 北京航天飞行控制中心 Delay injection data generation method and device based on framing identification
CN114285916B (en) * 2021-12-23 2023-09-01 北京航天飞行控制中心 Method and device for generating delay injection data based on framing identification
CN114710412A (en) * 2022-03-08 2022-07-05 中电科思仪科技股份有限公司 Network protocol signal simulation system and method
CN114710412B (en) * 2022-03-08 2024-04-12 中电科思仪科技股份有限公司 Network protocol signal simulation system and method

Similar Documents

Publication Publication Date Title
CN106533527B (en) Reconfigurable satellite telemetering on-orbit monitoring and quantitative management system and implementation method thereof
CN113448590A (en) Method and device for quickly generating remote control injection data, computer equipment and medium
CN111258900A (en) Interface test script generation method, system, equipment and storage medium
CN112347071B (en) Power distribution network cloud platform data fusion method and power distribution network cloud platform
CN110543427B (en) Test case storage method and device, electronic equipment and storage medium
CN114741375A (en) Rapid and automatic data migration system and method for multi-source heterogeneous database
CN110769002A (en) LabVIEW-based message analysis method, system, electronic device and medium
CN111339370B (en) Quick decoding method for airplane QAR data
CN112181852A (en) Interface automatic testing method and device, computer equipment and storage medium
CN115794106A (en) Method and system for analyzing configuration of binary protocol data of rail transit
CN103984769A (en) Use-case data management and storage method
CN111104181A (en) Webpage data filling system for visually editing task flow
CN110850452A (en) Method, device and system for processing satellite telemetry data
CN113676366A (en) Consistency testing tool for power communication protocol
CN107783760B (en) Visual development method for protection device based on functional component
CN115967604A (en) Message transmission method and device, electronic equipment and computer readable storage medium
CN112714015B (en) Communication data fault injection method and system, communication device and storage medium
CN114123482A (en) Main plant station information joint debugging decoupling method
CN109213475B (en) Artificial intelligence writing method for satellite multi-loop comparison instruction unit remote control source program
CN105809577B (en) Power plant informatization data classification processing method based on rules and components
CN111506357A (en) Automatic dynamic library loading method, system and application
CN116931965B (en) Integrated stream processing method, device, electronic equipment and storage medium
CN112019572B (en) General communication protocol conversion method based on numerical control system
CN112685010B (en) AI application development method and system
CN115048390B (en) Data storage method and device based on influxdb

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