The Xentara OEE Calculator v1.0.1
User Manual
JSON Format for OEE Calculator

A JSON object describing a Calculation has following syntax:

{
"@Skill.OEE.Calculation": {
"name": "OEE Calculation",
"UUID": "fca27517-7ff3-41d9-bd53-d91f45f8363c",
"children": [
...
]
}
}

Object Members
nameA string value containing the name of the Calculation.
UUIDA string value containing the unique UUID of the device.
childrenA JSON array containing at least one factor as Availability Rate, Performance Rate, Quality Rate and optionally a Result.

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