Overview
Converts Keysight / Agilent 3070 ICT test result files in the legacy pipe-delimited flat-file format 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 | TXT, LOG |
| Test type | ICT |
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
- Block designator prefix matching
^\d+%is parsed as socket index (multi-board fixture support) - Converter submits with
SubmitMethod.Offline— records are queued for later upload
Converter Parameters
These parameters are configured in the WATS Client Configurator converter arguments.
| Parameter | Default Value |
|---|---|
operationTypeCode | 10 |
stationname | test-machine |
sequenceFile | seqName |
sequenceVersion | 1.0.0 |
| Parameter | Default | Effect |
|---|---|---|
operationTypeCode | 10 | |
stationname | test-machine | |
sequenceFile | seqName | |
sequenceVersion | 1.0.0 |
WATS Step Type Mapping
For each matched record, ProcessMatchedLine creates the following WATS objects:
| Record / Field | WATS Step / UUT Field | Sub-measurements |
|---|---|---|
p | ||
f | ||
pass | SequenceCall (group) | |
fail | SequenceCall (group) |
Line Type Routing
The converter reads the file line-by-line and dispatches based on the line prefix:
| Line starts with | Handler |
|---|---|
pins| | ProcessNumeric |
(dynamic) type=double/float/integer | ProcessNumeric |
(dynamic) type=text/string | ProcessString |
(dynamic) type=boolean | ProcessBool |
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.