Search NASA⌕ Search

SEARCH · Search NASA

Results for “dispatch”

Search indexed NASA NTRS and DOE OSTI research on propulsion, heat transfer, battery materials and energy systems. Follow report and document links to the original sources.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 361 records · Page 20

Intervention strategies for the management of human error

This report examines the management of human error in the cockpit. The principles probably apply as well to other applications in the aviation realm (e.g. air traffic control, dispatch, weather, etc.) as well as other high-risk systems outside of aviation (e.g. shipping, high-technology medical procedures, military operations, nuclear power production). Management of human error is distinguished from error prevention. It is a more encompassing term, which includes not only the prevention of error, but also a means of disallowing an error, once made, from adversely affecting system output. Such techniques include: traditional human factors engineering, improvement of feedback and feedforward of information from system to crew, 'error-evident' displays which make erroneous input more obvious to the crew, trapping of errors within a system, goal-sharing between humans and machines (also called 'intent-driven' systems), paperwork management, and behaviorally based approaches, including procedures, standardization, checklist design, training, cockpit resource management, etc. Fifteen guidelines for the design and implementation of intervention strategies are included.

Wiener, Earl L.↗

The Keck Task Library (KTL)

KTL is a set of routines which eases the job of writing applications which must interact with a variety of underlying sub-systems (known as services). A typical application is an X Window user interface coordinating telescope and instruments. In order to connect to a service, application code specifies a service name--typically an instrument name--and a style, which defines the way in which the application will interact with the service. Two styles are currently supported: keyword, where the application reads and writes named keywords and the resulting inter-task message traffic is hidden; and message, where the application deals directly with messages. The keyword style is intended mainly for user interfaces, and the message style is intended mainly for lower-level applications. KTL applications are event driven: a typical application first connects to all its desired services, then expresses interest in specified events. The application then enters an event dispatch loop in which it waits for events and calls the appropriate service's event-handling routine. Each event is associated with a call-back routine which is invoked when the event occurs. Call-back routines may (and typically do) interact with other sub-systems and KTL provides the means of doing so without blocking the application (vital for X Window user interfaces). This approach is a marriage of ideas culled from the X window, ADAM, Keck instrument, and Keck telescope control systems. A novel feature of KTL is that it knows nothing about any services or styles. Instead it defines a generic set of routines which must be implemented by all services and styles (essentially open(), ioctl(), read(), write(), event(), and close()) and activates sharable libraries at run-time. Services have been implemented (in both keyword and message styles) for HIRES (the Keck high resolution echelle spectrograph built by Lick Observatory), LWS (the Keck long wavelength spectrometer built by UC San Diego), and the Keck telescope. Each of these implementations uses different underlying message systems: the Lick MUSIC system, RPC's, and direct sockets (respectively). Services for the remaining three front-line Keck instruments will be implemented over the next few months.

Lupton, W. F.↗

Canadian aeronautical mobile data trials

This paper describes a series of aeronautical mobile data trials conducted on small aircraft (helicopters and fixed wing) utilizing a low-speed store-and-forward mobile data service. The paper outlines the user requirements for aeronautical mobile satellite communications. 'Flight following' and improved wide-area dispatch communications were identified as high priority requirements. A 'proof-of-concept' trial in a Cessna Skymaster aircraft is described. This trial identified certain development work as essential to the introduction of commercial service including antenna development, power supply modifications and doppler software modifications. Other improvements were also proposed. The initial aeronautical mobile data service available for pre-operational (Beta) trials is outlined. Pre-operational field trials commenced in October 1992 and consisted of installations on a Gralen Communications Inc. Cessna 177 and an Aerospatiale Astar 350 series light single engine helicopter. The paper concludes with a discussion of desirable near term mobile data service developments, commercial benefits, current safety benefits and potential future applications for improved safety.

Pedersen, Allister↗

Group-oriented coordination models for distributed client-server computing

This paper describes group-oriented control models for distributed client-server interactions. These models transparently coordinate requests for services that involve multiple servers, such as queries across distributed databases. Specific capabilities include: decomposing and replicating client requests; dispatching request subtasks or copies to independent, networked servers; and combining server results into a single response for the client. The control models were implemented by combining request broker and process group technologies with an object-oriented communication middleware tool. The models are illustrated in the context of a distributed operations support application for space-based systems.

Adler, Richard M.↗

Study of the Alsys implementation of the Catalogue of Interface Features and Options for the Ada language for 80386 Unix

A set of programs was written to test the functionality and performance of the Alsys Ada implementation of the Catalogue of Interface Features and Options (CIFO), a set of optional Ada packages for real-time applications. No problems were found with the task id, preemption control, or shared-data packages. Minor problems were found with the dispatching control, dynamic priority, events, non-waiting entry call, semaphore, and scheduling packages. The Alsys implementation is derived mostly from Release 2 of the CIFO standard, but includes some of the features of Release 3 and some modifications unique to Alsys. Performance measurements show that the semaphore and shared-data features are an order-of-magnitude faster than the same mechanisms using an Ada rendezvous. The non-waiting entry call is slightly faster than a standard rendezvous. The existence of errors in the implementation, the incompleteness of the documentation from the published standard impair the usefulness of this implementation. Despite those short-comings, the Alsys CIFO implementation might be of value in the development of real-time applications.

Gibson, James S.↗

An investigation of the use of temporal decomposition in space mission scheduling

This research involves an examination of techniques for solving scheduling problems in long-duration space missions. The mission timeline is broken up into several time segments, which are then scheduled incrementally. Three methods are presented for identifying the activities that are to be attempted within these segments. The first method is a mathematical model, which is presented primarily to illustrate the structure of the temporal decomposition problem. Since the mathematical model is bound to be computationally prohibitive for realistic problems, two heuristic assignment procedures are also presented. The first heuristic method is based on dispatching rules for activity selection, and the second heuristic assigns performances of a model evenly over timeline segments. These heuristics are tested using a sample Space Station mission and a Spacelab mission. The results are compared with those obtained by scheduling the missions without any problem decomposition. The applicability of this approach to large-scale mission scheduling problems is also discussed.

Bullington, Stanley E.↗

A new communication protocol family for a distributed spacecraft control system

In this paper we describe the concepts behind and architecture of a communication protocol family, which was designed to fulfill the communication requirements of ESOC's new distributed spacecraft control system SCOS 2. A distributed spacecraft control system needs a data delivery subsystem to be used for telemetry (TLM) distribution, telecommand (TLC) dispatch and inter-application communication, characterized by the following properties: reliability, so that any operational workstation is guaranteed to receive the data it needs to accomplish its role; efficiency, so that the telemetry distribution, even for missions with high telemetry rates, does not cause a degradation of the overall control system performance; scalability, so that the network is not the bottleneck both in terms of bandwidth and reconfiguration; flexibility, so that it can be efficiently used in many different situations. The new protocol family which satisfies the above requirements is built on top of widely used communication protocols (UDP and TCP), provides reliable point-to-point and broadcast communication (UDP+) and is implemented in C++. Reliability is achieved using a retransmission mechanism based on a sequence numbering scheme. Such a scheme allows to have cost-effective performances compared to the traditional protocols, because retransmission is only triggered by applications which explicitly need reliability. This flexibility enables applications with different profiles to take advantage of the available protocols, so that the best rate between sped and reliability can be achieved case by case.

Baldi, Andrea↗

The Clementine Mission: Initial Results from lunar mapping

Clementine was a mission designed to test the space-worthiness of a variety of advanced sensors for use on military surveillance satellites while, at the same time, gathering useful scientific information on the composition and structure of the Moon and a near-Earth asteroid. Conducted jointly by the Ballistic Missile Defense Organization (BMDO, formerly the Strategic Defense Initiative Organization) of the US Department of Defense and NASA, Clementine was dispatched for an extended stay in the vicinity of Earth's moon on 25 January 1994 and arrived at the Moon on 20 February 1994. The spacecraft started systematic mapping on 26 February, completed mapping on 22 April, and left lunar orbit on 3 May. The entire Clementine project, from conception through end-of-mission, lasted approximately 3 years.

Spudis, P. D.↗

The Clementine mission: Initial results from lunar mapping

Clementine was a mission designed to test the space worthiness of a variety of advanced sensors for use on military surveillance satellites while, at the same time, gathering useful scientific information on the composition and structure of the Moon and a near Earth asteroid. Clementine was dispatched for an extended stay in the vicinity of Earth's Moon on 25 Jan. 1994 and arrived at the Moon on 20 Feb. 1994. The spacecraft started systematic mapping on 26 Feb., completed mapping on 22 Apr., and left lunar orbit on 3 May. The entire Clementine project, from conception through end of mission, lasted approximately three years. Topographic profiles derived from lidar laser altimetry permitted construction of a global topographic map of the Moon. Clementine also aimed at mapping the color of the Moon in eleven different wavelengths in the visible and near infrared parts of the system. With rock and soil samples of known geological context available from the Apollo and Lunar programs, the Clementine mission offers the data needed to construct a global digital image model of the Moon.

Spudis, P. D.↗

Whither CRM? Future directions in Crew Resource Management training in the cockpit and elsewhere

The past decade has shown worldwide adoption of human factors training in civil aviation, now known as Crew Resource Management (CRM). The shift in name from cockpit to crew reflects a growing trend to extend the training to other components of the aviation system including flight attendants, dispatchers, maintenance personnel, and Air Traffic Controllers. The paper reports findings and new directions in research into human factors.

Helmreich, Robert L.↗

Enchanted rendezvous: John C. Houbolt and the genesis of the lunar-orbit rendezvous concept

This is the fourth publication of the 'Monographs in Aerospace History' series, prepared by the NASA History Office. These publications are intended to be tightly focused in terms of subject, relatively short in length, and reproduced to allow timely and broad dissemination to researchers in aerospace history. This publication details the arguments of John C. Houbolt, an engineer at the Langley Research Center in Hampton, Virginia, in his 1961-1962 campaign to support the lunar-orbit rendezvous (LOR). The LOR was eventually selected during Project Apollo as the method of flying to the Moon, landing on the surface, and returning to Earth. The LOR opted to send the entire lunar spacecraft up in one launch, enter into the lunar orbit, and dispatch a small lander to the lunar surface. It was the simplest of the various methods, both in terms of development and operational costs, but it was risky. There was no room for error or the crew could not get home; and the more difficult maneuvers had to be done when the spacecraft was committed to a circumlunar flight. Houbolt was one of the most vocal people supporting the LOR.

Hansen, James R.↗

MSAT wide-area fleet management: End-user requirements and applications

MSAT (Mobile SATellite) Services will become a reality in North America in 1995. MSAT will provide wide-area voice, data and fax services to land, marine and aeronautical mobile users anywhere in North America including 200 nautical miles off the coasts and into the Arctic waters. MSAT will also convey GPS position information from mobiles to dispatch centers. One broad application of MSAT is Wide Area Fleet Management (WAFM). This paper defines WAFM, outlines end-user requirements and identifies potential applications of MSAT WAFM. The paper draws from information obtained in several preMSAT WAFM field trials in land, marine and aeronautical mobile environments. The paper concludes with an outline of the potential benefits of MSAT WAFM.

Pedersen, Allister↗

Decision-Aiding and Optimization for Vertical Navigation of Long-Haul Aircraft

Most decisions made in the cockpit are related to safety, and have therefore been proceduralized in order to reduce risk. There are very few which are made on the basis of a value metric such as economic cost. One which can be shown to be value based, however, is the selection of a flight profile. Fuel consumption and flight time both have a substantial effect on aircraft operating cost, but they cannot be minimized simultaneously. In addition, winds, turbulence, and performance x,ary widely with altitude and time. These factors make it important and difficult for pilots to (a) evaluate the outcomes associated with a particular trajectory before it is flown and (b) decide among possible trajectories. The two elements of this problem considered here are (1) determining, what constitutes optimality, and (2) finding optimal trajectories. Pilots and dispatchers from major U.S. airlines were surveyed to determine which attributes of the outcome of a flight they considered the most important. Avoiding turbulence-for passenger comfort topped the list of items which were not safety related. Pilots' decision making about the selection of flight profile on the basis of flight time, fuel burn, and exposure to turbulence was then observed. Of the several behavioral and prescriptive decision models invoked to explain the pilots' choices, utility maximization is shown to best reproduce the pilots' decisions. After considering more traditional methods for optimizing trajectories, a novel method is developed using a genetic algorithm (GA) operating on a discrete representation of the trajectory search space. The representation is a sequence of command altitudes, and was chosen to be compatible with the constraints imposed by Air Traffic Control, and with the training given to pilots. Since trajectory evaluation for the GA is performed holistically, a wide class of objective functions can be optimized easily. Also, using the GA it is possible to compare the costs associated with different airspace design and air traffic management policies. A decision aid is proposed which would combine the pilot's notion of optimility with the GA-based optimization, provide the pilot with a number of alternative pareto-optimal trajectories, and allow him to consider un-modelled attributes and constraints in choosing among them. A solution to the problem of displaying alternatives in a multi-attribute decision space is also presented.

Patrick, Nicholas J. M.↗

Decision-Aiding and Optimization for Vertical Navigation of Long-Haul Aircraft

Most decisions made in the cockpit are related to safety, and have therefore been proceduralized in order to reduce risk. There are very few which are made on the basis of a value metric such as economic cost. One which can be shown to be value based, however, is the selection of a flight profile. Fuel consumption and flight time both have a substantial effect on aircraft operating cost, but they cannot be minimized simultaneously. In addition, winds, turbulence, and performance vary widely with altitude and time. These factors make it important and difficult for pilots to (a) evaluate the outcomes associated with a particular trajectory before it is flown and (b) decide among possible trajectories. The two elements of this problem considered here are: (1) determining what constitutes optimality, and (2) finding optimal trajectories. Pilots and dispatchers from major u.s. airlines were surveyed to determine which attributes of the outcome of a flight they considered the most important. Avoiding turbulence-for passenger comfort-topped the list of items which were not safety related. Pilots' decision making about the selection of flight profile on the basis of flight time, fuel burn, and exposure to turbulence was then observed. Of the several behavioral and prescriptive decision models invoked to explain the pilots' choices, utility maximization is shown to best reproduce the pilots' decisions. After considering more traditional methods for optimizing trajectories, a novel method is developed using a genetic algorithm (GA) operating on a discrete representation of the trajectory search space. The representation is a sequence of command altitudes, and was chosen to be compatible with the constraints imposed by Air Traffic Control, and with the training given to pilots. Since trajectory evaluation for the GA is performed holistically, a wide class of objective functions can be optimized easily. Also, using the GA it is possible to compare the costs associated with different airspace design and air traffic management policies. A decision aid is proposed which would combine the pilot's notion of optimality with the GA-based optimization, provide the pilot with a number of alternative pareto-optimal trajectories, and allow him to consider unmodelled attributes and constraints in choosing among them. A solution to the problem of displaying alternatives in a multi-attribute decision space is also presented.

Patrick, Nicholas J. M.↗

Human-Centered Technologies and Procedures for Future Air Traffic Management: A Preliminary Overview of 1996 Studies and Results

In this project, we have been exploring the use of a general methodology to predict the impact of future Air Traffic Management (ATM) concepts and technologies. In applying this methodology, our emphasis has been on the importance of modeling coordination and cooperation among the multiple agents within this system, and on understanding how the interactions among these agents will be influenced as new roles, responsibilities, procedures and technologies are introduced. To accomplish this, we have been collecting data on performance under the current air traffic management system, trying to identify critical problem areas and looking for exemplars suggestive of general approaches for solving such problems. Based on the results of these field studies, we have developed a set of scenarios centered around potential future system designs, and have conducted studies using these scenarios involving a total 40 controllers, dispatchers, pilots and traffic managers. The purpose of this report is to provide NASA with an early summary of the major recommendations that have resulted from our research under the AATT Program thus far. Recommendations 1-3 deal with general approaches that our findings suggest should be incorporated in future AATT Program activities, while Recommendations 4-11 identify some specific topics and technologies that merit research and development activities. Detailed technical reports containing supporting data, as well as the results of our still ongoing analyses, will be provided at a later date. The remainder of this report is organized as follows. Section 1 briefly describes the general design philosophy supported by our empirical studies. Section 2 presents the research methods we have used for identifying requirements for future system designs and for evaluating alternative design solutions. Section 3 discusses preliminary results from an initial set of investigations that we have conducted using these research methods. Section 4 then provides an overall summary. An outline of the rest of this preliminary project summary is provided on the following page.

Smith, Philip↗

Human-Centered Technologies and Procedures for Future Air Traffic Management

The use of various methodologies to predict the impact of future Air Traffic Management (ATM) concepts and technologies is explored. The emphasis has been on the importance of modeling coordination and cooperation among multiple agents within this system, and on understanding how the interactions among these agents will be influenced as new roles, responsibilities, procedures and technologies are introduced. To accomplish this, we have been collecting data on performance under the current air traffic management system, identifying critical problem areas and looking for examples suggestive of general approaches for solving such problems. Using the results of these field studies, we have developed a set of concrete scenarios centered around future designs, and have studied performance in these scenarios with a set of 40 controllers, dispatchers, pilots and traffic managers.

Smith, Philip↗

Systems and Techniques for Identifying and Avoiding Ice

In-flight icing is one of the most difficult aviation weather hazards facing general aviation. Because most aircraft in the general aviation category are not certified for flight into known icing conditions, techniques for identifying and avoiding in-flight ice are important to maintain safety while increasing the utility and dispatch capability which is part of the AGATE vision. This report summarizes a brief study effort which: (1) Reviewed current ice identification, forecasting, and avoidance techniques; (2) Assessed feasibility of improved forecasting and ice avoidance procedures; and (3) Identified key issues for the development of improved capability with regard to in-flight icing.

Hansman, R. John↗

Emergency Operations Center at Johnson Space Center

In June 1966, at the start of the Gulf Coast hurricane season, the Johnson Space Center (JSC) celebrated the opening of its new 4,000-square foot, state-of-the-art Emergency Operations Center (EOC). The new EOC has been upgraded and enhanced to support a wide spectrum of emergencies affecting JSC and neighboring communities. One of the main features of the EOC is its premier computerized dispatch center. The new system unites many of JSC's critical emergency functions into one integrated network. It automatically monitors fire alarms, security entrances, and external cameras. It contains the JSC inventory of hazardous materials, by building and room, and can call up Material Safety Data Sheets for most of the generic hazardous materials used on-site. The EOC is available for community use during area emergencies such as hurricanes and is a welcome addition to the Clear Lake/Galveston Bay Area communities' emergency response resources.

Caylor, Gary C.↗