Engineering Papers⌕ Search

SEARCH · Engineering Papers

Results for “PRINTER”

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 181 records · Page 10

Ink jet printing of silver metallization for photovoltaics

Progress was made in the continuing development of the ink jet printing system for thick film circuits. The unit being used is a prototype ink jet printer. One of the first tasks completed was the complete documentation of this ink jet printing system as it existed. It was determined that this was an essential step in deciding what modifications were needed to the system and how these modifications would be implemented. Design modification studies were started for electronic, mechanical, and programming aspects of the ystem. The areas needeing improvement were discussed and applicable changes decided upon. Some improvments were completed. Although the general areas needing improving were identified and some changes decided upon, the exact details of how other changes can be implemented are yet been decided.

Vest, R. W.↗

A program for the calculation of paraboloidal-dish solar thermal power plant performance

A program capable of calculating the design-point and quasi-steady-state annual performance of a paraboloidal-concentrator solar thermal power plant without energy storage was written for a programmable calculator equipped with suitable printer. The power plant may be located at any site for which a histogram of annual direct normal insolation is available. Inputs required by the program are aperture area and the design and annual efficiencies of the concentrator; the intercept factor and apparent efficiency of the power conversion subsystem and a polynomial representation of its normalized part-load efficiency; the efficiency of the electrical generator or alternator; the efficiency of the electric power conditioning and transport subsystem; and the fractional parasitic loses for the plant. Losses to auxiliaries associated with each individual module are to be deducted when the power conversion subsystem efficiencies are calculated. Outputs provided by the program are the system design efficiency, the annualized receiver efficiency, the annualized power conversion subsystem efficiency, total annual direct normal insolation received per unit area of concentrator aperture, and the system annual efficiency.

Bowyer, J. M., Jr.↗

Graphics Programs for the DEC VAX Computer

Variety of plots available in video or printed form. LONGLIB library of computer programs set of subroutines designed for vector plotting on cathode-ray tubes and dot-matrix printers. LONGLIB subroutines invoked by program calls similar to standard CALCOMP routines. In addition to basic plotting routines, LONGLIB contains extensive set of routines to allow viewport clipping, extended character sets, graphic input, gray-level plots, polar plots, and three-dimensional plotting with or without removal of hidden lines. LONGLIB written in FORTRAN 77 and C for batch execution.

Long, D.↗

Computer Program To Transliterate Into Arabic

Conceptual program for TRS-80, Model 12 (or equivalent) computer transliterates from English letters of computer keyboard to Arabic characters in output of associated printer. Program automatically changes character sequence from left-to-right of English to right-to-left of Arabic.

Stephan, E.↗

PLTTER user's guide

The PLTTER graphics system, which is part of CDDMS is discussed. CDDMS is a comprehensive system for data basing and subsequent plotting of data acquired during wind tunnel tests or from computational flow analyses. The PLTTER is a system which creates report-quality plots of data which is stored on a CDDMS data base. The Requests file system allows plot-controlling information to be arranged in the way which is most appropriate for any application. The PLTTER system features many capabilities which are especially useful when plotting wind tunnel data. The PLTTER offers a variety of page formats, different grid options and parametric curve fitting algorithms, and a powerful legend capability to identify relevant information about individual curves. One or more plots on a page can be suppressed if desired so that an established page format can be maintained. Final plot output may be standard Versatec plots, QMS Laser printer plots, or microfiche.

Barlow, A.↗

Mod silver metallization: Screen printing and ink-jet printing

Basic material efforts have proven to be very successful. Adherent and conductive films were achieved. A silver neodecanoate/bismuth 2-ethylhexanoate mixture has given the best results in both single and double layer applications. Another effort is continuing to examine the feasibility of applying metallo-organic deposition films by use of an ink jet printer. Direct line writing would result in a saving of process time and materials. So far, some well defined lines have been printed.

Vest, R. W.↗

Engineering graphics data entry for space station data base

The entry of graphical engineering data into the Space Station Data Base was examined. Discussed were: representation of graphics objects; representation of connectivity data; graphics capture hardware; graphics display hardware; site-wide distribution of graphics, and consolidation of tools and hardware. A fundamental assumption was that existing equipment such as IBM based graphics capture software and VAX networked facilities would be exploited. Defensible conclusions reached after study and simulations of use of these systems at the engineering level are: (1) existing IBM based graphics capture software is an adequate and economical means of entry of schematic and block diagram data for present and anticipated electronic systems for Space Station; (2) connectivity data from the aforementioned system may be incorporated into the envisioned Space Station Data Base with modest effort; (3) graphics and connectivity data captured on the IBM based system may be exported to the VAX network in a simple and direct fashion; (4) graphics data may be displayed site-wide on VT-125 terminals and lookalikes; (5) graphics hard-copy may be produced site-wide on various dot-matrix printers; and (6) the system may provide integrated engineering services at both the engineering and engineering management level.

Lacovara, R. C.↗

Graph-Plotting Routine

Plotter routine for IBM PC (AKPLOT) designed for engineers and scientists who use graphs as integral parts of their documentation. Allows user to generate graph and edit its appearance on cathode-ray tube. Graph may undergo many interactive alterations before finally dumped from screen to be plotted by printer. Written in BASIC.

Kantak, Anil V.↗

Ink-jet printing of silver metallization for photovoltaics

The status of the ink-jet printing program at Purdue University is described. The drop-on-demand printing system was modified to use metallo-organic decomposition (MOD) inks. Also, an IBM AT computer was integrated into the ink-jet printer system to provide operational functions and contact pattern configuration. The integration of the ink-jet printing system, problems encountered, and solutions derived were described in detail. The status of ink-jet printing using a MOD ink was discussed. The ink contained silver neodecanate and bismuth 2-ethylhexanoate dissolved in toluene; the MOD ink decomposition products being 99 wt% AG, and 1 wt% Bi.

Vest, R. W.↗

Computer-aided analysis for the Mechanics of Granular Materials (MGM) experiment

The Mechanics of Granular Materials (MGM) program is planned to provide experimental determinations of the mechanics of granular materials under very low gravity conditions. The initial experiments will use small glass beads as the granular material, and a precise tracking of individual beads during the test is desired. Real-time video images of the experimental specimen were taken with a television camera, and subsequently digitized by a frame grabber installed in a microcomputer. Easily identified red tracer beads were randomly scattered throughout the test specimen. A set of Pascal programs was written for processing and analyzing the digitized images. Filtering the image with Laplacian, dilation, and blurring filters when using a threshold function produced a binary (black on white) image which clearly identified the red beads. The centroids and areas for each bead were then determined. Analyzing a series of the images determined individual red bead displacements throughout the experiment. The system can provide displacement accuracies on the order of 0.5 to 1 pixel is the image is taken directly from the video camera. Digitizing an image from a video cassette recorder introduces an additional repeatability error of 0.5 to 1 pixel. Other programs were written to provide hardcopy prints of the digitized images on a dot-matrix printer.

Parker, Joey K.↗

Writing filter processes for the SAGA editor, appendix G

The SAGA editor provides a mechanism by which separate processes can be invoked during an editing session to traverse portions of the parse tree being edited. These processes, termed filter processes, read, analyze, and possibly transform the parse tree, returning the result to the editor. By defining new commands with the editor's user defined command facility, which invoke filter processes, authors of filter can provide complex operations as simple commands. A tree plotter, pretty printer, and Pascal tree transformation program were already written using this facility. The filter processes are introduced, parse tree structure is described and the library interface made available to the programmer. Also discussed is how to compile and run filter processes. Examples are presented to illustrate aspect of each of these areas.

Kirslis, Peter A.↗

LONGLIB Graphics-Library Program

LONGLIB computer program is set of subroutines designed for plotting vectors of cathode-ray tubes, plotting machines, and dot-matrix and laser printers. Contains extensive set of routines to enable viewport clipping, extended character sets, graphic input shading, polar plots, and three-dimensional plotting with or without removal of hidden lines. Written in FORTRAN 77.

Long, David G.↗

Selected Tether Applications Cost Model

Diverse cost-estimating techniques and data combined into single program. Selected Tether Applications Cost Model (STACOM 1.0) is interactive accounting software tool providing means for combining several independent cost-estimating programs into fully-integrated mathematical model capable of assessing costs, analyzing benefits, providing file-handling utilities, and putting out information in text and graphical forms to screen, printer, or plotter. Program based on Lotus 1-2-3, version 2.0. Developed to provide clear, concise traceability and visibility into methodology and rationale for estimating costs and benefits of operations of Space Station tether deployer system.

Keeley, Michael G.↗

Concept of a programmable maintenance processor applicable to multiprocessing systems

A programmable maintenance processor concept applicable to multiprocessing systems has been developed at the NASA Ames Research Center's Dryden Flight Research Facility. This stand-alone-processor is intended to provide support for system and application software testing as well as hardware diagnostics. An initial machanization has been incorporated into the extended aircraft interrogation and display system (XAIDS) which is multiprocessing general-purpose ground support equipment. The XAIDS maintenance processor has independent terminal and printer interfaces and a dedicated magnetic bubble memory that stores system test sequences entered from the terminal. This report describes the hardware and software embodied in this processor and shows a typical application in the check-out of a new XAIDS.

Glover, Richard D.↗

Nondestructive Inspection Of Foam And Multilayer Insulations

Techniques and equipment enable nondestructive inspection of sprayed-on foam and multilayer reflecting thermal insulations on metallic substrates. Technology is applied in factories and laboratories; to inspect insulation on cryogenic tanks and pipes. Equipment includes probe head, several electronic modules that take measurements via electromagnetic and electrostatic sensors in probe head, small computer to store and process signals from modules, and printer.

Krause, Dennis R.↗

Portable Pull Tester

In new tester, dc motor controlled by personal computer drives lead screw. Lead screw attached to load cell and to test button bonded to specimen of material under test. Data examined on computer screen, printed out, or transmitted to larger computer for analysis. Monitors speed of motor to maintain it constant, provides constant rate of pull. Cart holds computer, printer, and motor-driving circuits so moved easily to test site.

Golden, Harry E.↗

NASA Structural Analysis System (NASTRAN)

NASTRAN used to design products ranging from aircraft to automobiles to printers. In addition to DEC VAX, IBM, CDC, and UNIVAC machine versions, NASTRAN available for MicroVAX under VMS and UNIX. COSMIC generates new release of NASTRAN each year.

Brugh, R. L.↗

PSA: A program to streamline orbit determination for launch support operations

An interactive, menu driven computer program was written to streamline the orbit determination process during the critical launch support phase of a mission. Residing on a virtual memory minicomputer, this program retains the quantities in-core needed to obtain a least squares estimate of the spacecraft trajectory with interactive displays to assist in rapid radio metric data evaluation. Menu-driven displays allow real time filter and data strategy development. Graphical and tabular displays can be sent to a laser printer for analysis without exiting the program. Products generated by this program feed back to the main orbit determination program in order to further refine the estimate of the trajectory. The final estimate provides a spacecraft ephemeris which is transmitted to the mission control center and used for antenna pointing and frequency predict generation by the Deep Space Network. The development and implementation process of this program differs from that used for most other navigation software by allowing the users to check important operating features during development and have changes made as needed.

Legerton, V. N.↗