Overview
Converts Yxlon X-ray inspection result files to WATS UUT reports.
and any integration-specific context not covered by the README. -->
Integration Details
| Property | Value |
|---|---|
| Category | WATS Client converter |
| Type | FileConverter |
| Format | XML |
| Test type | X-ray, Inspection |
File Format Assumptions and Requirements
Examples: encoding (UTF-8/ASCII), line endings, required vs optional fields, field order constraints, supported file version(s) -->
- Input encoding: UTF-8
Hardcoded Values and Defaults
Input Record Types and Regex Patterns
The converter uses TextConverterBase.SearchFields to match lines. Each entry below is one regex field registration with the associated capture groups.
Header field: UUTField.UseSubFields (parsed in InHeader state)
| Capture Group | Type | Maps to WATS Field |
|---|---|---|
PartNo |
string |
UUTField.PartNumber |
SN |
string |
UUTField.SerialNumber |
Record: Results (parsed in InHeader state)
Record: Mark (parsed in InTest state)
.+(?<StepName>Mark \d+)
WATS Step Type Mapping
For each matched record, ProcessMatchedLine creates the following WATS objects:
| Record / Field | WATS Step / UUT Field | Sub-measurements |
|---|---|---|
Results |
NumericLimitStep [UUT] Status |
|
Comment |
NumericLimitStep | |
Mark |
Known Limitations and Edge Cases
that operators should be aware of -->
Configuration Guidance
Parameters are configured in the WATS Client Configurator under the converter's Arguments XML. Example:
<Arguments>
<!-- TODO: paste a real example Arguments XML block here -->
</Arguments>
Getting Started
Download
The recommended installation method is via the MSI installer. Download the latest release from the Releases page.
Installation
Using the MSI Installer (Recommended)
- Download the
.msifile from the Releases page. - Run the installer - it will automatically place the converter in the correct WATS Client folder.
- Restart the WATS Client Service.
Comments
0 comments
Please sign in to leave a comment.