CN115273559B - Method for carrying out virtual simulation on aircraft cabin head-up display - Google Patents

Method for carrying out virtual simulation on aircraft cabin head-up display Download PDF

Info

Publication number
CN115273559B
CN115273559B CN202210801206.9A CN202210801206A CN115273559B CN 115273559 B CN115273559 B CN 115273559B CN 202210801206 A CN202210801206 A CN 202210801206A CN 115273559 B CN115273559 B CN 115273559B
Authority
CN
China
Prior art keywords
data
image
display
value
pitch angle
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202210801206.9A
Other languages
Chinese (zh)
Other versions
CN115273559A (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.)
Shenyang Aircraft Industry Group Co Ltd
Original Assignee
Shenyang Aircraft Industry Group 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 Shenyang Aircraft Industry Group Co Ltd filed Critical Shenyang Aircraft Industry Group Co Ltd
Priority to CN202210801206.9A priority Critical patent/CN115273559B/en
Publication of CN115273559A publication Critical patent/CN115273559A/en
Application granted granted Critical
Publication of CN115273559B publication Critical patent/CN115273559B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G5/00Traffic control systems for aircraft, e.g. air-traffic control [ATC]
    • G08G5/0073Surveillance aids

Abstract

The invention belongs to the technical field of aircraft test flight monitoring, and relates to a programming algorithm for performing virtual simulation on an aircraft cabin head-up display. The method mainly comprises the steps of an imaging program algorithm, a pitching program algorithm, a rolling program algorithm, a front-end data driving acceptance step, a data network distribution step and the like. The real image of the invention synchronously reproduces the aircraft cabin head-up display on the monitoring computer of the client in real time, thereby bringing stronger sense of reality and feedback speed for ground command and monitoring personnel; meanwhile, the data sources of all monitoring split pictures are unified, the framework which mainly uses virtual head-up display and is fused with other monitoring pictures in the same monitoring terminal is realized, and all pictures run synchronously.

Description

Method for carrying out virtual simulation on aircraft cabin head-up display
Technical Field
The invention belongs to the technical field of aircraft test flight monitoring, and relates to a method for carrying out virtual simulation on an aircraft cabin head-up display.
Background
At present, an aircraft flight time load test system collects bus data of each system of an aircraft, after modulating and carrying, the bus data are sent to a ground receiving system, after being demodulated by the front end of a telemetry monitoring platform, original codes are converted into physical quantities by a server, and the physical quantities are distributed to a plurality of clients by a local area network. The real-time display of the traditional flight data client is mainly based on interfaces for directly displaying physical quantities, such as character scrolling, form refreshing, waveform display and the like, and real-time monitoring pictures of aircraft cabin simulation are gradually developed on some program development platforms in recent years. Along with the improvement of test flight test technology, higher requirements are also generated for a command monitoring system.
Disclosure of Invention
In order to enable a ground commander to intuitively sense various conditions such as pitching and rolling of airplane flight, the invention provides a method for carrying out virtual simulation on the plane cabin head-up display, which is more real and more intuitive than the existing monitoring picture and gives the commander an immersive feeling.
The technical scheme adopted by the invention is as follows:
a method for carrying out virtual simulation on an aircraft cabin head-up display comprises the following steps:
the first step is to analyze the picture of the scale band into pixel array, record the information in the data structure of "image data", and call with the development platform function to display the image in the proper position of the window.
And secondly, calculating the mathematical relation between the pixel number and the pitch angle of the unit scales of the scale belt, determining the value of each parameter in q=k x a+b, and calling a platform function to drive the scale belt to move up and down by the pitch angle. q is the position of the "rectangle" in the "image data" data structure, b is the distance of the upper boundary of the square from the rectangular scale band base map when the pitch angle a is equal to 0, and k is the value when q is equal to 0 and a is equal to 90 degrees.
And thirdly, calling a platform function, and driving the coordinate system where the scale belt is positioned to rotate by using the actually measured rolling angle.
The three steps complete the display preparation work of the virtual head-up display.
And step four, receiving data driving of the front end. The telemetry demodulation front end separates the PCM data stream from the carrier signal and transmits the PCM data stream to the graphics data processing ground station over the network. And then, the ground station data processing system performs recovery processing such as data extraction, engineering unit conversion and the like on the PCM data stream to finish the data processing work in the earlier stage.
And fifthly, setting according to the definition of a data interface and a network interface of a program, receiving physical quantity data broadcast by a telemetry front-end server by a network terminal, driving a virtual head-up display and other display controls, and displaying the data in real time for flight monitoring.
The real image of the invention synchronously reproduces the aircraft cabin head-up display on the monitoring computer of the client in real time, thereby bringing stronger sense of reality and feedback speed for ground command and monitoring personnel; meanwhile, the data sources of all monitoring split pictures are unified, the framework which mainly uses virtual head-up display and is fused with other monitoring pictures in the same monitoring terminal is realized, and all pictures run synchronously.
Drawings
Fig. 1 is an algorithmic graph of the roll-over procedure of the present invention.
Detailed Description
The present invention will be described in detail with reference to the accompanying drawings and technical schemes.
A method for carrying out virtual simulation on an aircraft cabin head-up display comprises the following specific steps:
step 1: algorithm for imaging procedure
The image resource required by the developed virtual aircraft cockpit display is a rectangular scale band base sketch, and the picture of the scale band needs to be resolved into a pixel array, and is contained in a data structure called image data. The data structure contains all information contents of the pixel map: i.e. image depth, color, rectangle.
Image depth: the color depth of an image, i.e., the number of bits of each pixel in the image, is specified, the effective value includes 1, 4, 8, and 24 bits per pixel, and the image depth determines how the image and color values are resolved.
Color: the RGB color value array corresponds to the value in the image, the number of bytes occupied is determined by the image depth, the image depth of the horizon simulation control is selected to be 24, the color of each pixel is described by 3 bytes, and the colors respectively represent a red value, a green value and a blue value.
Rectangular: the cluster contains the coordinates of the image area to be converted, the horizontal coordinates increasing to the right and the vertical coordinates increasing downwards.
The data structure carries most of information of the simulation control, and the whole process of imaging, pitching and rolling of the control is penetrated.
Step 2: algorithm of pitching program
When the program runs, the scale belt moves up and down to display the pitch angle at the time. The circle moves up and down along with the pitch angle a on the scale belt to form the display of the pitch angle, and the position relationship between the pitch angle and the circle on the scale belt is the corresponding relationship between the pitch angle and the rectangular position q in the image data structure. Because the device moves up and down and does not move left and right, the device can be simplified into the corresponding relation between the pitch angle a and the upper boundary of the rectangular vertical coordinate in the data structure of the image data. Can be summarized as the following linear function: q=k×a+b. b is the distance between the upper boundary of the square and the rectangular scale belt base map when the pitch angle a is equal to 0, k is the value when q is equal to 0 and a is equal to 90 degrees.
Step 3: algorithm for roll-over procedure
As shown in fig. 1, the rolling process is actually rotation of picture pixels, the image exists in a two-dimensional array form in the memory, and index values of all elements in the two-dimensional array can be used as coordinate values in a coordinate system, so that the array of the picture is projected into the coordinate system. As shown in fig. 1, the change of the two-dimensional array value of the image can be realized by a method of rotating pixel coordinates, and after the original coordinate system where any point P is located in the image rotates by θ (roll angle), the coordinates of P in the new coordinate system are as follows:
thereby achieving image rotation. X and y are coordinates of P points before airplane rolling, x 'y' is coordinates of P points after airplane rolling, R θ Is the rotation coefficient of the coordinates. Because the instrument rolls is actually the image rolls around the center, before the coordinates rotate, the center of the image array needs to be translated to the origin of coordinates, and after the rotation, the center of the image is translated to the original position.
Referring to the display information of the real aircraft head-up display and the suggestion of the commander, the program gives out the aircraft flight information such as the table speed, the ground speed, the Mach number, the total oil quantity, the attack angle, the overload, the course, the lifting speed, the field height, the sea height, the roll angle, the radio height and the like in the window of the virtual aircraft cabin head-up display, and displays the aircraft flight information in the forms of numerical values, sliding blocks, indicator lamps, meters, pointers and the like.
Step 4: accepting front-end data driving
The machine carries and gathers the transmitting equipment and gathers the original discrete quantity of each system of the aircraft and analog quantity data and then transmits to the ground, the ground aerial tracking system carries on the goal automatic tracking calculation through the tracking computer, meanwhile, the telemetering and demodulating front end separates out the PCM data flow in the carrier signal, and send PCM data flow to the figure data processing ground station through the network. And then, the ground station data processing system performs recovery processing such as data extraction, engineering unit conversion and the like on the PCM data stream to finish the data processing work in the earlier stage.
Step 5: network allocation of data
The external interface of the virtual aircraft cabin head-up display comprises a data interface and a network interface. The telemetry receiver demodulates the received data carrier wave and sends the demodulated data carrier wave to the telemetry front end, forms a frame synchronous data stream after bit synchronization and inverse transformation, converts the frame synchronous data stream into engineering quantity reflecting the real state of the airplane in a parameter attribute library of a server, and broadcasts the engineering quantity to each terminal through a local area network. The buffer area of the data interface of the virtual aircraft cabin head-up display receives physical values of parameters such as pitch angle, roll angle and the like transmitted by the local area network and valid bits of related parameters, and the network interface buffer area needs to input the IP address and port number of the computer. The control can exist in the form of an execution file, and can also be used by a calling program in the form of a dynamic link library and a static link library. The remote sensing monitoring platform front end demodulation and server conversion physical quantity of the ground receiving system is not limited, and the remote sensing monitoring platform front end demodulation and server conversion physical quantity is a display terminal which has complete functions and high simulation degree and can be independently executed.

Claims (2)

1. A method for carrying out virtual simulation on an aircraft cabin head-up display is characterized by comprising the following steps:
firstly, resolving a picture of a scale band into a pixel array, recording information in an image data structure, and calling by a development platform function to display an image at a proper position of a window;
calculating the mathematical relation between the pixel number and the pitch angle of unit scales of the scale belt, determining the value of each parameter in q=k x a+b, calling a platform function, and driving the scale belt to move up and down by the pitch angle; q is the position of a rectangle in the data structure of the image data, b is the distance between the upper boundary of the square and the rectangular scale belt base map when the pitch angle a is equal to 0, and k is the value when q is equal to 0 and a is equal to 90 degrees;
thirdly, calling a platform function, and driving the coordinate system where the scale belt is positioned to rotate by using the actually measured rolling angle;
step four, receiving data drive of the front end; the telemetry demodulation front end separates a PCM data stream in the carrier signal and sends the PCM data stream to the graphic data processing ground station through a network; then, the ground station data processing system performs data extraction and engineering unit conversion and restoration processing on the PCM data stream to finish the data processing work in the earlier stage;
and fifthly, setting according to the definition of a data interface and a network interface of a program, receiving physical quantity data broadcast by a telemetry front-end server by a network terminal, driving a virtual head-up display and other display controls, and displaying the data in real time for flight monitoring.
2. Method for virtually simulating an aircraft cabin head up according to claim 1, characterized by the following steps:
step 1: algorithm for imaging procedure
The image resource required by the developed virtual aircraft cabin head-up display is a rectangle scale band base sketch, the picture of the scale band is required to be resolved into a pixel array, and the pixel array is contained in a data structure called image data; the data structure contains all information contents of the pixel map: i.e. image depth, color, rectangle;
image depth: designating the color depth of the image, namely the number of bits of each pixel in the image, wherein the effective value comprises 1 bit, 4 bits, 8 bits and 24 bits of each pixel, and the image depth determines how to analyze the values of the image and the color;
color: the RGB color value array corresponds to the value in the image, the occupied byte number is determined by the image depth, the image depth of the horizon simulation control is selected to be 24, the color of each pixel is described by 3 bytes, and the colors respectively represent a red value, a green value and a blue value;
rectangular: the clusters contain coordinates of the image area to be converted, the horizontal coordinates increment to the right, and the vertical coordinates increment downward;
the data structure carries most of information of the simulation control, and the whole process of imaging, pitching and rolling of the control is penetrated;
step 2: algorithm of pitching program
When the program runs, the scale belt moves up and down to display the pitch angle at the time; allowing the circle to move up and down along with the pitch angle a on the scale belt to form display of the pitch angle, wherein the position relationship between the pitch angle and the circle on the scale belt is the corresponding relationship between the pitch angle and the rectangular position q in the image data structure; because the device moves up and down and does not move left and right, the corresponding relationship between the pitch angle a and the upper boundary of the rectangular vertical coordinate in the 'image data' data structure can be simplified; can be summarized as the following linear function: q=k×a+b; b is the distance between the upper boundary of the square and the rectangular scale belt base map when the pitch angle a is equal to 0, k is the value when q is equal to 0 and a is equal to 90 degrees;
step 3: algorithm for roll-over procedure
The rolling process is actually that the picture pixels rotate, the images exist in a memory in the form of two-dimensional arrays, and the index values of all elements in the two-dimensional arrays can be used as coordinate values in a coordinate system, so that the arrays of the pictures are projected into the coordinate system; the change of the two-dimensional array value of the image can be realized by a method of rotating pixel coordinates, and after the original coordinate system where any point P is positioned in the image with the changed two-dimensional array value rotates by a rolling angle theta, the coordinates of P in the new coordinate system are as follows:
thereby realizing image rotation; x and y are coordinates of P points before airplane rolling, x 'y' is coordinates of P points after airplane rolling, R θ Is a coordinate rotation coefficient; because the instrument rolls and is actually that the image rolls around the center, before the coordinates rotate, the center of the image array is required to be translated to the origin of coordinates, and after the rotation, the center of the image is translated to the original position;
referring to display information of a real aircraft head-up display and advice of a commander, a program gives out aircraft flight information of a gauge speed, a ground speed, a Mach number, total oil quantity, an attack angle, overload, a course, a lifting speed, a field height, a sea height, a roll angle and a radio height in a window of a virtual aircraft cabin head-up display, and the aircraft flight information is displayed in the forms of a numerical value, a sliding block, an indicator lamp, an instrument and a pointer;
step 4: accepting front-end data driving
The machine-mounted acquisition and emission device collects original discrete quantity and analog quantity data of each system of the aircraft and emits the data to the ground, the ground antenna tracking system carries out target automatic tracking calculation through a tracking computer, and meanwhile, the remote sensing demodulation front end separates PCM data flow in carrier signals and sends the PCM data flow to the graphic data processing ground station through a network; then, the ground station data processing system performs data extraction and engineering unit conversion and restoration processing on the PCM data stream to finish the data processing work in the earlier stage;
step 5: network allocation of data
The external interface of the virtual aircraft cabin head-up display comprises a data interface and a network interface; the telemetry receiver demodulates the received data carrier wave and sends the demodulated data carrier wave to the telemetry front end, forms a frame synchronous data stream after bit synchronization and inverse transformation, converts the frame synchronous data stream into engineering quantity reflecting the real state of the aircraft in a parameter attribute library of a server, and broadcasts the engineering quantity to each terminal through a local area network; the buffer area of the data interface of the virtual aircraft cabin head-up receives the pitch angle, the physical value of the roll angle and the effective bit of the related parameters transmitted by the local area network, and the network interface buffer area needs to input the IP address and the port number of the computer; the control can exist in the form of an execution file, and can also be used by a calling program in the form of a dynamic link library and a static link library; the remote sensing monitoring platform front end demodulation and server conversion physical quantity of the ground receiving system is not limited, and the remote sensing monitoring platform front end demodulation and server conversion physical quantity is a display terminal which has complete functions and high simulation degree and can be independently executed.
CN202210801206.9A 2022-07-07 2022-07-07 Method for carrying out virtual simulation on aircraft cabin head-up display Active CN115273559B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210801206.9A CN115273559B (en) 2022-07-07 2022-07-07 Method for carrying out virtual simulation on aircraft cabin head-up display

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210801206.9A CN115273559B (en) 2022-07-07 2022-07-07 Method for carrying out virtual simulation on aircraft cabin head-up display

Publications (2)

Publication Number Publication Date
CN115273559A CN115273559A (en) 2022-11-01
CN115273559B true CN115273559B (en) 2024-03-08

Family

ID=83765049

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210801206.9A Active CN115273559B (en) 2022-07-07 2022-07-07 Method for carrying out virtual simulation on aircraft cabin head-up display

Country Status (1)

Country Link
CN (1) CN115273559B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117671817B (en) * 2024-01-31 2024-04-16 珠海遥测科技有限公司 IRIG 106-based information display method, device, system and medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1393682A (en) * 2001-07-02 2003-01-29 北京超翼技术研究所有限公司 Real-time flight simulation monitor system
WO2016036282A1 (en) * 2014-09-04 2016-03-10 Открытое акционерное общество "Концерн "Международные аэронавигационные системы" Method and device for managing traffic at an aerodrome
CN105701261A (en) * 2014-11-26 2016-06-22 沈阳飞机工业(集团)有限公司 Near-field aircraft automatic tracking and monitoring method
CN106530894A (en) * 2017-01-10 2017-03-22 北京捷安申谋军工科技有限公司 Flight trainer virtual head-up display method through augmented reality technology and flight trainer virtual head-up display system thereof
CN107293157A (en) * 2016-04-01 2017-10-24 中国航空工业集团公司雷华电子技术研究所 A kind of Testing Platform method perceived for landform with warning system
CN109858111A (en) * 2019-01-15 2019-06-07 天津大学 RLV virtual emulation Platform Designing and implementation method
CN112185173A (en) * 2019-07-02 2021-01-05 波音公司 System and method for remotely monitoring airplane

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1393682A (en) * 2001-07-02 2003-01-29 北京超翼技术研究所有限公司 Real-time flight simulation monitor system
WO2016036282A1 (en) * 2014-09-04 2016-03-10 Открытое акционерное общество "Концерн "Международные аэронавигационные системы" Method and device for managing traffic at an aerodrome
CN105701261A (en) * 2014-11-26 2016-06-22 沈阳飞机工业(集团)有限公司 Near-field aircraft automatic tracking and monitoring method
CN107293157A (en) * 2016-04-01 2017-10-24 中国航空工业集团公司雷华电子技术研究所 A kind of Testing Platform method perceived for landform with warning system
CN106530894A (en) * 2017-01-10 2017-03-22 北京捷安申谋军工科技有限公司 Flight trainer virtual head-up display method through augmented reality technology and flight trainer virtual head-up display system thereof
CN109858111A (en) * 2019-01-15 2019-06-07 天津大学 RLV virtual emulation Platform Designing and implementation method
CN112185173A (en) * 2019-07-02 2021-01-05 波音公司 System and method for remotely monitoring airplane

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
虚拟座舱技术在飞行模拟器中的应用;李想;乔木;官巍;王大勇;王森;;系统仿真学报(第S1期);全文 *

Also Published As

Publication number Publication date
CN115273559A (en) 2022-11-01

Similar Documents

Publication Publication Date Title
CN110765620B (en) Aircraft visual simulation method, system, server and storage medium
CN115273559B (en) Method for carrying out virtual simulation on aircraft cabin head-up display
CN102375880A (en) Systems and methods for rapid updating of embedded text in radar picture data
EP3475655B1 (en) Combined raster and vector data representation
CN113296865B (en) Cloud desktop mouse position sensing and mouse operation event management method
CA2097557C (en) Priority based graphics in an open systems windows environment
CN110310367A (en) Based on large scene outdoor scene three-dimensional multi-angle 2.5D image lightweight browsing method
CN107170040A (en) A kind of three-dimensional bridge scenario building method and apparatus
CN105183269A (en) Method for automatically identifying screen where cursor is located
CN108182251A (en) Meteorological data rendering method and virtual reality device under reality environment
JP3219957B2 (en) Display device for air traffic control
CN112785890B (en) Tower flight command simulation training controller attention assessment system and method thereof
CN112330806B (en) Visual synthesis method and system based on low-power-consumption hardware platform
CN115272523B (en) Method and device for drawing air quality distribution map, electronic equipment and storage medium
CN112308768B (en) Data processing method, device, electronic equipment and storage medium
CN111177498A (en) BIM technology-based three-dimensional visualization method and system for structure monitoring data
CN112200899A (en) Method for realizing model service interaction by adopting instantiation rendering
CN115687499B (en) Global frequency spectrum map design and implementation system
US20230215086A1 (en) Method for effective hat analysis display in avionics software
CN115330963B (en) Satellite map display method and satellite map display device
CN112927327B (en) Three-dimensional visualization method for biomedical platform data map
CN115390780B (en) Spliced screen pairing method and device
CN111999705A (en) Two-dimensional display method of three-dimensional flight path
Egerdahl User's manual for flight Simulator Display System (FSDS)
CN114442102A (en) ARINC708 radar information real-time drawing method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant