Military Training Route Processing System

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Military training routes (MTRs) pose risks due to aircraft flying at high speeds near the surface with potential new obstacles, requiring frequent updates and complex navigation, which existing technologies do not adequately address for efficient flight planning and visualization.

Innovation Solution

A method and system for processing MTRs by obtaining a database of points and links, recursively processing selected routes to find entry and exit points, and visualizing the routes, enabling automated updates and efficient navigation through integration with flight planning and rendering engines.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If MTR databases are periodically updated to reflect new obstacles and route changes, then the reliability of navigation information is improved, but the time and complexity of processing and distributing updates increases

Engineering Contradiction:
Improvenavigation information accuracyVSAvoidupdate processing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system performs preliminary processing of MTR data during database creation, pre-computing route sequences and organizing link structures between points. This advance preparation allows flight planning systems to quickly retrieve and visualize routes without performing complex processing during actual flight operations, thus maintaining high reliability while reducing update time.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The MTR database is segmented into discrete components: individual points, links between points, and complete route sequences. This segmentation allows the system to process and update only specific portions of the database when changes occur, rather than reprocessing entire datasets, thereby improving both reliability through focused validation and reducing overall processing time.

Inventive Principle:
Principle #1Segmentation

2Measurement precision

If complex recursive processing is performed to find correct route sequences through MTR links, then the precision of route visualization is improved, but the computational complexity and processing time increases

Engineering Contradiction:
Improveroute sequence accuracyVSAvoidprocessing algorithm complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system pre-processes MTR data to establish forward and backward link structures between points during database creation. This preliminary organization of link relationships enables the recursive processing algorithm to efficiently traverse and verify route sequences without having to analyze raw unstructured data during flight planning, thus achieving high precision while managing computational complexity.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The recursive processing algorithm uses feedback mechanisms where each processed link validates the sequence against expected MTR structures. The algorithm continuously checks whether the current sequence of points符合MTR specifications, allowing it to correct errors and ensure precision while maintaining manageable complexity through iterative verification rather than complex one-pass processing.

Inventive Principle:
Principle #23Feedback

3Reliability

If manual processing of MTR data is performed to ensure accuracy, then the reliability of route information is improved, but the productivity of flight planning operations decreases

Engineering Contradiction:
Improveroute data accuracyVSAvoidflight planning efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The system implements automated processing where the flight planning software independently retrieves, processes, and validates MTR data from the database without requiring manual intervention. The recursive algorithms automatically verify route sequences and generate visualizations, ensuring reliability through systematic validation while dramatically improving productivity by eliminating time-consuming manual data processing steps.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system replaces manual mechanical processing of MTR data with automated computer-based algorithms. The recursive processing routines automatically traverse link structures, validate route sequences, and generate visualizations, substituting human operators with computational processes that maintain high accuracy through consistent application of validation rules while significantly increasing flight planning efficiency.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Data Source

PatentUS20210056855A1Method and system for processing military training routes
Publication Date: 2021.02.25 FOREFLIGHT LLC
  • US20210056855A1 patent drawing
  • US20210056855A1 patent drawing
  • US20210056855A1 patent drawing

AI summary

Processing military training routes (MTRs) includes obtaining an MTR database. The MTR database includes, for a multitude of MTRs, points for each of the multitude of MTRs, and links between the points. The processing of the MTRs further includes obtaining a user input including a selection of an MTR of the multitude of MTRs, recursively processing the selected MTR by following the links between the points associated with the selected MTR until a sequence of consecutive points between an entry point and an exit point is found, and visualizing the selected MTR.