Refine Your Search

Topic

Author

Affiliation

Search Results

Training / Education

Introduction to DO-178C

2024-11-18
This two-day course will introduce participants to industry best practices for real-world software development and how to avoid common DO-178C mistakes. This course is intended to present the information necessary to help minimize DO-178C risks and costs, while also maximizing software quality during avionics development.  The instructor will guide participants through topics such as aircraft safety, systems, software planning, software requirements, and software design/code/test.  
Training / Education

Photogrammetry and Analysis of Digital Media

2024-08-28
Photographs and video recordings of vehicle crashes and accident sites are more prevalent than ever, with dash mounted cameras, surveillance footage, and personal cell phones now ubiquitous. The information contained in these pictures and videos provide critical information to understanding how crashes occurred, and  analyze physical evidence. This course teaches the theory and techniques for getting the most out of digital media, including correctly processing raw video and photographs, correcting for lens distortion, and using photogrammetric techniques to convert the information in digital media to usable scaled three-dimensional data.
Training / Education

Development and Practice of Airborne Electronic Hardware Based on DO-254

2024-08-27
This course is offered in China only and presented in Mandarin Chinese. The course materials are bilingual (English and Chinese). Participants in this course comprehensive understanding of the DO-254 standard including how the development of airborne electronic hardware (AEH) and the development of the aircraft system are related. It addresses the key objectives, activities, and generated data of the AEH lifecycle and presents common problems in the application of DO-254 and how to prevent them. This course also includes current AEH certification requirements and interprets some of the difficulties in gaining compliance approval.
Technical Paper

Simulating Cloud Environments of Connected Vehicles for Anomaly Detection

2024-07-02
2024-01-2996
The emergence of connected vehicles is driven by increasing customer and regulatory demands. To meet these, more complex software applications, some of which require service-based cloud and edge backends, are developed. Due to the short lifespan of software, it becomes necessary to keep these cloud environments and their applications up to date with security updates and new features. However, as new behavior is introduced to the system, the high complexity and interdependencies between components can lead to unforeseen side effects in other system parts. As such, it becomes more challenging to recognize whether deviations to the intended system behavior are occurring, ultimately resulting in higher monitoring efforts and slower responses to errors. To overcome this problem, a simulation of the cloud environment running in parallel to the system is proposed. This approach enables the live comparison between simulated and real cloud behavior.
Technical Paper

Design of an Alternative Hardware Abstraction Layer for Embedded Systems with Time-Controlled Hardware Access

2024-07-02
2024-01-2989
This paper proposes a novel approach to the design of a Hardware Abstraction Layer (HAL) specifically tailored to embedded systems, placing a significant emphasis on time-controlled hardware access. The general concept and utilization of a HAL in industrial projects are widespread, serving as a well-established method in embedded systems development. HALs enhance application software portability, simplify underlying hardware usage by abstracting its inherent complexity and reduce overall development costs through software reusability. Beyond these established advantages, this paper introduces a conceptual framework that addresses critical challenges related to debugging and mitigates input-related problems often encountered in embedded systems. This becomes particularly pertinent in the automotive context, where the intricate operational environment of embedded systems demands robust solutions. The HAL design presented in this paper mitigates these issues.
Technical Paper

Making modal analysis easy and more reliable – Reference points identification by experimental prestudy

2024-06-12
2024-01-2931
Though modal analysis is a common tool to evaluate the dynamic properties of a structure, there are still many individual decisions to be made during the process which are often based on experience and make it difficult for occasional users to gain reliable and correct results. One of those experience-based choices is the correct number and placement of reference points. This decision is especially important, because it must be made right in the beginning of the process and a wrong choice is only noticeable in the very end of the process. Picking the wrong reference points could result in incomplete modal analysis outcomes, as it might make certain modes undetectable, compounded by the user's lack of awareness about these missing modes. In the paper an innovative approach will be presented to choose the minimal number of mandatory reference points and their placement.
Training / Education

DO-178C Advanced Training

2024-06-12
This course is offered in China only and presented in Mandarin Chinese. The course materials are bilingual (English and Chinese). Participants deepen the understanding of the standard and build on how software engineers, inspectors, and DERs can comply with the standard's objectives. Practitioners engage with the implications and rationales of DO-178C in order to effectively tackle real worked applications.
Technical Paper

Design and Development of Terminal Velocity Measurement System for Descending Modules

2024-06-01
2024-26-0438
Gaganyaan programme is India's prestigious human space exploration endeavour. During the re-entry of the spacecraft, achieving the minimum terminal velocity is paramount to ensure the crew's safety upon landing. Therefore, acquiring accurate in-flight velocity data is essential for comprehensively understanding the landing dynamics and facilitating post-flight data analysis and validation. Moreover, terminal velocity plays a pivotal role in the qualification of parachute systems during platform-drop tests where the objective is to minimize the terminal velocity for safe impact. Terminal velocity also serves as a critical design parameter for the crew seat attenuation system. In addition to terminal velocity, it is equally necessary to characterize the horizontal velocities acting on the decelerating body due to various factors such as parachute sway and wind drift. This data also plays a central role in refining our systems for future enhancements.
Technical Paper

A Methodology for Accelerated Thermo-Mechanical Fatigue Life Evaluation of Advanced Composites

2024-06-01
2024-26-0421
Thermo-mechanical fatigue and natural aging due to environmental conditions are difficult to simulate in an actual test with the advanced fiber-reinforced composites, where their fatigue and aging behavior is little understood. Predictive modeling of these processes is challenging. Thermal cyclic tests take a prohibitively long time, although the strain rate effect can be scaled well for accelerating the mechanical stress cycles. Glass fabric composites have important applications in aircraft and spacecraft structures including microwave transparent structures, impact-resistant parts of wing, fuselage deck and many other load bearing structures. Often additional additively manufactured features and coating on glass fabric composites are employed for thermal and anti-corrosion insulations. In this paper we employ a thermo-mechanical fatigue model based accelerated fatigue test and life prediction under hot to cold cycles.
Technical Paper

Analytical and Experimental Evaluation of Seal Drag using Variety of Different Fluids

2024-06-01
2024-26-0423
The present study discusses about the determination of the Seal drag force in the application where elastomeric seal is used with metallic interface in the presence of different fluids. An analytical model was constructed to predict the seal drag force and experimental test was performed to check the fidelity of the analytical model. A Design of Experiment (DoE) was utilized to perform experimental test considering different factors affecting the Seal drag force. Statistical tools such as Test for Equal Variances and One way Analysis of Variance (ANOVA) were used to draw inferences for population based on samples tested in the DoE test. It was observed that Glycol based fluids lead to lubricant wash off resulting into increased seal drag force. Additionally, non-lubricated seals tend to show higher seal drag force as compared to lubricated seals. Keywords: Seal Drag, DoE, ANOVA
Technical Paper

A Non-Intrusive Approach for Measuring Data and Control Coupling b/w Software Components: Addressing the Challenges of DO-178C Compliance, Verification and Certification

2024-06-01
2024-26-0464
Software certification guidelines, such as RTCA DO-178C, mandate the analysis of data and control coupling (DC/CC) in safety-critical avionics software using requirement-based testing. The intention of this analysis is to ensure correctness in the interactions and dependencies between software components. The shift from confirming the coupling (as in DO-178B) to verifying the exercising of the coupling (as introduced in DO-178C) transitions the DC/CC objective from an analytical exercise against the test design to a measurement exercise against the test execution. Current methodologies for measuring Data Coupling and Control Coupling (DC/CC) rely on source code instrumentation, which embeds code to record coverage information during requirements-based testing. However, this approach has significant drawbacks. Primarily, it necessitates executing tests on both the instrumented and non-instrumented versions of the code, ensuring their outputs match.
Technical Paper

Aerospace Vehicle Motion Simulation with Real-Time Telemetry Data

2024-06-01
2024-26-0483
In any aerospace mission, after the vehicle has taken off, the visual is lost and the information about its current state is only through the sensor data telemetered in real-time. Very often, this data is difficult to perceive and analyze. In such cases, a 3D, near to real representation of the data can immensely improve the understanding of the current state of mission and can aid in real-time decision making if possible. Generally, any aerospace vehicle carries onboard an inertial system along with other sensors, which measures the position and attitude of the vehicle. This data is communicated to ground station. The received telemetry data is encoded as bytes and sent as packets through the network using the Universal Datagram Protocol (UDP).  The transmitted data is often available in a very low frequency, which is not desirable for a smooth display. It is therefore necessary to interpolate the data between intervals based on the time elapsed since last rendered frame.
Technical Paper

Synergized Mixed-Signal System-on-Chip (SoC) Design and Development using System-level Modeling and Simulation

2024-06-01
2024-26-0463
In recent decades, research based innovative system-on-chip (SoC) design has been a very important issue, due to the emerging trends and application challenges. The SoCs encompass digital, analog and mixed-signal hardware and software components and even sensors and actuators. Modelling and simulation constitute a powerful method for designing and evaluating complex systems and processes for many analysts and project managers as they engage in state of-the-art research and development. Modelling and simulations not only help them with the algorithm or concept realization and design feasibility, but it also allows experimentation, optimization, interpretation of results and validation of model.
X