Engineering PapersSearch

SEARCH · Engineering Papers

Results for “Reactivity control system”

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 19 records

Integrating planning and reactive control

Artificial intelligence research on planning is concerned with designing control systems that choose actions by manipulating explicit descriptions of the world state, the goal to be achieved, and the effects of elementary operations available to the system. Because planning shifts much of the burden of reasoning to the machine, it holds great appeal as a high-level programming method. Experience shows, however, that it cannot be used indiscriminately because even moderately rich languages for describing goals, states, and the elementary operators lead to computational inefficiencies that render the approach unsuitable for realistic applications. This inadequacy has spawned a recent wave of research on reactive control or situated activity in which control systems are modeled as reacting directly to the current situation rather than as reasoning about the future effects of alternative action sequences. While this research has confronted the issue of run-time tractability head on, in many cases it has done so by sacrificing the advantages of declarative planning techniques. Ways in which the two approaches can be unified are discussed. The authors begin by modeling reactive control systems as state machines that map a stream of sensory inputs to a stream of control outputs. These machines can be decomposed into two continuously active subsystems: the planner and the execution module. The planner computes a plan, which can be seen as a set of bits that control the behavior of the execution module. An important element of this work is the formulation of a precise semantic interpretation for the inputs and outputs of the planning system. They show that the distinction between planned and reactive behavior is largely in the eye of the beholder: systems that seem to compute explicit plans can be redescribed in situation-action terms and vice versa. They also discuss practical programming techniques that allow the advantages of declarative programming and guaranteed reactive response to be achieved simultaneously.

Rosenschein, Stanley J.

The reactive bed plasma system for contamination control

The contamination control capabilities of the Reactive Bed Plasma (RBP) system is described by delineating the results of toxic chemical composition studies, aerosol filtration work, and other testing. The RBP system has demonstrated its capabilities to decompose toxic materials and process hazardous aerosols. The post-treatment requirements for the reaction products have possible solutions. Although additional work is required to meet NASA requirements, the RBP may be able to meet contamination control problems aboard the Space Station.

Birmingham, Joseph G.

SCL: An off-the-shelf system for spacecraft control

In this age of shrinking military, civil, and commercial space budgets, an off-the-shelf solution is needed to provide a multimission approach to spacecraft control. A standard operational interface which can be applied to multiple spacecraft allows a common approach to ground and space operations. A trend for many space programs has been to reduce operational staff by applying autonomy to the spacecraft and to the ground stations. The Spacecraft Command Language (SCL) system developed by Interface and Control Systems, Inc. (ICS) provides an off-the-shelf solution for spacecraft operations. The SCL system is designed to provide a hyper-scripting interface which remains standard from program to program. The spacecraft and ground station hardware specifics are isolated to provide the maximum amount of portability from system to system. Uplink and downlink interfaces are also isolated to allow the system to perform independent of the communications protocols chosen. The SCL system can be used for both the ground stations and the spacecraft, or as a value added package for existing ground station environments. The SCL system provides an expanded stored commanding capability as well as a rule-based expert system on-board. The expert system allows reactive control on-board the spacecraft for functions such as electrical power systems (EPS), thermal control, etc. which have traditionally been performed on the ground. The SCL rule and scripting capability share a common syntax allowing control of scripts from rules and rules from scripts. Rather than telemeter over sampled data to the ground, the SCL system maintains a database on-board which is available for interrogation by the scripts and rules. The SCL knowledge base is constructed on the ground and uploaded to the spacecraft. The SCL system follows an open-systems approach allowing other tasks to communicate with SCL on the ground and in space. The SCL system was used on the Clementine program (launched January 25, 1994) and is required to have bidirectional communications with the guidance, navigation, and control (GNC) algorithms which were written as another task. Sequencing of the spacecraft maneuvers are handled by SCL, but the low-level thruster pulse commands are handled by the GNC software. Attitude information is reported back as telemetry, allowing the SCL expert system to inference on the changing data. The Clementine SCL flight software was largely reused from another Naval Center for Space Technology (NCST) satellite program. This paper details the SCL architecture and how an off-the-shelf solution makes sense for multimission spacecraft programs. The Clementine mission will be used as a case study in the application of the SCL to a 'fast track' program. The benefits of such a system in a 'better, cheaper, faster' climate will be discussed.

Buckley, Brian

An architecture for object-oriented intelligent control of power systems in space

A control system for autonomous distribution and control of electrical power during space missions is being developed. This system should free the astronauts from localizing faults and reconfiguring loads if problems with the power distribution and generation components occur. The control system uses an object-oriented simulation model of the power system and first principle knowledge to detect, identify, and isolate faults. Each power system component is represented as a separate object with knowledge of its normal behavior. The reasoning process takes place at three different levels of abstraction: the Physical Component Model (PCM) level, the Electrical Equivalent Model (EEM) level, and the Functional System Model (FSM) level, with the PCM the lowest level of abstraction and the FSM the highest. At the EEM level the power system components are reasoned about as their electrical equivalents, e.g, a resistive load is thought of as a resistor. However, at the PCM level detailed knowledge about the component's specific characteristics is taken into account. The FSM level models the system at the subsystem level, a level appropriate for reconfiguration and scheduling. The control system operates in two modes, a reactive and a proactive mode, simultaneously. In the reactive mode the control system receives measurement data from the power system and compares these values with values determined through simulation to detect the existence of a fault. The nature of the fault is then identified through a model-based reasoning process using mainly the EEM. Compound component models are constructed at the EEM level and used in the fault identification process. In the proactive mode the reasoning takes place at the PCM level. Individual components determine their future health status using a physical model and measured historical data. In case changes in the health status seem imminent the component warns the control system about its impending failure. The fault isolation process uses the FSM level for its reasoning base.

Holmquist, Sven G.

Uncontrolled dynamics of the Skylab vehicle - Comparison of simulation, theory and flight data

When the final Skylab mission was completed in 1974, the onboard systems were used to maneuver the vehicle to a gravity gradient equilibrium attitude and were then shut down. Parked in this storage attitude, the vehicle was left undisturbed until March 1978 when contact was reestablished and the control systems were reactivated. During the intervening four years, the vehicle was subjected to subtle environmental torques which caused the vehicle to gradually progress from its initial stable state to a very dynamic condition just prior to the resumption of control. The paper deals with the dynamics of this process, including the analyses and simulations which were made to explain the motion and enable the planning of the reactivation process. The complementary roles of both numerical integration and closed-form analysis are demonstrated. Flight data obtained in the spring of 1978 are presented which support the analytical and simulation results.

Buchanan, H. J.

Making real-time reactive systems reliable

A reactive system is characterized by a control program that interacts with an environment (or controlled program). The control program monitors the environment and reacts to significant events by sending commands to the environment. This structure is quite general. Not only are most embedded real time systems reactive systems, but so are monitoring and debugging systems and distributed application management systems. Since reactive systems are usually long running and may control physical equipment, fault tolerance is vital. The research tries to understand the principal issues of fault tolerance in real time reactive systems and to build tools that allow a programmer to design reliable, real time reactive systems. In order to make real time reactive systems reliable, several issues must be addressed: (1) How can a control program be built to tolerate failures of sensors and actuators. To achieve this, a methodology was developed for transforming a control program that references physical value into one that tolerates sensors that can fail and can return inaccurate values; (2) How can the real time reactive system be built to tolerate failures of the control program. Towards this goal, whether the techniques presented can be extended to real time reactive systems is investigated; and (3) How can the environment be specified in a way that is useful for writing a control program. Towards this goal, whether a system with real time constraints can be expressed as an equivalent system without such constraints is also investigated.

Marzullo, Keith

Reactive system verification case study: Fault-tolerant transputer communication

A reactive program is one which engages in an ongoing interaction with its environment. A system which is controlled by an embedded reactive program is called a reactive system. Examples of reactive systems are aircraft flight management systems, bank automatic teller machine (ATM) networks, airline reservation systems, and computer operating systems. Reactive systems are often naturally modeled (for logical design purposes) as a composition of autonomous processes which progress concurrently and which communicate to share information and/or to coordinate activities. Formal (i.e., mathematical) frameworks for system verification are tools used to increase the users' confidence that a system design satisfies its specification. A framework for reactive system verification includes formal languages for system modeling and for behavior specification and decision procedures and/or proof-systems for verifying that the system model satisfies the system specifications. Using the Ostroff framework for reactive system verification, an approach to achieving fault-tolerant communication between transputers was shown to be effective. The key components of the design, the decoupler processes, may be viewed as discrete-event-controllers introduced to constrain system behavior such that system specifications are satisfied. The Ostroff framework was also effective. The expressiveness of the modeling language permitted construction of a faithful model of the transputer network. The relevant specifications were readily expressed in the specification language. The set of decision procedures provided was adequate to verify the specifications of interest. The need for improved support for system behavior visualization is emphasized.

Crane, D. Francis

Control of Mixing and Reactive Flow Processes

The interdisciplinary field of reactive flow control is one that holds a great deal of promise for the optimization of complex phenomena occurring in many practical systems, ranging from automobile and gas turbine engines to environmental thermal destruction systems. The fundamental underpinnings of combustion control, however, require a detailed level of understanding of complex reactive flow phenomena, and, in the case of closed-loop active control, require the ability to sense (monitor) and actuate (manipulate) flow processes in a spatially distributed manner in "near real time". Hence the ultimate growth and success of the field of reactive flow control is intimately linked: 1) to advances in the understanding, simulation, and model reduction for complex reactive flows, 2) to the development of experimental diagnostic techniques, in particular, to the development of physically robust sensors, and 3) to the development of a framework or frameworks for generation of closed loop control algorithms suitable for unsteady, nonlinear reactive flow systems. The present paper seeks to outline the potential benefits and technical challenges that exist for mixing and combustion control in fundamental as well as practical systems and to identify promising research directions that could help meet these challenges.

Karagozian, A. R.

Testing of an Integrated Reactor Core Simulator and Power Conversion System with Simulated Reactivity Feedback

A Direct Drive Gas-Cooled (DDG) reactor core simulator has been coupled to a Brayton Power Conversion Unit (BPCU) for integrated system testing at NASA Glenn Research Center (GRC) in Cleveland, Ohio. This is a closed-cycle system that incorporates an electrically heated reactor core module, turboalternator, recuperator, and gas cooler. Nuclear fuel elements in the gas-cooled reactor design are replaced with electric resistance heaters to simulate the heat from nuclear fuel in the corresponding fast spectrum nuclear reactor. The thermodynamic transient behavior of the integrated system was the focus of this test series. In order to better mimic the integrated response of the nuclear-fueled system, a simulated reactivity feedback control loop was implemented. Core power was controlled by a point kinetics model in which the reactivity feedback was based on core temperature measurements; the neutron generation time and the temperature feedback coefficient are provided as model inputs. These dynamic system response tests demonstrate the overall capability of a non-nuclear test facility in assessing system integration issues and characterizing integrated system response times and response characteristics.

Bragg-Sitton, Shannon M.

Testing of an Integrated Reactor Core Simulator and Power Conversion System with Simulated Reactivity Feedback

A Direct Drive Gas-Cooled (DDG) reactor core simulator has been coupled to a Brayton Power Conversion Unit (BPCU) for integrated system testing at NASA Glenn Research Center (GRC) in Cleveland, OH. This is a closed-cycle system that incorporates an electrically heated reactor core module, turbo alternator, recuperator, and gas cooler. Nuclear fuel elements in the gas-cooled reactor design are replaced with electric resistance heaters to simulate the heat from nuclear fuel in the corresponding fast spectrum nuclear reactor. The thermodynamic transient behavior of the integrated system was the focus of this test series. In order to better mimic the integrated response of the nuclear-fueled system, a simulated reactivity feedback control loop was implemented. Core power was controlled by a point kinetics model in which the reactivity feedback was based on core temperature measurements; the neutron generation time and the temperature feedback coefficient are provided as model inputs. These dynamic system response tests demonstrate the overall capability of a non-nuclear test facility in assessing system integration issues and characterizing integrated system response times and response characteristics.

Bragg-Sitton, Shannon M.

Skylab reactivation mission report

On July 11, 1979, Skylab impacted the Earth's surface. The debris dispersion area stretched from the South Eastern Indian Ocean across a sparsely populated section of Western Australia. The events leading to the reentry of Skylab are discussed and a final assessment of the Skylab debris impact footprint is presented. Also included are detailed evaluations of the various Skylab systems that were reactivated when control of Skylab was regained in mid-1978 after having been powered down since February 4, 1974.

Chubb, W. B.

CATS-based Air Traffic Controller Agents

This report describes intelligent agents that function as air traffic controllers. Each agent controls traffic in a single sector in real time; agents controlling traffic in adjoining sectors can coordinate to manage an arrival flow across a given meter fix. The purpose of this research is threefold. First, it seeks to study the design of agents for controlling complex systems. In particular, it investigates agent planning and reactive control functionality in a dynamic environment in which a variety perceptual and decision making skills play a central role. It examines how heuristic rules can be applied to model planning and decision making skills, rather than attempting to apply optimization methods. Thus, the research attempts to develop intelligent agents that provide an approximation of human air traffic controller behavior that, while not based on an explicit cognitive model, does produce task performance consistent with the way human air traffic controllers operate. Second, this research sought to extend previous research on using the Crew Activity Tracking System (CATS) as the basis for intelligent agents. The agents use a high-level model of air traffic controller activities to structure the control task. To execute an activity in the CATS model, according to the current task context, the agents reference a 'skill library' and 'control rules' that in turn execute the pattern recognition, planning, and decision-making required to perform the activity. Applying the skills enables the agents to modify their representation of the current control situation (i.e., the 'flick' or 'picture'). The updated representation supports the next activity in a cycle of action that, taken as a whole, simulates air traffic controller behavior. A third, practical motivation for this research is to use intelligent agents to support evaluation of new air traffic control (ATC) methods to support new Air Traffic Management (ATM) concepts. Current approaches that use large, human-in-the-loop simulations are unquestionably valuable for this purpose, but pose considerable logistical, fiscal, and experimental control problems. First, data analysis is extremely complicated, owing simply to the large number of participants and data sources in such simulations. In addition, experienced human air traffic controllers working adjacent sectors tend to flexibly adapt to the evolving control problem - potentially shifting to other strategies than those under investigation. In addition, their performance is tightly coupled to the control interface, which in the development phase may support some concepts and supporting strategies better than others. A simple shift in strategy by one controller can change the character of a particular traffic scenario dramatically, which makes experimental comparison of ATC performance under different traffic scenarios difficult. Training a given team of controllers on operations under a new ATM concept for a sufficient period of time could avert such difficulties, but instituting an adequate training program is expensive and logistically difficult.

Callantine, Todd J.

Increasingly automated procedure acquisition in dynamic systems

Procedures are widely used by operators for controlling complex dynamic systems. Currently, most development of such procedures is done manually, consuming a large amount of paper, time, and manpower in the process. While automated knowledge acquisition is an active field of research, not much attention has been paid to the problem of computer-assisted acquisition and refinement of complex procedures for dynamic systems. The Procedure Acquisition for Reactive Control Assistant (PARC), which is designed to assist users in more systematically and automatically encoding and refining complex procedures. PARC is able to elicit knowledge interactively from the user during operation of the dynamic system. We categorize procedure refinement into two stages: diagnosis - diagnose the failure and choose a repair - and repair - plan and perform the repair. The basic approach taken in PARC is to assist the user in all steps of this process by providing increased levels of assistance with layered tools. We illustrate the operation of PARC in refining procedures for the control of a robot arm.

Mathe, Nathalie

A Production System Model of Capturing Reactive Moving Targets

Subjects manipulated a control stick to position a cursor over a moving target that reacted with a computer-generated escape strategy. The cursor movements were described at two levels of abstraction. At the upper level, a production system described transitions among four modes of activity; rapid acquisition, close following, a predictive mode, and herding. Within each mode, differential equations described trajectory-generating mechanisms. A simulation of this two-level model captures the targets in a manner resembling the episodic time histories of human subjects.

Jagacinski, R. J.

The relationship of extensional and compressional tectonics to a Precambrian fracture system in the eastern overthrust belt, USA

The central and southern Appalachians have a long history of interrelated extensional and compressional tectonics. It is proposed that each episode was controlled by a reactivation of a fracture system in the Precambrian basement. Proprietary seismic-reflection profiles show a system of down-to-the-east Precambrian extensional faults. When under renewed extension, these faults produce features such as the western border faults of Mesozoic basins, and when under compression, probably produce tectonic ramps in the overlying sedimentary cover rocks as well as the spatially and genetically related Alleghenian folds. This system, which parallels the Appalachian trend, is cut by a system of cross-strike hinge or scissors faults that have probable strike-slip movements. Reactivation of this cross-strike system appears to have produced lateral ramps that connect decollements at different stratigraphic levels and caused abrupt changes in fold wavelength along strikes. Continued reactivation of this cross-strike system is suggested by east-west border faults and Precambrian highs between Mesozoic basins. The present activity of this system is suggested by the fact that more than 35% of recent earthquakes are coincident with cross-strike faults and lateral ramps.

Pohn, H.