Skip to content

Virinco/WATS-Client-Converter-Teradyne-Nano-51e

Repository files navigation

WATS Converter - Teradyne Nano 51e

A WATS Client converter plugin for importing test data from Teradyne Nano 51e to WATS.

Getting Started

Download

Download link to Wats Client and installation guide: WATS Client Installation Guide.

You can download the latest released version of the converter here. You can find a step by step guide on how to install the converter here.

Parameters

This converter uses the following parameters:

Parameter Default value Description
operationTypeCode 30 If log is missing operation code (process code), use this one.
operator sysoper If log is missing operator, use this one.
sequenceVersion If log is missing sequence version, use this one.
sequenceFileName If log is missing sequence name, use this one.
revision If log is missing a revision, use this one.
groupSteps true It groups numerical tests together in sequenceses if true

Testing

The project uses the MSTest framework for testing the converter.

It is setup with two tests; one for setting up the API by registering the client to your WATS, and one for running the converter.

The values are hardcoded in the test, so you will need to change the values to reflect your setup.

  • In SetupClient, fill in your information in the the call to RegisterClient.
  • In TestConverter, fill in the path to the file you want to test the converter with. There are example files in the Examples folder.
  • Run SetupClient once, then you can run TestConverter as many times as you want.

Contributing

We're open to suggestions! Feel free open an issue or create a pull request.

Please read Contributing for details on contributions.

Troubleshooting

Converter failed to start

Symptom:

  • Converter did not start after being configured.

Possible cause:

  • WATS Client Service does not have folder permission to the input path.
  • WATS Client Service was not restarted after configuration.

Possible solution:

Converter class drop down list is empty

Symptom:

  • The converter class drop down list in the Client configurator is empty after adding a converter DLL.

Possible cause:

  • The DLL file is blocked. Windows blocks files that it thinks are untrusted, which stops them from being executed.

Possible solution:

  • Open properties on the file and unblock it.

Other

Contact Virinco support, and include the wats.log file: Where to find the wats log file at the Client.

Contact

  • Issues with the converter or suggestions for improvements can be submitted as an issue here on GitHub.
  • Ask questions about WATS in the WATS Community Help
  • Suggestions for the WATS Client itself or WATS in general can be submitted to the WATS Idea Exchange
  • Sensitive installation issues or other sensitive questions can be sent to support@virinco.com

License

This project is licensed under the LGPLv3 which is an extention of the GPLv3.

About

No description, website, or topics provided.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages