-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathErrorCode.json
More file actions
107 lines (107 loc) · 2.35 KB
/
Copy pathErrorCode.json
File metadata and controls
107 lines (107 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"version": 1,
"app": "PerformanceInsight",
"exportType": "statusMapping",
"creationDate": "2025-08-27T09:55:48.050Z",
"name": "ErrorCode",
"description": "",
"statusConfiguration": [
{
"color": "#65C728",
"value": 8000,
"label": "No error",
"description": null,
"excluded": true,
"timeCategoryId": "4"
},
{
"color": "#00646E",
"value": 8001,
"label": "Bottle in wrong position",
"description": null,
"excluded": false,
"timeCategoryId": "5"
},
{
"color": "#FFB900",
"value": 8002,
"label": "Cracked bottle detected",
"description": null,
"excluded": false,
"timeCategoryId": "5"
},
{
"color": "#EB780A",
"value": 8003,
"label": "No bottle on the conveyor",
"description": null,
"excluded": false,
"timeCategoryId": "5"
},
{
"color": "#8068E7",
"value": 8004,
"label": "Wrong bottle detected",
"description": null,
"excluded": false,
"timeCategoryId": "5"
},
{
"color": "#AF235F",
"value": 8005,
"label": "Conveyor malfunction",
"description": null,
"excluded": false,
"timeCategoryId": "5"
},
{
"color": "#794934",
"value": 8006,
"label": "Filler malfunction",
"description": null,
"excluded": false,
"timeCategoryId": "5"
},
{
"color": "#0091CF",
"value": 8007,
"label": "Valve blocked",
"description": null,
"excluded": false,
"timeCategoryId": "5"
},
{
"color": "#AAB414",
"value": 8008,
"label": "No flow in main pipe",
"description": null,
"excluded": false,
"timeCategoryId": "5"
},
{
"color": "#879BAA",
"value": 8009,
"label": "Generic error: check PLC buffer",
"description": null,
"excluded": false,
"timeCategoryId": "5"
},
{
"color": "#554A50",
"value": 8010,
"label": "Generic error: check alarm buffer",
"description": null,
"excluded": false,
"timeCategoryId": "5"
},
{
"color": "#647D2D",
"value": 8011,
"label": "Generic error: contact with supplier",
"description": null,
"excluded": false,
"timeCategoryId": "5"
}
],
"useTimeCategories": true
}