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

A JSON object describing a Performance Rate has following syntax:

{
"@Skill.OEE.PerformanceRate": {
"name": "Performance Rate",
"UUID": "22bc2e3a-0cd0-4cdf-8953-113ca67a3b0d",
"availabilityRate": "OEE Calculation.Availability rate",
"idealRunRate": "PLC.machine.idealRunRate",
"totalActualProduct": "PLC.machine.totalActualProduct"
}
}

Object Members
nameA string value containing the name of the Performance Rate.
UUIDA string value containing the unique UUID.
availabilityRateAn availability rate factor which belongs in the same Calculation group.
idealRunRateAn double value indicating the number of the products ideally expected to be produced per minute.
totalActualProductAn integer value indicating the number of the products have been produced.

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