-
Notifications
You must be signed in to change notification settings - Fork 5
/
intergas.kst
549 lines (549 loc) · 83 KB
/
intergas.kst
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
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
<?xml version="1.0" encoding="UTF-8"?>
<kst version="2.0">
<data>
<source reader="ASCII file" updateType="1" file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv">
<properties vector="time" interpretation="2" delimiters="#" columntype="0" headerstart="1" fields="0" readfields="true" usedot="true" columnwidthisconst="false" readunits="false" units="0" limitFileBuffer="false" limitFileBufferSize="0" useThreads="0" asciiTimeFormat="hh:mm:ss.zzz" dataRate="1" offsetDateTime="false" offsetFileDate="false" offsetRelavive="true" dateTimeOffset="2017-12-16T23:52:00Z" relativeOffset="0" nanValue="0" updateType="0"/>
</source>
</data>
<variables>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="time" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="1" initialXNum="1"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="t1" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="2" initialXNum="13"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="t2" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="3" initialXNum="25"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="t3" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="4" initialXNum="37"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="t4" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="5" initialXNum="49"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="t5" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="6" initialXNum="61"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="t6" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="7" initialXNum="73"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="ch_pressure" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="8" initialXNum="85"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="temp_set" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="9" initialXNum="97"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="fanspeed_set" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="10" initialXNum="109"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="fanspeed" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="11" initialXNum="121"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="fan_pwm" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="12" initialXNum="133"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="io_curr" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="13" initialXNum="145"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="gp_switch" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="14" initialXNum="157"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="tap_switch" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="15" initialXNum="169"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="roomtherm" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="16" initialXNum="181"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="pump" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="17" initialXNum="193"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="dwk" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="18" initialXNum="205"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="alarm_status" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="19" initialXNum="217"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="ch_cascade_relay" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="20" initialXNum="229"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="opentherm" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="21" initialXNum="241"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="gasvalve" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="22" initialXNum="253"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="spark" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="23" initialXNum="265"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="io_signal" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="24" initialXNum="277"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="ch_ot_disabled" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="25" initialXNum="289"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="low_water_pressure" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="26" initialXNum="301"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="pressure_sensor" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="27" initialXNum="313"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="burner_block" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="28" initialXNum="325"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="grad_flag" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="29" initialXNum="337"/>
<datavector file="/home/rick/src/IntergasBoilerReader/values.csv" fileRelative="values.csv" field="ch_pressure" start="0" count="-1" skip="-1" doAve="false" startUnits="" rangeUnits="" initialVNum="30" initialXNum="349"/>
</variables>
<objects>
<equation expression="[t2 (V3)]-[t3 (V4)]" xvector="time (V1)" interpolate="true" initialVNum="31" initialXNum="361" initialENum="1"/>
</objects>
<relations>
<curve xvector="time (V1)" yvector="t1 (V2)" color="#0000ff" alpha="255" headcolor="#0000ff" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="0" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="1"/>
<curve xvector="time (V1)" yvector="t2 (V3)" color="#008000" alpha="255" headcolor="#008000" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="1" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="2"/>
<curve xvector="time (V1)" yvector="t3 (V4)" color="#000000" alpha="255" headcolor="#000000" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="2" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="3"/>
<curve xvector="time (V1)" yvector="t4 (V5)" color="#ff00ff" alpha="255" headcolor="#ff00ff" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="3" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="4"/>
<curve xvector="time (V1)" yvector="t5 (V6)" color="#4682b4" alpha="255" headcolor="#4682b4" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="4" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="5"/>
<curve xvector="time (V1)" yvector="t6 (V7)" color="#501010" alpha="255" headcolor="#501010" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="5" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="1056" initialCNum="6"/>
<curve xvector="time (V1)" yvector="ch\_pressure (V8)" color="#105010" alpha="255" headcolor="#105010" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="6" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="171866476" initialCNum="7"/>
<curve xvector="time (V1)" yvector="temp\_set (V9)" color="#aa0000" alpha="255" headcolor="#aa0000" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="7" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="8"/>
<curve xvector="time (V1)" yvector="fanspeed\_set (V10)" color="#0000aa" alpha="255" headcolor="#0000aa" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="8" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="9"/>
<curve xvector="time (V1)" yvector="fanspeed (V11)" color="#005500" alpha="255" headcolor="#005500" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="9" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="10"/>
<curve xvector="time (V1)" yvector="fan\_pwm (V12)" color="#000000" alpha="255" headcolor="#000000" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="10" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="11"/>
<curve xvector="time (V1)" yvector="io\_curr (V13)" color="#aa00aa" alpha="255" headcolor="#aa00aa" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="11" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="12"/>
<curve xvector="time (V1)" yvector="gp\_switch (V14)" color="#2e5778" alpha="255" headcolor="#2e5778" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="12" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="13"/>
<curve xvector="time (V1)" yvector="tap\_switch (V15)" color="#350a0a" alpha="255" headcolor="#350a0a" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="0" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="14"/>
<curve xvector="time (V1)" yvector="roomtherm (V16)" color="#0a350a" alpha="255" headcolor="#0a350a" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="1" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="15"/>
<curve xvector="time (V1)" yvector="pump (V17)" color="#ff0000" alpha="255" headcolor="#ff0000" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="2" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="16"/>
<curve xvector="time (V1)" yvector="dwk (V18)" color="#0000ff" alpha="255" headcolor="#0000ff" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="3" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="17"/>
<curve xvector="time (V1)" yvector="alarm\_status (V19)" color="#008000" alpha="255" headcolor="#008000" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="4" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="18"/>
<curve xvector="time (V1)" yvector="ch\_cascade\_relay (V20)" color="#000000" alpha="255" headcolor="#000000" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="5" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="19"/>
<curve xvector="time (V1)" yvector="opentherm (V21)" color="#ff00ff" alpha="255" headcolor="#ff00ff" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="6" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="20"/>
<curve xvector="time (V1)" yvector="gasvalve (V22)" color="#4682b4" alpha="255" headcolor="#4682b4" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="7" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="21"/>
<curve xvector="time (V1)" yvector="spark (V23)" color="#501010" alpha="255" headcolor="#501010" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="8" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="22"/>
<curve xvector="time (V1)" yvector="io\_signal (V24)" color="#105010" alpha="255" headcolor="#105010" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="9" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="23"/>
<curve xvector="time (V1)" yvector="ch\_ot\_disabled (V25)" color="#aa0000" alpha="255" headcolor="#aa0000" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="10" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="24"/>
<curve xvector="time (V1)" yvector="low\_water\_pressure (V26)" color="#0000aa" alpha="255" headcolor="#0000aa" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="11" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="25"/>
<curve xvector="time (V1)" yvector="pressure\_sensor (V27)" color="#005500" alpha="255" headcolor="#005500" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="12" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="26"/>
<curve xvector="time (V1)" yvector="burner\_block (V28)" color="#000000" alpha="255" headcolor="#000000" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="0" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="27"/>
<curve xvector="time (V1)" yvector="grad\_flag (V29)" color="#aa00aa" alpha="255" headcolor="#aa00aa" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="1" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="28"/>
<curve xvector="time (V1)" yvector="ch\_pressure (V30)" color="#2e5778" alpha="255" headcolor="#2e5778" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="2" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="29"/>
<curve xvector="t2 -t3 :x (V31)" yvector="t2 -t3 :y (V32)" color="#0000ff" alpha="255" headcolor="#0000ff" headalpha="255" barfillcolor="#000000" barfillalpha="255" haslines="true" linewidth="0" linestyle="0" haspoints="false" pointtype="0" pointdensity="0" pointsize="12" hasbars="false" ignoreautoscale="false" hashead="false" headtype="0" initialCNum="30"/>
</relations>
<graphics>
<view name="View &1" width="1915" height="916" color="#ffffff" style="1">
<plot tiedxzoom="true" tiedyzoom="true" leftlabelvisible="true" bottomlabelvisible="true" rightlabelvisible="true" toplabelvisible="true" globalfont="Ubuntu,11,-1,5,50,0,0,0,0,0" globalfontscale="5.65685424949238" globalfontcolor="#000000" showlegend="true" hidebottomaxislabel="false" hidetopaxislabel="false" hideleftaxislabel="false" hiderightaxislabel="false" numberaxislabelscale="true" initialPlotNum="19" name="Plot">
<position x="479.999347599165" y="684.752453653217" z="500"/>
<rect x="0" y="0" width="477.00091336117" height="227.251908396946"/>
<relativesize width="0.249086638830898" height="0.248091603053435" centerx="0.375195720250522" centery="0.871592148309706" posx="0.250652400835073" posy="0.747546346782988" leftx="0.250652400835073" lefty="0.995637949836423" rightx="0.499739039665971" righty="0.995637949836423" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
<legend auto="true" title="" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="4" color="#000000" verticaldisplay="false" name="Legend">
<position x="54.1482038167699" y="29.9725602906104" z="500"/>
<rect x="0" y="0" width="117" height="15"/>
<relativesize width="0.279058759273588" height="0.0834483490816435" centerx="0.173908056440124" centery="0.133364705300774" posx="0.0343786768033306" posy="0.0916405307599518" leftx="0.0343786768033306" lefty="0.175088879841595" rightx="0.313437436076918" righty="0.175088879841595" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
</legend>
<cartesianrender name="Cartesian Plot" type="1">
<relation tag="ch\_cascade\_relay vs time (C19)"/>
</cartesianrender>
<plotaxis id="xaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="true" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="true" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotaxis id="yaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="false" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="false" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotlabel id="leftlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="rightlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="toplabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="bottomlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="numberlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<projectionrect x="1514747802.04681" y="-0.0250002100000211" width="161150.616206408" height="1.05000042000004"/>
</plot>
<plot tiedxzoom="true" tiedyzoom="true" leftlabelvisible="true" bottomlabelvisible="true" rightlabelvisible="true" toplabelvisible="true" globalfont="Ubuntu,11,-1,5,50,0,0,0,0,0" globalfontscale="5.65685424949238" globalfontcolor="#000000" showlegend="true" hidebottomaxislabel="false" hidetopaxislabel="false" hideleftaxislabel="false" hiderightaxislabel="false" numberaxislabelscale="true" initialPlotNum="17" name="Plot">
<position x="2.99843423799583" y="684.752453653217" z="500"/>
<rect x="0" y="0" width="477.00091336117" height="227.251908396946"/>
<relativesize width="0.249086638830898" height="0.248091603053435" centerx="0.126109081419624" centery="0.871592148309706" posx="0.00156576200417537" posy="0.747546346782988" leftx="0.00156576200417537" lefty="0.995637949836423" rightx="0.250652400835073" righty="0.995637949836423" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
<legend auto="true" title="" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="4" color="#000000" verticaldisplay="false" name="Legend">
<position x="81.1127097839343" y="31.8539443951025" z="500"/>
<rect x="-31.5" y="-7.5" width="63" height="15"/>
<relativesize width="0.150262408839624" height="0.0834483490816435" centerx="0.098692194577879" centery="0.102107090593839" posx="0.023560990158067" posy="0.0603829160530177" leftx="0.023560990158067" lefty="0.143831265134661" rightx="0.173823398997691" righty="0.143831265134661" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
</legend>
<cartesianrender name="Cartesian Plot" type="1">
<relation tag="dwk vs time (C17)"/>
</cartesianrender>
<plotaxis id="xaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="true" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="true" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotaxis id="yaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="false" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="false" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotlabel id="leftlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="rightlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="toplabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="bottomlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="numberlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<projectionrect x="1514747802.04681" y="-0.0250002100000211" width="161150.616206408" height="1.05000042000004"/>
</plot>
<plot tiedxzoom="true" tiedyzoom="true" leftlabelvisible="true" bottomlabelvisible="true" rightlabelvisible="true" toplabelvisible="true" globalfont="Ubuntu,11,-1,5,50,0,0,0,0,0" globalfontscale="5.65685424949238" globalfontcolor="#000000" showlegend="true" hidebottomaxislabel="false" hidetopaxislabel="false" hideleftaxislabel="false" hiderightaxislabel="false" numberaxislabelscale="true" initialPlotNum="15" name="Plot">
<position x="479.999347599165" y="457.500545256271" z="500"/>
<rect x="0" y="0" width="477.00091336117" height="227.251908396946"/>
<relativesize width="0.249086638830898" height="0.248091603053435" centerx="0.375195720250522" centery="0.62350054525627" posx="0.250652400835073" posy="0.499454743729553" leftx="0.250652400835073" lefty="0.747546346782988" rightx="0.499739039665971" righty="0.747546346782988" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
<legend auto="true" title="" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="4" color="#000000" verticaldisplay="false" name="Legend">
<position x="54.1482038167699" y="29.9725602906104" z="500"/>
<rect x="0" y="0" width="93" height="15"/>
<relativesize width="0.221815936858493" height="0.0834483490816435" centerx="0.145286645232577" centery="0.133364705300773" posx="0.0343786768033307" posy="0.0916405307599517" leftx="0.0343786768033307" lefty="0.175088879841595" rightx="0.256194613661823" righty="0.175088879841595" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
</legend>
<cartesianrender name="Cartesian Plot" type="1">
<relation tag="roomtherm vs time (C15)"/>
</cartesianrender>
<plotaxis id="xaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="true" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="true" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotaxis id="yaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="false" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="false" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotlabel id="leftlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="rightlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="toplabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="bottomlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="numberlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<projectionrect x="1514747802.04681" y="-0.0250002100000211" width="161150.616206408" height="1.05000042000004"/>
</plot>
<plot tiedxzoom="true" tiedyzoom="true" leftlabelvisible="true" bottomlabelvisible="true" rightlabelvisible="true" toplabelvisible="true" globalfont="Ubuntu,11,-1,5,50,0,0,0,0,0" globalfontscale="5.65685424949238" globalfontcolor="#000000" showlegend="true" hidebottomaxislabel="false" hidetopaxislabel="false" hideleftaxislabel="false" hiderightaxislabel="false" numberaxislabelscale="true" initialPlotNum="11" name="Plot">
<position x="957.000260960334" y="230.248636859324" z="500"/>
<rect x="0" y="0" width="477.00091336117" height="227.251908396946"/>
<relativesize width="0.249086638830898" height="0.248091603053435" centerx="0.62428235908142" centery="0.375408942202835" posx="0.499739039665971" posy="0.251363140676118" leftx="0.499739039665971" lefty="0.499454743729553" rightx="0.748825678496868" righty="0.499454743729553" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
<legend auto="true" title="" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="4" color="#000000" verticaldisplay="false" name="Legend">
<position x="54.1482038167699" y="29.9725602906104" z="500"/>
<rect x="0" y="0" width="84" height="15"/>
<relativesize width="0.200349878452832" height="0.0834483490816435" centerx="0.134553616029747" centery="0.133364705300773" posx="0.0343786768033306" posy="0.0916405307599517" leftx="0.0343786768033306" lefty="0.175088879841595" rightx="0.234728555256163" righty="0.175088879841595" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
</legend>
<cartesianrender name="Cartesian Plot" type="1">
<relation tag="fan\_pwm vs time (C11)"/>
</cartesianrender>
<plotaxis id="xaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="true" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="true" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotaxis id="yaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="false" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="false" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotlabel id="leftlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="rightlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="toplabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="bottomlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="numberlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<projectionrect x="1514747802.04681" y="-0.256752156700216" width="161150.616206408" height="10.7835043134004"/>
</plot>
<plot tiedxzoom="true" tiedyzoom="true" leftlabelvisible="true" bottomlabelvisible="true" rightlabelvisible="true" toplabelvisible="true" globalfont="Ubuntu,12,-1,5,50,0,0,0,0,0" globalfontscale="5.65685424949238" globalfontcolor="#000000" showlegend="true" hidebottomaxislabel="false" hidetopaxislabel="false" hideleftaxislabel="false" hiderightaxislabel="false" numberaxislabelscale="true" initialPlotNum="5" name="Plot">
<position x="1434.0011743215" y="457.500545256271" z="500"/>
<rect x="-476.001174321502" y="0" width="953.002087682672" height="454.503816793893"/>
<relativesize width="0.497391486264443" height="0.495642112098029" centerx="0.748695743132221" centery="0.746731138116921" posx="0.5" posy="0.498910082067907" leftx="0.5" lefty="0.994552194165936" rightx="0.997391486264443" righty="0.994552194165936" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
<legend auto="false" title="" font="Ubuntu,12,-1,5,50,0,0,0,0,0" fontscale="4" color="#000000" verticaldisplay="false" name="Legend">
<position x="-135.013033898747" y="36.9248811068702" z="500"/>
<rect x="-133.494465814196" y="-7.50922041984732" width="267" height="15"/>
<relativesize width="0.294559067838807" height="0.0369910205003671" centerx="0.344679533919403" centery="0.0540455102501836" posx="0.1974" posy="0.03555" leftx="0.1974" lefty="0.0725410205003671" rightx="0.491959067838807" righty="0.0725410205003671" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
<relation tag="t1 vs time (C1)"/>
<relation tag="t2 vs time (C2)"/>
<relation tag="t3 vs time (C3)"/>
<relation tag="t4 vs time (C4)"/>
<relation tag="t5 vs time (C5)"/>
</legend>
<cartesianrender name="Cartesian Plot" type="1">
<relation tag="t1 vs time (C1)"/>
<relation tag="t2 vs time (C2)"/>
<relation tag="t3 vs time (C3)"/>
<relation tag="t4 vs time (C4)"/>
<relation tag="t5 vs time (C5)"/>
<label text="Douchen" scale="6" color="#000000" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fixleft="false" name="Label">
<position x="-6553.18263953049" y="86.2600304934401" z="500"/>
<rect x="-55" y="-16" width="55" height="16"/>
<relativesize width="0.0606769615398291" height="0.0394570885337249" centerx="-6.76630196711591" centery="0.156003538989113" posx="-6.79664044788582" posy="0.13627499472225" leftx="-6.79664044788582" lefty="0.175732083255975" rightx="-6.73596348634599" righty="0.175732083255975" fixaspect="true" lockpostodata="true" datarect_x="1513660733.61201" datarect_y="104.546353137177" datarect_width="1563.76823186874" datarect_height="0"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#000000" style="0"/>
</label>
<label text="VV dicht AVDO open " scale="6" color="#000000" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fixleft="false" name="Label">
<position x="-6539.69242964024" y="401.578225189056" z="500"/>
<rect x="-72" y="-48" width="72" height="48"/>
<relativesize width="0.079431658743049" height="0.118371265601175" centerx="-6.76079668032342" centery="0.89414257073034" posx="-6.80051250969494" posy="0.834956937929752" leftx="-6.80051250969494" lefty="0.953328203530927" rightx="-6.72108085095189" righty="0.953328203530927" fixaspect="true" lockpostodata="true" datarect_x="1513662648.61133" datarect_y="16.440400688993" datarect_width="2047.11477637291" datarect_height="0"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#000000" style="0"/>
</label>
<label text="Boiler opwarmen" scale="6" color="#000000" font="Ubuntu,6,-1,5,50,0,0,0,0,0" fixleft="false" name="Label">
<position x="-7003.56852093645" y="132.935539320745" z="500"/>
<rect x="-107" y="-16" width="107" height="16"/>
<relativesize width="0.118044270632031" height="0.0394570885337249" centerx="-7.2918591999193" centery="0.27110851924884" posx="-7.35088133523531" posy="0.251379974981978" leftx="-7.35088133523531" lefty="0.290837063515702" rightx="-7.23283706460328" righty="0.290837063515702" fixaspect="true" lockpostodata="true" datarect_x="1513577309.25426" datarect_y="91.504320579547" datarect_width="4916.64266896248" datarect_height="0"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#000000" style="0"/>
</label>
<label text="AVDO dicht (0.5 bar) Alle radiatoren open VV dicht " scale="6" color="#000000" font="Ubuntu,6,-1,5,50,0,0,0,0,0" fixleft="true" name="Label">
<position x="-6529.66965274067" y="168.500380742437" z="500"/>
<rect x="0" y="-64" width="128" height="64"/>
<relativesize width="0.14121183776542" height="0.1578283541349" centerx="-6.63941762936996" centery="0.299628204989726" posx="-6.71002354825267" posy="0.220714027922276" leftx="-6.71002354825267" lefty="0.378542382057176" rightx="-6.56881171048725" righty="0.378542382057176" fixaspect="true" lockpostodata="true" datarect_x="1513666477.61725" datarect_y="81.5668216345477" datarect_width="5285.20998978615" datarect_height="0"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#000000" style="0"/>
</label>
</cartesianrender>
<plotaxis id="xaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="true" interpret="true" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="true" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="true" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotaxis id="yaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="false" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="false" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotlabel id="leftlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,12,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="rightlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,12,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="toplabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,12,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="bottomlabel" visible="true" overridetext="time" autolabel="true" font="Ubuntu,12,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="numberlabel" visible="true" overridetext="" autolabel="false" font="Ubuntu,12,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<projectionrect x="1514747802.04681" y="11.1522273388977" width="161150.616206408" height="113.305545322205"/>
</plot>
<plot tiedxzoom="true" tiedyzoom="true" leftlabelvisible="true" bottomlabelvisible="true" rightlabelvisible="true" toplabelvisible="true" globalfont="Ubuntu,11,-1,5,50,0,0,0,0,0" globalfontscale="5.65685424949238" globalfontcolor="#000000" showlegend="true" hidebottomaxislabel="false" hidetopaxislabel="false" hideleftaxislabel="false" hiderightaxislabel="false" numberaxislabelscale="true" initialPlotNum="8" name="Plot">
<position x="239" y="116" z="500"/>
<rect x="-238.625" y="-113.75" width="477.250000000001" height="227.5"/>
<relativesize width="0.249086638830898" height="0.248091603053435" centerx="0.124739039665971" centery="0.12649945474373" posx="0.000195720250521772" posy="0.00245365321701206" leftx="0.000195720250521772" lefty="0.250545256270447" rightx="0.24928235908142" righty="0.250545256270447" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
<legend auto="true" title="" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="4" color="#000000" verticaldisplay="false" name="Legend">
<position x="-184.468232914178" y="-83.7547044632086" z="500"/>
<rect x="0" y="0" width="85" height="15"/>
<relativesize width="0.202614622518529" height="0.0833333333333334" centerx="0.135685988062595" centery="0.133307197426618" posx="0.0343786768033306" posy="0.0916405307599517" leftx="0.0343786768033306" lefty="0.174973864093285" rightx="0.23699329932186" righty="0.174973864093285" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
</legend>
<cartesianrender name="Cartesian Plot" type="1">
<relation tag="temp\_set vs time (C8)"/>
</cartesianrender>
<plotaxis id="xaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="true" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="true" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotaxis id="yaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="false" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="false" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotlabel id="leftlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="rightlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="toplabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="bottomlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="numberlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<projectionrect x="1514747802.04681" y="-1.81076521030151" width="161150.616206408" height="76.0515304206031"/>
</plot>
<plot tiedxzoom="true" tiedyzoom="true" leftlabelvisible="true" bottomlabelvisible="true" rightlabelvisible="true" toplabelvisible="true" globalfont="Ubuntu,12,-1,5,50,0,0,0,0,0" globalfontscale="5.7" globalfontcolor="#000000" showlegend="true" hidebottomaxislabel="false" hidetopaxislabel="false" hideleftaxislabel="false" hiderightaxislabel="false" numberaxislabelscale="true" initialPlotNum="10" name="Plot">
<position x="241.6076" y="344.2418" z="500"/>
<rect x="-238.6378" y="-113.75385" width="477.2756" height="227.5077"/>
<relativesize width="0.2491" height="0.2481" centerx="0.1261" centery="0.3754" posx="0.00155" posy="0.25135" leftx="0.00155" lefty="0.49945" rightx="0.25065" righty="0.49945" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
<legend auto="true" title="" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="4" color="#000000" verticaldisplay="false" name="Legend">
<position x="-184.480152820052" y="-83.7578488311218" z="500"/>
<rect x="0" y="0" width="184" height="15"/>
<relativesize width="0.438574302203556" height="0.0833297686710068" centerx="0.253665827905109" centery="0.133305415095455" posx="0.0343786768033307" posy="0.0916405307599518" leftx="0.0343786768033307" lefty="0.174970299430959" rightx="0.472952979006886" righty="0.174970299430959" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
</legend>
<cartesianrender name="Cartesian Plot" type="1">
<relation tag="fanspeed vs time (C10)"/>
<relation tag="fanspeed\_set vs time (C9)"/>
</cartesianrender>
<plotaxis id="xaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="true" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="true" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotaxis id="yaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="false" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="false" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotlabel id="leftlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,12,-1,5,50,0,0,0,0,0" fontscale="5.7" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="rightlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,12,-1,5,50,0,0,0,0,0" fontscale="5.7" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="toplabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,12,-1,5,50,0,0,0,0,0" fontscale="5.7" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="bottomlabel" visible="true" overridetext="time" autolabel="true" font="Ubuntu,12,-1,5,50,0,0,0,0,0" fontscale="5.7" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="numberlabel" visible="true" overridetext="" autolabel="false" font="Ubuntu,12,-1,5,50,0,0,0,0,0" fontscale="5.7" fontcolor="#000000" fontuseglobal="true"/>
<projectionrect x="1514747802.04681" y="-1.03700871080087" width="161150.616206408" height="43.5540174216017"/>
</plot>
<plot tiedxzoom="true" tiedyzoom="true" leftlabelvisible="true" bottomlabelvisible="true" rightlabelvisible="true" toplabelvisible="true" globalfont="Ubuntu,11,-1,5,50,0,0,0,0,0" globalfontscale="5.65685424949238" globalfontcolor="#000000" showlegend="true" hidebottomaxislabel="false" hidetopaxislabel="false" hideleftaxislabel="false" hiderightaxislabel="false" numberaxislabelscale="true" initialPlotNum="12" name="Plot">
<position x="479.999347599165" y="2.99672846237732" z="500"/>
<rect x="0" y="0" width="477.00091336117" height="227.251908396946"/>
<relativesize width="0.249086638830898" height="0.248091603053435" centerx="0.375195720250522" centery="0.1273173391494" posx="0.250652400835073" posy="0.00327153762268266" leftx="0.250652400835073" lefty="0.251363140676118" rightx="0.499739039665971" righty="0.251363140676118" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
<legend auto="true" title="" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="4" color="#000000" verticaldisplay="false" name="Legend">
<position x="54.1482038167699" y="29.9725602906104" z="500"/>
<rect x="0" y="0" width="75" height="15"/>
<relativesize width="0.178883820047171" height="0.0834483490816435" centerx="0.123820586826916" centery="0.133364705300773" posx="0.0343786768033306" posy="0.0916405307599517" leftx="0.0343786768033306" lefty="0.175088879841595" rightx="0.213262496850502" righty="0.175088879841595" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
</legend>
<cartesianrender name="Cartesian Plot" type="1">
<relation tag="io\_curr vs time (C12)"/>
</cartesianrender>
<plotaxis id="xaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="true" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="true" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotaxis id="yaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="false" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="false" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotlabel id="leftlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="rightlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="toplabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="bottomlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="numberlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<projectionrect x="1514747802.04681" y="-0.277252328900233" width="161150.616206408" height="11.6445046578005"/>
</plot>
<plot tiedxzoom="true" tiedyzoom="true" leftlabelvisible="true" bottomlabelvisible="true" rightlabelvisible="true" toplabelvisible="true" globalfont="Ubuntu,11,-1,5,50,0,0,0,0,0" globalfontscale="5.65685424949238" globalfontcolor="#000000" showlegend="true" hidebottomaxislabel="false" hidetopaxislabel="false" hideleftaxislabel="false" hiderightaxislabel="false" numberaxislabelscale="true" initialPlotNum="14" name="Plot">
<position x="957.000260960334" y="2.99672846237732" z="500"/>
<rect x="0" y="0" width="477.00091336117" height="227.251908396946"/>
<relativesize width="0.249086638830898" height="0.248091603053435" centerx="0.62428235908142" centery="0.1273173391494" posx="0.499739039665971" posy="0.00327153762268266" leftx="0.499739039665971" lefty="0.251363140676118" rightx="0.748825678496868" righty="0.251363140676118" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
<legend auto="true" title="" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="4" color="#000000" verticaldisplay="false" name="Legend">
<position x="54.1482038167699" y="29.9725602906104" z="500"/>
<rect x="0" y="0" width="91" height="15"/>
<relativesize width="0.217045701657235" height="0.0834483490816435" centerx="0.142901527631948" centery="0.133364705300773" posx="0.0343786768033306" posy="0.0916405307599517" leftx="0.0343786768033306" lefty="0.175088879841595" rightx="0.251424378460565" righty="0.175088879841595" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
</legend>
<cartesianrender name="Cartesian Plot" type="1">
<relation tag="tap\_switch vs time (C14)"/>
</cartesianrender>
<plotaxis id="xaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="true" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="true" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotaxis id="yaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="false" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="false" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotlabel id="leftlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="rightlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="toplabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="bottomlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="numberlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<projectionrect x="1514747802.04681" y="-0.0250002100000211" width="161150.616206408" height="1.05000042000004"/>
</plot>
<plot tiedxzoom="true" tiedyzoom="true" leftlabelvisible="true" bottomlabelvisible="true" rightlabelvisible="true" toplabelvisible="true" globalfont="Ubuntu,11,-1,5,50,0,0,0,0,0" globalfontscale="5.65685424949238" globalfontcolor="#000000" showlegend="true" hidebottomaxislabel="false" hidetopaxislabel="false" hideleftaxislabel="false" hiderightaxislabel="false" numberaxislabelscale="true" initialPlotNum="16" name="Plot">
<position x="479.999347599165" y="230.248636859324" z="500"/>
<rect x="0" y="0" width="477.00091336117" height="227.251908396946"/>
<relativesize width="0.249086638830898" height="0.248091603053435" centerx="0.375195720250522" centery="0.375408942202835" posx="0.250652400835073" posy="0.251363140676118" leftx="0.250652400835073" lefty="0.499454743729553" rightx="0.499739039665971" righty="0.499454743729553" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
<legend auto="true" title="" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="4" color="#000000" verticaldisplay="false" name="Legend">
<position x="54.1482038167699" y="29.9725602906104" z="500"/>
<rect x="0" y="0" width="70" height="15"/>
<relativesize width="0.166958232044027" height="0.0834483490816435" centerx="0.117857792825344" centery="0.133364705300774" posx="0.0343786768033306" posy="0.0916405307599518" leftx="0.0343786768033306" lefty="0.175088879841595" rightx="0.201336908847357" righty="0.175088879841595" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
</legend>
<cartesianrender name="Cartesian Plot" type="1">
<relation tag="pump vs time (C16)"/>
</cartesianrender>
<plotaxis id="xaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="true" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="true" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotaxis id="yaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="false" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="false" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotlabel id="leftlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="rightlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="toplabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="bottomlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="numberlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<projectionrect x="1514747802.04681" y="-0.0250002100000211" width="161150.616206408" height="1.05000042000004"/>
</plot>
<plot tiedxzoom="true" tiedyzoom="true" leftlabelvisible="true" bottomlabelvisible="true" rightlabelvisible="true" toplabelvisible="true" globalfont="Ubuntu,11,-1,5,50,0,0,0,0,0" globalfontscale="5.65685424949238" globalfontcolor="#000000" showlegend="true" hidebottomaxislabel="false" hidetopaxislabel="false" hideleftaxislabel="false" hiderightaxislabel="false" numberaxislabelscale="true" initialPlotNum="18" name="Plot">
<position x="2.99843423799583" y="457.500545256271" z="500"/>
<rect x="0" y="0" width="477.00091336117" height="227.251908396946"/>
<relativesize width="0.249086638830898" height="0.248091603053435" centerx="0.126109081419624" centery="0.62350054525627" posx="0.00156576200417537" posy="0.499454743729553" leftx="0.00156576200417537" lefty="0.747546346782988" rightx="0.250652400835073" righty="0.747546346782988" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
<legend auto="true" title="" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="4" color="#000000" verticaldisplay="false" name="Legend">
<position x="108.13907175225" y="25.9473002311086" z="500"/>
<rect x="-50" y="-7.5" width="100" height="15"/>
<relativesize width="0.238511760062895" height="0.0834483490816435" centerx="0.163153246189478" centery="0.0692471103206383" posx="0.0438973661580299" posy="0.0275229357798165" leftx="0.0438973661580299" lefty="0.11097128486146" rightx="0.282409126220925" righty="0.11097128486146" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
</legend>
<cartesianrender name="Cartesian Plot" type="1">
<relation tag="alarm\_status vs time (C18)"/>
</cartesianrender>
<plotaxis id="xaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="true" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="true" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotaxis id="yaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="false" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="false" linecolor="#000000" linestyle="1" linewidth="1" curvemode="0"/>
</plotaxis>
<plotlabel id="leftlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="rightlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="toplabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="bottomlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="numberlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="5.65685424949238" fontcolor="#000000" fontuseglobal="true"/>
<projectionrect x="1514747802.04681" y="-0.0250002100000211" width="161150.616206408" height="1.05000042000004"/>
</plot>
<plot tiedxzoom="true" tiedyzoom="true" leftlabelvisible="true" bottomlabelvisible="true" rightlabelvisible="true" toplabelvisible="true" globalfont="Ubuntu,12,-1,5,50,0,0,0,0,0" globalfontscale="5.7" globalfontcolor="#000000" showlegend="false" hidebottomaxislabel="false" hidetopaxislabel="false" hideleftaxislabel="false" hiderightaxislabel="false" numberaxislabelscale="true" initialPlotNum="23" name="Plot">
<position x="1672.68555" y="230.5305" z="500"/>
<rect x="-238.6378" y="-227.5077" width="477.0265" height="454.5192"/>
<relativesize width="0.2491" height="0.4962" centerx="0.8734" centery="0.2514" posx="0.74885" posy="0.00330000000000002" leftx="0.74885" lefty="0.4995" rightx="0.99795" righty="0.4995" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="1" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
<legend auto="true" title="" font="Ubuntu,11,-1,5,50,0,0,0,0,0" fontscale="12" color="#000000" verticaldisplay="false" name="Legend">
<position x="-178.651329577335" y="-191.492377248242" z="500"/>
<rect x="0" y="0" width="0" height="0"/>
<relativesize width="0" height="0" centerx="0.0483006815896309" centery="0.0518232496803069" posx="0.0483006815896309" posy="0.0518232496803069" leftx="0.0483006815896309" lefty="0.0518232496803069" rightx="0.0483006815896309" righty="0.0518232496803069" fixaspect="false" lockpostodata="false"/>
<transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"/>
<pen style="1" width="0" miterlimit="2" cap="16" joinStyle="64">
<brush color="#000000" style="1"/>
</pen>
<brush color="#ffffff" style="1"/>
</legend>
<cartesianrender name="Cartesian Plot" type="1">
<relation tag="t2 -t3 :y vs t2 -t3 :x (C30)"/>
</cartesianrender>
<plotaxis id="xaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="true" interpret="true" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="true" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="true" linecolor="#000000" linestyle="1" linewidth="1" curvemode="-1513241"/>
</plotaxis>
<plotaxis id="yaxis" visible="true" log="false" reversed="false" autobaseoffset="true" baseoffset="false" forceoffsetmin="false" interpret="false" interpretation="1" display="4" displayformatstring="hh:mm:ss.zzz" majortickmode="5" minortickcount="5" autominortickcount="true" drawmajorticks="true" drawminorticks="true" drawmajorgridlines="true" drawminorgridlines="false" drawmajorgridlinecolor="#a0a0a4" drawminorgridlinecolor="#a0a0a4" drawmajorgridlinestyle="2" drawminorgridlinestyle="2" drawmajorgridlinewidth="1" drawminorgridlinewidth="1" significantdigits="9" rotation="0" zoommode="2" timezonename="GMT" timezoneoffset="0">
<plotmarkers xaxis="false" linecolor="#000000" linestyle="1" linewidth="1" curvemode="-1513241"/>
</plotaxis>
<plotlabel id="leftlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,12,-1,5,50,0,0,0,0,0" fontscale="5.7" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="rightlabel" visible="true" overridetext="" autolabel="true" font="Ubuntu,12,-1,5,50,0,0,0,0,0" fontscale="5.7" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="toplabel" visible="true" overridetext="t2 -t3 (\DeltaT)" autolabel="false" font="Ubuntu,12,-1,5,50,0,0,0,0,0" fontscale="5.7" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="bottomlabel" visible="true" overridetext="time" autolabel="true" font="Ubuntu,12,-1,5,50,0,0,0,0,0" fontscale="5.7" fontcolor="#000000" fontuseglobal="true"/>
<plotlabel id="numberlabel" visible="true" overridetext="" autolabel="false" font="Ubuntu,12,-1,5,50,0,0,0,0,0" fontscale="5.7" fontcolor="#000000" fontuseglobal="true"/>
<projectionrect x="1514747802.04681" y="-1.3512540425004" width="161150.616206408" height="20.2125080850008"/>
</plot>
</view>
</graphics>
</kst>