5.5 Result Management
5.5.1 Transfer of test results for tested samples from the TTD
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.
5.5.2 Transfer of complete testreports from the TTD
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.
5.5.3 Transfer of complete testresults from the TTD
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.
5.5.4 Transfer sample results from non-scheduled jobs
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.
5.5.5 Transfer job results of non-scheduled jobs
The client (MES) wants to retrieve test results for jobs that were not scheduled by the client (MES).