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

A JSON object describing a Availability rate has following syntax:

{
"@Skill.OEE.AvailabilityRate": {
"name": "Availability Rate",
"UUID": "22bc2e3a-0cd0-4cdf-8953-113ca67a3b0d",
"running": "PLC.machine.running",
"planned": "PLC.machine.planned"
}
}

Object Members
nameA string value containing the name of the availability rate.
UUIDA string value containing the unique UUID.
runningA boolean value indicating if the device is running at the moment.
plannedA boolean value indicating if the device is planned to run at the moment.

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