Search NASA⌕ Search

SEARCH · Search NASA

Results for “shared control”

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 127 records · Page 7

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.↗

Sparse Gaussian elimination with controlled fill-in on a shared memory multiprocessor

It is shown that in sparse matrices arising from electronic circuits, it is possible to do computations on many diagonal elements simultaneously. A technique for obtaining an ordered compatible set directly from the ordered incompatible table is given. The ordering is based on the Markowitz number of the pivot candidates. This technique generates a set of compatible pivots with the property of generating few fills. A novel heuristic algorithm is presented that combines the idea of an order-compatible set with a limited binary tree search to generate several sets of compatible pivots in linear time. An elimination set for reducing the matrix is generated and selected on the basis of a minimum Markowitz sum number. The parallel pivoting technique presented is a stepwise algorithm and can be applied to any submatrix of the original matrix. Thus, it is not a preordering of the sparse matrix and is applied dynamically as the decomposition proceeds. Parameters are suggested to obtain a balance between parallelism and fill-ins. Results of applying the proposed algorithms on several large application matrices using the HEP multiprocessor (Kowalik, 1985) are presented and analyzed.

Alaghband, Gita↗

Tracking performance under time sharing conditions with a digit processing task: A feedback control theory analysis

A one dimensional compensatory tracking task and a digit processing reaction time task were combined in a three phase experiment designed to investigate tracking performance in time sharing. Adaptive techniques, elaborate feedback devices, and on line standardization procedures were used to adjust task difficulty to the ability of each individual subject and manipulate time sharing demands. Feedback control analysis techniques were employed in the description of tracking performance. The experimental results show that when the dynamics of a system are constrained, in such a manner that man machine system stability is no longer a major concern of the operator, he tends to adopt a first order control describing function, even with tracking systems of higher order. Attention diversion to a concurrent task leads to an increase in remnant level, or nonlinear power. This decrease in linearity is reflected both in the output magnitude spectra of the subjects, and in the linear fit of the amplitude ratio functions.

Gopher, D.↗

Hierarchical Control of Distributed Battery Energy Storage System in a DC Microgrid

This paper presents a novel hierarchical control approach of a DC microgrid (DCMG) which is supplied by a distributed battery energy storage system (BESS). With this approach, all battery units distributed in the BESS can be controlled to discharge with accurate current sharing and state-of-charge (SoC) balancing. Similar to other hierarchical control approaches used in DCMGs, this approach consists of three levels: (1) primary control, (2) secondary control and (3) tertiary control. This work includes defining a unit control error (UCE) at the secondary control level and evaluating current sharing weights at tertiary control level. A centralized controller at secondary control level is designed to detect the UCEs of each battery unit, and to restore the average voltage of a DCMG and control battery current sharing simultaneously. The distributed battery units share the load current in a DCMG based on weights. These weights are evaluated at the tertiary control level based on battery SoCs. The approach’s effectiveness was confirmed in digital simulation tests with the same simulation model as used in the NASA AMPS Modular Hardware Emulator.

Jing Zhang↗

The effect of processing code, response modality and task difficulty on dual task performance and subjective workload in a manual system

This paper reports on the first experiment of a series studying the effect of task structure and difficulty demand on time-sharing performance and workload in both automated and corresponding manual systems. The experimental task involves manual control time-shared with spatial and verbal decisions tasks of two levels of difficulty and two modes of response (voice or manual). The results provide strong evidence that tasks and processes competing for common processing resources are time shared less effecively and have higher workload than tasks competing for separate resources. Subjective measures and the structure of multiple resources are used in conjunction to predict dual task performance. The evidence comes from both single-task and from dual-task performance.

Liu, Yili↗

NASA Research on an Integrated Concept for Airport Surface Operations Management

Surface operations at airports in the US are based on tactical operations, where departure aircraft primarily queue up and wait at the departure runways. There have been attempts to address the resulting inefficiencies with both strategic and tactical tools for metering departure aircraft. This presentation gives an overview of Spot And Runway Departure Advisor with Collaborative Decision Making (SARDA-CDM): an integrated strategic and tactical system for improving surface operations by metering departure aircraft. SARDA-CDM is the augmentation of ground and local controller advisories through sharing of flight movement and related operations information between airport operators, flight operators and air traffic control at the airport. The goal is to enhance the efficiency of airport surface operations by exchanging information between air traffic control and airline operators, while minimizing adverse effects on stakeholders and passengers. The presentation motivates the need for departure metering, and provides a brief background on the previous work on SARDA. Then, the concept of operations for SARDA-CDM is described. Then the preliminary results from testing the concept in a real-time automated simulation environment are described. Results indicate benefits such as reduction in taxiing delay and fuel consumption. Further, the preliminary implementation of SARDA-CDM seems robust for two minutes delay in gate push-back times.

Gupta, Gautam↗

New dominance characteristics for the multivariable Nyquist array method

Three new dominance characteristics are introduced to the multivariable Nyquist array methods. The first characteristic utilizes a conformal mapping procedure to establish a new set of bands in the 'image' plane to assist in feedback gain selection and stability assessment. The second characteristic uses the 'image' band concept to provide a theoretical foundation for finite frequency dominance considerations, thus removing the restrictive requirement of dominance for all s on the Nyquist D contour. The third characteristic provides for the sharing of system dominance among the feedback control loops. The dominance sharing concept may be used to establish dominance and/or to improve the dominance condition in prespecified feedback loops.

Leininger, G. G.↗

SPOT Program

A Spacecraft Position Optimal Tracking (SPOT) program was developed to process Global Positioning System (GPS) data, sent via telemetry from a spacecraft, to generate accurate navigation estimates of the vehicle position and velocity (state vector) using a Kalman filter. This program uses the GPS onboard receiver measurements to sequentially calculate the vehicle state vectors and provide this information to ground flight controllers. It is the first real-time ground-based shuttle navigation application using onboard sensors. The program is compact, portable, self-contained, and can run on a variety of UNIX or Linux computers. The program has a modular objec-toriented design that supports application-specific plugins such as data corruption remediation pre-processing and remote graphics display. The Kalman filter is extensible to additional sensor types or force models. The Kalman filter design is also strong against data dropouts because it uses physical models from state and covariance propagation in the absence of data. The design of this program separates the functionalities of SPOT into six different executable processes. This allows for the individual processes to be connected in an a la carte manner, making the feature set and executable complexity of SPOT adaptable to the needs of the user. Also, these processes need not be executed on the same workstation. This allows for communications between SPOT processes executing on the same Local Area Network (LAN). Thus, SPOT can be executed in a distributed sense with the capability for a team of flight controllers to efficiently share the same trajectory information currently being computed by the program. SPOT is used in the Mission Control Center (MCC) for Space Shuttle Program (SSP) and International Space Station Program (ISSP) operations, and can also be used as a post -flight analysis tool. It is primarily used for situational awareness, and for contingency situations.

Smith, Jason T.↗

Situational Awareness Issues in the Implementation of Datalink: Shared Situational Awareness in the Joint Flight Deck-ATC Aviation System

MIT has investigated Situational Awareness issues relating to the implementation of Datalink in the Air Traffic Control environment for a number of years under this grant activity. This work has investigated: 1) The Effect of "Party Line" Information. 2) The Effect of Datalink-Enabled Automated Flight Management Systems (FMS) on Flight Crew Situational Awareness. 3) The Effect of Cockpit Display of Traffic Information (CDTI) on Situational Awareness During Close Parallel Approaches. 4) Analysis of Flight Path Management Functions in Current and Future ATM Environments. 5) Human Performance Models in Advanced ATC Automation: Flight Crew and Air Traffic Controllers. 6) CDTI of Datalink-Based Intent Information in Advanced ATC Environments. 7) Shared Situational Awareness between the Flight Deck and ATC in Datalink-Enabled Environments. 8) Analysis of Pilot and Controller Shared SA Requirements & Issues. 9) Development of Robust Scenario Generation and Distributed Simulation Techniques for Flight Deck ATC Simulation. 10) Methods of Testing Situation Awareness Using Testable Response Techniques. The work is detailed in specific technical reports that are listed in the following bibliography, and are attached as an appendix to the master final technical report.

Hansman, Robert John, Jr.↗

Visual Attention Allocation Between Robotic Arm and Environmental Process Control: Validating the STOM Task Switching Model

Fifty six participants time shared a spacecraft environmental control system task with a realistic space robotic arm control task in either a manual or highly automated version. The former could suffer minor failures, whose diagnosis and repair were supported by a decision aid. At the end of the experiment this decision aid unexpectedly failed. We measured visual attention allocation and switching between the two tasks, in each of the eight conditions formed by manual-automated arm X expected-unexpected failure X monitoring- failure management. We also used our multi-attribute task switching model, based on task attributes of priority interest, difficulty and salience that were self-rated by participants, to predict allocation. An un-weighted model based on attributes of difficulty, interest and salience accounted for 96 percent of the task allocation variance across the 8 different conditions. Task difficulty served as an attractor, with more difficult tasks increasing the tendency to stay on task.

STOM attention allocation model validation↗

Digital servo control of random sound test excitation

A digital servocontrol system for random noise excitation of a test object in a reverberant acoustic chamber employs a plurality of sensors spaced in the sound field to produce signals in separate channels which are decorrelated and averaged. The average signal is divided into a plurality of adjacent frequency bands cyclically sampled by a time division multiplex system, converted into digital form, and compared to a predetermined spectrum value stored in digital form. The results of the comparisons are used to control a time-shared up-down counter to develop gain control signals for the respective frequency bands in the spectrum of random sound energy picked up by the microphones.

Nakich, R. B.↗

Simulation and control of a 20 kHz spacecraft power system

A detailed computer representation of four Mapham inverters connected in a series, parallel arrangement has been implemented. System performance is illustrated by computer traces for the four Mapham inverters connected to a Litz cable with parallel resistance and dc receiver loads at the receiving end of the transmission cable. Methods of voltage control and load sharing between the inverters are demonstrated. Also, the detailed computer representation is used to design and to demonstrate the advantages of a feed-forward voltage control strategy. It is illustrated that with a computer simulation of this type, the performance and control of spacecraft power systems may be investigated with relative ease and facility.

Wasynczuk, O.↗

Integrated Space Asset Management Database and Modeling

Effective Space Asset Management is one key to addressing the ever-growing issue of space congestion. It is imperative that agencies around the world have access to data regarding the numerous active assets and pieces of space junk currently tracked in orbit around the Earth. At the center of this issues is the effective management of data of many types related to orbiting objects. As the population of tracked objects grows, so too should the data management structure used to catalog technical specifications, orbital information, and metadata related to those populations. Marshall Space Flight Center's Space Asset Management Database (SAM-D) was implemented in order to effectively catalog a broad set of data related to known objects in space by ingesting information from a variety of database and processing that data into useful technical information. Using the universal NORAD number as a unique identifier, the SAM-D processes two-line element data into orbital characteristics and cross-references this technical data with metadata related to functional status, country of ownership, and application category. The SAM-D began as an Excel spreadsheet and was later upgraded to an Access database. While SAM-D performs its task very well, it is limited by its current platform and is not available outside of the local user base. Further, while modeling and simulation can be powerful tools to exploit the information contained in SAM-D, the current system does not allow proper integration options for combining the data with both legacy and new M&S tools. This paper provides a summary of SAM-D development efforts to date and outlines a proposed data management infrastructure that extends SAM-D to support the larger data sets to be generated. A service-oriented architecture model using an information sharing platform named SIMON will allow it to easily expand to incorporate new capabilities, including advanced analytics, M&S tools, fusion techniques and user interface for visualizations. In addition, tight control of information sharing policy will increase confidence in the system, which would encourage industry partners to provide commercial data. Combined with the integration of new and legacy M&S tools, a SIMON-based architecture will provide a robust environment that can be extended and expanded indefinitely.

MacLeod, Todd↗

Multipurpose Panel Display Device Investigation

A multipurpose panel was developed to provide a flexible control and a LED display panel with easily changeable nomenclature for use in applications where panel space is limited, but where a number of similar subsystems must be controlled, or where basic panel nomenclature and functions must be changed rapidly, as in the case of between mission changes of space shuttle payloads. In the first application, panel area limitations are overcome by time sharing a central control panel among several subsystems. In the latter case, entire control panel changes are effected by simply replacing a memory module, thereby reducing the extent of installation and checkout procedures between missions. Several types of control technologies (other than LED's) which show potential in meeting criteria for overcoming limitations of the panel are assessed.

Sliwa, R.↗

NAS Exploratory Concepts & Technologies (NExCT) Upper Class E Traffic Management (ETM) Collaborative Evaluation #1 (CE-1)

NASA, in partnership with AeroVironment and Aerostar, recently demonstrated a first-of-its-kind air traffic management concept that could pave the way for aircraft to safely operate at higher altitudes. This work seeks to open the door for increased internet coverage, improved disaster response, expanded scientific missions, and even supersonic flight. The concept is referred to as an Upper-Class E traffic management, or ETM. NASA and its partners have developed an ETM traffic management system that allows aircraft to autonomously share location and flight plans, enabling aircraft to stay safely separated. This concept was demonstrated during the recent traffic management simulation in the Airspace Operations Laboratory at Ames, data from multiple air vehicles was displayed across dozens of traffic control monitors and shared with partner computers off site. The study details and the initial results are presented at a regular, informal ETM industry meetings held virtually.

Upper Class E Traffic Management (ETM)↗

Fracture control method for composite tanks with load sharing liners

The experimental program was based on the premise that the plastic sizing cycle, which each pressure vessel is subjected to prior to operation, acts as an effective proof test of the liner, screening out all flaws or cracks larger than a critical size. In doing so, flaw growth potential is available for cyclic operation at pressures less than the sizing pressure. Static fracture and cyclic life tests, involving laboratory type specimens and filament overwrapped tanks, were conducted on three liner materials: (1) 2219-T62 aluminum, (2) Inconel X750 STA, and (3) cryoformed 301 stainless steel. Variables included material condition, thickness, flaw size, flaw shape, temperature, sizing stress level, operating stress level and minimum-to-maximum operating stress ratio. From the empirical data base obtained, a procedure was established by which the service life of composite tanks with load sharing liners could be guaranteed with a high degree of confidence.

Bixler, W. D.↗

Coordinating Shared Activities

Shared Activity Coordination (ShAC) is a computer program for planning and scheduling the activities of an autonomous team of interacting spacecraft and exploratory robots. ShAC could also be adapted to such terrestrial uses as helping multiple factory managers work toward competing goals while sharing such common resources as floor space, raw materials, and transports. ShAC iteratively invokes the Continuous Activity Scheduling Planning Execution and Replanning (CASPER) program to replan and propagate changes to other planning programs in an effort to resolve conflicts. A domain-expert specifies which activities and parameters thereof are shared and reports the expected conditions and effects of these activities on the environment. By specifying these conditions and effects differently for each planning program, the domain-expert subprogram defines roles that each spacecraft plays in a coordinated activity. The domain-expert subprogram also specifies which planning program has scheduling control over each shared activity. ShAC enables sharing of information, consensus over the scheduling of collaborative activities, and distributed conflict resolution. As the other planning programs incorporate new goals and alter their schedules in the changing environment, ShAC continually coordinates to respond to unexpected events.

Clement, Bradley↗

A comparative analysis of loop heat pipe based thermal architectures for spacecraft thermal control

Loop Heat Pipes (LHP) have gained acceptance as a viable means of heat transport in many spacecraft in recent years. However, applications using LHP technology tend to only remove waste heat from a single component to an external radiator. Removing heat from multiple components has been done by using multiple LHPs. This paper discusses the development and implementation of a Loop Heat Pipe based thermal architecture for spacecraft. In this architecture, a Loop Heat Pipe with multiple evaporators and condensers is described in which heat load sharing and thermal control of multiple components can be achieved. A key element in using a LHP thermal architecture is defining the need for such an architecture early in the spacecraft design process. This paper describes an example in which a LHP based thermal architecture can be used and how such a system can have advantages in weight, cost and reliability over other kinds of distributed thermal control systems. The example used in this paper focuses on a Mars Rover Thermal Architecture. However, the principles described here are applicable to Earth orbiting spacecraft as well.

loop heat pipes↗