Intro
UUT: Unit Under Test reports
UUR: Unit Under Repair reports
WATS offers different methods to input test and repair data. There are two main methods for interfacing WATS:
- Direct Interfacing through an add-on to NI TestStand, LabVIEW or the WATS API (.NET)
- Indirect Interfacing using WATS Standard formats or custom flat files or databases.
WATS Reports
WATS consists of two basic report types – UUT and UUR. The UUT report contains all the test result details. The UUR report contains all the repair and rework details executed on a unit. WATS can consume these reports in numerous formats and methods, but the details and quality of these reports are important for the analyzing functionality of WATS.
Interface through the WATS Client or WATS API
The WATS Client is an application that runs on windows (service) and provides both Direct and Indirect Interfacing. The WATS Client has several functions:
- Offline functionality (buffer reports)
- Secure transfer to the Master Server
- Operator Yield monitor
- Automatic SW update and Online/Offline/Health reporting to the Master Server
- API for interaction with server
Direct:
- WATS add-on to TestStand
- WATS MES LabVIEW toolkit
- NET API (WATS API). (Any programming language that can call a .NET assembly can use the WATS API) (Ref WATS API Help installed with the client)
Indirect:
- Wats Standard Text Format (WSTF)
- Wats Standard Xml Format (WSXF)
- Wats Standard Json Format (WSJF)
- IEEE ATML
- Custom flat files or databases (WATS Client Converter).
- Virinco GIT converters repository
Interface through Client Converters
Using direct interfacing is a preferred option, but making converters to read other data sources will also add value to your WATS set-up.
- Converters allow you to interface with existing test equipment that is already producing reports generating additional cost savings. This can give faster Return on Investment
- Converters allow you to enter historical data into WATS
- Converters allow you to gather data from other installations with “fixed” reporting from sources such as AOI (Automatic Optical Inspector) and FPT (Flying Probe Tester), among others
- Converters can read reports in a range of formats (report layouts) and with various data types (text, xml, database, excel)
Interface through the WATS Rest API
You can upload (or download) WATS WSXF/WSJF reports directly to the server:
Comments
0 comments
Please sign in to leave a comment.