Focus PC User Manual
Focus PC User Manual
DMTA-20092-01EN — Rev. D
February 2017
This instruction manual contains essential information on how to use this Olympus product safely and effectively.
Before using this product, thoroughly review this instruction manual. Use the product as instructed.
Keep this instruction manual in a safe, accessible location.
Olympus Scientific Solutions Americas, 48 Woerd Avenue, Waltham, MA 02453, USA
Copyright © 2015, 2016, 2017 by Olympus. All rights reserved. No part of this publication
may be reproduced, translated, or distributed without the express written permission of
Olympus.
This document was prepared with particular attention to usage to ensure the accuracy of the
information contained therein, and corresponds to the version of the product manufactured
prior to the date appearing on the title page. There could, however, be some differences
between the manual and the product if the product was modified thereafter.
Printed in Canada
All brands are trademarks or registered trademarks of their respective owners and third
party entities.
DMTA-20092-01EN, Rev. D, February 2017
Table of Contents
Introduction ........................................................................................................ 5
Using FocusPC with the FOCUS PX ................................................................................... 6
Building Automated Inspection Systems with the FocusPC SDK ................................. 7
FocusControl SDK ................................................................................................................. 9
FocusData SDK .................................................................................................................... 10
iv Table of Contents
DMTA-20092-01EN, Rev. D, February 2017
Table of Contents v
DMTA-20092-01EN, Rev. D, February 2017
vi Table of Contents
DMTA-20092-01EN, Rev. D, February 2017
List of Abbreviations
Intended Use
Instruction Manual
This instruction manual contains essential information on how to use this Olympus
product safely and effectively. Before using this product, thoroughly review this
instruction manual. Use the product as instructed.
Software Compatibility
FocusPC is only compatible with FOCUS PX instruments. For a list of models, see
Table 1 on page 14.
Safety Symbols
The following safety symbols might appear on the instrument and in the instruction
manual:
The following safety symbols might appear in the documentation of the instrument:
DANGER
WARNING
CAUTION
The following note signal words could appear in the documentation of the
instrument:
IMPORTANT
The IMPORTANT signal word calls attention to a note that provides important
information, or information essential to the completion of a task.
NOTE
The NOTE signal word calls attention to an operating procedure, practice, or the like,
which requires special attention. A note also denotes related parenthetical
information that is useful, but not imperative.
TIP
The TIP signal word calls attention to a type of note that helps you apply the
techniques and procedures described in the manual to your specific needs, or
provides hints on how to effectively use the capabilities of the product.
Warranty Information
Olympus guarantees your Olympus product to be free from defects in materials and
workmanship for a specific period, and in accordance with conditions specified in the
Olympus Scientific Solutions Americas Inc. Terms and Conditions available at
http://www.olympus-ims.com/en/terms/.
The Olympus warranty only covers equipment that has been used in a proper
manner, as described in this instruction manual, and that has not been subjected to
excessive abuse, attempted unauthorized repair, or modification.
This instruction manual explains the proper operation of your Olympus product. The
information contained herein is intended solely as a teaching aid, and shall not be
used in any particular application without independent testing and/or verification by
the operator or the supervisor. Such independent verification of procedures becomes
increasingly important as the criticality of the application increases. For this reason,
Olympus makes no warranty, expressed or implied, that the techniques, examples, or
procedures described herein are consistent with industry standards, nor that they
meet the requirements of any particular application.
Olympus reserves the right to modify any product without incurring the
responsibility for modifying previously manufactured products.
Technical Support
Olympus is firmly committed to providing the highest level of customer service and
product support. If you experience any difficulties when using our product, or if it
fails to operate as described in the documentation, first consult the user’s manual, and
then, if you are still in need of assistance, contact our After-Sales Service. To locate the
nearest service center, visit the Service Centers page at: http://www.olympus-
ims.com.
Introduction
FocusPC is a powerful and versatile ultrasonic and phased array software designed to
be the centerpiece of automated inspection systems (see Figure i-1 on page 5). Its
flexibility and high-end features enable you to perform inspections that meet the most
stringent inspection criteria and ever increasing industry requirements.
Introduction 5
DMTA-20092-01EN, Rev. D, February 2017
FocusPC offers a flexible graphical user interface allowing you to customize, save, and
retrieve layouts containing various views. This manual provides instruction on how
to use FocusPC to its full advantage to facilitate your UT inspections.
To build systems that reach optimal inspection speeds and detectability, FocusPC is
best used with the FOCUS PX (see Figure i-2 on page 6). The FOCUS PX is a high
speed acquisition instrument that can be used to drive multiple phased array and
conventional UT probes; its features are fully exploited within the FocusPC software.
Scalability is also a major asset, allowing the adjustment of the number of FOCUS PX
instruments used for a system in order to reach the expected system performances
(see Figure i-3 on page 7).
6 Introduction
DMTA-20092-01EN, Rev. D, February 2017
To allow the automation of systems built with FocusPC, two software development
kits (SDK) were developed by Olympus. These SDKs allow you to customize
inspection systems and upgrade from operator-driven to fully automated systems:
• FocusControl is an SDK that includes program samples and the full source code.
It allows you to create custom programs that you can use to control FocusPC, or
create user interfaces that are dedicated to specific applications (see Figure i-4 on
page 8). For more details, see “FocusControl SDK” on page 9.
Introduction 7
DMTA-20092-01EN, Rev. D, February 2017
• FocusData is another SDK, which also includes program samples and the full
source code. FocusData lets you create custom programs that you can use to
extract raw inspection data for custom data processing and presentation (see
Figure i-5 on page 8). For more details, see “FocusData SDK” on page 10.
8 Introduction
DMTA-20092-01EN, Rev. D, February 2017
FocusControl SDK
Phased array inspection systems are often automated to reduce cycle time and
improve system performance. In order to achieve this, custom programs can be built
to communicate with FocusPC and control the inspection process.
The FocusControl SDK establishes the link between FocusPC and custom programs,
giving a direct control of the inspection process. It also allows the creation of user-
defined interfaces that can be built to make the system more convenient to use and
optimize the inspection workflow.
FocusControl is compatible with the C++, C#, VB, MATLAB, and LabView
programming languages and comes with fully developed sample programs provided
with the complete source code (see Figure i-6 on page 10).
NOTE
Refer to the FocusControl User’s Manual for a complete description.
Introduction 9
DMTA-20092-01EN, Rev. D, February 2017
FocusData SDK
FocusData enables exporting of raw A-scan and C-scan data from FocusPC data files
to Microsoft Excel, MATLAB, or any other external program. The exported data can
then be used to perform processing algorithms and create customized data
representations (see Figure i-7 on page 11).
FocusData is compatible with the C++, C#, VB, MATLAB, and LabView programming
languages and comes with fully developed sample programs provided with the
complete source code (refer to the FocusData User’s Manual for a complete
description).
10 Introduction
DMTA-20092-01EN, Rev. D, February 2017
Introduction 11
DMTA-20092-01EN, Rev. D, February 2017
12 Introduction
DMTA-20092-01EN, Rev. D, February 2017
1. Getting Started
This chapter contains information that enables you to quickly begin using FocusPC.
Getting Started 13
DMTA-20092-01EN, Rev. D, February 2017
IMPORTANT
You can install FocusPC on a drive other than the drive used for Windows. In that
case, the FocusPC installer still requires 150 MB of the drive where Windows resides,
to install the hardware security key driver, the Direct X updates, the Windows
temporary installation, and the MFC (Microsoft Foundation Class) files.
NOTE
For most examples presented in this document, FocusPC was arbitrarily configured to
use the metric measurement units (refer to the FocusPC Advanced User’s Manual to
find how to change measurement units).
Family Models
14 Chapter 1
DMTA-20092-01EN, Rev. D, February 2017
Inspection
A full-featured mode providing all the inspection and analysis functions. With
the FocusPC Inspection edition license, you can also choose to start the other
FocusPC editions (see “Starting FocusPC” on page 27 for details).
Analysis
Provides all analysis functions but no inspection functions.
FocusPC Viewer
A free viewer that allows you to visualize FocusPC data files.
When you start up the software, you need to select which FocusPC edition you want
to run (see Figure 1-1 on page 15).
The About FocusPC dialog box, accessed by selecting Help > About, reports which
edition of FocusPC is currently running (see Figure 1-2 on page 16).
Getting Started 15
DMTA-20092-01EN, Rev. D, February 2017
Edition currently
running
Figure 1‑2 The About FocusPC dialog box indicating the FocusPC edition
To operate, FocusPC needs to detect a HASP security hardware key connected to the
computer. The HASP security USB hardware key supplied with your FocusPC copy
contains the authorization code needed to operate the FocusPC edition that you
purchased.
Before starting FocusPC, connect the HASP hardware key (see Figure 1-3 on page 16)
to the USB port of your computer.
When you start FocusPC with no security hardware key connected to the computer,
FocusPC Viewer is the only enabled edition in the Startup Selection dialog box (see
Figure 1-4 on page 17).
16 Chapter 1
DMTA-20092-01EN, Rev. D, February 2017
Figure 1‑4 The Startup Selection dialog box with no security hardware key
If you disconnect the security hardware key while FocusPC is running, the message
shown in Figure 1-5 on page 17 appears 30 seconds later. After clicking OK, when
needed, FocusPC proposes to save unsaved data, and then closes.
When you purchase both the Inspection and Analysis editions of FocusPC, two
security hardware keys are delivered, one for each edition.
Getting Started 17
DMTA-20092-01EN, Rev. D, February 2017
To install FocusPC
1. On the computer on which you want to install FocusPC, log on with a user
account that has administrator rights.
2. Run the FocusPC installer program from the Olympus distribution disk.
3. Follow the on-screen FocusPC installer wizard steps.
The wizard installs FocusPC, the Calculator, and the FOCUS PX Configuration
Tool.
4. You need to disable the sleep mode on the computer to prevent a connection loss
with the data acquisition instrument:
a) For Windows 8, on the taskbar, click Search, type Power Options, select
Power Options, and then click Change Plan Settings.
OR
For Windows 7, on the Windows taskbar, select Start > Control Panel >
Hardware and Sound > Power Options, and then click Change Plan
Settings.
b) In the dialog box that appears, set both Turn off the display and Put the
computer to sleep to Never (see Figure 1-6 on page 18).
c) Click Save Changes.
18 Chapter 1
DMTA-20092-01EN, Rev. D, February 2017
NOTE
The FocusPC installer configures the Windows firewall to allow communication
between the acquisition instrument and the FocusPC and FOCUS PX Configuration
Tool programs. If you use a third-party firewall on the computer running FocusPC,
refer to the FocusPC Advanced User’s Manual for configuration information.
The FOCUS PX Configuration Tool is included with FocusPC and is used to configure
the connection of your FOCUS PX acquisition instrument(s) and the network card.
Getting Started 19
DMTA-20092-01EN, Rev. D, February 2017
3. Click Apply.
20 Chapter 1
DMTA-20092-01EN, Rev. D, February 2017
2. Right-click the network connection used to connect to the FOCUS PX, and then
click Properties (see Figure 1-9 on page 21).
Getting Started 21
DMTA-20092-01EN, Rev. D, February 2017
3. In the Networking tab, click Configure (see Figure 1-10 on page 22).
4. In the Advanced tab, in the Property list, select either Jumbo Packet or Jumbo
Frame (see Figure 1-11 on page 23).
5. In the Value list, select the higher value.
22 Chapter 1
DMTA-20092-01EN, Rev. D, February 2017
Getting Started 23
DMTA-20092-01EN, Rev. D, February 2017
3. In the Command Prompt window, type the following commands (see Figure 1-13
on page 25), pressing ENTER after each line:
netsh int tcp set global chimney=enabled
netsh int tcp set global autotuninglevel=disabled
netsh int tcp set global congestionprovider=ctcp
netsh int tcp set heuristics disable
24 Chapter 1
DMTA-20092-01EN, Rev. D, February 2017
5. When your computer has rebooted, double-click the desktop icon ( ) to launch
the FOCUS PX Configuration Tool.
6. In the FOCUS PX Configuration Tool dialog box, click Configure Network Card.
7. In the Network Configuration dialog box, select the network card that will be
used to communicate with the FOCUS PX, and then click Configure (see
Figure 1-14 on page 25).
Getting Started 25
DMTA-20092-01EN, Rev. D, February 2017
If the network connection is already being used for another device, a message
appears to inform you that an alternative IP address will be assigned (see
Figure 1-15 on page 26).
26 Chapter 1
DMTA-20092-01EN, Rev. D, February 2017
FocusPC operates with or without a FOCUS PX. When you use FocusPC without an
acquisition instrument, you can only perform analysis tasks on previously saved data
files.
To start FocusPC
1. Connect the security hardware key to the appropriate port of the computer.
FocusPC needs to detect the security hardware key to operate, regardless of
whether or not it is connected to an acquisition instrument.
2. Turn on the computer and wait for Windows to complete its starting process. Do
not start FocusPC yet.
3. Connect the data acquisition instrument to the appropriate network adaptor of
the computer, and then start it (see “Connecting a FOCUS PX to a Computer” on
page 19 for a FOCUS PX).
4. Start FocusPC as follows:
Getting Started 27
DMTA-20092-01EN, Rev. D, February 2017
OR
Click Start > All Programs > Olympus NDT > FocusPC n.nn on the Windows
taskbar.
5. In the Startup Selection dialog box that appears (see Figure 1-17 on page 28),
click the button associated with the desired FocusPC edition.
TIP
If you do not want the Startup Selection dialog box to appear each time you start
FocusPC, select the Do not show next time check box.
To reactivate the Startup Selection dialog box, select File > Preferences > General
Settings tab in FocusPC, and then clear the Startup Selection check box under Dialog
Bypass.
The FocusPC splash screen briefly appears, indicating that the application is
starting up.
6. When you start the Inspection edition, the Select Device Configuration dialog
box appears (see Figure 1-18 on page 29). In the dialog box, do one of the
following:
Select the acquisition instrument or instruments that you want to include in
your configuration, and then click OK.
28 Chapter 1
DMTA-20092-01EN, Rev. D, February 2017
NOTE
With its multipod capability, FocusPC can acquire data from up to four FOCUS PX
instruments in parallel (up to four active instruments, with an additional [fifth]
passive instrument), offering up to a fourfold increase in acquisition speed.
OR
When your computer is not connected to an acquisition instrument, click
Work Offline to use FocusPC only in Analysis mode. In this case, Setup mode
and Inspection mode will be unavailable.
NOTE
The list in the Select Device Configuration dialog box is empty when FocusPC fails
to detect any hardware devices either because supported acquisition instruments are
not connected, are not turned on, or are not correctly installed. Refer to the FocusPC
Advanced User’s Manual for troubleshooting information.
Getting Started 29
DMTA-20092-01EN, Rev. D, February 2017
7. In the Configuration Selection dialog box that appears (see Figure 1-19 on
page 30), select one of the following setup loading options, and then click OK.
Open the last configuration
Select this option to load the last configuration used, whose name is indicated
in the box below. By default, the box indicates the name of the default
configuration (Default_PA.fps, Default_UT.fps, and more).
Open an existing configuration
Select this option to access the Open dialog box. You can use this dialog box
to browse through the folders and choose a configuration file (with the file
name extension .fps).
Create a new configuration
Select this option to start a new configuration from a default configuration.
NOTE
A configuration file (.fps) is a complete description of the FocusPC workspace. The
file includes the acquisition instrument hardware setup and the FocusPC layout
environment.
If you click Cancel, the default configuration loads (Default_PA.fps for a phased
array instrument or Default_UT.fps for a UT conventional instrument).
After the selected setup is loaded, the FocusPC window appears.
30 Chapter 1
DMTA-20092-01EN, Rev. D, February 2017
2. User Interface
The FocusPC user interface (see Figure 2-1 on page 32) provides toolbars and menus
for quick access to main commands. Using FocusPC, you can conveniently present
data imaging in multiple simultaneous views, such as in the example in Figure 2-1 on
page 32.
User Interface 31
DMTA-20092-01EN, Rev. D, February 2017
Data views
A data view is a visual representation of an inspection. You can create several types of
views and display them simultaneously to visualize different aspects of your
inspection.
32 Chapter 2
DMTA-20092-01EN, Rev. D, February 2017
The data views can be user defined to contain any of the possible view types
generated by FocusPC. For further information concerning the different types of
views, see “Data View Types” on page 60.
In FocusPC, the data views also offer flexibility for the location of readings: cursor
positions, statistics, scale settings, etc. These fields can be dynamically placed and
customized within any view. For further information concerning the readings, see
“Working with the Readings” on page 120.
Layout
A layout is a complete set of display-related settings. You can save and load a layout
to quickly return to a desired view configuration. Layout configurations are included
in data files so that recorded data can be viewed through the original layouts that
existed at data-recording time, or through the current system layouts.
Template layouts are also provided as a reference for the most common inspection
types. A menu on the Dashboard provides quick access to existing template layouts
installed in FocusPC (see “Working with Layouts” on page 117 for more information
on using layouts).
Setup
A setup file is a complete set of FocusPC settings that an operator can access while
using the FocusPC interface. Setup files may contain one or more layouts, and they
can be saved and restored on demand.
User Interface 33
DMTA-20092-01EN, Rev. D, February 2017
The FocusPC toolbars at the top of the main window contain buttons to initiate
commands or to access dialog boxes. See Figure 2-2 on page 34 and Table 2 on page 34
for descriptions of the components available in the toolbars. In the menu under
Toolbars, you can show or hide the Advanced Weld and Advanced Aero toolbars by
selecting or deselecting them in the menu.
Part and material Opens the Part Definition dialog box, in which
you define the geometry of flat or cylindrical parts
Split view vertically Divides the active view into two views with the
same vertical dimension
Split view Divides the active view into two views with the
horizontally same horizontal dimension
34 Chapter 2
DMTA-20092-01EN, Rev. D, February 2017
Split view in four Divides the active view into four views with the
same horizontal and vertical dimensions
Add view content Opens the Contents dialog box, used to select the
data view types to be displayed in the active pane
User Interface 35
DMTA-20092-01EN, Rev. D, February 2017
Soft gain tool Opens the Gain Information dialog box, used to
set the software gain and dynamically change
color palette maximum and minimum values
Edit weld Opens the Edit Overlays dialog box, in which you
can rename, relocate, or delete a component
36 Chapter 2
DMTA-20092-01EN, Rev. D, February 2017
SNR analysis Opens the SNR Analysis Utility dialog box, used
to compute the signal-to-noise ratio
The Dashboard is where you pilot the operations in FocusPC. The Dashboard
contains the mode, group, scan, and layout parameters that you need to define before
performing an inspection (see Figure 2-3 on page 38).
User Interface 37
DMTA-20092-01EN, Rev. D, February 2017
Acquisition speed
Calculator
To define probe, wedge, part, and
calculate beams
Add a new group Delete the currently selected group
Predefined layouts
FocusPC allows you to open one or more document windows at a time: a separate
window for each file that is opened. However, only one setup can be open at a time.
You can display one or more data views at a time in each window (see Figure 2-4 on
page 39).
38 Chapter 2
DMTA-20092-01EN, Rev. D, February 2017
Title bar
Shows name of data
file and layout
Views
Data presented in one
of the view types
View border
Click and drag to
resize the view.
You can cascade or manually tile multiple windows. You also can add, remove, or
empty views in a window, using the toolbar. Two or more views appear side by side,
never overlapping. You activate any view by clicking on it.
2.5 Layouts
FocusPC offers a set of ten layouts that are available on the Dashboard for quick
selection (see Figure 2-5 on page 40). You can also select one of the layouts on the
Layout menu. A set of ten layouts is saved in an .rst file.
User Interface 39
DMTA-20092-01EN, Rev. D, February 2017
You can click the UT Settings button ( ) on the component toolbar to toggle the
visibility of the UT Settings dialog box. The UT Settings dialog box contains eight
basic tabs: General, Gate, TCG, Digitizer, Pulser/Receiver, Position, Alarms,
Transmitter, and Receiver (see Figure 2-6 on page 40). For more details on the
different tabs of the UT Settings dialog box, refer to the FocusPC Advanced User’s
Manual.
40 Chapter 2
DMTA-20092-01EN, Rev. D, February 2017
Clicking the Scan Settings button ( ) on the component toolbar toggles the
visibility of the Scan and Mechanical Settings dialog box, which contains four basic
tabs: Scan, I/O, Encoders, and Data (see Figure 2-7 on page 41). For more details on
the different tabs of the Scan and Mechanical Settings dialog box, refer to the
FocusPC Advanced User’s Manual.
Clicking the View Properties button ( ) on the component toolbar toggles the
visibility of the View Properties dialog box. The Information, Display, Palette, Data
Source, and Units tabs are available in the View Properties dialog box, depending on
the data type contained in the active view. For more details on the different tabs of the
View Properties dialog box, refer to the FocusPC Advanced User’s Manual.
User Interface 41
DMTA-20092-01EN, Rev. D, February 2017
FocusPC allows you to dock the main dialog boxes on a window border. A docking
dialog box aligns itself with an edge of the window. By dragging its title bar, you can
move the docking dialog box anywhere on the screen as a floating dialog box.
Inversely, you can drag and dock the floating dialog box to one of the window edges
(see Figure 2-9 on page 42).
Using the thumbtack function, you can specify if the dialog box remains displayed or
not when you open other docking dialog boxes. For this purpose, you can click the
thumbtack icon, located in the upper-left corner of the dialog box, to toggle between
the two following options:
42 Chapter 2
DMTA-20092-01EN, Rev. D, February 2017
User Interface 43
DMTA-20092-01EN, Rev. D, February 2017
44 Chapter 2
DMTA-20092-01EN, Rev. D, February 2017
The FocusPC user interface shown in Figure 3-1 on page 45 provides toolbars,
dockable dialog boxes, a data display, and a status bar.
Toolbars
Dockable vertical
dialog box
Status bar
Dockable
horizontal dialog
box
Setup
Mode in which you set up the various hardware and software parameters
(ultrasonic, scan, and window layout settings). FocusPC starts in Setup mode
when it is connected to an acquisition instrument.
Inspection
Mode in which you perform data acquisition. Inspection mode is available only
when FocusPC is connected to an acquisition instrument.
Analysis
Mode in which you carry out analysis and produce reports for recorded data.
FocusPC starts in Analysis mode when it is not connected to an acquisition
instrument.
To go from one mode to the another, on the Dashboard, click the mode button (see
Figure 3-2 on page 47). The mode button changes depending on the current mode.
46 Chapter 3
DMTA-20092-01EN, Rev. D, February 2017
Setup mode
To configure FocusPC for the setup
and the parts to inspect
The status bar, which remains visible below the views, includes a Mode parameter
that indicates the current mode (see Figure 3-3 on page 47).
Mode
3.2 Groups
Assembling different beams in one group allows you to set the same parameters for
all the beams at one time. This also allows you to display images built from all beams
(such as a sectorial scan). Depending on the application, it might be helpful to use
different settings for different beams (for example, different band-pass filters),
justifying the creation of one group per beam.
You can create, delete, select, and configure groups on the Dashboard (see Figure 3-4
on page 48).
For example, you can create a first phased array group to generate a linear scan, a
second group to generate a sectorial scan, and then display them concurrently in a
layout (see Figure 3-5 on page 49).
48 Chapter 3
DMTA-20092-01EN, Rev. D, February 2017
3.3 Calculator
The Calculator is an Olympus software that comes with FocusPC. You start the
Calculator on the Dashboard by clicking the Calculator button ( ). From FocusPC,
use the Calculator to specify the probe and wedge used in the inspection, the
geometry and material of the inspected part, and the beam configuration. The
Calculator calculates the beams and returns the information to FocusPC.
NOTE
Refer to the FocusPC Advanced User’s Manual for more details.
3.4 Scans
In FocusPC, you can configure scan parameters and save them as a named scan.
FocusPC comes with useful predefined scans.
You can edit, delete, or create a scan configuration (including predefined scans) using
the Scan and Mechanical Settings dialog box (see Figure 3-6 on page 50). The scan
configurations are saved in the hardware setup (.fps) file.
Figure 3‑6 The Scan tab of the Scan and Mechanical Settings dialog box
Free running
Scan where data is acquired at the rate specified under PRF on the Digitizer tab
of the UT Settings dialog box. The data is recorded at only one position, at the
origin of the scan and index axes.
Encoded ‑ 1 axis
Scan using one position encoder to determine the position during the acquisition
along a linear path. The data is recorded at every interval (corresponding to the
resolution setting) along the path from the start position to the end position of the
scan axis.
Encoded ‑ 2 axis
Scan using two position encoders to determine the position during the acquisition
on a bidimensional surface scan. The data is recorded at every interval
(corresponding to the resolution setting) along the path from the start position to
the end position of both the scan and index axes.
Inter. clock ‑ 1 axis
Scan using the internal clock (PRF) to determine the position during the
acquisition along a linear path. The data is recorded at every interval
(corresponding to the resolution setting) along the path from the start position to
the end position of the scan axis.
Inter. clock ‑ 2 axis
Scan using the internal clock (PRF) to determine the position during the
acquisition on a bidimensional surface scan. The data is recorded at every interval
(corresponding to the resolution setting) along the path from the start position to
the end position of both the scan and index axes.
50 Chapter 3
DMTA-20092-01EN, Rev. D, February 2017
TIP
When you modify or delete predefined scans, you can restore them by opening a
default hardware setup (.fps) file.
This section describes the conventions used in FocusPC for the probe and the wedge
orientations relative to the axes.
The probes and wedges are illustrated schematically as shown in Figure 3-7 on
page 51. The probe element number of a phased array generally increases from the
back to the front of the probe/wedge assembly.
Probe
Probe/wedge front
Elements
Wedge
Side view
Probe
Beam direction
Elements
Top view
NOTE
In applications where the probe connector or wire is physically interfering with other
inspection setup components, you can mount the probe in a reverse position on the
wedge. To notify FocusPC about this, in the Calculator, select the Reverse primary
axis check box under the Probe area. The check box is automatically selected when
you select a reversed wedge model.
The probe skew is defined as the angle between the primary axis of the probe and the
scan axis. The skew has a value of 0° when the beam direction points parallel to the
scan axis in the positive direction. The skew angle increases clockwise.
In the example shown in Figure 3-8 on page 53, the angle beam probe is moving on
the inspected part along the scan axis following a raster scan pattern. The beam
direction is parallel to the scan axis. Consequently, the probe skew is equal to 0°.
52 Chapter 3
DMTA-20092-01EN, Rev. D, February 2017
Probe3.31
scan offset
Scan axis
Probe Index Probe skew = 0°
1.20"
Offset
Beam direction
Moving direction
Index axis
Top view
Inspected part
Side view
In the example shown in Figure 3-9 on page 54, the probe is moving on the inspected
part along the scan axis. The beam direction is along the ultrasonic axis but the beam
electronic scanning direction is parallel to the index axis. Consequently, the probe
skew is equal to 90°.
2.08po
Probe scan offset
Scan axis
Beam electronic scanning direction
1.46" index
offset
Index axis
In the example shown in Figure 3-10 on page 54, the angle beam probe is moving on
the inspected part along the scan axis and the beam direction is parallel to the scan
axis. Consequently, the probe skew is equal to 0°.
Top view
Side view
54 Chapter 3
DMTA-20092-01EN, Rev. D, February 2017
In the example shown in Figure 3-11 on page 55, a mechanical scanner is holding two
angle beam PA probes and two angle beam UT probes. The four angle beam probes
are moving on the inspected part along the scan axis and the along the weld. The
direction of the beam is parallel to the index axis. Consequently, the probe skews are
equal to 90° or to 270°.
2.92po
UT Probes scan offset
Skew = 90°
Scanner moving direction
Scan axis
Weld
Skew = 270°
Index axis
Figure 3‑11 Weld inspection using a scanner with 90° and 270° probe skews
In the example shown in Figure 3-12 on page 56, the angle beam probes are moving
on the inspected disc or wheel circumference along the scan axis. The beam direction
is parallel to the scan axis. Consequently, the probe skews are equal to 0° or to 180°.
0
= Probe
skew skew
Probe ° = 0°
180
° Pr
=0 ob
e
ew 18 skew
e sk 0° =
P rob
Sc
an
axi
s
Figure 3‑12 Disc or wheel inspection with 0° and 180° probe skews
In the example shown in Figure 3-13 on page 57, two facing angle beam PA probes are
moving on the inspected tube along the scan axis along the weld. The scan axis,
represented by the symbol in Figure 3-13 on page 57, is oriented in the third
dimension perpendicular to the plan of the figure and extends in a direction away
from the reader’s point of view. The beam directions are parallel to the index axis.
Consequently, the probe skews are equal to 90° and 270°.
56 Chapter 3
DMTA-20092-01EN, Rev. D, February 2017
Probe index
12.08° 12.00°
Probe index
offset < 0
offset > 0
0
Scan axis
Prob
ew = e sk
e sk e
Pr ob 270° w =
90°
In d
ex
axi
s
Figure 3‑13 Tube weld inspection with 90° and 270° probe skews
3.6 Layouts
FocusPC offers a set of ten layouts that are available on the Dashboard for quick
selection (see Figure 3-14 on page 57). You can also select one of the layouts on the
Layout menu. A set of ten layouts is saved in an .rst file.
The predefined layouts button of the Dashboard allows you to quickly load a set of
predefined layouts adapted to an application (see Figure 3-15 on page 58).
3.7 Views
Several types of views can be used to display the data for the current document.
Figure 3-16 on page 58 contains an example of an A-scan data view.
Title bar
Cursor
Zoom bar
Ruler
Note
Gate
Title bar
The title bar of the active view is highlighted with a light-blue background as
shown in Figure 3-17 on page 59.
58 Chapter 3
DMTA-20092-01EN, Rev. D, February 2017
The title bar contains information describing the data in the view:
<Group Number><Group Name>[S: <Skew Angle>, A: <Beam Angles>]
where:
<Group Number>: Sequential number identifying the group (ex.: Gr1).
<Group Name>: Name of the group (ex.: Sectorial 1)
<Skew Angle>: Skew angle of the current group (ex.: 90°) taking into account
the skew angle of the probe and of the beam.
<Beam Angles>: Angle or range of beam angles (ex.: 40° to 60°)
Rulers
The rulers are scales displayed at the left and at the bottom of a view. The color of
the ruler identifies the axis. The units and number of precision digits can be
adjusted using the View Properties > Units tab.
Zoom bar
Zoom bars appear at the left and bottom edges of a view. Each zoom bar contains
a zoom box, which enables you to set the visible part of the view. The zoom box
shows the relative position and the proportion of data currently visible in the data
display area relative to the contents of the entire inspection domain. The color of
the zoom bar identifies the axis on the different views. You can resize the zoom
bar by dragging its ends to zoom in or out and scroll the zoom bar to see other
parts of the data. You can use the mouse wheel with or without the CTRL key to
scroll the zoom bars.
Grid
The grid consists of thin horizontal and vertical lines that are displayed in the
curve area to facilitate measurements and correspondence with the rulers.
Depending on the distance between lines, the grid might be coarse, medium, or
fine. The grid can be activated and customized using the View Properties >
Display tab.
Cursors
The cursors are thin horizontal and vertical lines that are used to measure the data
displayed in views and to identify a region in the view. A label indicates the exact
measure of each cursor. Two cursor types are available for a view: reference and
measurement cursors.
You can quickly display the reference cursor by double-clicking in a view.
Similarly, double-right-click in a view to display the measurement cursor.
1. Basic views:
— A-scan
— S-scan
2. Volumetric views:
— Side (B)
— Top (C)
— End (D)
— Polar
3. Scrolling views:
— Scrolling B-scan
— Scrolling strip chart (position)
— Scrolling strip chart (amplitude)
You can select the data view type for a view by selecting the view, and then clicking
60 Chapter 3
DMTA-20092-01EN, Rev. D, February 2017
Figure 3‑18 Example of data view types for phased array data
TIP
A-scan view
The A-scan view is the basis for all other views. It is a representation (view) of the
received ultrasonic pulse amplitude versus time of flight (ultrasonic path), or a
waveform. The A-scan view is displayed in real time (see example in Figure 3-19 on
page 62). A peak in the signal is associated with the echo of a defect or a discontinuity
in the specimen. Peaks at the start and the end of the ultrasonic axis are generally
associated with the echo of the specimen’s entry surface (front wall) and the back wall.
Sectorial views
NOTE
Sectorial views are only available for phased array channels.
Sectorial views are representations of the juxtaposition of the A-scans associated with
each focal law of a phased array scan. They present a 2-D view of the sector covered
by the scan. Figure 3-20 on page 63 shows the three types of sectorial representation
for a given data set.
62 Chapter 3
DMTA-20092-01EN, Rev. D, February 2017
VC sectorial scan
Volume-corrected view similar to the uncorrected sectorial scan except that the
A-scans are corrected for delay and refracted angle so that the positions are
accurate relative to the ultrasonic and scan axes. A typical S-scan sweeps through
a range of angles using the same focal distance and elements. The horizontal axis
corresponds to the projected distance (test-piece width) from the exit point for a
corrected image and the vertical axis corresponds to the depth (see bottom-left
view of the example in Figure 3-20 on page 63).
When an azimuthal scan is defined by the calculator, the sectorial-scan view
represents an angular sector where each line of this view corresponds to the A-scan of
a different angle. Therefore, when a linear scan is defined, the sectorial-scan view
represents the beam movement. Each line then corresponds to an A-scan of different
aperture. Finally, when a depth scan is defined, the sectorial-scan view then
represents the beam focusing at different depths. Each line then corresponds to a
different A-scan.
64 Chapter 3
DMTA-20092-01EN, Rev. D, February 2017
is
ax
an
Sc Index axis
is
is
Ultrasonic axis
ax
Ultrasonic axis
ax
an
an
Sc
Sc
Index axis Side (B) view
Ultrasonic axis
Figure 3‑21 Example of ultrasonic views [Top (C), Side (B), and End (D)] with probe
skew angle of 90°
In Figure 3-21 on page 65, if the probe skew angle is 0° (or 180°), the Side (B) view
becomes the End (D) view, and vice versa. The Side (B) view is defined by the depth
and probe-movement axes. The End (D) view is defined by the depth and the
electronic-scan axis.
Side (B)
The Side (B) view (see Figure 3-22 on page 66) is a two-dimensional graphical
representation of the recorded data. One of the axes is the scan axis; the other is the
uncorrected ultrasonic (USound) path. The position of the displayed data is related to
Top (C)
The Top (C) view (see Figure 3-23 on page 67) is a two-dimensional graphical
representation of the recorded data displayed as a top view of the test specimen. One
of the axes is the scan axis; the other is the index axis. The position of the displayed
data is related to the encoder positions at the moment of acquisition. At a given
position on the projected image, the color corresponds to the maximum amplitude at
this position as detected in the considered true-depth range.
66 Chapter 3
DMTA-20092-01EN, Rev. D, February 2017
End (D)
The End (D) view (see Figure 3-24 on page 68) is a two-dimensional graphical
presentation of the recorded data. One of the axes is the defined index axis; the other
is the uncorrected ultrasonic (USound) path. The position of the displayed data is
related to the encoder positions at the moment of acquisition. At a given position on
the projected image, the color corresponds to the maximum amplitude at this position
as detected in the considered scan-axis range.
Polar view
NOTE
The Polar view is available only when the geometry of the specimen is identified as
cylindrical. This can be done by clicking (part and material definition) and then,
in the Part Definition dialog box, defining the part as Cylindrical.
The Polar view (see Figure 3-25 on page 69) is a two-dimensional representation of the
recorded data in a realistic cylindrical geometry. It is used in Analysis mode. The
readings in the Cylindrical Correction category are calculated taking into account the
previously defined specimen.
68 Chapter 3
DMTA-20092-01EN, Rev. D, February 2017
Depending on the orientation of the scan axis relative to the cylindrical geometry, and
the skew angle of the considered probe, the Polar view is the cylindrical equivalent of
either the VC-Side (B) view or the VC-End (D) view. Either distance units (mm or in.)
or rotational units (°) can be used and displayed in the circumferential direction of the
cylinder.
NOTE
The Polar view is only supported for skew angles of 0°, 90°, 180°, and 270°; however,
for data with other skew angle values, the Cylindrical Correction view information
can be used to calculate the correct position and size of indications.
Scrolling B-scan
In the Scrolling B-scan view (see Figure 3-26 on page 70), each A-scan is represented
by a horizontal line on which the amplitude is color-coded. The lines are added
consecutively in real time, from the bottom, so that the resulting image scrolls up.
Therefore, the data view shows the real time vertically, versus the time of flight of the
received ultrasonic pulse horizontally.
70 Chapter 3
DMTA-20092-01EN, Rev. D, February 2017
NOTE
The amplitude and/or position scrolling views are only available when the options for
the recording of the selected amplitude and/or position data are enabled on the Gates
tab of the UT Settings dialog box (refer to the FocusPC Advanced User’s Manual).
In an amplitude or position scrolling view, the data of the signal crossing the
associated gate is represented by a color-coded Scrolling view, which is displayed
inside a Strip Chart view. The Scrolling view can be configured using the
Configuration tab of the View Properties dialog box (available only when a Strip
Chart view is selected).
The view shortcut menu changes depending on the view type. The possible view
shortcut menu commands are the following:
Data commands
Set Active Data Group Settings
Provides one or more choices (Active Group, Active Law, and Active Gate) to set
the view to show data for the active item (group, beam, or gate), automatically
following changes of the active selection.
Set Single Slice (Projection)
Toggles between the single- and projection-data displays in the view. The
command is also available in the Data Source tab of the View Properties dialog
box.
Set Data Group Representation
Provides one or more choices for sectorial scans (Sector (S) and TOF), and for
C-scans (Stacked, Single Beam, Strip, and Scrolling Strip).
72 Chapter 3
DMTA-20092-01EN, Rev. D, February 2017
Show commands
Show Info Group
Toggles the appearance of the information groups below the title bar of the view.
Show Gate Selectors
Toggles the appearance of the gate selectors on the selected view.
Show Zoombar and Rulers
Toggles the appearance of the zoom bars and the rulers. The command is also
available in the Display tab of the View Properties dialog box.
Show Echo Dynamics
Toggles the appearance of the echo dynamics signals next to the relevant axis. The
echo dynamic curves show the maximum amplitude (or minimum position)
between the measurement and reference cursors (see example shown in
Figure 3-29 on page 74). The command is also available in the Echo Dynamics tab
of the View Properties dialog box.
Show Skip Overlays
Toggles the appearance of the overlay lines representing the skips. The command
is also available in the Overlay tab of the View Properties dialog box.
Show Rebounds
Toggles the appearance of the rebounds (see example shown in Figure 3-29 on
page 74).
Show Gates
Toggles the appearance of the gates. This option is only available for A-scan and
S-scan views. The command is also available in the Overlay tab of the View
Properties dialog box.
74 Chapter 3
DMTA-20092-01EN, Rev. D, February 2017
TIP
On the keyboard, press F4 and SHIFT+F4 to respectively activate the Save Display
Preference and the Apply Display Preference commands.
TIP
You can set the type and the units of USound axis in the Units tab of the View
Properties dialog box.
Calibrate UT Axis
Only available in Analysis mode, this command opens the dialog box for the
calibration of the True Depth, the Half Path, or the TOFD on the ultrasonic axis.
The command is also available on the Units tab of the View Properties dialog box
and in Setup mode, on the General tab of the UT Settings dialog box.
FocusPC computes reading values for various parameters to help you analyze your
ultrasonic data. Readings are calculated using cursor, zone, or acquisition parameters.
You can select to display one or more groups of readings at the top of a view (see
Figure 3-30 on page 77).
76 Chapter 3
DMTA-20092-01EN, Rev. D, February 2017
Reading groups
See “Working with the Readings” on page 120 for more information on how to
customize the reading groups.
3.9 Gates
A gate is a signal processing tool that isolates a time domain region of the received
ultrasonic signal in order to process it further. In an A-scan view, a gate appears as a
horizontal line with short vertical lines at both ends. The vertical position of the gate
line indicates the signal detection threshold (see Figure 3-31 on page 78). When the
rectification of the receiver is set to RF, the threshold of a gate can be positive or
negative.
Gate threshold
Gate length
In an S-scan view, the gate start and end positions appear as horizontal dashed lines
(see Figure 3-32 on page 78). When the time base mode is set to true depth, the area in
between is the gated zone for all beams. When the time base mode is set to half path,
the area between the dashed lines is the gated zone for the current beam only. The
dashed lines of the gate automatically move to the appropriate location when you
change the current beam.
Gate start
Gate length
78 Chapter 3
DMTA-20092-01EN, Rev. D, February 2017
FocusPC supports up to five gates (gate I, gate A, gate B, gate C, and gate D), allowing
you to perform complex signal processing. The function of gate I, the interface gate, is
to identify the interface of the inspected part. Gate A, B, C, and D are general purpose
gates (see “Gate Usage Example” on page 128). Each gate has its own color to easy
identification (see Figure 3-33 on page 79).
FocusPC includes an Expert mode in which a larger number of readings are available.
The categories of readings available in the Information Groups dialog box when
Expert mode is active are shown in Figure 3-34 on page 79.
FocusPC can produce, open, and import various data types stored in various file
formats listed in Table 3 on page 80.
80 Chapter 3
DMTA-20092-01EN, Rev. D, February 2017
.fpd file
.fps file
UT Settings
Scan settings
Preferences (see following note)
NOTE
The preferences data saved in the .rst file include view linking options, axis colors,
view colors, tool colors, and the measurement system. By default, the contents of the
.rst file is included in the .fps file.
NOTE
You can customize the default folders for the various data file types (refer to the
FocusPC Advanced User’s Manual for details).
82 Chapter 3
DMTA-20092-01EN, Rev. D, February 2017
4. Setup Creation
A FocusPC configuration can be saved in the .fps (acquisition, also referred to as the
setup) file, which can be recalled at any time. This section describes the basic steps for
creating a setup file using FocusPC, starting from the default configuration.
Setup Creation 83
DMTA-20092-01EN, Rev. D, February 2017
2. In the Open dialog box that appears (see Figure 4-1 on page 84), proceed as
follows:
a) If a data file was selected, clear the Data (*.fpd) check box.
b) In the File Content section, select the file to be loaded.
c) Click Open.
To save a setup
1. On the main menu bar, click File > Save As to save a setup file.
2. In the Save As dialog box that appears (see Figure 4-2 on page 85), proceed as
follows:
a) For the .fps file to be saved, enter the File Name.
b) In the File Content section, select the elements to be saved.
c) Click Save to save the .fps file.
OR
84 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
Click Set as default to make this setup file the new default configuration.
The default setup files are available in the default setup file folder ([Installation
Folder]\OlympusNDT\FocusPCnnn\Setup Files).
Setup Creation 85
DMTA-20092-01EN, Rev. D, February 2017
1. On the Dashboard, click to add a group (see Figure 4-3 on page 86).
Add a group
Select the group
2. In the Group Creation Wizard dialog box that appears (see Figure 4-4 on
page 87), proceed as follows:
a) Select Phased array for the type of group to create.
b) Enter a name for the new group in the Specify name box (for example: Angle
Beam).
c) Click Finish.
86 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
Setup Creation 87
DMTA-20092-01EN, Rev. D, February 2017
b) Under Probe, select the type of probe (Angle Beam) and the probe model (see
Figure 4-6 on page 89).
88 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
Type
Model
c) Under Part, select the inspected part geometry type and enter its thickness
(see Figure 4-7 on page 89).
d) Under Material, select the inspected part material and the Longitudinal or
Transverse ultrasonic wave type (see Figure 4-8 on page 90).
Setup Creation 89
DMTA-20092-01EN, Rev. D, February 2017
e) Under Wedge, select the type of wedge and the wedge model (see Figure 4-9
on page 90).
Type
Model
f) In the Scan Type list, for an angle beam inspection, select Sectorial, Depth,
Static, or Linear. For more information on the differences between the Scan
Types, refer to the Advanced NDT Series books available for free on the
Olympus website.
g) Under Beam Angles Selection, select Refracted angle, and then specify the
Start value and the Stop and Resolution values if they are available (depends
on the selected Scan Type).
90 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
h) Under Focal Points Selection, set the Focusing type to True Depth, Half
Path, Projection, or Focal Plane, and if desired, select if you want to have
dynamic depth focusing (DDF) activated. Then, define the Focal plane
position, Emission focus position, and Reception focus position if available.
i) Under Elements Selection, select Primary axis aperture, and then enter the
number of elements to use for each focal law. Then, define the Start, Stop, and
Resolution values if available.
j) Under Connection, set the Pulser and the Receiver values. This will define
the element to use as the first element for the transmitter and receiver focal
laws.
k) At the bottom of the Calculator, click Draw.
FocusPC prepares the beam display information.
l) Wait for the progress bar to complete.
m) At the top of the Calculator, click the Beam display info tab.
n) Use the four views and the parameters below the views to validate the
calculated beams (see Figure 4-10 on page 92).
Setup Creation 91
DMTA-20092-01EN, Rev. D, February 2017
Figure 4‑10 Example of the Beam display info tab in the Calculator
o) Return to the 1-D Linear array tab, and then, if necessary, make further
adjustment to the parameters.
p) At the bottom of the Calculator, click Replace to calculate the configured focal
laws and send the information back to FocusPC.
92 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
Setup Creation 93
DMTA-20092-01EN, Rev. D, February 2017
94 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
Figure 4‑12 The Group Creation Wizard dialog box (conventional UT)
Setup Creation 95
DMTA-20092-01EN, Rev. D, February 2017
5. On the Dashboard, select the newly created group (see Figure 4-14 on page 96).
96 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
Setup Creation 97
DMTA-20092-01EN, Rev. D, February 2017
98 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
To rename a group
To delete a group
1. On the Dashboard, select the Group you want to delete.
Setup Creation 99
DMTA-20092-01EN, Rev. D, February 2017
The phased array technique requires the calibration and verification of all the UT
beams. The purpose of the calibration is to obtain a setup file that yields correct
results regarding the position and amplitude of a known reflector in a calibration
block.
The following sections present the calibration procedures to calibrate the beam delays
and sensitivity for phased array groups. For the phased array TCG calibration
procedure, see “Constructing a TCG Curve for a Phased Array Group” on page 114.
100 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
Straight black line showing the real depth of the known reflector
Red line representing the depth of the highest maximum amplitude obtained for a
given beam during the scan
Distance envelope (blue line) representing the depth of the maximum amplitude for
each beam at a given moment
Dash lines representing the tolerance limits
b) Under Calibration, in the Reflector position parameter, enter the true depth
of the known reflector used for this calibration.
c) If the reflector echo is too weak or too strong, adjust the Group gain
parameter.
d) In the Tolerance parameter, enter the acceptable calibration tolerance.
e) Select the Linear interpolation check box to activate the averaging of the
beam delays. The resulting line applies a global correction.
4. During the scan, the distance envelope (blue line) obtained for each beam is
drawn, and a curve representing the position of the maximum amplitude is
constructed (red line).
5. Place the probe on the calibration block and perform a first scan above the
reference reflector.
IMPORTANT
After a scan, the maximum amplitude curve (red line) should already be close to the
tolerance limits. When the maximum amplitude curve shape is significantly different,
revise the configuration of all parameters in the Calculator.
6. In the Phased Array Calibration dialog box, click Clear Trace to clear the data
from the previous scan.
7. Perform a new scan above the reference reflector on the calibration block.
In the graph, the red line might not always appear within the tolerance lines.
8. Click Calibrate.
The graph content is cleared and FocusPC calculates the wedge delay for each
beam so that the reflector indication appears at the requested depth.
9. Perform a new scan above the reference reflector on the calibration block to
validate the calibration by confirming that the red line appears within the
tolerance lines.
102 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
Figure 4‑20 Red line appearing between tolerance lines after calibration
4. In FocusPC, in a Side (B), End (D), or Sector (S) view, position the reference (red)
and measurement (blue) cursors respectively above and below the reference
reflector of the calibration block (see Figure 4-18 on page 101).
5. In the Phased Array Calibration dialog box:
a) Set the Reflector amplitude parameter to the amplitude (%) at which you
wish to see the reference reflector maximum amplitude appear.
b) In the Tolerance parameter, enter the acceptable amplitude tolerance.
c) If the reflector echo is too weak or too strong, adjust the Group gain
parameter.
d) Click Clear Trace to clear the data from the previous scan.
6. Perform a new scan above the reference reflector on the calibration block.
7. Click Calibrate.
FocusPC clears the graph content and calculates the gain for each beam so that the
reflector echo amplitude appears at the requested level for all beams.
8. Perform a new scan above the reference reflector on the calibration block to
validate the calibration by confirming that the red line appears within the
tolerance lines (see Figure 4-22 on page 105).
104 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
You can calibrate the ultrasonic velocity and the wedge delay of a conventional UT
group using the parameters available on the General tab of the UT Settings dialog
box (see Figure 4-23 on page 105).
Figure 4‑23 The General tab of the UT Settings dialog box for a UT group
You need a calibration block with one known reflector to perform the delay
calibration and a calibration block with two known reflectors to perform the velocity
calibration.
4. Place the probe on the calibration block and position the probe over the two
reflectors with known positions.
5. On an A-scan view, proceed as follows:
a) Select and configure the view to see the echoes of the two reflectors.
b) Position the Reference cursor (red line) on the echo of the first reflector.
c) Position the Measurement cursor on the echo of the second reflector.
6. In the UT Settings dialog box, on the General tab:
a) Under Time Base, set Mode to Half path.
b) Under Auto Values, click Calibrate.
7. In the Time / Half Path dialog box that appears (see Figure 4-25 on page 107),
proceed as follows:
a) Under What Do You Want to Compute, select Compute Velocity and delay.
106 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
b) Set Ref. cursor position to the known position of the first reflector.
c) Set Meas. cursor position to the known position of the second reflector.
d) Click OK.
FocusPC calculates the ultrasonic velocity and wedge delay and sets the
corresponding values in the UT Settings dialog box, on the Position tab.
Figure 4‑25 Calibrating with the Time / Half Path dialog box
Although TOFD groups are generally calibrated in Analysis mode, the following
procedure explains how to calibrate in Setup mode. For more information on how to
calibrate a TOFD group in Analysis mode, refer to the FocusPC Advanced User’s
Manual.
1. On the component toolbar, click (add view content) and display the TOFD
group A-scan and Side (B) views.
2. In the UT Settings > General dialog box, under Time Base, set Mode to TOFD.
3. On the component toolbar, click to open the TOFD Manager dialog box.
4. In the TOFD Manager dialog box, click Calibration.
5. In the TOFD dialog box, proceed as follows:
a) Under What Do You Want to Compute?, define which parameters you want
to compute.
b) Under Scan axis, define the scan axis as either parallel to beam, or
perpendicular to beam.
c) Under TOFD primary value and TOFD secondary value, define the
requested parameters.
d) Click OK.
NOTE
If you select the Compute velocity and wedge delay option under What Do You
Want to Compute? in the TOFD dialog box, the measurement cursor has to be
positioned on a second reference signal (for example, lateral wave).
For weld inspection applications, you can add a weld drawing as an overlay in the
view.
108 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
Figure 4‑26 The Predefined Weld and Weld Parameters (for Type 1) dialog boxes
b) In the Weld Parameters dialog box, type appropriate values to define your
weld, and then click OK.
c) Back in the Predefined Weld dialog box, select the Automatic flip check box,
and then click OK.
The weld overlay appears in the view (see Figure 4-27 on page 110).
Original overlay
First flip
Second flip
Third flip
The time-corrected gain (TCG) function operates by modifying the receiver gain
during data acquisition to compensate for the attenuation of the ultrasonic wave in
the material. The TCG curve defines gain values that are added to the group gain.
FocusPC offers two methods to construct a TCG curve. For a UT conventional group
(mono-element probe) or for a linear 0-degree phased array group, you can use the
controls on the TCG tab of the UT Settings dialog box (see “Constructing a TCG
Curve for a Conventional UT Group” on page 110). For a phased array group, use the
Phased Array Calibration component (see “Constructing a TCG Curve for a Phased
Array Group” on page 114).
110 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
NOTE
Only the High Resolution option is available for UT groups on the HD connectors.
4. Place the probe on a calibration block that has same-sized reflectors at different
known depths.
5. Position the probe to get well-defined echoes on the A-scan (see Figure 4-29 on
page 112).
Figure 4‑29 The A‑scan before adding the first TCG point.
6. In the UT Settings dialog box, set the Reference level parameter to the amplitude
level for the echo, expressed in percent of the full-screen height. The 80 % default
setting is suitable as a basic setting in most cases.
7. On the A-scan view, position the Reference and the Measurement cursors to the
left and the right of the echo by double-clicking and double-right-clicking
respectively.
8. Maximize the signal amplitude by moving the probe over the indication. Use the
envelope tool to help you find the maximum signal.
9. In the UT Settings dialog box, click Add Point to add the chosen point to the TCG
curve. When needed, click New Line to add an empty line.
FocusPC adjusts the gain to bring the peak of the selected echo to 80 % of the full-
screen height.
112 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
Figure 4‑30 The A‑scan after adding the first TCG point
10. Repeat steps 7 to 9 for each point you want to add to the TCG curve. A minimum
of two points is required to define a functional TCG curve.
IMPORTANT
A Point gain with a negative value is not applied. Ensure to construct your TCG curve
without negative point gains. Point 0 corresponding with the interface is not always
the one with the highest amplitude.
The TCG curve appears as a red line at the top of the corresponding A-scan view.
114 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
During the scan, FocusPC draws the amplitude envelope (blue line) obtained for
each beam and constructs a curve (red line) representing the maximum amplitude
of the envelope (see Figure 4-32 on page 115).
TIP
You can review the TCG gain for each beam on TCG tab in the UT Settings dialog
box.
2. On the Dashboard, select the group to which you want to apply the TCG points.
3. On the TCG tab of the UT Settings dialog box:
a) Click Import.
b) Select the .csv file containing the TCG points.
c) Click Open.
NOTE
The TCG point positions may differ from the ones defined in the .csv file if the
positions defined in the .csv file do not match the available TCG point-position slots.
116 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
118 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
The right section is updated to list the view types that are possible with the
selected data type.
IMPORTANT
Changing or deleting the Viewer.rst file prevents the FocusPC Viewer edition from
starting up. If this occurs, reinstall FocusPC to fix the problem.
FocusPC computes reading values for various parameters for analyzing ultrasonic
data. Readings are calculated using cursor, zone, or acquisition parameters and can be
displayed at the top of a view (see Figure 4-40 on page 123).
120 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
The most frequently used readings are organized by categories under Favorite
Readings in the Information Groups dialog box. Each category has a limited number
of readings with short names. The categories and lists of available readings are the
same for each of the four groups and for all view types.
More readings are available from the Information Groups dialog box when Expert
mode is activated (see “Expert Mode” on page 79 for details).
Figure 4‑38 The Information Groups dialog box — Favorite Readings categories
The reading configuration is saved in an .rst file that is included by default in the .fps
file (see “File Formats” on page 80 for details).
A(r)
The amplitude (%) at the reference cursor position.
D(r)
The true indication depth (always between zero and the part thickness) at the
reference cursor position.
T(r)
The thickness at the reference cursor position.
U(r)
The position of the reference cursor on the ultrasonic axis (expressed in time of
flight [µs], half path [mm] or true depth [mm]).
U A T
Figure 4‑39 Illustration of the A, D, T, and U readings
ML(r)
Material loss (%) at the reference cursor position
T(Zmin)
Minimum thickness inside the zone
S(ZMin)
Position of the minimum thickness inside the zone on the scan axis
I(Zmin)
Position of the minimum thickness inside the zone on the index axis
122 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
Zone
When you position the pointer over a reading, a tooltip appears, providing a useful
definition of the reading (see Figure 4-41 on page 123).
You can display all readings in all views. However, a value only appears when the
measurement can be computed in the view. For example, with an A-scan view, the
amplitude value can be computed and displayed but not a zone value (see Figure 4-42
on page 123).
Empty reading
The following steps describe how to configure the gates. This procedure must be
independently performed for every group. For reference information on the Gates
tab, refer to the FocusPC Advanced User’s Manual.
To define gates
124 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
To move a gate vertically Press and hold the SHIFT key, and then
only drag-and-drop the middle part of the gate
line
To move a gate Press and hold the CTRL key, and then
horizontally only drag-and-drop the middle part of the gate
line
You can precisely configure the gates by clicking , and then using the parameters
on the Gates tab of the UT Settings dialog box (see Figure 4-43 on page 125).
You can only synchronize the position of a gate with the position of the previous gate.
For example, gate A can only be synchronized with gate I, gate B can only be
synchronized with gate A and so forth.
NOTE
In Analysis mode, when you move a gate on an A-scan or S-scan view while the
ultrasonic axis is in true depth, the new gate position is calculated in true depth.
However, when you move the a gate on an A-scan view while the ultrasonic axis is
not in true depth, the new gate position is calculated in sound path.
126 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
In Analysis mode, when programmed in Half-Path mode, the gated zone on the
S-scan is only for the current beam. The position of the gate limits are automatically
adjusted on the S-scan when you change the current beam (see Figure 4-44 on
page 127).
Figure 4‑45 Example of a C‑scan with and without data below the gate
Immersed probe
128 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
The following procedure describes how to define the alarms. For reference
information on the Alarms tab of the UT Settings dialog box, refer to the FocusPC
Advanced User’s Manual.
The Firing Sequencer dialog box is used to modify the order in which the ultrasonic
beams are fired. For some applications, modifying the firing sequence can help reduce
the effects of ghost echoes due to high recurrence.
For a phased array setup with multiple focal laws and channels, the firing repetition
(recurrence) is very important to maximize the scanning speed without the presence
of interference echoes. This can be critical for immersion techniques with the presence
of signals coming from the water surface.
The following describes the buttons of the Firing Sequencer, which can be used to
modify the firing order of the different beams.
Default
Brings the firing sequence order back to the default sequence (Group 1 - Beam 1,
Group 1 -Beam 2, …, Group 2 - Beam 1, Group 2 - Beam 2, and so on).
2 Zones
Creates a firing sequence with interlacing pairs of beams within each group (see
example in Figure 4-50 on page 131).
130 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
2 Z. All
Creates a firing sequence with interlacing pairs of beams within all groups (see
example in Figure 4-51 on page 131).
Up
Moves the selected beam or group of beams up in the Firing sequences list.
Down
Moves the selected beam or group of beams down in the Firing sequences list.
Import
Allows you to import a .cfs file containing a firing sequence from a previously
exported configuration.
Export
Allows you to save the current firing sequence to a .cfs file.
When the Conditional A-scan feature is activated, A-scans are only recorded when an
alarm has been triggered. This ensures that only A-scans of important areas are
stored, which enables much larger areas to be scanned in a single inspection.
2. Click the Alarms tab of the UT Settings dialog box, configure the alarms that will
trigger A-scans to be recorded. Three different alarms can be configured, all of
which will have the same effect. See Figure 4-53 on page 132.
132 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
A-scans will only be recorded in the areas where an alarm was triggered, as seen
in the following figures: Figure 4-54 on page 133 and Figure 4-55 on page 133.
134 Chapter 4
DMTA-20092-01EN, Rev. D, February 2017
5. Performing Acquisitions
To simplify scan configuration, FocusPC offers predefined scan types with typical
values. You only have to enter the inspected area’s dimensions and set the parameters
of your mechanical system. You can also modify the predefined scans as needed, or
define custom scans.
FocusPC has several types of available scans: One-line scan, Free running,
Bidirectional, Unidirectional, Helicoidal, Angular, and Custom.
The linear scan (see Figure 5-1 on page 136) is unidimensional and proceeds along a
linear path. The only settings that must be provided are the limits along the scan axis
and the spacing between acquisitions.
Operation mode
The One-line scan operates as follows:
1. The scanner proceeds to the position set in the Scan: Start box of the Scan tab.
2. The scanner then moves on the scan axis to the position set in the Scan: Stop box,
while performing data acquisition.
3. Data acquisition is performed at every interval set in the Scan: Resolution box.
4. The scan is finished when the scanner has reached the position set in the Scan:
Stop box.
Figure 5‑2 The Scan tab for the One‑line scan type
The Scan tab for a One-line scan contains the same options as for a Bidirectional scan
except that it does not include the settings for the index axis.
136 Chapter 5
DMTA-20092-01EN, Rev. D, February 2017
A surface scan uses two axes: (1) the scan axis, which is the mechanical axis of the
scanning lines, and (2) the index axis, which is the mechanical axis of movement
between the scanning lines. At the end of each scan along the scan axis, an increment
is added to the position along the index axis. Data acquisition for bidirectional scans is
carried out in both the forward and backward directions along the scan axis, as shown
in Figure 5-4 on page 138.
Scan axis
Probe
Index axis
The user must supply the limits of the inspection surface as well as the spacing
between acquisitions. Figure 5-5 on page 139 shows the scan-axis and index-axis
parameters in the reference system of the scanning mechanism.
138 Chapter 5
DMTA-20092-01EN, Rev. D, February 2017
Scan Axis
Start
Index dimension
Pixel
Index resolution
Index axis
End
Scan resolution
Scan dimension
Operation mode
The Bidirectional scan operates as follows:
1. The scanner proceeds to the Scan: Start position set on the Scan tab.
2. The scanner proceeds to the Index: Start position set on the Scan tab.
3. The scanner then moves on the scan axis to the position set in the Scan: Stop box,
while performing data acquisition.
4. Data acquisition is performed at every interval of the Scan: Resolution value set
on the Scan tab.
5. The scanner moves on the index axis for the distance set in the Index: Resolution
box.
6. The scanner moves to the Scan: Start position, while performing data acquisition.
7. The scanner moves on the index axis for the distance set in the Index: Resolution
box.
8. The scanner then moves on the scan axis to the position set in the Scan: Stop box,
while performing data acquisition.
9. Steps 4 to 7 are repeated until the scanner has reached the position set in the
Index: Stop box. Then, the scan is finished when the scanner has reached the
position set in the Scan: Stop box (if the index axis has an odd number of steps),
or when it has reached the Scan: Start position (if the index axis has an even
number of steps).
A surface scan uses two axes: (1) the scan axis, which is the mechanical axis of the
scanning lines, and (2) the index axis, which is the mechanical axis of movement
between the scanning lines. At the end of each scan along the scan axis, an increment
is added to the position along the index axis. Data acquisition for unidirectional scans
is only carried out in one direction along the scan axis, as shown in Figure 5-6 on
page 141. This type of scan is typically used with scanning mechanisms that have
backlash (free play) in the scan direction.
140 Chapter 5
DMTA-20092-01EN, Rev. D, February 2017
Scan axis
Probe
Index axis
The user must supply the limits of the inspection surface as well as the spacing
between acquisitions (see Figure 5-5 on page 139).
Operation mode
The Unidirectional scan operates as follows:
1. The scanner proceeds to the Scan: Start position set on the Scan tab.
2. The scanner proceeds to the Index: Start position set on the Scan tab.
3. The scanner then moves on the scan axis to the position set in the Scan: Stop box,
while performing data acquisition.
4. Data acquisition is performed at every interval of the Scan: Resolution value set
on the Scan tab.
5. The scanner returns to the Scan: Start position. No data acquisition is performed
during this step.
6. The scanner moves on the index axis for the distance set in the Index: Resolution
box.
7. The scanner then moves on the scan axis to the position set in the Scan: Stop box,
while performing data acquisition.
8. Steps 4 to 6 are repeated until the scanner has reached the position set in the
Index: Stop box. Then, the scan is finished when the scanner has reached the
position set in the Scan: Stop box.
The Scan tab for a Unidirectional scan type contains the same options as for a
Bidirectional scan type. For a description of these options, see “Bidirectional Scan” on
page 137.
A Helicoidal scan uses two axes: (1) the scan axis, which is the mechanical axis of the
scanning lines (rotation), and (2) the index axis, which is the mechanical axis
movement between the scanning lines (axial).
142 Chapter 5
DMTA-20092-01EN, Rev. D, February 2017
Operation mode
In a Helicoidal scan, the two mechanical axes are driven by two motors controlled by
an external control unit or axes of a manually driven scanner.
1. The scanner proceeds to the position set in the Scan: Start and Index: Start boxes
of the Scan tab.
2. The scanner then moves on the scan axis and index axis to the position set in the
Scan: Stop and Index: Stop boxes, while performing data acquisition. There is
simultaneous motion on both axes.
3. Data acquisition is performed at every interval of the Scan: Resolution value set
on the Scan tab.
4. In a Helicoidal scan, the scan axis is projected along the circumference of the
cylinder. The Scan: Start and Scan: Stop values refer to the circumference origin
point (0), in distance units or angular units.
5. A signal or a modulo can be used to reset the scan-axis encoder to the Scan: Start
value after each complete rotation.
6. The scan is finished when the scanner has reached the position set in the Index:
Stop box.
The Scan tab for a Helicoidal scan type contains the same options as for a
Bidirectional scan type. For a description of these options, see “Bidirectional Scan” on
page 137. This tab also contains three additional option buttons and one additional
parameter:
Deg/Index
This box defines the distance along the scan axis (in degrees) that is completed for
each index increment. The Index axis inspection speed value is then deduced
from this value, the Scan axis inspection speed, and the Index resolution.
The chosen Deg/Index value is usually slightly larger than 360 degrees, to obtain
sufficient overlap between adjacent Helicoidal scan lines.
Scan reset
Click one of these option buttons to select one of the options used to reset the
scan-axis encoder to position zero:
None: scan-axis encoder is never reset.
Modulo: scan-axis encoder is reset to position zero when a maximum value
(modulo) corresponding to the Scan: Stop value is reached.
Top Turn: a synchronization signal is used to reset the scan-axis encoder to the
Scan: Start value.
A surface scan uses two axes: (1) the scan axis, which is the mechanical axis of the
scanning lines, and (2) the index axis, which is the mechanical axis displacement
between the scanning lines. At the end of each scan along the scan axis, an increment
is added to the position along the index axis. With this scan type, the mechanical axes
work together in such a way as to produce the desired scanning pattern. Data
acquisition for angular scans is carried out in both the forward and backward
directions along the scan axis.
144 Chapter 5
DMTA-20092-01EN, Rev. D, February 2017
is
n ax
Sca
e
Prob Angle Mechanical axis
Mechanical axis
is
x ax
Inde
Operation mode
The Angular scan type operates as follows:
1. The scanner proceeds to the position set in the Scan: Start and Index: Start boxes
of the Scan tab.
2. The scanner then moves on the scan axis, according to the specified angle, to the
position set in the Scan: Stop box, while performing data acquisition.
3. Data acquisition is performed at every interval of the Scan: Resolution value set
on the Scan tab.
4. The scanner moves on the index axis, according to the specified angle, for the
distance set in the Index: Resolution box.
5. The scanner moves on the scan axis, according to the specified angle, to the Scan:
Start position, while performing data acquisition.
6. The scanner moves on the index axis, according to the specified angle, for the
distance set in the Index: Resolution box.
7. The scanner then moves on the scan axis, still according to the specified angle, to
the position set in the Scan: Stop box, while performing data acquisition.
8. Steps 4 to 7 are repeated until the scanner has reached the position set in the
Index: Stop box. Then, the scan is finished when the scanner has reached the
position set in the Scan: Stop box (if the index axis has an odd number of steps),
or when it has reached the Scan: Start position (if the index axis has an even
number of steps).
The Scan tab for an Angular scan type contains the same options as for a
Bidirectional scan type. For a description of these options, see “Bidirectional Scan” on
page 137. This tab also contains an additional parameter, which is required for this
scan type:
Angle
This box is used to set the angle that the scan line forms with the orientation of the
mechanical axis.
146 Chapter 5
DMTA-20092-01EN, Rev. D, February 2017
You can use one or more encoders in your setup to measure the position of the probe
on the scanned area.
FocusPC supports different types of encoders (see “Encoder Types” on page 147).
You need to calibrate each encoder (see “Calibrating an Encoder” on page 150).
Each encoder input on your acquisition unit has two channels, A and B, enabling a
dual-channel encoder for a quadrature reading of the resolution.
Clock Dir
Select this option when you use a stepper controller and its documentation
specifies that the position output signal is a clock/direction type (5 V pulse for the
position/speed and 5 V signal for the direction).
Quadrature
Select this option when the attached encoder (5V TTL output) is a dual-channel
output encoder. The channels are generally named A and B. When the encoder is
rotating clockwise (from left to right in Figure 5-13 on page 149), channel B
follows channel A with a 90-degree delay. When the encoder is rotating
counterclockwise, channel A follows channel B with a 90-degree delay. In this
way you can determine if the rotation is clockwise or counterclockwise. The
decoder counts one step each time it detects a rising or a falling edge on
channel A or channel B. This means that if the real encoder resolution is
1000 steps/revolution, the final resolution with the quadrature reading is
4000 steps/revolution.
148 Chapter 5
DMTA-20092-01EN, Rev. D, February 2017
Channel A
Channel B
Quadrature reading
Normal reading
Up
The decoder only reads channel A and increments the counter even if the encoder
is turning counterclockwise. The final resolution is the real encoder resolution.
Down
The decoder only reads channel A and decrements the counter even if the encoder
is turning clockwise. The final resolution is the real encoder resolution.
Clock/Dir Up
The decoder only reads channel A and increments the counter. When the signal of
channel B (direction) is high, the acquisition stops to prevent overwriting the data
while you move the probe back and the counter is decremented.
Clock/Dir Down
The decoder only reads channel A and decrements the counter. When the signal
of channel B (Dir) is high, the acquisition stops to prevent overwriting the data
while you move the probe back and the counter is incremented.
Quad Up
The decoder reads channel A and channel B in quadrature mode (4 times the
encoder resolution) and increments the counter when the encoder rotates
clockwise. When the encoder rotates counterclockwise, the acquisition stops to
prevent overwriting the data and the counter decrements.
Quad Down
The decoder reads channel A and channel B in quadrature mode (4 times the
encoder resolution) and decrements the counter when the encoder rotates
counterclockwise. When the encoder rotates clockwise, the acquisition stops to
prevent overwriting the data and the counter increments.
Perform the following procedure for each encoder that you are using.
1. On the component toolbar, click the Scan and Mechanical Settings button ( ).
2. In the Scan and Mechanical Settings dialog box, click the Scan tab, and then
perform the following tasks:
a) In the Type box, select the appropriate scan type for your application. Do not
select Free running as this type does not support encoders.
b) In the Unit box, select the appropriate linear or angular units.
3. On the Encoders tab (see Figure 5-14 on page 150), proceed as follows:
a) In the Type box, select the type of your encoder (see “Encoder Types” on
page 147).
b) Click Calibrate.
Figure 5‑14 The Encoders tab of the Scan and Mechanical Settings dialog box for
an Encoded ‑ 2 axis scan type
4. While in the Calibration of Encoder dialog box (see the example shown in
Figure 5-15 on page 151), proceed as follows:
a) Optionally, move the required encoder (or the mechanical parts attached to
the encoder) to a known position on the axis, and then click Set.
This operation sets the current position to the value of the Preset value box
that has been specified on the Scan tab.
150 Chapter 5
DMTA-20092-01EN, Rev. D, February 2017
Figure 5‑15 The Calibration of Encoder dialog box for encoder 1 on the scan axis
On the Options tab of the Scan and Mechanical Settings dialog box, you can use the
File Naming Options section to configure the way the data files will be saved at the
end of the inspection (see Figure 5-16 on page 152).
152 Chapter 5
DMTA-20092-01EN, Rev. D, February 2017
After the data acquisition is complete, FocusPC can be used to analyze the resulting
data files. This section describes the basic analysis in FocusPC, demonstrating how
you can manage data files to create simple and convenient reports making the
inspection results easy to understand.
This section describes how to open FocusPC data files and merge data files in order to
combine multiple inspection data to a single file that can then be analyzed and
described in a simple report.
The Open dialog box (see Figure 6-1 on page 154) is used to select and load an
ultrasonic data file as well as the other data types that can be linked to this file.
The File Content and Processing areas of the Open dialog box contain the following
options:
File Content
You can use the check boxes under File Content to select the appropriate
associated files (for a description of the file types, see “File Formats” on page 80).
For example, an .fpd data file can be saved with an .A01 data file resulting from
analysis processing. You can then either open the original data alone (.fpd file), or
open the original data along with the data modified in analysis (.fpd and .A01
files). The principle of associated files allows the original data to remain intact
after the data file is saved.
Only the file types that are associated with the .fpd file when saving the data can
be selected. The dimmed file types are not available.
Processing
You can use the check boxes under Processing to select optional calculations to be
performed on the file to be opened. After opening the file, FocusPC calculates the
selected processing options and adds the associated data groups to the file.
154 Chapter 6
DMTA-20092-01EN, Rev. D, February 2017
— The Merge all check box performs the same calculations as the corresponding
toolbar command ( ).
— The Merge by group check box performs the same calculations as the
corresponding toolbar command ( ).
The indication table is a key feature of FocusPC (see Figure 6-2 on page 155). Use the
indication table to gather flaw indication information and to create an HTML report.
The following are basic steps for using the indication table:
NOTE
FocusPC automatically saves the indication table in the display setup file (.RST) and
automatically saves the numerical reading indication information contained in the
indication table in an attribute file (.R01).
TIP
You can customize the sizing settings in the Preferences dialog box on the General
Settings tab under Flaw‑Sizing Settings.
Figure 6‑3 Example of the indication table, the cursors, and the Zone tool used to
document an indication
156 Chapter 6
DMTA-20092-01EN, Rev. D, February 2017
2. On the component toolbar, click the Indication Table button ( ) to display the
Indication Table dialog box.
The first line of the table indicates the current value of the selected readings.
3. Position the Reference and Measurement cursors to mark the indication.
4. Using the Zone tool, draw a zone around a flaw indication.
5. In the Indication Table dialog box, select a predefined reading category (see
Figure 6-4 on page 157) to determine the readings that appear in the table.
TIP
You can select a different reading category for each indication table entry. The
indication image is a snap shot of the data display views taken when you click
. When you want to put the emphasis on the defects characteristics,
configure the views accordingly before clicking .
The comment then appears in the Comments section of the report for the
selected indication.
9. You can also include additional readings in the indication table (see Figure 6-5 on
page 158):
a) In the Indication Table dialog box, select the line for the Entry# = Auto
indication.
158 Chapter 6
DMTA-20092-01EN, Rev. D, February 2017
NOTE
Additional readings appear only for new indications, not for those already entered in
the indication table.
• Setup information
• Inspected part information
• Scanned area information
• Content of the indication table
• Views for each entry of the indication table
• Customized information
c) Click .
d) Type the custom information label in the Field box and the corresponding
value in the Value box.
The added user fields appear in the second section from the top of the report
(see Figure 6-7 on page 160).
e) Click OK.
160 Chapter 6
DMTA-20092-01EN, Rev. D, February 2017
TIP
Ensure that you change the logo before creating the report. Otherwise, the old image
will appear in the report. You then need to delete the report file (.r01) and add the
indications again.
TIP
Use a logo image that is about the same size as the Olympus logo image (200 pixels
wide by 38 pixels high).
NOTE
For more information on the advanced features of this software and detailed menu
descriptions, refer to the FocusPC Advanced User’s Manual.
162 Chapter 6
DMTA-20092-01EN, Rev. D, February 2017
List of Figures
Figure 4-43 The Gates tab of the UT Settings dialog box ................................................ 125
Figure 4-44 Automatic adjustment of the S-scan gate position ..................................... 127
Figure 4-45 Example of a C-scan with and without data below the gate ..................... 128
Figure 4-46 Example of gate usage in a water immersion inspection ........................... 128
Figure 4-47 Alarm state indicators ..................................................................................... 129
Figure 4-48 The Firing Sequencer (Interleave) dialog box .............................................. 130
Figure 4-49 The Default button ........................................................................................... 130
Figure 4-50 Example of firing sequence with 2 Zones interlacing pairs ....................... 131
Figure 4-51 Example of firing sequence with 2 Z. All interlacing pairs ....................... 131
Figure 4-52 The Digitizer tab .............................................................................................. 132
Figure 4-53 The Alarms tab ................................................................................................. 132
Figure 4-54 Acquisition with full A-scan recording ........................................................ 133
Figure 4-55 Acquisition with conditional A-scan recording .......................................... 133
Figure 5-1 Linear scan ........................................................................................................ 136
Figure 5-2 The Scan tab for the One-line scan type ....................................................... 136
Figure 5-3 The Scan tab for Free Running scan .............................................................. 137
Figure 5-4 Bidirectional surface scan ............................................................................... 138
Figure 5-5 Reference system of the scanning mechanism ............................................ 139
Figure 5-6 Unidirectional surface scan ............................................................................ 141
Figure 5-7 The Scan tab for Unidirectional scan type ................................................... 142
Figure 5-8 The Scan tab for Helicoidal scan .................................................................... 143
Figure 5-9 Angular surface scan ....................................................................................... 145
Figure 5-10 The Scan tab for Angular scan type .............................................................. 146
Figure 5-11 The Load custom program file dialog box ................................................... 147
Figure 5-12 Selecting the encoder type on the Encoders tab .......................................... 148
Figure 5-13 Quadrature and normal reading of the resolution ..................................... 149
Figure 5-14 The Encoders tab of the Scan and Mechanical Settings dialog box for an
Encoded - 2 axis scan type .............................................................................. 150
Figure 5-15 The Calibration of Encoder dialog box for encoder 1 on the scan axis .... 151
Figure 5-16 The File Naming Options dialog box ............................................................ 152
Figure 6-1 The Open dialog box ....................................................................................... 154
Figure 6-2 The indication table ......................................................................................... 155
Figure 6-3 Example of the indication table, the cursors, and the Zone tool used to
document an indication .................................................................................. 156
Figure 6-4 Selecting a predefined reading category in the indication table ............... 157
Figure 6-5 Adding a comment and an additional reading to an indication .............. 158
Figure 6-6 Example of the General Information dialog box ......................................... 160
Figure 6-7 Example of a report header and user fields ................................................. 160
Figure 6-8 Example of a report footer .............................................................................. 161
List of Tables
Index
Index 169
DMTA-20092-01EN, Rev. D, February 2017
170 Index
DMTA-20092-01EN, Rev. D, February 2017
Index 171
DMTA-20092-01EN, Rev. D, February 2017
172 Index
DMTA-20092-01EN, Rev. D, February 2017
sleep mode 18 U
software ultrasound axis commands 75
installation 17 Unidirectional scan 140, 141
Windows 7 18 use, intended 1
Windows 8 18 using TOFD calibration in setup mode 107
principles 31 UT Settings
software development kits (SDK) 7 button 34
software version ii dialog box 40
speed, acquisition 38
splash screen 28 V
splitting views 33 view
starting FocusPC 27 about 58
status bar 47 A-scan 61
strip charts 71 cursors 59
strip views, Scrolling data 108
amplitude 71 displaying views 118
position 71 grid 59
support information, technical 4 Polar (analysis view) 68
switching between groups 98 ruler 59
symbols, safety 1 Scrolling views 69
shortcut menu 71
T
types 60
tab, Scan zoom bar 59
Angular scan 146 View Properties dialog box 41
Free Running scan 137 volumetric views 64
Helicoidal scan 143 data view types 60
One-line scan 136 End (D) 67
Unidirectional scan 142 Side (B) 65
TCG Top (C) 66
curve construction 114
defining a TCG curve 111 W
displaying or hiding the curve 113 WARNING signal word 2
technical support 4 warning symbols
thumbtack function 42 general 2
TIP signal word 3 shock hazard 2
title bar 58 warranty information 3
TOFD weld overlay, definition 108
adding and configuring group 97 Windows
calibration 107 firewall 19
setup mode 107 sleep mode 18
group 97 supported editions 13
in setup mode 107 windows, document 38
toolbars, component 34 working with groups 85
Top (C) (analysis view) 66
Z
trough transmission 92
zoom bar 59
Index 173
DMTA-20092-01EN, Rev. D, February 2017
174 Index