Search NASASearch

SEARCH · Search NASA

Results for “socket”

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.

188 records · Page 11

Metallic Environmentally Resistant Coating Rapid Innovation Initiative

Lightweight alloys such as aluminum (Al) and titanium (Ti) are often specified for space systems to minimize mass while maintaining structural integrity [1,2]. Such alloys however, have poor tribological response (high friction and wear), especially in extreme space environments, which becomes worse with the additional presence of lunar regolith. This leads to short lifetimes and premature failures that will ultimately limit long term operations on the lunar surface [2]. This project is addressing this technology gap by developing advanced wear- and radiation-resistant coatings for lightweight parts to extend the life-time and sustainability of both lunar and Martian assets. Ceramics were considered for their high wear resistance, but were rejected because of their low fracture toughness, which would be especially problematic for structural components. The novel and existing coating technologies and deposition methods are being tested in this project. The coating materials are Boron Nitride-Aluminum (BN-Al), Nickle Titanium (NiTi), Aluminum Oxide (AlO3), Ti64 with hBN at 2 and 10 vol percent (Ti-2vol%hBN and Ti-10vol%hBN), and the deposition techniques are high pressure cold-spray (CS) and ambient and vacuum plasma-spray (APS and VPS) [3,4,5]. BN-Al, NiTi, Ti-2vol%hBN, and Ti-10vol%hBN were applied with all three deposition techniques, and AlO3 was applied only using the APS deposition technique. A tungstenite (WS2) film was applied to the NiTi VPS coating. The coating and deposition technique configurations are being tested against several key end-use performance parameters. The parameters include the capabilities of the coatings under wear environments such as regolith simulant, thermal cycling from high (120°C) to cryogenic (-173°C), high vacuum (~10-7 torr), and pre- and post-exposure to ionizing particle radiation. Wear tests include pin on disk, three-body abrasion, and surface erosion by high velocity regolith impacts. The initial down selection is being performed using on virgin and environmental exposure samples using pin on disk and three body abrasion wear tests. From preliminary assessment of this testing, a few configurations were eliminated. Ti-10vol%hBN could not be applied using CS application and NiTi could not be applied using APS or CS application so these configurations did not get tested. Early pin on disk wear tests showed poor wear performance of BN-Al so this coating was eliminated early in the testing process. AlO3 on Al substrate did not survive thermal cycling, but wear testing is continuing for AlO3 on Ti substrate. A more detailed analysis is being con-ducted to further reduce the number of configuration for phase II and III. Phase II testing will include conventionally and additively manufactured substrates with surface erosion testing. In phase III, the coatings will be applied to three mechanism types: channel and slot, ball and socket, and a hinge joint. Each will demonstrate a different type of wear incidence. The mechanisms and their base materials are of direct interest to the end users and infusion points: the Human Landing System (HLS) and the Lunar Surface Innovation Initiative (sustained lunar surface operations). The technology development project is based out of Marshall Space Flight Center, has partnered with Florida International University (Miami, FL) and Plasma Processes (Huntsville, Al), and is supported by a group of NASA mentors from different centers.

dust mitigation

Porting OVERFLOW CFD Code to GPUs: To Hackathons and Beyond!

OVERFLOW is an overset, structured computational fluid dynamics (CFD) code written in Fortran which is widely used in the government, industry, and academia. Over the last several years the OVERFLOW developers have been working to port miniapps based on computationally expensive parts of OVERFLOW to run on GPUs, primarily using OpenACC. This effort started at our first hackathon in 2019 and since then the OVERFLOW team has attended two additional hackathons (virtually). These hackathon environments have provided a great place to collaborate with others and learn from experts. These learning experiences enabled porting two miniapps to run effectively on NVIDIA GPUs using OpenACC. The first miniapp focused on motifs found in the solver itself and the final ported version runs three times fast ona single V100 compared to a 40 core, dual-socket Intel Skylake node. The speed up in this solverminiapp required multiple design changes including increasing the amount of parallelism available and the amount of work performed in each kernel. The second miniapp focused on overset MPI communication, also saw significant speedups over the CPU implementation using a CUDA-aware MPI implementation through OpenACC. This presentation will discuss our experience at the hackathons, our process of porting the miniapps to run on the GPUs, and several lessons learned throughout.

OpenACC

Radiation-Conditioned Ti–hBN Coatings for Space Mechanisms: Bridging Tribology and Irradiation Effects from Laboratory to Low-Earth Orbit

The longevity of tribological components in extraterrestrial environments is challenged by abrasive regolith, extreme temperatures, and ionizing radiation. This study evaluates the performance of vacuum plasma sprayed (VPS) Ti-2vol.% hexagonal boron nitride (hBN) coatings applied to joint mechanisms such as rod and slot, ball and socket, and hinge assemblies, fabricated from Al6061 and Ti6Al4V for planetary structures. Coated and uncoated samples were tested under vacuum with lunar regolith simulant (JSC-1A), followed by environmental exposures including electron radiation and thermal cycling. Results show that coated samples consistently outperformed uncoated counterparts across all configurations. Wear depth in coated components was reduced by over 80%, as confirmed by 3D profilometry and surface imaging. SEM analysis revealed severe abrasion and localized plastic deformation in uncoated surfaces, while coated samples retained structural integrity due to synergy of hard protective phases formed during deposition and retained hBN providing solid lubrication in the sliding surface. Coated and exposed samples exhibited smoother actuation profiles and reduced friction, indicating a beneficial "conditioning" effect from environmental exposure. The coatings-maintained performance even on complex geometries with minimal delamination. These findings demonstrate the potential of VPS Ti-hBN coatings to extend the operational life of lunar mechanisms, bridging laboratory-scale tribology with flight-relevant mechanical applications.

tribology

Remote Instrumentation and Data Acquisition: An Internship Research Report

This report outlines the development and implementation of a remote data acquisition system for waveform analysis using a Rohde & Schwarz oscilloscope. The project involved capturing waveform data, and transferring it to a local machine for visualization and analysis. The core logic was developed in C++ with a focus on object oriented programming and the use of polymorphism so the main application can interact with any instrument without knowing its exact type, simplifying the overall logic and making it easier to add or swap out components without changing the rest of the codebase.. The system issues Standard Commands for Programmable Instruments (SCPI) via a socket connection and parses the oscilloscope’s ASCII waveform data. The C++ application was containerized using Docker for ease of portability, and reproducibility. Emphasis was placed on secure networking practices, error handling, and effective data capture. The report describes the technical steps taken, challenges encountered, and lessons learned, providing insight into the practical integration of hardware interfacing with remote computational environments.

Parikh, Jaymil [Fermilab]

Assessing Energy Infrastructure Devices for Vulnerabilities

Industrial control systems prove to be vital to the health and security of the nation in our critical infrastructure. Critical infrastructure includes the most foundational systems to support modern civilization which includes water and wastewater systems, communications, and the electricity we use to name a few sectors. However, these devices' overall composition remains largely unknown and are untested from a cyber security perspective. As part of the Cyber Testing for Resilient Industrial Control Systems (CyTRICS) program, I analyzed one such energy infrastructure device to better understand how it functions, what hardware and software components are present within it, and assess it for security vulnerabilities. To achieve this, I reverse engineered binary files using Ghidra to understand system functionality and learned more about how to collaborate with other researchers on a shared Ghidra project. I learned more about how web sockets function and how to interact with them through Python to test if they are secure or not. This work led me to assess possible vulnerabilities in this device and provide a better understanding of its composition and function, which are essential to INL's mission of securing our nation's energy infrastructure.

99 - GENERAL AND MISCELLANEOUS

Modular Accelerator Robotics Framework Implementation For Accelerator Inspection

Accelerator tunnels, such as the ones at Fermilab, remain highly radioactive after beam shutoff due to induced radiation from the beam. This residual radiation creates a hazardous environment for manual inspection and repair of beamline components. To minimize worker radiation dose and reduce beam downtime, the AD Robotics Initiative previously built a fleet of low-cost custom mobile robots. However, the custom Python sockets server-client architecture lacked standardization, causing development delays and complicating the integration of new sensors and actuators. Here, we developed a modular system using ROS2 and Docker to standardize the teleoperation and control interfaces. This system was validated by implementing a teleoperation controller with real-time, low-latency, and high-definition video feedback. The aim of this framework is for a new feature or even a robot to be integrated into the system simply by documenting the hardware configuration. Current integration of LiDAR, Odometry, and Depth Cameras provides the foundation for Simultaneous Localization and Mapping (SLAM) tasks. Finally, future work involves integration into the accelerator control system and the attachment of a 6 degree-of-freedom robotic arm for telemanipulation.

Rayyan Khana, M. [Unlisted, US, IL] (ORCID:0009000

A Graphical User Interface for the Deep Underground Neutrino Experiment Robotic Test Stand

In preparation for DUNE, Fermilab along with six other institutions are testing cold electronics for quality control before components placed in the far detector. We test them by using a robotic arm that places these chips into sockets on a computer board that will test their functionality. Up until now, the chips have been tested using a command line script that drives a state machine to conduct tests step-by-step. In order to lower the skill barrier to conduct tests and to speed up the quality control process, I was tasked to create a graphical user interface that would allow users to use buttons, text boxes, and drop-down menus to input information and tell the testing state machine how to operate. I had to learn about the Python package Tkinter to start the process of widget placement. I further developed a pause feature unused in the previous command line script that would allow the user to shut down testing gracefully, bring the robotic arm to go back to ground state, and go forward or backward a step in the testing process. After completing the basic functionality of the GUI, I started testing production chips with the GUI to debug. Some issues were found, which required me to further develop parts of the inherited state machine code. The code for the GUI has now been pushed into the copy the DUNE/FD_CE git repository and will soon be merged with the official DUNE/FD_CE repository so that the other institutions testing DUNE cold electronics can use and expand upon it.

Gutierrez Villanueva, Jaziel [Fermilab]

AAM National Campaign Tech Talk: Data Pipeline Familiarization

NASA's AWS-based Data Pipeline allows real-time data submission and ingestion, with immediate monitoring of data rate, coverage and ingestion quality. Problems are immediately discovered and can be corrected with agility by both Partners and NASA during the a simulation or flight event​.

Data Pipeline