Advertisement
mkostira

Untitled

Apr 30th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.90 KB | None | 0 0
  1. {
  2.         "id": "4861",
  3.         "name": "Do not Delete 2",
  4.         "deviceId": "21597",
  5.         "tenantId": "t46127292",
  6.         "amountUnit": "pcs",
  7.         "subscriptions": [
  8.             {
  9.                 "type": "measurement",
  10.                 "name": "PAmount",
  11.                 "deviceID": "21597",
  12.                 "pollingIntervalSeconds": 5
  13.             },
  14.             {
  15.                 "type": "measurement",
  16.                 "name": "Volume",
  17.                 "deviceID": "21597",
  18.                 "pollingIntervalSeconds": 5
  19.             },
  20.             {
  21.                 "type": "measurement",
  22.                 "name": "Time",
  23.                 "deviceID": "21597",
  24.                 "pollingIntervalSeconds": 5
  25.             }
  26.         ],
  27.         "inputs": {
  28.             "ActualQualityAmount": {
  29.                 "type": "MACHINE_EVENT",
  30.                 "value": ""
  31.             },
  32.             "ActualProductionAmount": {
  33.                 "type": "TRANSFORMATION_RULE",
  34.                 "value": "context.measurement(\"21597\", \"PAmount\", \"PAmount\", \"10s\",false)"
  35.             },
  36.             "ActualProductionTime": {
  37.                 "type": "TRANSFORMATION_RULE",
  38.                 "value": "context.measurement(\"21597\", \"Time\", \"Time\", \"10s\",false) / 2"
  39.             }
  40.         },
  41.         "machineEvents": {
  42.             "QUALITY_STATUS": "context.measurement(\"21597\", \"Volume\", \"Volume\", \"10s\",false) > 200.0"
  43.         },
  44.         "oeeTargets": {
  45.             "performance": 60,
  46.             "overall": 29,
  47.             "availability": 60,
  48.             "quality": 60
  49.         },
  50.         "workpiece": {
  51.             "amount": 10,
  52.             "unit": "pcs",
  53.             "name": "",
  54.             "timeunit": 1
  55.         },
  56.         "timeframes": null,
  57.         "shortShutdowns": null,
  58.         "ui": null,
  59.         "intervals": [
  60.             60
  61.         ],
  62.         "status": "ACTIVE"
  63.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement