CN111984232A - Radar cover testing software design method based on signal flow - Google Patents

Radar cover testing software design method based on signal flow Download PDF

Info

Publication number
CN111984232A
CN111984232A CN202010764622.7A CN202010764622A CN111984232A CN 111984232 A CN111984232 A CN 111984232A CN 202010764622 A CN202010764622 A CN 202010764622A CN 111984232 A CN111984232 A CN 111984232A
Authority
CN
China
Prior art keywords
test
layer
design method
radome
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010764622.7A
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.)
AVIC Research Institute Special Structures Aeronautical Composites
Original Assignee
AVIC Research Institute Special Structures Aeronautical Composites
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 AVIC Research Institute Special Structures Aeronautical Composites filed Critical AVIC Research Institute Special Structures Aeronautical Composites
Priority to CN202010764622.7A priority Critical patent/CN111984232A/en
Publication of CN111984232A publication Critical patent/CN111984232A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/2433Query languages
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Mathematical Physics (AREA)
  • Computational Linguistics (AREA)
  • Computing Systems (AREA)
  • Radar Systems Or Details Thereof (AREA)

Abstract

The invention belongs to the technical field of microwave radio frequency and test measurement, and particularly relates to a radome test software design method based on signal flow; the method is developed by adopting C # language, and is divided according to functions according to the actual test requirements of the antenna housing; the software architecture is sequentially set into an application layer, a logic layer, a service layer, a data access layer and a data layer from top to bottom; the method comprises the steps of packaging functions of a data access layer again aiming at different equipment and instruments, unifying interfaces, representing physical resources by virtual resources in a signal form, converting an original test mode facing a test process into a test mode facing signals, describing test requirements by the requirements of the signals, distributing the virtual resources in real time, and then positioning the virtual resources on a specific measuring instrument.

Description

Radar cover testing software design method based on signal flow
Technical Field
The invention belongs to the technical field of microwave radio frequency and test measurement, and particularly relates to a radome test software design method based on signal flow.
Background
The radome electrical performance test is mainly the antenna test, the antenna test is an indispensable link in the radome electrical performance research field, and is an important reference material for analyzing and designing the radome, and main performance parameters of the antenna can be obtained through measuring an antenna directional diagram. By comparing the results of the antenna directional diagram in the two states of covering and uncovering, the electrical performance index of the radome can be calculated.
The antenna test system in foreign countries is developed earlier than China, the technology is mature, wherein MI company in the United states has unique technical advantages, and the measurement and control software is developed based on VB.
The domestic antenna test software is mainly developed based on LabWindows/CVI, is a virtual instrument technology, is based on a graphical programming language, is mainly applied to various test, control, fault analysis and information processing software, and is suitable for development of medium and large complex test software.
At present, mainstream test software is mainly developed based on a design mode of a measuring instrument, only equipment with a single model or similar models can be controlled aiming at a single test system, and once the internal instrument of the test system is upgraded or replaced by other brands, measurement and control software needs to be rewritten. The patent refers to the field of 'testing static or dynamic balance of machines or structures'.
The radar cover electrical performance test is a main mode of radar cover performance detection, along with different test requirements in different places, measurement and control equipment are different, the existing test software is mainly designed and developed aiming at a single system, a measuring instrument needs to be configured in the using process, amplitude and phase data of a received signal are obtained, and the postures of a rotary table and an antenna pedestal need to be obtained in real time and dynamically controlled. For a measuring instrument, main brands comprise Keisight, R & S, Ceyear and the like, main communication buses relate to VXI, LXI, VI and the like, and test turntable communication protocols also comprise UDP, TCP, serial port protocols and the like. The test software designed and compiled based on the instrument design mode is centered on the instrument, the test requirement is given in the form of instrument configuration, the real-time distributed resources during the test execution are specific physical instruments, and the drive of the instrument is integrated in the test program.
For different test sites, the test methods are consistent for the same test content, but because the difference of the measurement instruments of each system is large, the test software of one test system needs to be greatly modified when being placed in other systems, and more manpower is wasted. The invention provides a test software structure based on signal flow, which characterizes physical resources by virtual resources in a signal form to describe test requirements for the requirements of signals, adds an application layer on the original software design structure, allocates the virtual resources in real time, and then positions the virtual resources on a specific measuring instrument. Meanwhile, a universal software framework is designed aiming at different testing methods, so that the system can be adapted to most radar cover electrical performance testing systems.
Disclosure of Invention
The invention has the following aims: aiming at the characteristics of high labor cost, poor transportability and overlapped functions of the conventional test software, the design method of the test software facing the signals is provided, the interoperability of a test system is improved, the flexibility of the test software is improved to the maximum extent, the sharing and reusing of test diagnosis information of each stage in the whole life cycle of a tested object are realized, and the test diagnosis efficiency and accuracy are improved.
The technical scheme is as follows: a design method of radome test software based on signal flow is developed by adopting C # language, and is divided according to functions according to the actual test requirements of a radome; the software architecture is sequentially set into an application layer, a logic layer, a service layer, a data access layer and a data layer from top to bottom; the method comprises the steps of packaging functions of a data access layer again aiming at different equipment and instruments, unifying interfaces, representing physical resources by virtual resources in a signal form, converting an original test mode facing a test process into a test mode facing signals, describing test requirements by the requirements of the signals, distributing the virtual resources in real time, and then positioning the virtual resources on a specific measuring instrument.
Preferably, the application layer mainly includes configuration of test parameters, selection of a test method, display of real-time test data, and the like.
Preferably, the logic layer is mainly responsible for implementing service logic, encapsulates core logic service processing, responds to user operation, performs equipment control according to a set time sequence, processes acquired data in real time, and provides the data to the application layer for display.
Preferably, the service layer designs a uniform interface function according to the functional requirements for the same type of different devices, and uses abstrat keyword declaration.
Preferably, the service layer has an event (event) adding triggering mechanism, the event service logic is realized through the communication between the event and the logic layer, the event is sent out after the processing is finished, and the logic layer automatically triggers the next operation according to the content of the event.
Preferably, the service layer does not perform specific device operations, but only takes charge of the description of functions required by the user, for example, what data the user will send to the device and what type of data the user needs to obtain from the device.
Preferably, the data access layer mainly integrates data access driving, including methods of operating a database, reading and writing instruments or devices through SQL statements, and realizes all interfaces in the service layer, and presents the interfaces in the form of dynamic link library DLLs.
Preferably, the data layer uses MYSQL as a bottom database, supports various operating systems, and can be remotely deployed.
Preferably, by the software structure, the expandability of software can be greatly improved, and for the control system upgrade and the hardware replacement, especially for a newly added system, as long as the functions are consistent, the upgrade and the update of the control software can be realized on the premise that the main body of the control software is not changed by only modifying the implementation mode of the data access layer.
The beneficial technical effects are as follows: a signal-oriented antenna housing test software structure is designed, and compatibility and expandability of radome test software are greatly improved.
Drawings
FIG. 1 is a diagram of the software architecture of the present invention.
Detailed Description
The invention is described in detail by the following structural specification drawings, aiming at the characteristics of high labor cost, poor transportability and overlapped functions required by the conventional test software, the signal flow-based test software structure provided by the invention adopts the virtual resources in the form of signals to represent physical resources so as to describe the test requirements for the requirements of the signals, and adds an application layer on the original software design structure to distribute the virtual resources in real time and then position the virtual resources on a specific measuring instrument. Meanwhile, a universal software framework is designed aiming at different testing methods, so that the system can be adapted to most radar cover electrical performance testing systems.
As shown in fig. 1, a software architecture diagram related to the present invention is specifically designed by adopting C # language development, and dividing according to the actual test requirements of the radome, according to the functions; the software architecture is sequentially set into an application layer, a logic layer, a service layer, a data access layer and a data layer from top to bottom; the method comprises the steps of packaging functions of a data access layer again aiming at different equipment and instruments, unifying interfaces, representing physical resources by virtual resources in a signal form, converting an original test mode facing a test process into a test mode facing signals, describing test requirements by the requirements of the signals, distributing the virtual resources in real time, and then positioning the virtual resources on a specific measuring instrument.
In the software architecture designed by the invention, the application layer mainly comprises configuration of test parameters, selection of a test method, display of real-time test data and the like, and other items of the same category can be added according to actual requirements; the logic layer is mainly responsible for realizing service logic, encapsulates core logic service processing, responds to the operation of a user, controls equipment according to a set time sequence, processes acquired data in real time and provides the data for the application layer to display; the display form is not limited.
In the design process, a service layer in a software framework designs a uniform interface function aiming at different devices of the same type according to the functional requirements, and the uniform interface function is adopted to facilitate the solidification of the test process by using abstrat keyword statement, thereby ensuring the consistency of data obtained by different batches of tests.
Meanwhile, the service layer is also provided with an event (event) adding triggering mechanism, event business logic is realized through the communication between the event and the logic layer, the event is sent out after the processing is finished, the logic layer automatically triggers the next operation according to the content of the event, the whole process is automated, the interruption situation in the execution process is prevented, and the software operation fluency is further improved.
In a specific application process, the service layer does not perform specific device operation, and is only responsible for the description of functions required by the user, for example, what kind of data the user sends to the device and what kind of data the user needs to obtain from the device; the design of the orientation requirement can effectively improve the execution efficiency of the radome test software.
The invention can greatly improve the expandability of software through the software structure, and can realize the upgrading and updating of the control software on the premise of not changing the main body of the control software only by modifying the implementation mode of a data access layer as long as the functions are consistent aiming at the upgrading of a control system and the replacement of hardware, especially for a newly added system; the innovative design of the invention improves the software execution efficiency; the compatibility and the expandability of the radome test software are greatly improved.

Claims (9)

1. A design method of radome test software based on signal flow is characterized in that: the method is developed by adopting C # language, and is divided according to functions according to the actual test requirements of the antenna housing; the software architecture is sequentially set into an application layer, a logic layer, a service layer, a data access layer and a data layer from top to bottom; the method comprises the steps of packaging functions of a data access layer again aiming at different equipment and instruments, unifying interfaces, representing physical resources by virtual resources in a signal form, converting an original test mode facing a test process into a test mode facing signals, describing test requirements by the requirements of the signals, distributing the virtual resources in real time, and then positioning the virtual resources on a specific measuring instrument.
2. The radome test software design method of claim 1, wherein: the application layer at least comprises configuration of test parameters, selection of a test method and display of real-time test data.
3. The radome test software design method of claim 1, wherein: the logic layer is responsible for realizing service logic, encapsulating core logic service processing, responding to the operation of a user, controlling equipment according to a set time sequence, processing acquired data in real time and providing the data for the application layer to display.
4. The radome test software design method of claim 1, wherein: the service layer designs a uniform interface function according to the functional requirements aiming at different devices of the same type, and uses abstrat keyword statement.
5. The radome test software design method of claim 1 or 4, wherein: the service layer is provided with an added event triggering mechanism, event service logic is realized through communication between the event and the logic layer, the event is sent out after the processing is finished, and the logic layer automatically triggers the next operation according to the content of the event.
6. The radome test software design method of claim 5, wherein: the service layer does not perform specific device operation and is only responsible for the description of functions required by the user.
7. The radome test software design method of claim 1, wherein: the data access layer is integrated with data access drive, including the operation of a database, the reading and writing of instruments or equipment through SQL statements, realizes all interfaces in the service layer, and finally presents in the form of dynamic link library DLL.
8. The radome test software design method of claim 1, wherein: the data layer uses MYSQL as a bottom database, supports various operating systems, and can be remotely deployed.
9. The radome test software design method of claim 1, wherein: by modifying the implementation mode of the data access layer, the upgrading and updating of the control software can be realized on the premise that the main body of the control software is not changed.
CN202010764622.7A 2020-07-31 2020-07-31 Radar cover testing software design method based on signal flow Pending CN111984232A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010764622.7A CN111984232A (en) 2020-07-31 2020-07-31 Radar cover testing software design method based on signal flow

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010764622.7A CN111984232A (en) 2020-07-31 2020-07-31 Radar cover testing software design method based on signal flow

Publications (1)

Publication Number Publication Date
CN111984232A true CN111984232A (en) 2020-11-24

Family

ID=73444973

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010764622.7A Pending CN111984232A (en) 2020-07-31 2020-07-31 Radar cover testing software design method based on signal flow

Country Status (1)

Country Link
CN (1) CN111984232A (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000315222A (en) * 1999-04-30 2000-11-14 Matsushita Electric Ind Co Ltd Database for designing integrated circuit device and designing method for integrated circuit device
CN101944026A (en) * 2010-09-21 2011-01-12 中国人民解放军63961部队 Implementation method of universal virtual instrument interface
CN101964081A (en) * 2010-09-13 2011-02-02 中国恩菲工程技术有限公司 Production information system based on factory management infrastructure platform
CN102063113A (en) * 2010-12-29 2011-05-18 哈尔滨工业大学 Standardized LXI (LAN (Local Area Network) Extension for Instrument) equipment software framework based on M module
CN103218225A (en) * 2013-03-29 2013-07-24 北京宇航系统工程研究所 Unified measurement and development control software development system
CN104683394A (en) * 2013-11-27 2015-06-03 上海墨芋电子科技有限公司 Cloud computing platform database benchmark test system for new technology and method thereof
CN105045709A (en) * 2015-06-09 2015-11-11 中国电子科技集团公司第四十一研究所 Capability-based test equipment exchange method
CN106407516A (en) * 2016-08-31 2017-02-15 北京中电华大电子设计有限责任公司 Verification method for parallel verification
CN107479876A (en) * 2017-07-21 2017-12-15 中国航空无线电电子研究所 A kind of five layer architecture design methods for building unmanned aerial vehicle station software
CN107733740A (en) * 2017-10-25 2018-02-23 中国电子科技集团公司第五十四研究所 A kind of communication equipment automatic test approach based on VEE
CN108170615A (en) * 2017-12-14 2018-06-15 北京航天测控技术有限公司 A kind of driving framework of the virtual instrument of signal-oriented
CN109656533A (en) * 2018-12-18 2019-04-19 山东超越数控电子股份有限公司 A kind of uncoupled software implementation radar system of software and hardware
CN111176984A (en) * 2019-12-12 2020-05-19 中国航空工业集团公司洛阳电光设备研究所 Signal-oriented automatic test implementation method
CN111258550A (en) * 2020-01-16 2020-06-09 深圳市元征科技股份有限公司 Software architecture and software architecture development method

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000315222A (en) * 1999-04-30 2000-11-14 Matsushita Electric Ind Co Ltd Database for designing integrated circuit device and designing method for integrated circuit device
CN101964081A (en) * 2010-09-13 2011-02-02 中国恩菲工程技术有限公司 Production information system based on factory management infrastructure platform
CN101944026A (en) * 2010-09-21 2011-01-12 中国人民解放军63961部队 Implementation method of universal virtual instrument interface
CN102063113A (en) * 2010-12-29 2011-05-18 哈尔滨工业大学 Standardized LXI (LAN (Local Area Network) Extension for Instrument) equipment software framework based on M module
CN103218225A (en) * 2013-03-29 2013-07-24 北京宇航系统工程研究所 Unified measurement and development control software development system
CN104683394A (en) * 2013-11-27 2015-06-03 上海墨芋电子科技有限公司 Cloud computing platform database benchmark test system for new technology and method thereof
CN105045709A (en) * 2015-06-09 2015-11-11 中国电子科技集团公司第四十一研究所 Capability-based test equipment exchange method
CN106407516A (en) * 2016-08-31 2017-02-15 北京中电华大电子设计有限责任公司 Verification method for parallel verification
CN107479876A (en) * 2017-07-21 2017-12-15 中国航空无线电电子研究所 A kind of five layer architecture design methods for building unmanned aerial vehicle station software
CN107733740A (en) * 2017-10-25 2018-02-23 中国电子科技集团公司第五十四研究所 A kind of communication equipment automatic test approach based on VEE
CN108170615A (en) * 2017-12-14 2018-06-15 北京航天测控技术有限公司 A kind of driving framework of the virtual instrument of signal-oriented
CN109656533A (en) * 2018-12-18 2019-04-19 山东超越数控电子股份有限公司 A kind of uncoupled software implementation radar system of software and hardware
CN111176984A (en) * 2019-12-12 2020-05-19 中国航空工业集团公司洛阳电光设备研究所 Signal-oriented automatic test implementation method
CN111258550A (en) * 2020-01-16 2020-06-09 深圳市元征科技股份有限公司 Software architecture and software architecture development method

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
刘金宁 , 孟晨 , 崔少辉 , 陈德祥: "实现仪器互换的虚拟仪器测试系统", 电子技术, no. 03 *
刘金宁 , 孟晨 , 崔少辉 , 陈德祥: "实现仪器互换的虚拟仪器测试系统", 电子技术, no. 03, 12 March 2005 (2005-03-12) *
刘金宁, 孟晨, 崔少辉, 陈德祥: "基于功能接口的虚拟仪器测试软件设计", 电测与仪表, no. 07, 25 July 2005 (2005-07-25) *
石冰主编: "《软件工程》", 31 August 2017, 中国科学技术大学出版社, pages: 101 - 107 *

Similar Documents

Publication Publication Date Title
EP1004072B1 (en) Embedded graphical programming system
CN109885480B (en) Automatic interface compatibility testing method and device based on debugging bridge
CN105094783A (en) Method and device for testing Android application stability
CN101630258A (en) Embedded Linux software integration development system on Windows platform and construction method thereof
CN106021102B (en) The generation method and device of automatic test file
CN104794258A (en) Automobile hardware-in-loop simulation system
CN109040752B (en) Automatic debugging system for smart television
CN106933609A (en) The generation method and device of Android application program installation kits
CN106093897B (en) A kind of the test system and test method of radar system
CN107797004B (en) Digital verification system and method for spacecraft electrical performance test case
CN104915297B (en) A kind of automated testing method of the APP power consumption of android equipment
CN111176984A (en) Signal-oriented automatic test implementation method
JP7262818B2 (en) Software environment for controlling engine debugging, testing, calibration and tuning
CN109376087A (en) A kind of method for testing software, device and electronic equipment
CN107992428A (en) The automatic test platform that a kind of Python is realized
CN108664264A (en) A kind of device and method remotely updating FPGA by JTAG modes based on CPU
CN109710247A (en) A kind of flying-controlled box based on model fast implements platform
CN110119282A (en) A kind of internet-of-things terminal and system based on general-purpose built-in type computer
Chung et al. PROToFLEX: FPGA-accelerated hybrid functional simulator
CN101984640B (en) Energy consumption measuring method of Android mobile phone platform based on Intel Atom
Wang et al. Research on mobile application automation testing technology based on appium
CN103200040B (en) Based on method of testing and the system of the interface signal quality of special chip
CN111984232A (en) Radar cover testing software design method based on signal flow
CN102867087A (en) Graphical radar signal processing high-level integrated design platform and method
CN112732237B (en) Method and system for constructing code-free development technology model

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