A client (MES) wants to retrieve test results for the tested sample from the TTD. The test result is associated with the SampleId. The testresult itself contains the following statistical data:
- ResultKey Unique Identifier of the measured property defined by the tester application.
- ItemCount Number of valid tests that were calculated in the statistics.
- MeanValue The mean value of the valid tests.
- StandardDeviation The standard deviation of the valid tests.
- CoefficientOfVariation The coefficient of variation value of the valid tests.
- MinValue The minimum value of the valid tests.
- MaxValue The maximum value of the valid tests.
- ConfidenceInterval95 Confidence interval of measurement. 95% confidence interval.
A client (MES) wants to retrieve a complete test report (e.g. pdf file) from the TTD. The test report is associated with the JobId.
The client (MES) requests detailed test data (raw data) of a specific TesterSampleResultId. The Result provided by the TTD contains the URI where the raw data of the test is stored. The main purpose of this use case is to access large amounts of measured raw data generated for a test job not intended to be accessible via the OPC UA interface and not intended to be stored on the MES.
The client (MES) wants to retrieve sample results for jobs that were not scheduled by the client (MES). For a non-scheduled job the TTD generates a unique Id replacing the jobId.
The client (MES) wants to retrieve test results for jobs that were not scheduled by the client (MES).