Search NASASearch

Engineering topics

Hasan, David A.

Publications and source records attributed to Hasan, David A..

Assessment of the Draft AIAA S-119 Flight Dynamic Model Exchange Standard

An assessment of a draft AIAA standard for flight dynamics model exchange, ANSI/AIAA S-119-2011, was conducted on behalf of NASA by a team from the NASA Engineering and Safety Center. The assessment included adding the capability of importing standard models into real-time simulation facilities at several NASA Centers as well as into analysis simulation tools. All participants were successful at importing two example models into their respective simulation frameworks by using existing software libraries or by writing new import tools. Deficiencies in the libraries and format documentation were identified and fixed; suggestions for improvements to the standard were provided to the AIAA. An innovative tool to generate C code directly from such a model was developed. Performance of the software libraries compared favorably with compiled code. As a result of this assessment, several NASA Centers can now import standard models directly into their simulations. NASA is considering adopting the now-published S-119 standard as an internal recommended practice.

Jackson, E. Bruce

Space Smackdown 101

Space Smackdown is a competition that involves a collaborative multi-team exercise that engages in constructive simulation of a world with simulation of vehicles deployed in that world including stand-alone and integrated missions.

Hasan, David A.

Expert system technologies for Space Shuttle decision support: Two case studies

This paper addresses the issue of integrating the C Language Integrated Production System (CLIPS) into distributed data acquisition environments. In particular, it presents preliminary results of some ongoing software development projects aimed at exploiting CLIPS technology in the new mission control center (MCC) being built at NASA Johnson Space Center. One interesting aspect of the control center is its distributed architecture; it consists of networked workstations which acquire and share data through the NASA/JSC-developed information sharing protocol (ISP). This paper outlines some approaches taken to integrate CLIPS and ISP in order to permit the development of intelligent data analysis applications which can be used in the MCC. Three approaches to CLIPS/IPS integration are discussed. The initial approach involves clearly separating CLIPS from ISP using user-defined functions for gathering and sending data to and from a local storage buffer. Memory and performance drawbacks of this design are summarized. The second approach involves taking full advantage of CLIPS and the CLIPS Object-Oriented Language (COOL) by using objects to directly transmit data and state changes from ISP to COOL. Any changes within the object slots eliminate the need for both a data structure and external function call thus taking advantage of the object matching capabilities within CLIPS 6.0. The final approach is to treat CLIPS and ISP as peer toolkits. Neither is embedded in the other; rather the application interweaves calls to each directly in the application source code.

Ortiz, Christopher J.

The Dash Data Sharing System

The Data Sharing system (DASH) project was recently undertaken at NASA Johnson Space Center to introduce distributed data sharing into the Mission Control Center (MCC). Although the project focused on MCC communications, the solution is a general one. This paper describes that project. DASH allows applications to share data. It provides callable interfaces for applications wishing to export or import data. The system consists of several processes: publishers make exported data available to subscribers, which provide it to interested importing applications. A network registration service provides network location transparency, allowing the other processes to reside at arbitrary network locations. These processes act as intermediaries between external producing and consuming applications. DASH has been demonstrated in the MCC where it transmits Shuttle electrical bus data from the Bus Loss Smart System to the Configurable Realtime Analysis System. In addition, the Failure Impact and Procedure Analysis system used DASH to transmit Shuttle remote manipulator data from an expert system to a version of CRANS. DASH is currently being used to integrate a knowledge acquisition application and the CLIPS expert system shell.

Hasan, David A.