Multi-Channel Ultrasound Toolbox: A Flexible Modular Approach for Real- Time Array Imaging and Automated Inspection

Size: px
Start display at page:

Download "Multi-Channel Ultrasound Toolbox: A Flexible Modular Approach for Real- Time Array Imaging and Automated Inspection"

Transcription

1 Multi-Channel Ultrasound Toolbox: A Flexible Modular Approach for Real- Time Array Imaging and Automated Inspection David Lines 1, James Wharrie 1 and John Hottenroth 2 1 Diagnostic Sonar Ltd. Baird Road, Kirkton Campus, Livingston, West Lothian, EH54 7BX, UK (+44) ; fax (+44) ; dave.lines@diagnosticsonar.com 2 National Instruments, Inc N. Mopac Expressway, Austin, TX , USA (512) ; john.hottenroth@ni.com INTRODUCTION High data rates in multi-channel ultrasound acquisition systems usually require significant customization, which increases cost and reduces flexibility. This paper investigates the possibility of harnessing the flexibility of Field Programmable Gate Arrays (FPGAs) in a standard PC instrumentation platform to interface with the latest generation of multi-channel ultrasound digitizers. The FPGA provides very high performance that can be reconfigured under software control to provide a flexible platform, handling applications from array imaging to multi-channel automated inspection systems. A system has been developed with off-the-shelf components, which combines 32 channels of high-speed analog acquisition with a high performance FPGA for real-time, deterministic processing. This system has been interfaced to an array via multi-channel pulser-receivers with custom FPGA code developed using LabVIEW. The modular nature of both hardware and software allowed development of a scalable and customizable instrument that can acquire data from a linear array and process the data to provide a real-time image dynamically focused on both transmit and receive. The paper discusses how a novel combination of hardware and software modules can be used to build systems quickly that achieve high performance multi-channel ultrasound acquisition and processing, while being flexible enough to address a wide range of applications. BACKGROUND Ultrasound Flaw Detectors followed the now-familiar evolution from analogue to digital in the late 1980s and this was followed by the introduction of PC-based acquisition cards. In these an ultrasonic pulser and low noise receiver are combined with a high speed digitizer, allowing the standard processing functions such as filtering, rectification and gating to be implemented in software. The main deployment of these boards has been in online inspection applications or laboratory environments where the benefits of flexibility outweigh the advantages of smaller size and lower cost offered by mass-produced dedicated instrumentation. Ultrasonic Phased Array imagers use many channels in a highly synchronized parallel configuration. Consequently, the PC-based implementations use large numbers of boards and the systems are bulky and expensive which limits their deployment. The parallel data streams from all the channels are combined in a receive beamformer to produce the pulse-echo beams that make up the image. The data bus bandwidth required is a major constraint in PC-based implementations, despite the acceleration produced by the serial PCI express architecture. This bottleneck will become progressively more severe as the number of channels increases, especially with the introduction of 2D arrays. The traditional approach of increasing the width of the data bus produces limited benefit because the constraint is then the number of pins on the components and connectors. Medical ultrasound evolved from NDT in the 1950s but, with its significantly larger market, it soon became the driving force for many of the innovations in ultrasonic instrumentation. Highly integrated analogue front ends (AFEs) combine low-noise preamplifiers, variable gain amplifiers, filtering and digitizing for multiple channels in

2 the same device. The digitized outputs are in serial form to avoid the pin out constraint. These can be fed into the deserializer inputs of a Field Programmable Gate Array (FPGA) which can implement the parallel processing of the receive beamformer on a single integrated circuit. These architectural innovations were crucial to the reduction in size and cost for dedicated phased array systems but also provide a route to implement on a PC-based platform. This paper discusses such a flexible and scalable implementation. FLEXIBLE MULTI-CHANNEL DESIGN The key enabling technology is the AFE integrated circuit, which combines much of the analogue conditioning and the digitizer for multiple channels. These devices are available from a number of semiconductor manufacturers but all have the common feature each digitized output is a synchronous Double Data Rate (DDR) serial stream on a pair of pins using the Low-Voltage Differential Signaling (LVDS) standard. 50MHz sampling at 12bit resolution clocks the data out at 6x the sample rate i.e. 300MHz. This requires the destination components to be close and connected with matched track lengths across all outputs from the same device. Typically the AFEs integrate 8 channels in a single package. There are alternative approaches for the receiving and processing of the serial streams and these options are now discussed. Potential Beamformer Solutions The introduction of serial busses, such as PCI express, has driven semiconductor manufacturers to include dedicated de-serializing blocks on the input pins of their devices. The following processing options all have this capability: Application Specific Integrated Circuits (ASICs). Digital Signal Processors (DSPs) Field Programmable Gate Array (FPGAs). ASICs are customized integrated circuits and are able to achieve the ultimate in performance. However, the development costs are high, their functionality is fixed and so are only used where the market is for very large quantities and/or where there is no alternative. DSPs are used in medical ultrasound imaging systems but primarily for the back-end processing which acts on the beamformed data. They are best suited to complex processing algorithms on a relatively limited number of channels. Graphics Processor Units (GPUs) are special case DSPs that are optimized for display processing and the parallel architectures offer significant processing power at relatively low cost. However, the data still has to be transferred into the host and so does nothing to resolve the back-plane bandwidth constraints. FPGAs are similar to ASICs but comprise a massive array of small configurable logic blocks with user-defined connection paths between them. As with the ASIC approach, it is relatively simple for them to implement the high level of parallel processing as required for the beamformer, but with the major advantage that the functionality is reconfigurable. FPGAs are often used as a front-end processor in medical ultrasound imagers to produce the beamformed data used by the DSPs. FPGAs therefore offer an architecture that is well suited to the processing of the AFE data streams but with the flexibility that the ASIC does not offer. The use of FPGAs to process ultrasound NDT data streams has been described (Darlington et al, 1997). The FPGA was on a PCI-format HOTworks card and the IO pins of the device were connected to the PCI bus, two banks of onboard RAM and, by means of sockets, to a user-defined mezzanine board. The mezzanine card included a single channel ultrasonic pulser, receiver and digitizer and the parallel data stream was fed direct to the FPGA. This formed part of a commercial phased array imager and the concept of combining custom interface hardware with commercial, off the shelf (COTS) FPGA boards, had been proven to work. Traditionally, programming the FPGA requires a high level of expertise in Hardware Definition Languages (e.g. VHDL). However, recent developments with FPGA development tools and modular hardware enable leveraging the benefits of FPGAs for NDT applications (hardware-based processing, customizability, flexibility) without needing

3 to become an expert in traditional FPGA programming languages. The introduction of the multi-channel AFEs, and the availability of FPGAs with integral de-serializers, suggested that the time was right to revisit the original architecture but with many more channels. Hardware Implementation To explore the potential benefits of this architecture, we used National Instruments (NI) FlexRIO modular FPGA hardware programmed with LabVIEW FPGA, a graphical design language that allows the FPGA circuitry to be designed without needing to know VHDL coding or board design. We were able to simulate and debug the actions of the code in the standard LabVIEW software environment before deploying into the FPGA hardware with a high degree of confidence since we can use the same basic programming language for the FPGA programming. NI FlexRIO combines interchangeable, customizable I/O adapter modules with a user-programmable FPGA module in an industry-standard PXI (PCI extensions for Instrumentation) or PXI express platform. Modular FPGA-based I/O has been shown (Goodman et al., 2009) to be well suited for high performance NDT applications. The FlexRIO FPGA Modules are fitted in the chassis and communicate with custom hardware in an Adapter Module mounted on the front panel, as shown in Figure 1. For the I/O, we used the NI 5752, a 32 channel adapter module that combines four Texas Instruments AFE5801 chips. Each AFE handles 8 channels, providing 5dB to +31dB digitally controlled swept gain, and programmable filtering before digitizing at 50MSPS to 12bits. The 32 simultaneous data streams are de-serialized in the FPGA for processing or buffering before transfer to the host PC. The FPGA also has access to 2 digital inputs and 16 digital outputs and the latter can be used to control external pulsers. The AFE s differential inputs can handle up to 2V pkpk and so require protection from the transmitter if the elements are used in pulse-echo configuration directly into the AFE. Figure 1: NI channel adapter module connected with FlexRIO FPGA module (a) and in chassis with pulser/receiver interface (b) Single Board Configurations While the ideal system would have a large number of transmit channels and receive channels in the same device so that a whole system can be implemented with minimal number of components, there are inevitable practical compromises, including the FPGA s size and number of available pins, the requirement to provide an interface to some dedicated high-speed external storage for buffering the data, and the package count and power-dissipation of the external digital and analogue hardware for the pulsers and receivers.

4 It was therefore appropriate to look at the ways in which a typical implementation of 16 digital output channels and 32 analogue receive channels can be configured. These include: 32 element steered array (16 channel transmit/32 channel dynamic focus receive) 64/128/256 element multiplexed linear array (up to 28 channel transmit/32 channel dynamic focus receive) 32 element Full Raw Data acquisition (32 element dynamic focus transmit/32 element dynamic focus receive) 32 element steered array Each of the 16 digital output lines is used to generate the transmit excitation stream with appropriate delay to produce the desired transmit focus. These streams are routed to 16 external high voltage pulsers that are connected to 16 elements of the array. All 32 elements of the array are connected via transmit/receive protection switches and low-noise preamplifiers to the 32 differential inputs of the AFEs. The most likely scenario would have the transmitters exciting the center 16 elements of the array where the reduction in transmit resolution is traded for increased depth of field a benefit for the conventional arrangement of fixed transmit focus and dynamic receive focus. Where resolution is important, the transmitters could be routed to excite alternate receive elements. Here transmit resolution is retained but at the expense of grating lobes. Combinations of these extremes are possible. 64/128/256 element multiplexed linear array The system can be extended to work with the 64, 128 or more elements of a linear step-scanned array by means of a high voltage multiplexer between the elements and the transmitters and receivers. Unless an additional PXI card is used to control the multiplexers, some of the digital output lines will have to be diverted from driving transmit streams. The minimal control requirement would use 2 lines, leaving 14 for the transmit streams. If steering is required then this would mean 14 channel transmit/32 channel receive with similar considerations as for the 32 element steered array. However, these linearly scanned arrays are usually optimized for longest scan length and the large elements are not suitable for significant steering. If the beams are always normal to the array surface then the transmit delays are symmetric around the center of the transmit aperture and 14 drive signals can produce a transmit aperture of 28 elements. 32 element Full Raw Data (FRD) acquisition This configuration uses a different imaging technique termed Full Raw Data acquisition and processing (Lines 2006 and Lines et al. 2006) and is similar to that known as Full Matrix Capture (FMC) and Total Focusing Method (TFM). In this technique, one element (or occasionally more) is fired at a time and the data streams for all 32 channels are collected. The process is repeated with the transmit aperture position being progressively switched through all possible locations, resulting in an FRD data set of up to 32 x 32 streams for a 32 element array. The many benefits have been discussed in these references, but the key one is that every point in the reconstructed image is in optimal focus equivalent to dynamic focus on transmit as well as receive. If all the streams are recorded, then beam steering and position dependent material velocity correction can be applied as post-processing operations. The limited number of elements used on transmission (often just one) means that the 16 digital outputs are more than sufficient for the excitation signals and also the multiplexer controls. The 32 channel parallel acquisition means that a complete FRD frame for a 32 element array takes just 32 pulses. With receive multiplexing, this technique is extendable to the 64/128 element arrays. Single Board Results Existing multi-channel hardware, for pulsers, multiplexers and receivers, has been interfaced to the single FlexRIO system as shown in Figure 1b. This was used in 32 channel FRD mode with a 3.5Mz 32 element 0.059" (1.5mm) pitch array on a steel test piece with 1.5mm side-drilled holes, shown in Figure 2. The results are in Figure 3.

5 Figure 2: Steel test block Figure 3: Cascade A-scan plot (a) and FRD reconstructed B-scan (b) and 3D view (c) Figure 3a shows 32 out of the 1024 acquired RF streams as a cascade plot here displaying the pulse-echo responses from the 32 elements. Figure 3b shows the FRD reconstruction from those data streams corresponding to the region of the test pattern and Figure 3c shows the same data as a 3D profile. As shown in Figure 2, the gap between the closest pair of targets is around one wavelength and will pose a serious challenge to any imaging system. However, the focusing capability of the FRD reconstruction is able to produce a good rendition of the test pattern. The reconstructed beam direction was for 0 which corresponds to a horizontal beam, incident from the left in the B-scan. As a result, the nearest hole receives the full energy whilst the others are in its acoustic shadow showing the variation in amplitude. Figure 4 shows the same data set processed for 0, -20 and +20 incident beam angles and shows how the echo amplitude from each hole varies as it is moved out of the acoustic shadow. Figure 4: FRD reconstruction of the same data set with beam angles of 0 (a), -20 (b) and +20 (c) The same array was also used with a 21.5mm acrylic delay line on a 10mm thick Carbon Fiber Composite sample with 1mm and 2mm side-drilled holes, as shown in Figure 5a. Figure 5b is the 3D view of the corresponding FRD

6 reconstructed image for 0 angle of incidence, and clearly shows the echoes and back wall shadowing for both of the side-drilled holes. Figure 5: Array on CFC test piece (a) and 3D view of FRD reconstruction at 0 (b) SCALABLE MULTI-CHANNEL DESIGN The options outlined in the previous section illustrate the flexibility of the 32 channel acquisition module. However, there are applications where more than 32 channels are required, and the number of these will increase as 2D arrays become more common. Increasing the number of channels for conventional multi-channel online inspection systems was relatively straightforward solved by adding more slots in parallel. However phased arrays require tight synchronizing between all the excitation and reception channels and so any scalable architecture has to address this. Scalable architectures The limited number of digital outputs was discussed as an issue for the single FlexRIO system and solutions were presented in the previous section. A potential solution to this challenge that still leverages the modular FPGA components has been explored in the scalable architecture shown in Figure 6. Figure 6: Scalable 32 channel multiplexed module in chassis (a) and Adapter Modules (b) The existing FlexRIO FPGA module + 32 channel digitizer Adapter Module remains as before. A second FlexRIO FPGA module is used to generate the excitation signals for the 32 channel pulser Adapter Module (T32). A PXI format programmable High Voltage Power Supply completes the boards within the chassis and a third Adapter Module (R32) contains the transmit/receive protection switches and low-noise preamplifiers.

7 Transducer interfacing Flexibility has been a major benefit of the FPGA-based system and one of the main barriers to extending this was resolving how to address the multiple configuration requirements, including: pulse-echo vs. pitch-catch vs. throughtransmission; direct element interfacing vs. multiplexed; array vs. multiple discrete transducers. A further complication is the lack of any standard for the type of array connector let alone any agreement on pin assignments with each manufacturer having proprietary array interfaces. Multiplexed configurations allow the use of arrays with many hundreds of elements and connector density becomes a significant factor, especially when the front panel of the Adapter Modules are usually dedicated to inter-board connections. The solution, illustrated in Figure 6, has high-density connectors in the top surface of the T32 and R32 Adapter Modules interface to a user-customizable printed circuit board. This can be a plain interconnect board for direct coupled steered arrays or can include the multiplexers for step-scanned linear arrays. It is easy to provide a pair of array connectors one for transmit and one for receive for pitch-catch or through-transmission imaging. A 64 channel system would have the 3 board set repeated and the array connector interface can extend over the 6 slots and this approach is scalable over multiples of 32 channels. Synchronizing The transmitter sequencers are typically clocked at a multiple of the receiver sample clock for maximum temporal resolution whilst maintaining synchronous sampling. This can easily be achieved for a 32 channel module by generating the sample clock on the Transmit FlexRIO and passing it to the external clock input of the digitizer. For multiple 32 channel modules, it is best to exploit the synchronizing capability of the PXI express chassis. The master timing is generated by the board in the Star Trigger Slot and distributed to the Transmit FlexRIOs for each 32 channel module. Configurations This 32 transmit/32 receive module has integrated all of the external pulser-receivers and multiplexers outlined in the single FlexRIO implementation section and so is able to implement all of the configurations described. Indeed, the transmit aperture capability is now no longer constrained as the 16 digital output limitation no longer applies. Although it is likely that systems requiring 64 or more channels can use multiples of the 3 slot module, this is not always necessary. The reasoning is as follows: Multiple T32 modules are needed if more than 32 different element delays are required for any single excitation Multiple R32 modules are needed if acquisition constraints require more than 32 simultaneous receive channels. The alternative is to pulse two or more times with the same transmit focus and use receive multiplexing to achieve the same result by combining the data over the multiple pulses. Software/Firmware Software and FPGA firmware has been written to test out the acquisition and processing for the different architectures as illustrated in the results presented in the previous sections. The FRD reconstruction algorithms have been implemented in LabVIEW on the host PC and these have been progressively refined using the real data. Once the functionality was proven, the coding was optimized for speed in a format that was compatible with implementing on the FPGA. Data was passed though this optimized code and verified against results using the original code. This optimized code is able to acquire and process the FRD data above at frame rates between 5Hz and 20Hz, depending on the number of data points, using a dual-core processor host PC laptop with MXI-express connection to the PXI chassis. Transfer of the 32 x 32 A-scans across the PXI bus and then over the MXI-express link, will be a considerable bottleneck. Speed increases, without code changes, would result from using an embedded controller in a PXI-express chassis. Transfer of this code to the FPGA should offer further significant speed increases (even for PXI chassis) as the only back-plane transfers would be the processed image and the reconstruction would benefit from the massive parallelism of the targeted computation in the FPGA.

8 The software includes ray-tracing capability for deriving beamformer delay parameters for typical array inspection configurations and simulation software for predicting the resulting beam profile. To maximize the software flexibility of the system, it would be beneficial to have various levels of access including: Top level access via the Graphical User Interface as a standalone instrument without any programming High level access via DLL calls to access setup routines and to retrieve image data Low level access to the FPGA interface for developing customized code Combinations of the above e.g. using existing code as examples for developing and verifying custom code CONCLUSIONS High data rates, resulting in data bus bottlenecks, have been identified as a reason for the lack of flexible, off-theshelf solutions for multi-channel ultrasound acquisition systems and particularly for arrays. The availability of FPGAs in a standard PC instrumentation platform, interfacing with the latest generation of multi-channel ultrasound digitizers, has been proposed as a solution. A system has been developed with off-the-shelf components, which combines 32 channels of high-speed analog acquisition with a high performance FPGA for real-time deterministic processing. This system has been interfaced to an array via multi-channel pulser-receivers with custom FPGA code developed using LabVIEW. The modular nature of both hardware and software has allowed development of a flexible and scalable instrument that can be further customized if necessary. Potential configuration and processing options have been reviewed and images acquired using one of these techniques have been presented. The whole development process from specification of the architecture, through interfacing the hardware and coding of both FPGA and user interface to produce the 3D images took less than three months, demonstrating both the speed and capabilities of this approach. The practical issues in combining multiple modules have been discussed and a scalable architecture defined. The result is a novel combination of hardware and software modules that achieves high performance multi-channel ultrasound acquisition and processing, whilst being flexible enough to address a wide range of applications and demonstrating the benefits of FPGAs for real-time array imaging. REFERENCES 1. Darlington, D.J, Douglas R. Campbell and David I.A. Lines, Reconfigurable FPGAs for data compression in ultrasonic non-destructive testing, Proceedings of IEE Colloquium on DSP Chips in Real Time measurement and Control, University of Leicester, 25th September Goodman R.L., John Hottenroth and Scott E. Black, Taking Advantage of Next Generation Processing Technologies Multi-core Processors and FPGAs, Proceedings of ASNT Fall Conference 2009, Columbus, Ohio, October 19-23, Lines, D.I.A., Rapid distributed data collection with arrays - the next step beyond Full Waveform Capture, INSIGHT, Vol.48, No.2, February 2006, pp Lines, D.I.A., Irene Pettigrew, Katherine Kirk, Sandy Cochran and Jesse Skramstad, Rapid Distributed Data Collection and Processing with Arrays - the next step beyond Full Waveform Capture, Proceedings of 9th Joint FAA/DoD/NASA Conference on Aging Aircraft, Atlanta, 6-9 March 2006.

Recent advances in aerospace inspection with ultrasonic phased arrays

Recent advances in aerospace inspection with ultrasonic phased arrays Recent advances in aerospace inspection with ultrasonic phased arrays David Lines Chief Engineer, Diagnostic Sonar Ltd., UK AeroNDT SEMINAR, Aerospace Testing Expo2007 27 th -29 th March 2007, Munich Content

More information

Rapid, low-cost full-waveform mapping and analysis using ultrasonic phased arrays

Rapid, low-cost full-waveform mapping and analysis using ultrasonic phased arrays Rapid, low-cost full-waveform mapping and analysis using ultrasonic phased arrays David I A Lines Diagnostic Sonar Ltd. Livingston, West Lothian, EH54 7BX, UK Tel: +44 (0)1506 411877 Fax: +44 (0)1506 412410

More information

DIGITAL SYSTEM. Technology Overview Nordco. All rights reserved. Rev C

DIGITAL SYSTEM. Technology Overview Nordco. All rights reserved. Rev C DIGITAL SYSTEM Technology Overview Rev C 01-05-2016 Insert Full Frame Product Picture Here 2015 KEY FEATURES DIGITAL PROCESSING SYSTEM FOR INDUSTRIAL & TONNE UE SYSTEM DIGITAL PROCESSING SYSTEM FOR MICRO

More information

MODULAR, SCALABLE ULTRASOUND DATA PROCESSING ARCHITECTURE PROVIDES A FLEXIBLE, COST-EFFECTIVE SOLUTION FOR MEDIUM-HIGH COMPLEXITY SYSTEMS

MODULAR, SCALABLE ULTRASOUND DATA PROCESSING ARCHITECTURE PROVIDES A FLEXIBLE, COST-EFFECTIVE SOLUTION FOR MEDIUM-HIGH COMPLEXITY SYSTEMS MODULAR, SCALABLE ULTRASOUND DATA PROCESSING ARCHITECTURE PROVIDES A FLEXIBLE, COST-EFFECTIVE SOLUTION FOR MEDIUM-HIGH COMPLEXITY SYSTEMS E. García 1, J.L. García 1, N. Crespo 1, J.A. Fernandez 1, A. Buitrago

More information

Full-Matrix Capture with a Customizable Phased Array Instrument

Full-Matrix Capture with a Customizable Phased Array Instrument Full-Matrix Capture with a Customizable Phased Array Instrument Gavin Dao 1, a), Dominique Braconnier 2, b) 2, c), and Matt Gruber 1 Advanced OEM Solutions 8044 Montgomery Road #700 Cincinnati OH, 45236,

More information

FlexRIO. FPGAs Bringing Custom Functionality to Instruments. Ravichandran Raghavan Technical Marketing Engineer. ni.com

FlexRIO. FPGAs Bringing Custom Functionality to Instruments. Ravichandran Raghavan Technical Marketing Engineer. ni.com FlexRIO FPGAs Bringing Custom Functionality to Instruments Ravichandran Raghavan Technical Marketing Engineer Electrical Test Today Acquire, Transfer, Post-Process Paradigm Fixed- Functionality Triggers

More information

LabVIEW FPGA in Hardware-in-the-Loop Simulation Applications

LabVIEW FPGA in Hardware-in-the-Loop Simulation Applications LabVIEW FPGA in Hardware-in-the-Loop Simulation Applications Publish Date: Dec 29, 2008 38 Ratings 4.16 out of 5 Overview Hardware-in-the-loop (HIL) simulation is achieving a highly realistic simulation

More information

Abstract. NDE2002 predict. assure. improve. National Seminar of ISNT Chennai,

Abstract. NDE2002 predict. assure. improve. National Seminar of ISNT Chennai, Single Channel Ultrasonic Inspection System (ULTIMA 200S) Alok A. Agashe, P. D. Motiwala, V. H. Patankar, V. M. Joshi, R. K. Jain and S. K. Kataria Bhabha Atomic Research Centre, Mumbai 400085 NDE2002

More information

Increase Your Test Capabilities with Reconfigurable FPGA Technology

Increase Your Test Capabilities with Reconfigurable FPGA Technology Increase Your Test Capabilities with Reconfigurable FPGA Technology CTEA Electronics Symposium Ryan Verret Senior Product Manager FPGA Technology for Test National Instruments Graphical System Design A

More information

ARIA Software. Total Focusing Method. - Real-Time TFM Imaging - Acquire all FMC data - FMC/TFM Wizard - TFM Viewer - Analysis Mode

ARIA Software. Total Focusing Method. - Real-Time TFM Imaging - Acquire all FMC data - FMC/TFM Wizard - TFM Viewer - Analysis Mode ARIA Software Total Focusing Method - Real-Time TFM Imaging - Acquire all FMC data - FMC/TFM Wizard - TFM Viewer - Analysis Mode Several Implementations Standard TFM Migration TFM Advanced TFM TFMp Adaptive

More information

DEVELOPMENT AND VALIDATION OF A FULL MATRIX CAPTURE SOLUTION. Patrick Tremblay, Daniel Richard ZETEC, Canada

DEVELOPMENT AND VALIDATION OF A FULL MATRIX CAPTURE SOLUTION. Patrick Tremblay, Daniel Richard ZETEC, Canada DEVELOPMENT AND VALIDATION OF A FULL MATRIX CAPTURE SOLUTION Patrick Tremblay, Daniel Richard ZETEC, Canada ABSTRACT For the last 15 years, phased array has completely changed the face of ultrasonic non-destructive

More information

Developing Measurement and Control Applications with the LabVIEW FPGA Pioneer System

Developing Measurement and Control Applications with the LabVIEW FPGA Pioneer System Developing Measurement and Control Applications with the LabVIEW FPGA Pioneer System Introduction National Instruments is now offering the LabVIEW FPGA Pioneer System to provide early access to the new

More information

The hardware implementation of PXI/PXIe consists of a chassis, controller or computer interface, and peripheral cards.

The hardware implementation of PXI/PXIe consists of a chassis, controller or computer interface, and peripheral cards. Introduction PCI extensions for Instrumentation or PXI is a computer based hardware and software platform for test and measurement systems. Developed in the late 1990 s as an open industry standard based

More information

Measurement of Residual Thickness in Case of Corrosion Close to the Welds with an Adaptive Total Focusing Method

Measurement of Residual Thickness in Case of Corrosion Close to the Welds with an Adaptive Total Focusing Method 19 th World Conference on Non-Destructive Testing 2016 Measurement of Residual Thickness in Case of Corrosion Close to the Welds with an Adaptive Total Focusing Method Olivier ROY 1, hilippe BENOIST 1,

More information

A THREE-DIMENSIONAL PHASED ARRAY ULTRASONIC TESTING TECHNIQUE

A THREE-DIMENSIONAL PHASED ARRAY ULTRASONIC TESTING TECHNIQUE A THREE-DIMENSIONAL PHASED ARRAY ULTRASONIC TESTING TECHNIQUE So KITAZAWA, Naoyuki KONO, Atsushi BABA and Yuji ADACHI HITACHI, Ltd., Japan Mitsuru ODAKURA HITACHI-GE Nuclear Energy, Ltd., Japan Introduction

More information

High Resolution Phased Array Imaging using the Total Focusing Method

High Resolution Phased Array Imaging using the Total Focusing Method 19 th World Conference on Non-Destructive Testing 2016 High Resolution Phased Array Imaging using the Total Focusing Method Wolfram A. Karl DEUTSCH 1, Werner ROYE 1, Helge RAST 1, Philippe BENOIST 2 1

More information

Scientific Instrumentation using NI Technology

Scientific Instrumentation using NI Technology Scientific Instrumentation using NI Technology Presented by, Raja Pillai Technical Consultant and Field Engineer National Instruments Australia Pty. Ltd. NI s Platform-Based Approach 2 The LabVIEW RIO

More information

New Software-Designed Instruments

New Software-Designed Instruments 1 New Software-Designed Instruments Nicholas Haripersad Field Applications Engineer National Instruments South Africa Agenda What Is a Software-Designed Instrument? Why Software-Designed Instrumentation?

More information

FPGA design with National Instuments

FPGA design with National Instuments FPGA design with National Instuments Rémi DA SILVA Systems Engineer - Embedded and Data Acquisition Systems - MED Region ni.com The NI Approach to Flexible Hardware Processor Real-time OS Application software

More information

Robot-Based Solutions for NDT Inspections: Integration of Laser Ultrasonics and Air Coupled Ultrasounds for Aeronautical Components

Robot-Based Solutions for NDT Inspections: Integration of Laser Ultrasonics and Air Coupled Ultrasounds for Aeronautical Components 19 th World Conference on Non-Destructive Testing 2016 Robot-Based Solutions for NDT Inspections: Integration of Laser Ultrasonics and Air Coupled Ultrasounds for Aeronautical Components Esmeralda CUEVAS

More information

Adapter Modules for FlexRIO

Adapter Modules for FlexRIO Adapter Modules for FlexRIO Ravichandran Raghavan Technical Marketing Engineer National Instruments FlexRIO LabVIEW FPGA-Enabled Instrumentation 2 NI FlexRIO System Architecture PXI/PXIe NI FlexRIO Adapter

More information

Applications of Phased Array Techniques to NDT of Industrial Structures

Applications of Phased Array Techniques to NDT of Industrial Structures The 2 nd International Conference on Technical Inspection and NDT (TINDT2008)- October 2008 - Tehran, Iran Applications of Phased Array Techniques to NDT of Industrial Structures Laurent Le ber 1, Olivier

More information

Advanced NI-DAQmx Programming Techniques with LabVIEW

Advanced NI-DAQmx Programming Techniques with LabVIEW Advanced NI-DAQmx Programming Techniques with LabVIEW Agenda Understanding Your Hardware Data Acquisition Systems Data Acquisition Device Subsystems Advanced Programming with NI-DAQmx Understanding Your

More information

High-End Ultrasonic Phased-Array System for Automatic Inspections

High-End Ultrasonic Phased-Array System for Automatic Inspections 18th World Conference on Nondestructive Testing, 16-20 April 2012, Durban, South Africa High-End Ultrasonic Phased-Array System for Automatic Inspections Johannes BUECHLER, Norbert STEINHOFF GE Sensing

More information

ADVANCED ULTRASOUND WAVEFORM ANALYSIS PACKAGE FOR MANUFACTURING AND IN-SERVICE USE R. A Smith, QinetiQ Ltd, Farnborough, GU14 0LX, UK.

ADVANCED ULTRASOUND WAVEFORM ANALYSIS PACKAGE FOR MANUFACTURING AND IN-SERVICE USE R. A Smith, QinetiQ Ltd, Farnborough, GU14 0LX, UK. ADVANCED ULTRASOUND WAVEFORM ANALYSIS PACKAGE FOR MANUFACTURING AND IN-SERVICE USE R. A Smith, QinetiQ Ltd, Farnborough, GU14 0LX, UK. Abstract: Users of ultrasonic NDT are fundamentally limited by the

More information

WP 14 and Timing Sync

WP 14 and Timing Sync WP 14 and Timing Sync Eiscat Technical meeting 20131105 Leif Johansson National Instruments Eiscat Syncronisation Signal vs. Time-Based Synchronization Signal-Based Share Physical Clocks / Triggers Time-Based

More information

ni.com High-Speed Digital I/O

ni.com High-Speed Digital I/O High-Speed Digital I/O Interfacing with Digital I/O Design Verification & Validation Production Characterization Protocol communication Parametric testing DUT control Limit testing Stress testing BERT

More information

Validation of aspects of BeamTool

Validation of aspects of BeamTool Vol.19 No.05 (May 2014) - The e-journal of Nondestructive Testing - ISSN 1435-4934 www.ndt.net/?id=15673 Validation of aspects of BeamTool E. GINZEL 1, M. MATHESON 2, P. CYR 2, B. BROWN 2 1 Materials Research

More information

The Use of LabVIEW FPGA in Accelerator Instrumentation.

The Use of LabVIEW FPGA in Accelerator Instrumentation. The Use of LabVIEW FPGA in Accelerator Instrumentation. Willem Blokland Research Accelerator Division Spallation Neutron Source Introduction Spallation Neutron Source at Oak Ridge National Laboratory:

More information

PORTABLE PHASED-ARRAY ULTRASOUND FULL-FEATURED SYSTEM

PORTABLE PHASED-ARRAY ULTRASOUND FULL-FEATURED SYSTEM PORTABLE PHASED-ARRAY ULTRASOUND FULL-FEATURED SYSTEM GEKKO GEKKO not only offers the features of standard phased-array portable systems (angular scanning, electronic scanning, TOFD, etc.), new advanced

More information

High Resolution Phased Array Imaging using the Total Focusing Method

High Resolution Phased Array Imaging using the Total Focusing Method High Resolution Phased Array Imaging using the Total Focusing Method S. Kierspel, Wolfram A. Karl Deutsch, Helge Rast, Philippe Benoist 1, Venkat A 2 KARL DEUTSCH Pruef- und Messgeraetebau GmbH + Co KG

More information

The Benefits of FPGA-Enabled Instruments in RF and Communications Test. Johan Olsson National Instruments Sweden AB

The Benefits of FPGA-Enabled Instruments in RF and Communications Test. Johan Olsson National Instruments Sweden AB The Benefits of FPGA-Enabled Instruments in RF and Communications Test Johan Olsson National Instruments Sweden AB 1 Agenda Introduction to FPGAs in test New FPGA-enabled test applications FPGA for test

More information

Advanced ultrasonic 2D Phased-array probes

Advanced ultrasonic 2D Phased-array probes Advanced ultrasonic 2D Phased-array probes Frédéric REVERDY 1, G. ITHURRALDE 2, Nicolas DOMINGUEZ 1,2 1 CEA, LIST, F-91191, Gif-sur-Yvette cedex, France frederic.reverdy@cea.fr, nicolas.dominguez@cea.fr

More information

How to validate your FPGA design using realworld

How to validate your FPGA design using realworld How to validate your FPGA design using realworld stimuli Daniel Clapham National Instruments ni.com Agenda Typical FPGA Design NIs approach to FPGA Brief intro into platform based approach RIO architecture

More information

John R. Mandeville Senior Consultant NDICS, Norwich, CT Jesse A. Skramstad President - NDT Solutions Inc., New Richmond, WI

John R. Mandeville Senior Consultant NDICS, Norwich, CT Jesse A. Skramstad President - NDT Solutions Inc., New Richmond, WI Enhanced Defect Detection on Aircraft Structures Automatic Flaw Classification Software (AFCS) John R. Mandeville Senior Consultant NDICS, Norwich, CT Jesse A. Skramstad President - NDT Solutions Inc.,

More information

Fast total focusing method for ultrasonic imaging

Fast total focusing method for ultrasonic imaging Fast total focusing method for ultrasonic imaging Ewen Carcreff,a), Gavin Dao 2 and Dominique Braconnier The Phased Array Company, 9365 Allen road, West Chester, Ohio, USA 2 Advanced OEM Solutions, 844

More information

Designing Next Generation Test Systems An In-Depth Developers Guide

Designing Next Generation Test Systems An In-Depth Developers Guide An In-Depth Developers Guide Designing Next Generation Test Systems An In-depth Developers Guide Contents Section 1 Executive Summary Chapter 1 Increasing Design Complexity...1-1 Shorter Product Development

More information

User's Manual. PXI Power Distribution Module

User's Manual. PXI Power Distribution Module User's Manual PXI Power Distribution Module Version 2.5, June 2010 XIA LLC 31057 Genstar Road Hayward, CA 94544 USA Phone: (510) 401-5760; Fax: (510) 401-5761 http://www.xia.com Disclaimer Information

More information

Plane Wave Imaging Using Phased Array Arno Volker 1

Plane Wave Imaging Using Phased Array Arno Volker 1 11th European Conference on Non-Destructive Testing (ECNDT 2014), October 6-10, 2014, Prague, Czech Republic More Info at Open Access Database www.ndt.net/?id=16409 Plane Wave Imaging Using Phased Array

More information

Product Information Sheet PDA14 2 Channel, 14-Bit Waveform Digitizer APPLICATIONS FEATURES OVERVIEW

Product Information Sheet PDA14 2 Channel, 14-Bit Waveform Digitizer APPLICATIONS FEATURES OVERVIEW Product Information Sheet PDA 2 Channel, -Bit Waveform Digitizer FEATURES 2 Channels at up to 100 MHz Sample Rate Bits of Resolution Bandwidth from DC-50 MHz 512 Megabytes of On-Board Memory 500 MB/s Transfer

More information

A FLEXIBLE PHASED ARRAY TRANSDUCER FOR CONTACT EXAMINATION OF COMPONENTS WITH COMPLEX GEOMETRY

A FLEXIBLE PHASED ARRAY TRANSDUCER FOR CONTACT EXAMINATION OF COMPONENTS WITH COMPLEX GEOMETRY A FLEXIBLE PHASED ARRAY TRANSDUCER FOR CONTACT EXAMINATION OF COMPONENTS WITH COMPLEX GEOMETRY O. Casula 1, C. Poidevin 1, G. Cattiaux 2 and G. Fleury 3 1 CEA/LIST, Saclay, France; 2 IRSN/DES, Fontenay-aux-Roses,

More information

PXI EXPRESS SPECIFICATION TUTORIAL

PXI EXPRESS SPECIFICATION TUTORIAL PXI EXPRESS SPECIFICATION TUTORIAL Introduction The PXI industry standard has quickly gained adoption and grown in prevalence in test, measurement, and control systems since its release in 1998. PXI is

More information

Software-Defined Test Fundamentals. Understanding the Architecture of Modular, High-Performance Test Systems

Software-Defined Test Fundamentals. Understanding the Architecture of Modular, High-Performance Test Systems Software-Defined Test Fundamentals Understanding the Architecture of Modular, High-Performance Test Systems Contents Executive Summary 4 Architecture Layer No. 5: System Management/Test Executive 5 Architecture

More information

Real-time full matrix capture with auto-focussing of known geometry through dual layered media

Real-time full matrix capture with auto-focussing of known geometry through dual layered media Real-time full matrix capture with auto-focussing of known geometry through dual layered media Mark Sutcliffe, Miles Weston, Ben Dutton and Ian Cooper TWI NDT Validation Centre Heol Cefn Gwrgan, Margam,

More information

When speed matters.

When speed matters. When speed matters. www.zetec.com The Ideal Combination of Speed, Power and Flexibility QuartZ is the latest member of Zetec s Ultrasonic Instruments product family. It is the answer to the requirements

More information

Optimizing HDL IP Development with Real-World I/O. William Baars National Instruments

Optimizing HDL IP Development with Real-World I/O. William Baars National Instruments Optimizing HDL IP Development with Real-World I/O William Baars National Instruments William.baars@ni.com Agenda IP Development Process Traditional Algorithm Engineering Components required for HDL IP

More information

PXI Remote Control and System Expansion

PXI Remote Control and System Expansion Have a question? Contact Us. PRODUCT FLYER PXI Remote Control and System Expansion CONTENTS PXI Remote Control and System Expansion Components of a Remotely Controlled PXI System Choosing a Remote Control

More information

Techniques to Reduce Measurement Errors in Challenging Environments

Techniques to Reduce Measurement Errors in Challenging Environments Techniques to Reduce Measurement Errors in Challenging Environments Jon Semancik VTI Instruments Corp. 2031 Main Street Irvine, CA 92614 949-955-1894 jsemancik@vtiinstruments.com INTRODUCTION Test engineers

More information

Adaptive Focusing Technology for the Inspection of Variable Geometry. Composite Material

Adaptive Focusing Technology for the Inspection of Variable Geometry. Composite Material More info about this article: http://www.ndt.net/?id=22711 Adaptive Focusing Technology for the Inspection of Variable Geometry Composite Material Etienne GRONDIN 1 1 Olympus Scientific Solutions Americas,

More information

Simplify System Complexity

Simplify System Complexity 1 2 Simplify System Complexity With the new high-performance CompactRIO controller Arun Veeramani Senior Program Manager National Instruments NI CompactRIO The Worlds Only Software Designed Controller

More information

ULTRASONIC TESTING AND FLAW CHARACTERIZATION. Alex KARPELSON Kinectrics Inc., Toronto, Canada

ULTRASONIC TESTING AND FLAW CHARACTERIZATION. Alex KARPELSON Kinectrics Inc., Toronto, Canada ULTRASONIC TESTING AND FLAW CHARACTERIZATION Alex KARPELSON Kinectrics Inc., Toronto, Canada 1. Introduction Ultrasonic Testing (UT) is a commonly used inspection method. Various techniques are employed

More information

Overview of Microcontroller and Embedded Systems

Overview of Microcontroller and Embedded Systems UNIT-III Overview of Microcontroller and Embedded Systems Embedded Hardware and Various Building Blocks: The basic hardware components of an embedded system shown in a block diagram in below figure. These

More information

Technical Article MS-2442

Technical Article MS-2442 Technical Article MS-2442. JESD204B vs. Serial LVDS Interface Considerations for Wideband Data Converter Applications by George Diniz, Product Line Manager, Analog Devices, Inc. Some key end-system applications

More information

CompuScope Ultra-fast waveform digitizer card for PCI bus. APPLICATIONS. We offer the widest range of

CompuScope Ultra-fast waveform digitizer card for PCI bus.   APPLICATIONS. We offer the widest range of We offer the widest range of high-speed and high-resolution digitizers available on the market CompuScope 1602 Ultra-fast waveform digitizer card for PCI bus today. Our powerful PC-based instrumentation

More information

PXI Digital Pattern Instruments

PXI Digital Pattern Instruments Have a question? Contact Us. PRODUCT FLYER PXI Digital Pattern Instruments CONTENTS PXI Digital Pattern Instruments Detailed View of PXIe-6570 Digital Pattern Instrument Key Features NI-Digital Pattern

More information

XDAS-V3 1.6 mm pitch dual energy X-ray data acquisition system

XDAS-V3 1.6 mm pitch dual energy X-ray data acquisition system dual energy X-ray data acquisition system 1 key features The XDAS-V3 system is the latest version of Sens-Tech X-ray data acquisition systems. New features include: operation by external trigger 10 µs

More information

Agenda. Programming FPGAs Why Are They Useful? NI FPGA Hardware Common Applications for FPGAs How to Learn More

Agenda. Programming FPGAs Why Are They Useful? NI FPGA Hardware Common Applications for FPGAs How to Learn More Agenda Programming FPGAs Why Are They Useful? NI FPGA Hardware Common Applications for FPGAs How to Learn More FPGA Technology Programmable Interconnects Logic Blocks I/O Blocks FPGA Logic Implementation

More information

D Demonstration of disturbance recording functions for PQ monitoring

D Demonstration of disturbance recording functions for PQ monitoring D6.3.7. Demonstration of disturbance recording functions for PQ monitoring Final Report March, 2013 M.Sc. Bashir Ahmed Siddiqui Dr. Pertti Pakonen 1. Introduction The OMAP-L138 C6-Integra DSP+ARM processor

More information

Readout Systems. Liquid Argon TPC Analog multiplexed ASICs SiPM arrays. CAEN 2016 / 2017 Product Catalog

Readout Systems. Liquid Argon TPC Analog multiplexed ASICs SiPM arrays. CAEN 2016 / 2017 Product Catalog Readout Systems Liquid Argon TPC Analog multiplexed ASICs SiPM arrays CAEN 2016 / 2017 Product Catalog 192 Readout Systems SY2791 Liquid Argon TPC Readout System The SY2791 is a complete detector readout

More information

CHAPTER 3 LabVIEW REAL TIME APPLICATION DEVELOPMENT REFERENCES: [1] NI, Real Time LabVIEW. [2] R. Bishop, LabVIEW 2009.

CHAPTER 3 LabVIEW REAL TIME APPLICATION DEVELOPMENT REFERENCES: [1] NI, Real Time LabVIEW. [2] R. Bishop, LabVIEW 2009. CHAPTER 3 By Radu Muresan University of Guelph Page 1 ENGG4420 CHAPTER 3 LECTURE 1 October 31 10 5:12 PM CHAPTER 3 LabVIEW REAL TIME APPLICATION DEVELOPMENT REFERENCES: [1] NI, Real Time LabVIEW. [2] R.

More information

Replacing legacy RICE electronics Mitigating risk Component obsolescence, maintenance burden, Micro VAX II backplane, programmer portability

Replacing legacy RICE electronics Mitigating risk Component obsolescence, maintenance burden, Micro VAX II backplane, programmer portability Jeff Hill LANSCE Replacing legacy RICE electronics Mitigating risk Component obsolescence, maintenance burden, Micro VAX II backplane, programmer portability Obsolesce Old designs multiplexing one type

More information

Highly Parallel Wafer Level Reliability Systems with PXI SMUs

Highly Parallel Wafer Level Reliability Systems with PXI SMUs Highly Parallel Wafer Level Reliability Systems with PXI SMUs Submitted by National Instruments Overview Reliability testing has long served as a method of ensuring that semiconductor devices maintain

More information

DAQ & Control with PXI. Murali Ravindran Senior Product Manager

DAQ & Control with PXI. Murali Ravindran Senior Product Manager DAQ & Control with PXI Murali Ravindran Senior Product Manager Agenda What is PXI? Trigger with PXI Multicore Programming DAQ & Control with FPGA Instrumentation Timeline 1965 1987 1995 1997 Photo Courtesy

More information

Embedded Controller combines Machine Control and Data Acquisition using EPICS and MDSplus P. Milne

Embedded Controller combines Machine Control and Data Acquisition using EPICS and MDSplus P. Milne Embedded Controller combines Machine Control and Data Acquisition using EPICS and MDSplus P. Milne Solutions Ltd, James Watt Building, SETP, G75 0QD East Kilbride, United Kingdom Applications such as pulse

More information

M2M GEKKO. State-of-the-art phased-array flaw detector with TFM

M2M GEKKO. State-of-the-art phased-array flaw detector with TFM M2M GEKKO State-of-the-art phased-array flaw detector with TFM USER FRIENDLY FLAW DETECTOR Gekko is the only compact phased-array ultrasound testing (PAUT) instrumentation offering intuitive PA features

More information

Simulation in NDT. Online Workshop in in September Software Tools for the Design of Phased Array UT Inspection Techniques

Simulation in NDT. Online Workshop in  in September Software Tools for the Design of Phased Array UT Inspection Techniques Simulation in NDT Online Workshop in www.ndt.net in September 2010 Software Tools for the Design of Phased Array UT Inspection Techniques Daniel RICHARD, David REILLY, Johan BERLANGER and Guy MAES Zetec,

More information

VALIDATION OF THE SIMULATION SOFTWARE CIVA UT IN SEPARATED TRANSMIT/RECEIVE CONFIGURATIONS

VALIDATION OF THE SIMULATION SOFTWARE CIVA UT IN SEPARATED TRANSMIT/RECEIVE CONFIGURATIONS VALIDATION OF THE SIMULATION SOFTWARE CIVA UT IN SEPARATED TRANSMIT/RECEIVE CONFIGURATIONS Fabrice FOUCHER 1, Sébastien LONNE 1, Gwénaël TOULLELAN 2, Steve MAHAUT 2, Sylvain CHATILLON 2, Erica SCHUMACHER

More information

PC-based data acquisition I

PC-based data acquisition I FYS3240 PC-based instrumentation and microcontrollers PC-based data acquisition I Spring 2016 Lecture #8 Bekkeng, 20.01.2016 General-purpose computer With a Personal Computer (PC) we mean a general-purpose

More information

SMT-FMC211. Quad DAC FMC. Sundance Multiprocessor Technology Limited

SMT-FMC211. Quad DAC FMC. Sundance Multiprocessor Technology Limited Sundance Multiprocessor Technology Limited Form : QCF51 Template Date : 10 November 2010 Unit / Module Description: Quad DAC FMC Unit / Module Number: Document Issue Number: 1.1 Original Issue Date: 11

More information

Fiche technique IndUScan V3

Fiche technique IndUScan V3 Produit IndUScan Dossier Date 28/08/15 Page 1 / 5 I / Presentation The IndUScan is an industrial system of ultrasonic control and acquisition. It combines ultrasonic, piloting, and interfacing electronics

More information

Simplify System Complexity

Simplify System Complexity Simplify System Complexity With the new high-performance CompactRIO controller Fanie Coetzer Field Sales Engineer Northern South Africa 2 3 New control system CompactPCI MMI/Sequencing/Logging FieldPoint

More information

AXIe : AdvancedTCA Extensions for Instrumentation and Test. Autotestcon 2016

AXIe : AdvancedTCA Extensions for Instrumentation and Test. Autotestcon 2016 AXIe : AdvancedTCA Extensions for Instrumentation and Test Autotestcon 2016 Copyright 2016 AXIe Consortium, Inc. * AdvancedTCA is a registered trademark of PICMG. AXIe is a registered trademark of the

More information

WIntroduction. Motion Control Architectures. Chuck Lewin, Founder of Performance Motion Devices

WIntroduction. Motion Control Architectures. Chuck Lewin, Founder of Performance Motion Devices Motion Control Architectures Chuck Lewin, Founder of Performance Motion Devices WIntroduction hen engineers think of advances in motion control technology, they usually think of faster motors, improved

More information

With Fixed Point or Floating Point Processors!!

With Fixed Point or Floating Point Processors!! Product Information Sheet High Throughput Digital Signal Processor OVERVIEW With Fixed Point or Floating Point Processors!! Performance Up to 14.4 GIPS or 7.7 GFLOPS Peak Processing Power Continuous Input

More information

Section 3 - Backplane Architecture Backplane Designer s Guide

Section 3 - Backplane Architecture Backplane Designer s Guide Section 3 - Backplane Architecture Backplane Designer s Guide March 2002 Revised March 2002 The primary criteria for backplane design are low cost, high speed, and high reliability. To attain these often-conflicting

More information

Product Information Sheet PX Channel, 14-Bit Waveform Digitizer

Product Information Sheet PX Channel, 14-Bit Waveform Digitizer Product Information Sheet PX14400 2 Channel, 14-Bit Waveform Digitizer FEATURES 2 Analog Channels at up to 400 MHz Sample Rate per Channel 14 Bits of Resolution Bandwidth from 100 KHz to 400 MHz 1 Gigabyte

More information

High Performance Embedded Applications. Raja Pillai Applications Engineering Specialist

High Performance Embedded Applications. Raja Pillai Applications Engineering Specialist High Performance Embedded Applications Raja Pillai Applications Engineering Specialist Agenda What is High Performance Embedded? NI s History in HPE FlexRIO Overview System architecture Adapter modules

More information

Ultrasonic Signal Processing Platform for Nondestructive Evaluation (usspnde) Functional Requirements List and Performance Specifications

Ultrasonic Signal Processing Platform for Nondestructive Evaluation (usspnde) Functional Requirements List and Performance Specifications Ultrasonic Signal Processing Platform for Nondestructive Evaluation (usspnde) Functional Requirements List and Performance Specifications Raymond Smith Advisors: Drs. Yufeng Lu and In Soo Ahn November

More information

Sizing and evaluation of planar defects based on Surface Diffracted Signal Loss technique by ultrasonic phased array

Sizing and evaluation of planar defects based on Surface Diffracted Signal Loss technique by ultrasonic phased array Sizing and evaluation of planar defects based on Surface Diffracted Signal Loss technique by ultrasonic phased array A. Golshani ekhlas¹, E. Ginzel², M. Sorouri³ ¹Pars Leading Inspection Co, Tehran, Iran,

More information

FPGA-Based Embedded Systems for Testing and Rapid Prototyping

FPGA-Based Embedded Systems for Testing and Rapid Prototyping FPGA-Based Embedded Systems for Testing and Rapid Prototyping Martin Panevsky Embedded System Applications Manager Embedded Control Systems Department The Aerospace Corporation Flight Software Workshop

More information

CUSTOMER CASE STUDY: TITAN optimizes D&F and NVH Testing for Ford Motor Company

CUSTOMER CASE STUDY: TITAN optimizes D&F and NVH Testing for Ford Motor Company CUSTOMER CASE STUDY: TITAN optimizes D&F and NVH Testing for Ford Motor Company Mars Labs, LLC 29 C Street Laurel, Maryland 20707 301.470.3278 www.marslabs.com OPTIMIZED D&F AND NVH TESTING Mars Labs,

More information

ULTRASONIC FLAW DETECTOR SONOSCREEN ST10 FOR NONDESTRUCTIVE TESTING MADE IN GERMANY

ULTRASONIC FLAW DETECTOR SONOSCREEN ST10 FOR NONDESTRUCTIVE TESTING MADE IN GERMANY ULTRASONIC FLAW DETECTOR SONOSCREEN ST10 FOR NONDESTRUCTIVE TESTING MADE IN GERMANY SONOSCREEN ST10 Developed with the help of experienced material testing experts, the compact ultrasonic flaw detector

More information

Slick Line Acquisition System Manual

Slick Line Acquisition System Manual SCIENTIFIC DATA SYSTEMS, INC. SLICK LINE ACQUISITION BOX Slick Line Acquisition System Manual This document contains proprietary information. Copyright 2005 Scientific Data Systems, Inc. All rights reserved.

More information

System-on-a-Programmable-Chip (SOPC) Development Board

System-on-a-Programmable-Chip (SOPC) Development Board System-on-a-Programmable-Chip (SOPC) Development Board Solution Brief 47 March 2000, ver. 1 Target Applications: Embedded microprocessor-based solutions Family: APEX TM 20K Ordering Code: SOPC-BOARD/A4E

More information

FPGA Provides Speedy Data Compression for Hyperspectral Imagery

FPGA Provides Speedy Data Compression for Hyperspectral Imagery FPGA Provides Speedy Data Compression for Hyperspectral Imagery Engineers implement the Fast Lossless compression algorithm on a Virtex-5 FPGA; this implementation provides the ability to keep up with

More information

Product Information Sheet PDA GHz Waveform Digitizer APPLICATIONS FEATURES OVERVIEW

Product Information Sheet PDA GHz Waveform Digitizer APPLICATIONS FEATURES OVERVIEW Product Information Sheet PDA1000 1 GHz Waveform Digitizer FEATURES Single channel at up to 1 GHz sample rate Bandwidth from DC-500 MHz 256 Megabytes of on-board memory 500 MB/s transfer via Signatec Auxiliary

More information

Graphical System Design For Large Scale Deployments. Bhavin Desai Technical Consultant

Graphical System Design For Large Scale Deployments. Bhavin Desai Technical Consultant Graphical System Design For Large Scale Deployments Bhavin Desai Technical Consultant Modern System Builder s Diverse Requirements HMI Logging, Database Modern System Sensors and Signal Conditioning Mechanical

More information

New! New! New! New! New!

New! New! New! New! New! New! New! New! New! New! Model 5950 Features Supports Xilinx Zynq UltraScale+ RFSoC FPGAs 18 GB of DDR4 SDRAM On-board GPS receiver PCI Express (Gen. 1, 2 and 3) interface up to x8 LVDS connections to

More information

Signal Conversion in a Modular Open Standard Form Factor. CASPER Workshop August 2017 Saeed Karamooz, VadaTech

Signal Conversion in a Modular Open Standard Form Factor. CASPER Workshop August 2017 Saeed Karamooz, VadaTech Signal Conversion in a Modular Open Standard Form Factor CASPER Workshop August 2017 Saeed Karamooz, VadaTech At VadaTech we are technology leaders First-to-market silicon Continuous innovation Open systems

More information

Ultrasonic Signal Processing Platform for Nondestructive Evaluation

Ultrasonic Signal Processing Platform for Nondestructive Evaluation Ultrasonic Signal Processing Platform for Nondestructive Evaluation (usspnde) Functional Requirements List and Performance Specifications Raymond Smith Advisors: Drs. Yufeng Lu and In Soo Ahn December

More information

NDT OF SPECIMEN OF COMPLEX GEOMETRY USING ULTRASONIC ADAPTIVE

NDT OF SPECIMEN OF COMPLEX GEOMETRY USING ULTRASONIC ADAPTIVE NDT OF SPECIMEN OF COMPLEX GEOMETRY USING ULTRASONIC ADAPTIVE TECHNIQUES - THE F.A.U.S.T. SYSTEM INTRODUCTION O. Roy, S. Mahaut, M. Serre Commissariat a I'Energie Atomique CEAlCEREM, CE Saclay France Phased

More information

High-Value PXI Embedded Controller for Windows. High-Value Embedded Controllers for PXI Express NI PXI-8101, NI PXI NI PXIe-8101, NI PXIe-8102

High-Value PXI Embedded Controller for Windows. High-Value Embedded Controllers for PXI Express NI PXI-8101, NI PXI NI PXIe-8101, NI PXIe-8102 High-Value PXI Embedded Controller for Windows NI PXI-8101, NI PXI-8102 2.0 GHz single-core for PXI-8101, 1.9 GHz dual-core for PXI-8102 1 GB (1 x 1 GB DIMM) 800 MHz DDR2 RAM standard, 4 GB (1 x 4 GB DIMMs)

More information

MANTIS Compact Phased Array Ultrasonic (PAUT) Flaw Detector featuring TFM, TOFD and Conventional UT

MANTIS Compact Phased Array Ultrasonic (PAUT) Flaw Detector featuring TFM, TOFD and Conventional UT MANTIS Compact Phased Array Ultrasonic (PAUT) Flaw Detector featuring TFM, TOFD and Conventional UT MANTIS - Compact Phased Array Ultrasonic (PAUT) Flaw Detector The MANTIS is a cost-efficient, compact

More information

LVDS applications, testing, and performance evaluation expand.

LVDS applications, testing, and performance evaluation expand. Stephen Kempainen, National Semiconductor Low Voltage Differential Signaling (LVDS), Part 2 LVDS applications, testing, and performance evaluation expand. Buses and Backplanes D Multi-drop D LVDS is a

More information

SMT9091 SMT148-FX-SMT351T/SMT391

SMT9091 SMT148-FX-SMT351T/SMT391 Unit / Module Description: Unit / Module Number: Document Issue Number: Issue Date: Original Author: This Document provides an overview of the developed system key features. SMT148-FX-SMT351T/SMT391 E.Puillet

More information

ULTRASONIC FLAW DETECTOR SONOSCREEN ST10 FOR NONDESTRUCTIVE TESTING MADE IN GERMANY

ULTRASONIC FLAW DETECTOR SONOSCREEN ST10 FOR NONDESTRUCTIVE TESTING MADE IN GERMANY ULTRASONIC FLAW DETECTOR SONOSCREEN ST10 FOR NONDESTRUCTIVE TESTING MADE IN GERMANY SONOSCREEN ST10 Developed with the help of experienced materials testing experts, the compact ultrasonic flaw detector

More information

Employing Multi-FPGA Debug Techniques

Employing Multi-FPGA Debug Techniques Employing Multi-FPGA Debug Techniques White Paper Traditional FPGA Debugging Methods Debugging in FPGAs has been difficult since day one. Unlike simulation where designers can see any signal at any time,

More information

Schematic. A: Overview of the Integrated Detector Readout Electronics and DAQ-System. optical Gbit link. 1GB DDR Ram.

Schematic. A: Overview of the Integrated Detector Readout Electronics and DAQ-System. optical Gbit link. 1GB DDR Ram. A: Overview of the Integrated Detector Readout Electronics and DAQ-System N s CASCADE Detector Frontend (X0) (X) (Y0) (Y) optional: CIPix- Board (T) Optical Gigabit Link CDR.0 FPGA based readout board

More information

Application of portable modules for fatigue crack characterization

Application of portable modules for fatigue crack characterization Application of portable modules for fatigue crack characterization Igor N. Komsky * Northwestern University ABSTRACT This paper is dealing with the ultrasonic imaging techniques and instrumentation that

More information

Choosing the Right COTS Mezzanine Module

Choosing the Right COTS Mezzanine Module Choosing the Right COTS Mezzanine Module Rodger Hosking, Vice President, Pentek One Park Way, Upper Saddle River, New Jersey 07458 Tel: (201) 818-5900 www.pentek.com Open architecture embedded systems

More information