-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetting.py
More file actions
118 lines (99 loc) · 2.67 KB
/
setting.py
File metadata and controls
118 lines (99 loc) · 2.67 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
108
109
110
111
112
113
114
115
116
117
118
# userstatus
first = [ 245, 47, 84, 35]
second =[ 332, 45, 90, 37]
midnight = [ 424, 46, 99, 36]
absent = [ 526, 46, 105, 36]
training = [ 630, 46, 105, 36]
etc = [ 735, 46, 105, 36]
rest = [ 844, 46, 98, 36]
early = [ 945, 46, 260, 36]
# worktime
unit_number = 1
normal = [ 193, 25, 64, 17]
overtime = [ 193, 42, 64, 20]
unit_number = 2
normal = [ 261, 24, 68, 17]
overtime = [ 261, 42, 64, 20]
# operationrate
unit_number = 1
today = [85, 60, 105, 30]
unit_number = 2
today = [85, 90, 105, 25]
# productionrate
unit_number = 1
today = [300, 65, 104, 26]
unit_number = 2
today = [300, 95, 104, 26]
# ProductionContext
unit_number = 1
width = [ 141, 78, 102, 24]
texture = [ 246, 78, 84, 24]
input = [ 333, 78, 86, 24]
outer_diameter = [430, 78, 92, 24]
thickness = [527, 81, 112, 24]
length = [642, 81, 98, 24]
count = [744, 81, 98, 24]
weight = [844, 81, 100, 24]
unit_number = 2
width = [141, 250, 101, 21]
texture = [246, 250, 83, 21]
input = [332, 250, 90, 21]
outer_diameter = [425, 250, 100, 21]
thickness = [ 527, 250, 110, 21]
length = [ 641, 250, 100, 21]
count = [744, 250, 100, 21]
weight = [845, 250, 100, 21]
# ErrorContext
unit_number = 1
test = [140, 71, 102, 24]
production = [245, 71, 84, 24]
outer_diameter = [332, 70, 191, 24]
thickness = [526, 70, 111, 24]
length = [641, 73, 97, 19]
count = [743, 73, 97, 19]
weight = [844, 73, 98, 19]
unit_number = 2
test = [140, 191, 102, 19]
production = [245, 191, 83, 19]
outer_diameter = [331, 191, 191, 19]
thickness = [525, 191, 111, 19]
length = [640, 191, 98, 19]
count = [743, 191, 98, 19]
weight = [844, 193, 98, 19]
# SaleContext
department = 2
unit_number = 1
texture = [245, 65, 84, 24] # h 24
outer_diameter = [332, 65, 191, 24]
thickness = [526, 66, 111, 24]
length = [640, 65, 98, 24]
count = [746, 66, 98, 24]
weight = [844, 66, 98, 24]
per_price = [945, 66, 99, 24]
department = 2
unit_number = 2
texture = [245, 265, 84, 24]
outer_diameter = [332, 265, 191, 24]
thickness = [526, 265, 111, 24]
length = [640, 265, 98, 24]
count = [746, 265, 98, 24]
weight = [844, 265, 98, 24]
per_price = [945, 265, 99, 24]
department = 1
unit_number = 1
texture = [245, 415, 84, 24] # h 24
outer_diameter = [332, 415, 191, 24]
thickness = [526, 415, 111, 24]
length = [640, 415, 98, 24]
count = [746, 415, 98, 24]
weight = [844, 415, 98, 24]
per_price = [945, 415, 99, 24]
department = 1
unit_number = 2
texture = [245, 565, 84, 24]
outer_diameter = [332, 565, 191, 24]
thickness = [526, 565, 111, 24]
length = [640, 565, 98, 24]
count = [746, 565, 98, 24]
weight = [844, 565, 98, 24]
per_price = [945, 565, 99, 24]