The Xentara OEE Calculator v1.0.1
User Manual
JSON Format for the Quality Rate factor

A JSON object describing a Quality Rate has following syntax:

{
"@Skill.OEE.Quality": {
"name": "Quality Rate",
"UUID": "22bc2e3a-0cd0-4cdf-8953-113ca67a3b0d",
"totalActualProduct": "PLC.machine.totalActualProduct",
"rejectedProduct": "PLC.machine.rejectedProduct"
}
}

Object Members
nameA string value containing the name of the Quality Rate.
UUIDA string value containing the unique UUID.
totalActualProductAn integer value indicating the number of the actual products have been produced.
rejectedProductAn integer value indicating the number of the rejected products.

Please remember that each element block requires two layers of {} due to the syntax restrictions of the JSON format.