The Xentara OEE Calculator v1.0.1
User Manual
Quality Rate
See also
Quality Rate

Description

The Quality Rate is a factor type of xentara data point which calculates the Quality Rate the produced products. It calculates the rate of the good the products produced against the number of the total Actual product.

Sampling

On sample task the Quality Rate reads the variables for the current state of the system.

The required variables for sampling are:

  • rejected product
  • total actual product

The rejected product describes the number of the products that have rejected at that time. The rejected product expected to be a counter with constantly increasing value.

The total actual product describes the number of the products that have produced at that time. The total actual product expected to be a counter with constantly increasing value.

Quality and Error

During the sampling period, the quality and the error of the Quality Rate is evaluated on sample task. The quality and the error are propagated the only if the current quality is worst compared with the previous quality until the sampling period is finished with an update task.

Calculation

On sample task, the intermediate attribute values are updated for quality rate, rejected product, total actual product and good product. On update task The quality rate value is calculated and updated and intermediate attribute values are reset.

The quality rate is calculated by using the following variables:

  • intermediate rejected product
  • intermediate total actual product
  • intermediate good product

The intermediate rejected product describes the number of defected products since the update task until the last sample task.On update task the current value of the rejected product it is set as bias value. The positive difference between the bias value and the rejectd product is read on sample task is defined as intermediate rejected product.

The intermediate total actual product describes the total number of products since the update task until the last sample task.On update task the current value of the total actual product it is set as bias value. The positive difference between the bias value and the total actual product is read on sample task is defined as intermediate total actual product.

The intermediate good product describes the number of good products. It is calculated by subtracting the number of the intermediate rejected product from the intermediate total actual product.

The Calculation of the quality rate follows the graph bellow:

Accessing Quality Rate

See also
Accessing Xentara Elements in the Xentara user manual

In addition to the standard members of Xentara I/O points, Quality Rate has the following attributes:

Attributes
valueContains the rate quality rate value of the last update task performed.
qualityThe quality of the Quality Rate value. See quality in the Xentara user manual for an explanation of an I/O point's quality.
sampleTimeThe last time the quality rate value sampled.
changeTimeThe last time the quality rate value changed.
errorThe error that occurred the last time the quality rate value updated. The attribute contains one of the error string value describing the error state.
intermediateGoodProductThe intermediate value of the good products produced since the last sample task is performed. The attribute contains value type of integer
intermediateRejectedProductThe intermediate value of the rejected products since the last sample task is performed. The attribute contains value type of integer
intermediateTotalActualProductThe intermediate value of the total actual product since the last sample task is performed. The attribute contains value type of unsigned integer
intermediateQualityRateThe Intermediate value of quality rate since the last sample task is performed. The attribute contains value type of a double