CN102542002A - Satellite telemetry data treatment system and realization method thereof - Google Patents

Satellite telemetry data treatment system and realization method thereof Download PDF

Info

Publication number
CN102542002A
CN102542002A CN2011104072471A CN201110407247A CN102542002A CN 102542002 A CN102542002 A CN 102542002A CN 2011104072471 A CN2011104072471 A CN 2011104072471A CN 201110407247 A CN201110407247 A CN 201110407247A CN 102542002 A CN102542002 A CN 102542002A
Authority
CN
China
Prior art keywords
module
data
telemetry
parameter
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN2011104072471A
Other languages
Chinese (zh)
Other versions
CN102542002B (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.)
Beijing Institute of Spacecraft System Engineering
Original Assignee
Beijing Institute of Spacecraft System Engineering
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 Beijing Institute of Spacecraft System Engineering filed Critical Beijing Institute of Spacecraft System Engineering
Priority to CN201110407247.1A priority Critical patent/CN102542002B/en
Publication of CN102542002A publication Critical patent/CN102542002A/en
Application granted granted Critical
Publication of CN102542002B publication Critical patent/CN102542002B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Selective Calling Equipment (AREA)
  • Arrangements For Transmission Of Measured Signals (AREA)

Abstract

The invention discloses a satellite telemetry data treatment system and a realization method of the system, which solves the problems of telemetry data treatment, such as universality, extensibility and cross-platform. The system comprises a log module, a pointer container module, a memory management module, a basic data management module, a configuration information management module, an index table management module, a data pretreatment module, a treatment method module, a data analysis module and a data initialization and management module. The method comprises preparing configuration file and basic data, and creating a frame index table or a packet index table by use of a dynamic array, i.e. pointer container; receiving telemetry data, and carrying out effective judgment and data integration; carrying out parameter treatment, and treating the parameter result according to a manner defined by a customer; and stopping until all of the telemetry data is treated.

Description

A kind of satellite telemetering data disposal system and its implementation
Technical field
The invention belongs to the satellite telemetry field, relate to a kind of satellite telemetering data disposal system and its implementation.
Background technology
The main task of Telemetry Processing System is to accomplish the processing of the various telemetries of different model satellite, operations such as interpretation, storage and broadcasting, with independently, cross-platform Software tool packet form exists.
In the electric performance test stage of spacecraft, telemetry parameter is a main path of keeping watch on the spacecraft component duty, so the processing of telemetry is one of Core Feature of whole star ground checkout equipment.Yet; Mainly there is following some deficiency in the Telemetry Processing System that is adopted at present: (1) is because the various needs of each model satellite structure and function; The form of the telemetry that they pass down is not quite similar, and the quantity of data down transmission passage is also inequality, and the versatility of original data handling system is poor; Basically each kind satellite all has the deal with data system of oneself; To frame and two kinds of data layouts of bag that present model satellite extensively adopts, original data handling system is compatibility well, some difference always on code of the data handling system between model and the model; So very be unfavorable for the upgrading and the maintenance of code, be unfavorable for the productization development of software; (2) because the telemetry parameter of each model is numerous, and processing formula is ever-changing, and for new processing formula, original data handling system can not on-the-fly modify and increase, must accomplish through revising code, extendability is relatively poor; (3) original Telemetry Processing System runs on unix platform, and professional platform independence is poor, belongs to the proprietary subsystem of main test computer (MTP) in the integration test turn-key system, is difficult to used by the application software of other operating system platform; (4) because software users has different needs to the Telemetering Data Processing result; The hope result that has can be broadcasted in real time; It is medium that the hope result that has can be kept at file; And the not support function expansion of original Telemetry Processing System can only be carried out data processing according to intended function, and the user can not change and expand voluntarily.
Summary of the invention
The technical matters that the present invention solves is: overcome the deficiency of prior art, a kind of satellite telemetering data disposal system and its implementation are provided, solved the problems such as universalization, extendability and professional platform independence of Telemetering Data Processing.
Technical solution of the present invention is: a kind of satellite telemetering data disposal system comprises log pattern, pointer container module, memory management module, basic data management module, configuration information management module, concordance list administration module, data preprocessing module, disposal route module, data resolution module and data initialization and administration module; Wherein: log pattern supplies the crucial Debugging message of other module records system for other module provides the interface function of log record; The pointer container module provides the dynamic memory of information for other module; Memory management module pair encapsulates and manages with the related function of internal memory operation, is used for writing down the number of times of Memory Allocation and the number of times of release, and provides interface to list the quantity that internal memory is revealed; The basic data management module is used for reading, storing and manage the basic data information of all telemetry parameters, and external interface is provided, and supplies concordance list administration module, disposal route module and data initialization and administration module to call; The configuration information management module is used for reading and manage the data message in the configuration file of different model, supplies concordance list module, pre-processing module, data resolution module and data initialization and administration module to call, and makes Telemetry Processing System reach versatility; The concordance list that the concordance list administration module is used for creating and management parameters is handled; And interface is provided, and supply data resolution module and data initialization and administration module to call, make and perhaps one wrap source code when to be resolved when a frame; System can find out the source code that comprises which parameter in this raw data; System extracts source code according to the Back ground Information of the parameter in the concordance list then, calls corresponding disposal methods parameter; Data preprocessing module is according to the profile information of model; The form of frame telemetry and bag telemetry is integrated; Through pre-service, make the form of bag telemetry and the form of frame telemetry have similarity, and provide interface to supply data resolution module to call; Disposal route module offer curves is handled, tabulation is handled, common mathematical function is handled, special purpose function is handled, expression formula is handled, same source calibration is handled and the different source calibration disposal route; The confession data resolution module calls, and accomplishes the processing of telemetry parameter from the source code to the engineering value; Data resolution module is responsible for the management of whole flow chart of data processing; At first integrate raw data according to data preprocessing module; Secondly obtain index through the concordance list administration module; Through basic data management module particular location getparms and disposal route information, obtain source code and calling processing method module parses source code data at last then; Data initialization and administration module are used for other module is carried out initialization and management; Invoke memory administration module allocation space at first; Next calls configuration information management module and basic data management module loading configuration information and basic data; Call the concordance list administration module then and create concordance list, and provide management interface to supply outside other software transfer, make it be provided with and to manage the conventional data processing software package.
A kind of satellite telemetry data reduction processing method may further comprise the steps:
The first step: prepare configuration file, the wherein characteristic information of definition frame form or packet format telemetry;
Second step: prepare basic data, wherein define title, code name, pattern, position, the processing mode information of telemetry parameter;
The 3rd step: reading the Back ground Information in second step, according to Back ground Information, is that the pointer container is created the frame index table or wrapped concordance list with Dynamic Array;
The 4th step: receive telemetry;
The 5th step: read the configuration file in the first step,, the form of the 4th frame telemetry that receive of step and bag telemetry is carried out validity judgement and data integration according to configuration file; For the bag remote measurement is input with the CADU of bag remote measurement then, after a series of buffer memorys of process are handled with splicing, is output as a series of source bag data, and wraps the form buffer memory of a corresponding section with each source; To put in order the frame remote measurement as a section buffer memory for the frame remote measurement;
The 6th goes on foot: the concordance list that the hop count group in the 5th step was generated according to the 3rd step carries out the parameter processing, and the parameter result is handled according to user-defined mode;
The 7th step:, repeated for the 3rd step to the 6th step, until handling all telemetries if basic data information has change; If basic data information is change not, repeated for the 4th step to the 6th step, until handling all telemetries.
The present invention's beneficial effect compared with prior art is:
(1) the present invention introduces the basic data information management module; Back ground Information form to parameter is optimized; Employing increases income, the Back ground Information of cross-platform sqlite toy data base file storage parameter; Basic data information management module unified management and safeguard the Back ground Information of these parameters, and offer other module and use.Safeguard through the basic data management module mode of basic data library file can to make very loaded down with trivial details Back ground Information obtain the management of standard, error rate greatly reduces, and security greatly improves;
(2) the invention provides the pre-processing module of data,, the form of frame telemetry and bag telemetry is integrated according to the configuration information of model.For the bag remote measurement, this module is input with the CADU of bag remote measurement, through after a series of processing, is output as a series of source bag data, and with the stored in form of section (segment) array; For the frame remote measurement, this module will be put in order frame and also stored as a section (segment).Through transforming like this, the form of bag telemetry and the form of frame telemetry just have similarity preferably, for the universalization that realizes data processing lays the first stone;
(3) the invention provides the expression parsing method of telemetry parameter; The user can be in the basic data information processing method table of parameter from the disposal route expression formula of this parameter of edlin; The grammer of expression formula is close with the C language; So just realized the dynamic expansion of parameter processing method, made this Telemetering Data Processing software package can handle the telemetry parameter that much has the new model disposal route, and needn't revise code again;
(4) the invention provides the external interface that encapsulation is good, be simple and easy to usefulness, supply other application software to call.The expanded function of interface is provided through the mode of function pointer simultaneously, can have allowed the expansion of external function, satisfied the function expansion requirement of external user Telemetering Data Processing to this software package self function;
(5) selection standard C language of the present invention is encoded, and used external libraries all is the cross-platform storehouse of increasing income (Expat and Sqlite), and the compilation tool of being selected for use is cross-platform Cmake instrument, has eliminated the dependence of this software package to operating system platform.
Description of drawings
Fig. 1 is the composition frame chart of satellite telemetering data disposal system of the present invention;
Fig. 2 is the concordance list generating principle figure in the satellite telemetering data disposal system of the present invention;
Fig. 3 is directed against the Telemetering Data Processing process flow diagram for satellite telemetering data disposal system of the present invention.
Embodiment
As shown in Figure 1, the general Telemetry Processing System of the present invention comprises log pattern 1, pointer container module 2; Memory management module 3, basic data management module 4, configuration information management module 5; Concordance list administration module 6; Data preprocessing module 7, disposal route module 8, data resolution module 9 and data initialization and administration module 10.
Log pattern 1 offers the interface function of other module log record in the software package, supplies the crucial Debugging message of other module records system; Pointer container module 2 usefulness C language simulations has realized the vector container of C++, supplies other module to be used for the dynamic memory of the information of doing; 3 pairs of several functions relevant with internal memory operation of memory management module encapsulate and manage, and are used for writing down the number of times of Memory Allocation and the number of times of release, and provide interface to list the quantity that internal memory is revealed; Basic data management module 4 is used for reading, storing and manage the basic data information of all telemetry parameters; And external interface is provided; Supply concordance list administration module 6, disposal route module and data initialization and administration module 10 to call, make upper layer module can find out the processing parameter necessary conditions such as source code and disposal route of parameter according to these essential informations; Configuration information management module 5 is used for reading and manage the data message in the configuration file of different model; Supply concordance list administration module 6, data preprocessing module 7, data resolution module 9 and data initialization and administration module 10 to call, make Telemetry Processing System reach versatility; The concordance list that concordance list administration module 6 is used for creating and management parameters is handled; And interface is provided, and supply data resolution module 9 and data initialization and administration module 10 to call, make and perhaps one wrap source code when to be resolved when a frame; System can find out the source code that comprises which parameter in this raw data apace; System extracts source code according to the Back ground Information of the parameter in the concordance list then, calls corresponding disposal methods parameter; Data preprocessing module 7 is according to the profile information of model; The form of frame telemetry and bag telemetry is integrated,, made the form of bag telemetry and the form of frame telemetry have similarity preferably through pre-service; And interface is provided, supply data resolution module 9 to call; Methods such as the processing of disposal route module 8 offer curves, the processing of tabulating, common mathematical function processing, special purpose function processing, expression formula processing, same source calibration processing and different source calibration processing; Supply data resolution module 9 to call, accomplish the processing of telemetry parameter from the source code to the engineering value; Data resolution module 9 is responsible for the management of whole flow chart of data processing; It at first will integrate raw data by pre-processing module 7; Secondly obtain index through concordance list administration module 6; Through basic data management module 4 particular locations getparms and disposal route information, obtain source code and calling processing method module 8 parsing source code data at last then; Data initialization and administration module 10 are used for other module is carried out initialization and management; It is invoke memory administration module 3 allocation space at first; Next calls configuration information management module 5 and basic data management module 4 load configuration information and basic data; Call concordance list administration module 6 then and create concordance list, this module provides management interface to supply outside other software transfer, makes them be provided with and to manage the conventional data processing software package.
Log pattern 1 adopts the standard C exploitation, and with reference to the large-scale project log Module Design convention of increasing income, its function is very directly perceived, the information when being used for the logging program operation.Log pattern 1 if receive user's log information, just carries out log information to output to journal file or standard output window after the prescribed form arrangement after program is opened daily record output.The form arrangement of daily record comprises: a. filters log by significance level, is divided into different kinds to log information by significance level, under condition of different, prints different types of information.In this design, the kind of mistake is divided into several levels such as gross error, mistake, warning, debugging, attention information, general information; B. the public content of daily record, the position of mainly printing this daily record statement is like filename, row number, function name etc. and time of printing this row daily record statement and necessary information.After the closing journal order of receiving the user, the space of distributing when this module discharges initialization, closing journal function.
Pointer container module 2 adopts the standard C language exploitation, simulates the vector of STL in the C Plus Plus fully, satisfies the needs of dynamic memory.This module externally provide Dynamic Array the initialization function, discharge function, dilatation function, empty array function, Dynamic Array unit prime function be set; Obtain Dynamic Array unit prime function; Insert Dynamic Array unit prime function; Deletion Dynamic Array unit prime function, a plurality of functions such as traversal Dynamic Array unit prime function supply the user to use.After receiving the user initialization order, this module can be created a Dynamic Array and initialization.After initialization was accomplished, the user can call this module sequence of operations such as each function writes and reads Dynamic Array are provided.After receiving user's delete command, this module discharges the Dynamic Array space, also discharges the space that pointer element is pointed in the Dynamic Array simultaneously.
Memory management module 3 adopts the standard C language exploitation, reveals for fear of internal memory, and (malloc, free, strdup) encapsulates and manage to several functions relevant with internal memory operation.After the storage allocation order of receiving the user, this module has write down the size and the pointer of this Memory Allocation with Dynamic Array in the Memory Allocation of the system of completion.After the releasing memory order of receiving the user, this module is the traversal Dynamic Array when accomplishing internal memory release, deletes pointer and size corresponding in this array.After the current storage allocation situation order of checking of user, this module traversal Dynamic Array can be exported to the user with size and each element of Dynamic Array.
Basic data management module 4 adopts standard C language exploitation, the basic data information that is used for reading, storing and manage telemetry parameter.After receiving the user initialization order, this module invokes memory management module 3 is distributed the dynamic memory space, and the basic data information that from basic database, loads all parameters is to internal memory.After initialization was accomplished, the user can be provided with the various attributes of arbitrary parameter in the internal memory, satisfies the demand of human intervention Back ground Information, also can obtain the Back ground Information of arbitrary parameter through order.After the release command of receiving the user, this module discharges the storage space that initialization distributes.
Configuration information management module 5 adopts the standard C language exploitation; Be used for reading and the administration configuration file in data message; Adopt expat to increase income to wrap in this module the configuration file of XML form is resolved, and adopt the mode of Hash table to store and search, improved efficient.After receiving the user initialization order, these module invokes memory management module 3 memory allocated spaces load all configuration informations to internal memory from configuration file, supply the user to use.After the release command of receiving the user, this module discharges the storage space that initialization distributes.
The concordance list that concordance list administration module 6 is used for creating and management parameters is handled makes and wraps source code when to be resolved when a frame or that system can find out apace and comprise the parameter which need be resolved in this raw data.After this module is received the user initialization order, invoke memory administration module 3 allocation index table spaces, the storage space of traversal basic data management module 4; The concordance list that uses when setting up the telemetry parameter decoding according to the positional information of each parameter; For the frame remote measurement, this is shown with frame count as index, for the bag remote measurement; This table is to wrap sequence number as index, and is as shown in Figure 2.After initialization is accomplished, when receive the user obtain the concordance list order after, the frame count that this module is transmitted according to the user or wrap sequence number returns to the corresponding concordance list of user.After the release command of receiving the user, this module discharges the storage space that initialization distributes.
Data preprocessing module 7 is used for according to the profile information of model, and the form of frame telemetry and bag telemetry is integrated.After the pre-service order of receiving the user, for the bag telemetry format, this module is input with the CADU of bag remote measurement, through after a series of processing, is output as a series of source bag data, and with the stored in form of segment; For the frame telemetry format, this module will be put in order frame also as a segment storage, wrap the form of telemetry and the form of frame telemetry like this and just have similarity preferably, supply data resolution module 9 to call.
Disposal route module 8 is used for the remote measurement source code is handled, and comprises curve administration module 81, list management module 82, universal function module 83, expression formula processing module 84 and calibration module 85.
Curve administration module 81 is that the required calibration curve information of curve processing method in the basic database is managed, and this module can adopt the mode of piecewise linearity difference to obtain engineering value according to parameter source code value.
List management module 82 is that the required list information of tabulation disposal route in the basic database is managed, and this module can adopt the mode of tabling look-up to obtain engineering value according to parameter source code value.
Universal function module 83 is in handling procedure, to have write the general processing function (handling such as polynomial expression) of some each models in advance, and numbering is provided.These functions as input, are handled out engineering value through predefined processing mode with the source code of telemetry parameter and some relevant informations (such as related coefficient).This module concentrates on all general purpose function disposal routes in the function pointer array; Can number obtain handling function pointer according to the function processing formula in the telemetry parameter base data table; The remote measurement source code of incorporating parametric and the related coefficient in the base data table then, information calculations such as correlation parameter go out the engineering value of parameter.
Expression formula processing module 84 is used for the data processing method of flexible expansion telemetry parameter, and it directly carries out morphology and grammatical analysis to the processing expression formula of telemetry parameter, and the generative grammar tree makes an explanation when operation and carries out the engineering value that draws parameter.Satisfy the function of disposal route module dynamic expansion.
Calibration module 85 is used for assisting the calibration information of management parameters, and the system that makes can calibrate the result of parameter according to these calibration informations.
Data resolution module 9 is responsible for the management of whole flow chart of data processing.When receiving the user's data resolve command; This module at first will be integrated raw data by pre-processing module 7; Obtain index through concordance list module 6 then; Obtain source code and calling processing method module 8 parsing raw data at last, treatment scheme such as Fig. 3 deposit treated parameter in utilize pointer container module 2 to generate table as a result at last.
Data initialization and administration module 10 are used for other module is carried out initialization and management.After receiving the user initialization order; This module is at first wanted invoke memory administration module 3 allocation space; Call configuration information management module 5 load configuration information then, call basic data management module 4 and load basic data information, call concordance list module 6 and create concordance list.After initialization is accomplished; The management interfaces such as calibration marker, compulsory mode conversion that this module provides heavy loading parameters table, a certain parameter engineering value is set, obtain a certain parameter engineering value, be provided with a certain parameter supply other software that calls this general Telemetry Processing System software package bag to use, and make them be provided with and to manage this software package.After the release command of receiving the user, this module discharges the storage space that initialization distributes.
Realize the method for satellite telemetering data disposal system, step is following:
(1) prepares configuration file (.xml form), the wherein characteristic information of definition frame form or packet format telemetry;
(2) prepare basic data (.db form), wherein define the information such as title, code name, pattern, position, processing mode of telemetry parameter;
(3) Back ground Information in the read step (2) according to Back ground Information, is created the frame index table or is wrapped concordance list with Dynamic Array (pointer container);
(4) receive telemetry;
(5) configuration information in the read step (1), according to configuration information, the frame telemetry that step (4) is received and the form of bag telemetry carry out validity and judge and data integration.For the bag remote measurement, this system is input with the CADU of bag remote measurement, after a series of buffer memorys of process are handled with splicing, is output as a series of source bag data, and wraps the form buffer memory of a corresponding section (segment) with each source; For the frame remote measurement, this system will put in order the frame remote measurement as a section (segment) buffer memory.
(6) with section (segment) array in the step (5), the concordance list that generates according to step (3) carries out the parameter processing, and the parameter result is handled according to user-defined mode;
(7) if basic data information has change, repeated execution of steps (3) is to step (6), until handling all telemetries; If basic data information is change not, repeated execution of steps (4) is to step (6), until handling all telemetries;
At present, the present invention obtains applications well in a plurality of ground test softwares of a plurality of platforms of a plurality of models, realized the versatility of Telemetering Data Processing, and resolving for the telemetry on ground provides enough supports.

Claims (3)

1. a satellite telemetering data disposal system is characterized in that: comprise log pattern, pointer container module, memory management module, basic data management module, configuration information management module, concordance list administration module, data preprocessing module, disposal route module, data resolution module and data initialization and administration module; Wherein: log pattern supplies the crucial Debugging message of other module records system for other module provides the interface function of log record; The pointer container module provides the dynamic memory of information for other module; Memory management module pair encapsulates and manages with the related function of internal memory operation, is used for writing down the number of times of Memory Allocation and the number of times of release, and provides interface to list the quantity that internal memory is revealed; The basic data management module is used for reading, storing and manage the basic data information of all telemetry parameters, and external interface is provided, and supplies concordance list administration module, disposal route module and data initialization and administration module to call; The configuration information management module is used for reading and manage the data message in the configuration file of different model, supplies concordance list module, pre-processing module, data resolution module and data initialization and administration module to call, and makes Telemetry Processing System reach versatility; The concordance list that the concordance list administration module is used for creating and management parameters is handled; And interface is provided, and supply data resolution module and data initialization and administration module to call, make and perhaps one wrap source code when to be resolved when a frame; System can find out the source code that comprises which parameter in this raw data; System extracts source code according to the Back ground Information of the parameter in the concordance list then, calls corresponding disposal methods parameter; Data preprocessing module is according to the profile information of model; The form of frame telemetry and bag telemetry is integrated; Through pre-service, make the form of bag telemetry and the form of frame telemetry have similarity, and provide interface to supply data resolution module to call; Disposal route module offer curves is handled, tabulation is handled, common mathematical function is handled, special purpose function is handled, expression formula is handled, same source calibration is handled and the different source calibration disposal route; The confession data resolution module calls, and accomplishes the processing of telemetry parameter from the source code to the engineering value; Data resolution module is responsible for the management of whole flow chart of data processing; At first integrate raw data according to data preprocessing module; Secondly obtain index through the concordance list administration module; Through basic data management module particular location getparms and disposal route information, obtain source code and calling processing method module parses source code data at last then; Data initialization and administration module are used for other module is carried out initialization and management; Invoke memory administration module allocation space at first; Next calls configuration information management module and basic data management module loading configuration information and basic data; Call the concordance list administration module then and create concordance list, and provide management interface to supply outside other software transfer, make it be provided with and to manage the conventional data processing software package.
2. a kind of satellite telemetering data disposal system as claimed in claim 1; It is characterized in that: described disposal route module is used for the remote measurement source code is handled, and comprises curve administration module, list management module, universal function module, expression formula processing module and calibration module; Wherein:
The curve administration module is managed the required calibration curve information of curve processing method in the basic database, according to parameter source code value, adopts the mode of piecewise linearity difference to obtain engineering value;
The list management module is managed the required list information of tabulation disposal route in the basic database, according to parameter source code value, adopts the mode of tabling look-up to obtain engineering value;
The universal function module is write the general processing function of each model in advance in handling procedure, and numbering is provided, and this function as input, is handled out engineering value through predefined processing mode with the source code of telemetry parameter and relevant information; All general purpose function disposal routes are concentrated in the function pointer array; Number obtain handling function pointer according to the function processing formula in the telemetry parameter base data table; The remote measurement source code of incorporating parametric and the related coefficient in the base data table then, the correlation parameter information calculations goes out the engineering value of parameter;
The expression formula processing module is used for expanding the data processing method of telemetry parameter, directly the processing expression formula of telemetry parameter is carried out morphology and grammatical analysis, and the generative grammar tree makes an explanation when operation and carries out the engineering value that draws parameter;
Calibration module is used for assisting the calibration information of management parameters, and the system that makes can calibrate the result of parameter according to these calibration informations.
3. satellite telemetry data reduction processing method may further comprise the steps:
The first step: prepare configuration file, the wherein characteristic information of definition frame form or packet format telemetry;
Second step: prepare basic data, wherein define title, code name, pattern, position, the processing mode information of telemetry parameter;
The 3rd step: reading the Back ground Information in second step, according to Back ground Information, is that the pointer container is created the frame index table or wrapped concordance list with Dynamic Array;
The 4th step: receive telemetry;
The 5th step: read the configuration file in the first step,, the form of the 4th frame telemetry that receive of step and bag telemetry is carried out validity judgement and data integration according to configuration file; For the bag remote measurement is input with the CADU of bag remote measurement then, after a series of buffer memorys of process are handled with splicing, is output as a series of source bag data, and wraps the form buffer memory of a corresponding section with each source; To put in order the frame remote measurement as a section buffer memory for the frame remote measurement;
The 6th goes on foot: the concordance list that the hop count group in the 5th step was generated according to the 3rd step carries out the parameter processing, and the parameter result is handled according to user-defined mode;
The 7th step:, repeated for the 3rd step to the 6th step, until handling all telemetries if basic data information has change; If basic data information is change not, repeated for the 4th step to the 6th step, until handling all telemetries.
CN201110407247.1A 2011-12-08 2011-12-08 Satellite telemetry data treatment system and realization method thereof Active CN102542002B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110407247.1A CN102542002B (en) 2011-12-08 2011-12-08 Satellite telemetry data treatment system and realization method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110407247.1A CN102542002B (en) 2011-12-08 2011-12-08 Satellite telemetry data treatment system and realization method thereof

Publications (2)

Publication Number Publication Date
CN102542002A true CN102542002A (en) 2012-07-04
CN102542002B CN102542002B (en) 2014-05-07

Family

ID=46348896

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110407247.1A Active CN102542002B (en) 2011-12-08 2011-12-08 Satellite telemetry data treatment system and realization method thereof

Country Status (1)

Country Link
CN (1) CN102542002B (en)

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102904651A (en) * 2012-09-29 2013-01-30 北京空间飞行器总体设计部 Satellite integration telemetering system compatible with advanced orbiting system (AOS) and pulse code modulation (PCM)
CN102968401A (en) * 2012-11-08 2013-03-13 北京空间飞行器总体设计部 Spacecraft accurate measurement data processing system
CN103218451A (en) * 2013-04-27 2013-07-24 北京空间飞行器总体设计部 Automatic spacecraft test data interpreting method
CN103957134A (en) * 2014-04-22 2014-07-30 航天恒星科技有限公司 Modular configurable telemetry parameter analyzing and processing system
CN104618311A (en) * 2013-11-05 2015-05-13 中国空间技术研究院 Telecommand data conversion method
CN104618171A (en) * 2013-11-05 2015-05-13 中国空间技术研究院 Telemetry data conversion method
CN102999331B (en) * 2012-11-13 2015-07-15 北京空间飞行器总体设计部 Hardware blocking layer of onboard software and onboard data communication method
CN105335402A (en) * 2014-07-23 2016-02-17 阿里巴巴集团控股有限公司 Search method, index data generation method and device on the basis of static Cache
CN105574178A (en) * 2015-12-21 2016-05-11 莱诺斯科技(北京)有限公司 Basic database for satellite testing as well as device and method for batch satellite testing
CN106533527A (en) * 2015-09-15 2017-03-22 北京空间飞行器总体设计部 Reconfigurable satellite telemetering on-orbit monitoring and quantitative management system and realization method
CN106528281A (en) * 2016-09-08 2017-03-22 上海卫星工程研究所 Satellite telemetry data offline unified rapid processing system
CN106933688A (en) * 2017-03-14 2017-07-07 北京空间飞行器总体设计部 A kind of telemetry interpretation engine parallel towards many stars and interpretation method
CN107046438A (en) * 2017-03-14 2017-08-15 北京空间飞行器总体设计部 A kind of secondary satellite flies the Telemetry Processing System and method of control
CN109062549A (en) * 2018-07-20 2018-12-21 北京航空航天大学 The method and device of artificial intelligence writing satellite radio frequency channel telemetering decoding program
CN109063258A (en) * 2018-06-29 2018-12-21 北京微纳星空科技有限公司 Satellitosis telemetry parameter storage method and system
CN109086035A (en) * 2018-07-20 2018-12-25 北京航空航天大学 Satellite AOS multi-protocol remote control source program artificial intelligence Writing method
CN109299104A (en) * 2018-10-26 2019-02-01 成都国星宇航科技有限公司 A kind of Telemetry Processing System flying control based on artificial intelligence secondary satellite
CN109861789A (en) * 2019-01-15 2019-06-07 北京临近空间飞行器系统工程研究所 The assembly line telemetry batch processing system sent out fastly is remembered in a kind of adaptation slowly
CN110426719A (en) * 2019-08-12 2019-11-08 上海移远通信技术股份有限公司 Satellite parametric reduction method for testing and analyzing and system, equipment and storage medium
CN110719216A (en) * 2019-10-22 2020-01-21 深圳航天东方红海特卫星有限公司 Data transmission data processing method, system, device and storage medium
CN111831496A (en) * 2020-07-10 2020-10-27 四川九州电子科技股份有限公司 System and method for presetting factory measurement parameters for direct broadcast satellite equipment
CN112948507A (en) * 2021-04-01 2021-06-11 中国空空导弹研究院 Missile telemetering parameter rapid display method
CN112988120A (en) * 2021-03-12 2021-06-18 上海卫星工程研究所 Satellite telemetering downlink scheduling parameter dynamic online binding method and system for Ada language
CN113722309A (en) * 2021-09-12 2021-11-30 北京国电高科科技有限公司 Spacecraft memory read-out data analysis and interpretation system and method
CN114500614A (en) * 2022-04-14 2022-05-13 北京航天驭星科技有限公司 Satellite telemetry data processing method and device, electronic equipment and readable medium
CN115994251A (en) * 2023-03-23 2023-04-21 北京星途探索科技有限公司 Target projectile telemetering data analysis device and analysis system

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102158392A (en) * 2010-12-13 2011-08-17 中国空间技术研究院 Method for telemetering of advanced orbiting system (AOS) of distributed framework satellite

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102158392A (en) * 2010-12-13 2011-08-17 中国空间技术研究院 Method for telemetering of advanced orbiting system (AOS) of distributed framework satellite

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
吴晓琳: "基于分布式数据库的遥测数据处理系统", 《飞行器测控学报》 *

Cited By (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102904651B (en) * 2012-09-29 2014-10-08 北京空间飞行器总体设计部 Satellite integration telemetering system compatible with advanced orbiting system (AOS) and pulse code modulation (PCM)
CN102904651A (en) * 2012-09-29 2013-01-30 北京空间飞行器总体设计部 Satellite integration telemetering system compatible with advanced orbiting system (AOS) and pulse code modulation (PCM)
CN102968401A (en) * 2012-11-08 2013-03-13 北京空间飞行器总体设计部 Spacecraft accurate measurement data processing system
CN102968401B (en) * 2012-11-08 2015-09-23 北京空间飞行器总体设计部 A kind of spacecraft accurate measurement data handling system
CN102999331B (en) * 2012-11-13 2015-07-15 北京空间飞行器总体设计部 Hardware blocking layer of onboard software and onboard data communication method
CN103218451A (en) * 2013-04-27 2013-07-24 北京空间飞行器总体设计部 Automatic spacecraft test data interpreting method
CN103218451B (en) * 2013-04-27 2015-07-01 北京空间飞行器总体设计部 Automatic spacecraft test data interpreting method
CN104618311A (en) * 2013-11-05 2015-05-13 中国空间技术研究院 Telecommand data conversion method
CN104618171A (en) * 2013-11-05 2015-05-13 中国空间技术研究院 Telemetry data conversion method
CN104618311B (en) * 2013-11-05 2017-12-12 中国空间技术研究院 Remote-control data conversion method
CN103957134B (en) * 2014-04-22 2017-05-10 航天恒星科技有限公司 Modular configurable telemetry parameter analyzing and processing system
CN103957134A (en) * 2014-04-22 2014-07-30 航天恒星科技有限公司 Modular configurable telemetry parameter analyzing and processing system
CN105335402A (en) * 2014-07-23 2016-02-17 阿里巴巴集团控股有限公司 Search method, index data generation method and device on the basis of static Cache
CN105335402B (en) * 2014-07-23 2018-12-04 阿里巴巴集团控股有限公司 Searching method, index data generation method and device based on static Cache
CN106533527A (en) * 2015-09-15 2017-03-22 北京空间飞行器总体设计部 Reconfigurable satellite telemetering on-orbit monitoring and quantitative management system and realization method
CN106533527B (en) * 2015-09-15 2019-12-13 北京空间飞行器总体设计部 Reconfigurable satellite telemetering on-orbit monitoring and quantitative management system and implementation method thereof
CN105574178A (en) * 2015-12-21 2016-05-11 莱诺斯科技(北京)有限公司 Basic database for satellite testing as well as device and method for batch satellite testing
CN105574178B (en) * 2015-12-21 2020-03-24 莱诺斯科技(北京)股份有限公司 Satellite test basic database and batch satellite test device and method
CN106528281A (en) * 2016-09-08 2017-03-22 上海卫星工程研究所 Satellite telemetry data offline unified rapid processing system
CN106933688A (en) * 2017-03-14 2017-07-07 北京空间飞行器总体设计部 A kind of telemetry interpretation engine parallel towards many stars and interpretation method
CN107046438A (en) * 2017-03-14 2017-08-15 北京空间飞行器总体设计部 A kind of secondary satellite flies the Telemetry Processing System and method of control
CN106933688B (en) * 2017-03-14 2020-04-10 北京空间飞行器总体设计部 Telemetry data interpretation engine facing multi-satellite parallel
CN109063258A (en) * 2018-06-29 2018-12-21 北京微纳星空科技有限公司 Satellitosis telemetry parameter storage method and system
CN109062549B (en) * 2018-07-20 2022-07-01 北京航空航天大学 Method and device for writing satellite channel telemetering decoding program by artificial intelligence
CN109086035A (en) * 2018-07-20 2018-12-25 北京航空航天大学 Satellite AOS multi-protocol remote control source program artificial intelligence Writing method
CN109062549A (en) * 2018-07-20 2018-12-21 北京航空航天大学 The method and device of artificial intelligence writing satellite radio frequency channel telemetering decoding program
CN109086035B (en) * 2018-07-20 2021-08-10 北京航空航天大学 Artificial intelligent writing method for satellite AOS protocol remote control source program
CN109299104A (en) * 2018-10-26 2019-02-01 成都国星宇航科技有限公司 A kind of Telemetry Processing System flying control based on artificial intelligence secondary satellite
CN109861789A (en) * 2019-01-15 2019-06-07 北京临近空间飞行器系统工程研究所 The assembly line telemetry batch processing system sent out fastly is remembered in a kind of adaptation slowly
CN109861789B (en) * 2019-01-15 2021-09-07 北京临近空间飞行器系统工程研究所 Assembly line telemetering data batch processing system suitable for slow-recording and fast-sending
CN110426719A (en) * 2019-08-12 2019-11-08 上海移远通信技术股份有限公司 Satellite parametric reduction method for testing and analyzing and system, equipment and storage medium
CN110719216A (en) * 2019-10-22 2020-01-21 深圳航天东方红海特卫星有限公司 Data transmission data processing method, system, device and storage medium
CN110719216B (en) * 2019-10-22 2021-07-27 深圳航天东方红海特卫星有限公司 Data transmission data processing method, system, device and storage medium
CN111831496A (en) * 2020-07-10 2020-10-27 四川九州电子科技股份有限公司 System and method for presetting factory measurement parameters for direct broadcast satellite equipment
CN111831496B (en) * 2020-07-10 2023-06-02 四川九州电子科技股份有限公司 System and method for presetting factory measurement parameters of direct broadcast satellite equipment
CN112988120A (en) * 2021-03-12 2021-06-18 上海卫星工程研究所 Satellite telemetering downlink scheduling parameter dynamic online binding method and system for Ada language
CN112948507A (en) * 2021-04-01 2021-06-11 中国空空导弹研究院 Missile telemetering parameter rapid display method
CN113722309A (en) * 2021-09-12 2021-11-30 北京国电高科科技有限公司 Spacecraft memory read-out data analysis and interpretation system and method
CN113722309B (en) * 2021-09-12 2023-05-26 北京国电高科科技有限公司 Spacecraft memory read-out data analysis and interpretation system and method
CN114500614A (en) * 2022-04-14 2022-05-13 北京航天驭星科技有限公司 Satellite telemetry data processing method and device, electronic equipment and readable medium
CN115994251A (en) * 2023-03-23 2023-04-21 北京星途探索科技有限公司 Target projectile telemetering data analysis device and analysis system
CN115994251B (en) * 2023-03-23 2023-05-26 北京星途探索科技有限公司 Target projectile telemetering data analysis device and analysis system

Also Published As

Publication number Publication date
CN102542002B (en) 2014-05-07

Similar Documents

Publication Publication Date Title
CN102542002B (en) Satellite telemetry data treatment system and realization method thereof
CN110825362B (en) Low-code application software development system and method
US7194485B2 (en) Mapping XML schema components to qualified java components
US8762934B2 (en) Method of extensible business object modeling and generation of system artifacts from the models
CN102968306B (en) A kind of code automatic generation method based on data model driving and system
US7174533B2 (en) Method, system, and program for translating a class schema in a source language to a target language
CN105426394B (en) Based on cross-platform mobile report form generation method and system
CN100520718C (en) Script order registration method, method and device for calling source program code
CN101901265B (en) Objectification management system of virtual test data
CN107391153A (en) A kind of code generating method and device based on Spring Yu MyBatis framework integrations
CN102663103A (en) Configurable method for automatically generating database and accessing data
CN104881275A (en) Electronic spreadsheet generating method and device
CN100561476C (en) A kind of code generating method based on the ASN type object
CN104102489A (en) Third-party database APP (Application) construction system and construction method
CN103176778B (en) Web development methods and device
CN112667242B (en) Method and device for encapsulating C codes into FMU
CN103744647A (en) Java workflow development system and method based on workflow GPD
US8135757B2 (en) Generating references to reusable code in a schema
CN104063231B (en) Test resource rapid access method based on HIT-TENA
US20120084306A1 (en) Systems, methods, and apparatus for accessing object representations of data sets
CN110109675A (en) Intelligent contract processing method, device and computer readable storage medium
CN103501341A (en) Method and device for establishing Web service
CN104423986A (en) Method and device for embedding script into application system
Rohl et al. Flexible integration of XML into modeling and simulation systems
Oliveira et al. ETL standard processes modelling-a novel BPMN approach

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant