-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfpz.json
317 lines (317 loc) · 4.96 KB
/
fpz.json
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
[
{
"name": "Set Point Refrigeração",
"min": "1.0",
"max": "40.0",
"step": ".1",
"tp": "°C"
},
{
"name": "Histerese Refrigeração",
"min": "0.5",
"max": "10.0",
"step": ".1",
"tp": "°C"
},
{
"name": "Diferencial Temperatura entre Máquinas",
"min": "0",
"max": "10.0",
"step": ".1",
"tp": "°C"
},
{
"name": "Diferencial entre Estágios Refrigeração",
"min": "0",
"max": "10.0",
"step": ".1",
"tp": "°C"
},
{
"name": "Set Point Aquecimento",
"min": "0",
"max": "400",
"step": ".1",
"tp": "°C"
},
{
"name": "Histerese Aquecimento",
"min": "0.5",
"max": "20.0",
"step": ".1",
"tp": "°C"
},
{
"name": "Diferencial entre Estágios Aquecimento",
"min": "0",
"max": "40.0",
"step": ".1",
"tp": "°C"
},
{
"name": "Diferencial Mínimo Ambiente Insuflamento",
"min": "0",
"max": "100",
"step": ".1",
"tp": "°C"
},
{
"name": "Temperatura Interna Baixa para Alarme",
"min": "1",
"max": "50.0",
"step": ".1",
"tp": "°C"
},
{
"name": "Temperatura Interna Alta para Alarme",
"min": "0",
"max": "100.0",
"step": ".1",
"tp": "°C"
},
{
"name": "Temperatura Interna Crítica para Alarme",
"min": "0",
"max": "100.0",
"step": ".1",
"tp": "°C"
},
{
"name": "Temperatura Interna Alta para Emergência",
"min": "0",
"max": "70.0",
"step": ".5",
"tp": "°C"
},
{
"name": "Taxa Máxima para Variação de Temperatura",
"min": "1",
"max": "20.0",
"step": ".1",
"tp": "°C"
},
{
"name": "Set Point de Desumidificação",
"min": "1",
"max": "90",
"step": "1",
"tp": "%"
},
{
"name": "Histerese de Desumidificação",
"min": "1",
"max": "90",
"step": "1",
"tp": "%"
},
{
"name": "Diferencial de Desumidificação entre Estágios",
"min": "1",
"max": "50",
"step": "1",
"tp": "%"
},
{
"name": "Diferencial de Desumidificação entre Máquinas",
"min": "1",
"max": "50",
"step": "1",
"tp": "%"
},
{
"name": "Set Point de Umidificação",
"min": "1",
"max": "50",
"step": "1",
"tp": "%"
},
{
"name": "Histerese de Umidificação",
"min": "1",
"max": "50",
"step": "1",
"tp": "%"
},
{
"name": "Diferencial de Umidificação entre Estágios",
"min": "5",
"max": "50",
"step": "1",
"tp": "%"
},
{
"name": "Diferencial de Umidificação entre Máquinas",
"min": "5",
"max": "50",
"step": "1",
"tp": "%"
},
{
"name": "Umidade Interna Baixa para Alarme",
"min": "5",
"max": "60",
"step": "1",
"tp": "%"
},
{
"name": "Umidade Interna Alta para Alarme",
"min": "1",
"max": "99",
"step": "1",
"tp": "%"
},
{
"name": "Número Aparelhos",
"min": "0",
"max": "8",
"step": "1",
"tp": ""
},
{
"name": "Número Máximo de Aparelhos",
"min": "0",
"max": "8",
"step": "1",
"tp": ""
},
{
"name": "Temperatura de Desligamento Ventiladores",
"min": "0",
"max": "400",
"step": ".1",
"tp": "°C"
},
{
"name": "Temperatura Externa Máxima para Economizador",
"min": "1",
"max": "400",
"step": ".1",
"tp": "°C"
},
{
"name": "Umidade Externa Máxima para Economizador",
"min": "5",
"max": "90",
"step": "1",
"tp": "%"
},
{
"name": "Histerese Temperatura Economizador",
"min": "2",
"max": "300",
"step": ".1",
"tp": "°C"
},
{
"name": "Histerese Umidade Economizador",
"min": "1",
"max": "50",
"step": "1",
"tp": "%"
},
{
"name": "Tempo Revezamento Máquinas",
"min": "0",
"max": "250",
"step": "1",
"tp": "h"
},
{
"name": "ID Máquinas",
"min": "1",
"max": "64",
"step": "1",
"tp": ""
},
{
"name": "Dia Revezamento Semanal",
"min": "0",
"max": "7",
"step": "1",
"tp": ""
},
{
"name": "Hora Revezamento Semanal",
"min": "0",
"max": "23",
"step": "1",
"tp": "h"
},
{
"name": "Minuto Revezamento Semanal",
"min": "0",
"max": "59",
"step": "1",
"tp": "min"
},
{
"name": "Pressão Ambiente Baixa para Alarme",
"min": "0",
"max": "1000",
"step": "1",
"tp": "r/min"
},
{
"name": "Banda Proporcional 1 Refrigeração",
"min": "0",
"max": "255",
"step": "1",
"tp": "%"
},
{
"name": "Taxa Integral 1 Refrigeração",
"min": "0",
"max": "255",
"step": "1",
"tp": "r/min"
},
{
"name": "Tempo Derivativo 1 Refrigeração",
"min": "0",
"max": "255",
"step": "1",
"tp": ""
},
{
"name": "Taxa Atuação PID 1 Refrigeração",
"min": "0",
"max": "255",
"step": "1",
"tp": ""
},
{
"name": "Histerese Atuação PID 1 Refrigeração",
"min": "0",
"max": "200",
"step": "1",
"tp": "%"
},
{
"name": "Controle Refrigeração (0-Normal 1-PID1 2-PID2)",
"min": "0",
"max": "2",
"step": "1",
"tp": "h"
},
{
"name": "Número de Estágios Refrigeração",
"min": "0",
"max": "64",
"step": "1",
"tp": "h"
},
{
"name": "Tempo de Revezamento de Compressores",
"min": "0",
"max": "255",
"step": "1",
"tp": "seg"
},
{
"name": "Forma de Bloqueio Máquinas",
"min": "0",
"max": "1",
"step": "1",
"tp": "0"
}
]