-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
tikzlibrarycircuits.pid.ISO14617.code.tex
726 lines (685 loc) · 21.4 KB
/
tikzlibrarycircuits.pid.ISO14617.code.tex
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
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
% MIT License
%
% Copyright (c) 2018 Jelle Spijker
%
% Permission is hereby granted, free of charge, to any person obtaining a copy
% of this software and associated documentation files (the "Software"), to deal
% in the Software without restriction, including without limitation the rights
% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
% copies of the Software, and to permit persons to whom the Software is
% furnished to do so, subject to the following conditions:
%
% The above copyright notice and this permission notice shall be included in all
% copies or substantial portions of the Software.
%
% THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
% SOFTWARE.
\usetikzlibrary{circuits.pid}
\usetikzlibrary{arrows}
\usepgflibrary{shapes.gates.pid.ISO14617}
% When this lib is loaded, all symbols default to ISO14617
\tikzset{
circuit pid ISO14617/.style=
{
circuit pid,
set 2301 graphic = 2301 ISO14617 graphic,
set 2302 graphic = 2302 ISO14617 graphic,
set 2101 graphic = 2101 ISO14617 graphic,
set 2102 graphic = 2102 ISO14617 graphic,
set 2103 graphic = 2103 ISO14617 graphic,
set 2104 graphic = 2104 ISO14617 graphic,
set 2151 graphic = 2151 ISO14617 graphic,
set 1011 graphic = 1011 ISO14617 graphic,
set 1041 graphic = 1041 ISO14617 graphic,
set 1021 graphic = 1021 ISO14617 graphic,
set 1022 graphic = 1022 ISO14617 graphic,
set 685 graphic = 685 ISO14617 graphic,
set 301 graphic = 301 ISO14617 graphic,
set 2061 graphic = 2061 ISO14617 graphic,
set 2065 graphic = 2065 ISO14617 graphic,
set 2501 graphic = 2501 ISO14617 graphic,
set 2511 graphic = 2511 ISO14617 graphic,
set 2602 graphic = 2602 ISO14617 graphic,
set 2037 graphic = 2037 ISO14617 graphic,
set 2541 graphic = 2541 ISO14617 graphic,
set 2531 graphic = 2531 ISO14617 graphic,
set 2551 graphic = 2551 ISO14617 graphic,
set 2062 graphic = 2062 ISO14617 graphic,
set 2002 graphic = 2002 ISO14617 graphic,
set 2518 graphic = 2518 ISO14617 graphic,
set 2521 graphic = 2521 ISO14617 graphic,
set 2514 graphic = 2514 ISO14617 graphic,
set 2672 graphic = 2672 ISO14617 graphic,
set 3801 graphic = 3801 ISO14617 graphic,
set 3830 graphic = 3830 ISO14617 graphic,
set 3806 graphic = 3806 ISO14617 graphic,
set 751 graphic = 751 ISO14617 graphic,
set 2602-bag graphic = 2602-bag ISO14617 graphic,
set branch graphic = branch ISO14617 graphic,
set crossing graphic = crossing ISO14617 graphic,
set reference graphic = reference ISO14617 graphic,
}
}
% Branch
\tikzset{
branch ISO14617 graphic/.style={
circuit symbol filled,
circuit symbol size=width .5 height .5,
shape=circle pid,
outer sep=.25\pgflinewidth
}
}
% crossing
\tikzset{
crossing ISO14617 graphic/.style={
circuit symbol wires,
circuit symbol size=width 1 height .1,
shape=generic circle ISO14617,
draw=none,
fill=white,
/pgf/generic circle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{0.0pt}{-1.0pt}}
\pgfpathlineto{\pgfpoint{0.0pt}{1.0pt}}
\pgfusepathqstroke
},
transform shape,
}
}
% Liquid pump
\tikzset{2301 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 2.5 height 2.5,
shape=generic circle ISO14617,
/pgf/generic circle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{0.0pt}{-1.0pt}}
\pgfpathlineto{\pgfpoint{1.0pt}{0.0pt}}
\pgfpathlineto{\pgfpoint{0.0pt}{1.0pt}}
\pgfusepathqstroke
},
transform shape,
}
}
% Gas pump
\tikzset{2302 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 2.5 height 2.5,
shape=generic circle ISO14617,
/pgf/generic circle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{-0.6pt}{-0.8pt}}
\pgfpathlineto{\pgfpoint{0.9pt}{-0.4pt}}
\pgfusepathqstroke
\pgfpathmoveto{\pgfpoint{-0.6pt}{0.8pt}}
\pgfpathlineto{\pgfpoint{0.9pt}{0.4pt}}
\pgfusepathqstroke
},
transform shape,
}
}
% Two-way valve
\tikzset{2101 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 2.5 height 2.5,
shape=generic rectangle ISO14617,
draw=none,
/pgf/generic rectangle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{-1pt}{0.6pt}}
\pgfpathlineto{\pgfpoint{0pt}{0pt}}
\pgfpathlineto{\pgfpoint{-1pt}{-0.6pt}}
\pgfpathclose
\pgfusepath{draw}
\pgfpathmoveto{\pgfpoint{1pt}{0.6pt}}
\pgfpathlineto{\pgfpoint{0pt}{0pt}}
\pgfpathlineto{\pgfpoint{1pt}{-0.6pt}}
\pgfpathclose
\pgfusepath{draw}
},
transform shape,
}
}
% Angled Two-way valve
\tikzset{2102 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 2.5 height 2.5,
shape=generic rectangle ISO14617,
draw=none,
/pgf/generic rectangle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{1pt}{0.6pt}}
\pgfpathlineto{\pgfpoint{0pt}{0pt}}
\pgfpathlineto{\pgfpoint{1pt}{-0.6pt}}
\pgfpathclose
\pgfusepath{draw}
\pgfpathmoveto{\pgfpoint{-0.6pt}{-1pt}}
\pgfpathlineto{\pgfpoint{0pt}{0pt}}
\pgfpathlineto{\pgfpoint{0.6pt}{-1pt}}
\pgfpathclose
\pgfusepath{draw}
},
transform shape,
}
}
% Three-way valve
\tikzset{2103 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 2.5 height 2.5,
shape=generic rectangle ISO14617,
draw=none,
/pgf/generic rectangle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{-1pt}{0.6pt}}
\pgfpathlineto{\pgfpoint{0pt}{0pt}}
\pgfpathlineto{\pgfpoint{-1pt}{-0.6pt}}
\pgfpathclose
\pgfusepath{draw}
\pgfpathmoveto{\pgfpoint{1pt}{0.6pt}}
\pgfpathlineto{\pgfpoint{0pt}{0pt}}
\pgfpathlineto{\pgfpoint{1pt}{-0.6pt}}
\pgfpathclose
\pgfusepath{draw}
\pgfpathmoveto{\pgfpoint{-0.6pt}{-1pt}}
\pgfpathlineto{\pgfpoint{0pt}{0pt}}
\pgfpathlineto{\pgfpoint{0.6pt}{-1pt}}
\pgfpathclose
\pgfusepath{draw}
},
transform shape,
}
}
% Four-way valve
\tikzset{2104 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 2.5 height 2.5,
shape=generic rectangle ISO14617,
draw=none,
/pgf/generic rectangle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{-1pt}{0.6pt}}
\pgfpathlineto{\pgfpoint{0pt}{0pt}}
\pgfpathlineto{\pgfpoint{-1pt}{-0.6pt}}
\pgfpathclose
\pgfusepath{draw}
\pgfpathmoveto{\pgfpoint{1pt}{0.6pt}}
\pgfpathlineto{\pgfpoint{0pt}{0pt}}
\pgfpathlineto{\pgfpoint{1pt}{-0.6pt}}
\pgfpathclose
\pgfusepath{draw}
\pgfpathmoveto{\pgfpoint{-0.6pt}{-1pt}}
\pgfpathlineto{\pgfpoint{0pt}{0pt}}
\pgfpathlineto{\pgfpoint{0.6pt}{-1pt}}
\pgfpathclose
\pgfusepath{draw}
\pgfpathmoveto{\pgfpoint{-0.6pt}{1pt}}
\pgfpathlineto{\pgfpoint{0pt}{0pt}}
\pgfpathlineto{\pgfpoint{0.6pt}{1pt}}
\pgfpathclose
\pgfusepath{draw}
},
transform shape,
}
}
% Two- or three-way damper
\tikzset{2151 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 2 height 2,
shape=generic rectangle ISO14617,
/pgf/generic rectangle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{-0.8pt}{0.8pt}}
\pgfpathlineto{\pgfpoint{-0.1pt}{0.1pt}}
\pgfusepath{draw}
\pgfpathmoveto{\pgfpoint{0.8pt}{-0.8pt}}
\pgfpathlineto{\pgfpoint{0.1pt}{-0.1pt}}
\pgfusepath{draw}
\pgfpathcircle{\pgfpoint{0pt}{0pt}}{0.1}
\pgfusepath{draw}
},
transform shape,
}
}
% measurement point
\tikzset{
1011 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size=width .5 height .5,
shape=circle pid,
fill=white,
outer sep=.25\pgflinewidth
}
}
% Sensor
\tikzset{751 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 3 height 2.5,
shape=generic rectangle ISO14617,
draw=none,
/pgf/generic rectangle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{-1pt}{0pt}}
\pgfpathlineto{\pgfpoint{-0.65pt}{1pt}}
\pgfpathlineto{\pgfpoint{1pt}{1pt}}
\pgfpathlineto{\pgfpoint{1pt}{-1pt}}
\pgfpathlineto{\pgfpoint{-0.65pt}{-1pt}}
\pgfpathlineto{\pgfpoint{-1pt}{0pt}}
\pgfusepath{draw}
},
transform shape,
}
}
% Information-processing function
\tikzset{1041 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 1.25 height 1.25,
shape=generic circle ISO14617,
transform shape,
}
}
% Automatic operation of a final controlling element
\tikzset{1022 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 1.25 height 1.25,
shape=generic circle ISO14617,
transform shape,
}
}
% Manual operation of a final controlling element
\tikzset{1021 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 1.25 height 1.25,
shape=generic circle ISO14617,
draw=none,
/pgf/generic circle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{1pt}{0pt}}
\pgfpatharc{0}{-180}{1pt}
\pgfusepathqstroke
},
transform shape,
}
}
% Manual actuator operated by turning
\tikzset{685 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 1.25 height 1.25,
shape=generic circle ISO14617,
draw=none,
/pgf/generic circle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{-1pt}{-0.5pt}}
\pgfpathlineto{\pgfpoint{-1pt}{-1pt}}
\pgfpathlineto{\pgfpoint{1pt}{-1pt}}
\pgfpathlineto{\pgfpoint{1pt}{-1.5pt}}
\pgfusepathqstroke
},
transform shape,
}
}
% Envelope (tank)
\tikzset{301 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 2.5 height 2.5,
shape=generic rectangle ISO14617,
transform shape,
}
}
% Container tank, cistern for atmospheric pressure
\tikzset{2061 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 2.5 height 2.5,
shape=generic rectangle ISO14617,
draw=none,
/pgf/generic rectangle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{-1pt}{1pt}}
\pgfpathlineto{\pgfpoint{-1pt}{-1pt}}
\pgfpathlineto{\pgfpoint{1pt}{-1pt}}
\pgfpathlineto{\pgfpoint{1pt}{1pt}}
\pgfusepath{draw}
},
transform shape,
}
}
% Open store
\tikzset{2065 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 2.5 height 2.5,
shape=generic rectangle ISO14617,
draw=none,
/pgf/generic rectangle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{-1pt}{-1pt}}
\pgfpathlineto{\pgfpoint{1pt}{-1pt}}
\pgfpathlineto{\pgfpoint{0pt}{1pt}}
\pgfusepath{draw}
% \pgfsetdash{{7pt}{1pt}{1pt}{1pt}{1pt}{1pt}{21pt}{1pt}{1pt}{1pt}{1pt}{1pt}{8pt}}{0}
\pgfpathmoveto{\pgfpoint{-0.8pt}{-1pt}}
\pgfpathlineto{\pgfpointadd{\pgfpoint{-0.8pt}{-1pt}}{\pgfpointpolar{56.52883529}{0.5pt}}}
\pgfpathmoveto{\pgfpointadd{\pgfpoint{-0.8pt}{-1pt}}{\pgfpointpolar{56.52883529}{1.25pt}}}
\pgfpathlineto{\pgfpointadd{\pgfpoint{-0.8pt}{-1pt}}{\pgfpointpolar{56.52883529}{1.5pt}}}
% \pgfpathmoveto{\pgfpointpolar{45}{0.25pt}}
% \pgfpathlineto{\pgfpointpolar{45}{0.25pt}}
% \pgfpathmoveto{\pgfpointpolar{45}{0.25pt}}
% \pgfpathlineto{\pgfpointpolar{45}{0.25pt}}
\pgfusepath{draw}
},
transform shape,
}
}
% Heating or cooling coil
\tikzset{2501 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 1.25 height 1.25,
shape=generic circle ISO14617,
draw=none,
/pgf/generic circle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{0pt}{1pt}}
\pgfpathlineto{\pgfpoint{1pt}{0pt}}
\pgfpathlineto{\pgfpoint{-1pt}{0pt}}
\pgfpathlineto{\pgfpoint{0pt}{-1pt}}
\pgfusepathqstroke
},
transform shape,
}
}
% Heating or cooling coil
\tikzset{2501 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 1.25 height 1.25,
shape=generic circle ISO14617,
draw=none,
/pgf/generic circle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{0pt}{1pt}}
\pgfpathlineto{\pgfpoint{1pt}{0pt}}
\pgfpathlineto{\pgfpoint{-1pt}{0pt}}
\pgfpathlineto{\pgfpoint{0pt}{-1pt}}
\pgfusepathqstroke
},
transform shape,
}
}
% Screen or filter element
\tikzset{2602 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 1.25 height 1.25,
shape=generic circle ISO14617,
draw=none,
/pgf/generic circle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{-2pt}{0pt}}
\pgfpathlineto{\pgfpoint{-1.15pt}{0pt}}
\pgfpathmoveto{\pgfpoint{-0.65pt}{0pt}}
\pgfpathlineto{\pgfpoint{0.65pt}{0pt}}
\pgfpathmoveto{\pgfpoint{1.15pt}{0pt}}
\pgfpathlineto{\pgfpoint{2pt}{0pt}}
\pgfusepathqstroke
},
transform shape,
}
}
% Bag screen or filter element
\tikzset{2602-bag ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 2.5 height 2.5,
shape=generic circle ISO14617,
draw=none,
/pgf/generic circle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{-1pt}{0pt}}
\pgfpathlineto{\pgfpoint{-0.6pt}{0pt}}
\pgfpathmoveto{\pgfpoint{-0.4pt}{0pt}}
\pgfpathlineto{\pgfpoint{-0.25pt}{0pt}}
\pgfpathlineto{\pgfpoint{-0.25pt}{-0.25pt}}
\pgfpathmoveto{\pgfpoint{-0.25pt}{-0.45pt}}
\pgfpathlineto{\pgfpoint{-0.25pt}{-0.70pt}}
\pgfpathmoveto{\pgfpoint{-0.25pt}{-0.90pt}}
\pgfpathlineto{\pgfpoint{0.25pt}{-0.90pt}}
\pgfpathmoveto{\pgfpoint{1pt}{0pt}}
\pgfpathlineto{\pgfpoint{0.6pt}{0pt}}
\pgfpathmoveto{\pgfpoint{0.4pt}{0pt}}
\pgfpathlineto{\pgfpoint{0.25pt}{0pt}}
\pgfpathlineto{\pgfpoint{0.25pt}{-0.25pt}}
\pgfpathmoveto{\pgfpoint{0.25pt}{-0.45pt}}
\pgfpathlineto{\pgfpoint{0.25pt}{-0.70pt}}
\pgfusepath{draw}
},
transform shape,
}
}
% Spray nozzle
\tikzset{2037 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 0.75 height 0.75,
shape=generic circle ISO14617,
draw=none,
/pgf/generic circle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{0pt}{1pt}}
\pgfpathlineto{\pgfpoint{-0.75pt}{-1pt}}
\pgfpathmoveto{\pgfpoint{0pt}{1pt}}
\pgfpathlineto{\pgfpoint{0pt}{-1pt}}
\pgfpathmoveto{\pgfpoint{0pt}{1pt}}
\pgfpathlineto{\pgfpoint{0.75pt}{-1pt}}
\pgfusepathqstroke
},
transform shape,
}
}
% Fired type
\tikzset{2541 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 1 height 1,
shape=generic circle ISO14617,
draw=none,
/pgf/generic circle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{-1pt}{-1pt}}
\pgfpathlineto{\pgfpoint{0pt}{1pt}}
\pgfpathlineto{\pgfpoint{1pt}{-1pt}}
\pgfpathmoveto{\pgfpoint{-0.55pt}{-1pt}}
\pgfpathlineto{\pgfpoint{0pt}{0.15pt}}
\pgfpathlineto{\pgfpoint{0.55pt}{-1pt}}
\pgfpathmoveto{\pgfpoint{-1.5pt}{-1pt}}
\pgfpathlineto{\pgfpoint{1.5pt}{-1pt}}
\pgfusepathqstroke
},
transform shape,
}
}
% Rotary mixing element
\tikzset{2672 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 2 height 1,
shape=generic rectangle ISO14617,
draw=none,
/pgf/generic rectangle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{-1pt}{-1pt}}
\pgfpathlineto{\pgfpoint{-1pt}{1pt}}
\pgfpathlineto{\pgfpoint{1pt}{-1pt}}
\pgfpathlineto{\pgfpoint{1pt}{1pt}}
\pgfusepath{draw}
},
transform shape,
}
}
% Boiler, steam generator
\tikzset{2531 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 2.5 height 2.5,
shape=2531 ISO14617,
transform shape,
}
}
% Heat pump, refrigerator or freezer
\tikzset{2551 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 2.5 height 2.5,
shape=generic circle ISO14617,
draw=none,
/pgf/generic circle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{-1pt}{1pt}}
\pgfpathlineto{\pgfpoint{1pt}{1pt}}
\pgfpathlineto{\pgfpoint{1pt}{-1pt}}
\pgfpathlineto{\pgfpoint{-1pt}{-1pt}}
\pgfpathclose
\pgfusepathqstroke
\pgfpathellipse{\pgfqpoint{-0.15pt}{0.5pt}}{\pgfqpoint{0.05pt}{0.25pt}}{\pgfqpoint{0.15pt}{0.05pt}}
\pgfusepath{draw}
\pgfpathmoveto{\pgfpoint{-0.3pt}{0.5pt}}
\pgfpathlineto{\pgfpoint{0pt}{0.5pt}}
\pgfusepath{draw}
},
transform shape,
}
}
% Pressure or vacuum vessel
\tikzset{2062 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 2.5 height 2.5,
shape=generic rectangle ISO14617,
draw=none,
/pgf/generic rectangle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{-0.5pt}{1pt}}
\pgfpatharc{90}{270}{0.5pt and 1pt}
\pgfpathmoveto{\pgfpoint{0.5pt}{1pt}}
\pgfpatharc{270}{90}{-0.5pt and -1pt}
\pgfpathmoveto{\pgfpoint{-0.5pt}{1pt}}
\pgfpathlineto{\pgfpoint{0.5pt}{1pt}}
\pgfpathmoveto{\pgfpoint{-0.5pt}{-1pt}}
\pgfpathlineto{\pgfpoint{0.5pt}{-1pt}}
\pgfusepath{draw}
},
transform shape,
}
}
% Conveyor
\tikzset{3801 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 10 height 2.5,
shape=generic rectangle ISO14617,
transform shape,
}
}
% Feeding funnel, hopper
\tikzset{3806 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 2.5 height 2.5,
shape=generic rectangle ISO14617,
draw=none,
/pgf/generic rectangle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{-1pt}{1pt}}
\pgfpathlineto{\pgfpoint{-0.5pt}{-1pt}}
\pgfpathmoveto{\pgfpoint{1pt}{1pt}}
\pgfpathlineto{\pgfpoint{0.5pt}{-1pt}}
\pgfusepath{draw}
},
transform shape,
}
}
% Spring
\tikzset{2002 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 0.5 height 1.5,
shape=generic rectangle ISO14617,
draw=none,
/pgf/generic rectangle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{0pt}{1pt}}
\pgfpathlineto{\pgfpoint{1pt}{0.7pt}}
\pgfpathlineto{\pgfpoint{-1pt}{0.35pt}}
\pgfpathlineto{\pgfpoint{1pt}{-0.35pt}}
\pgfpathlineto{\pgfpoint{-1pt}{-0.7pt}}
\pgfpathlineto{\pgfpoint{0pt}{-1pt}}
\pgfusepath{draw}
},
transform shape,
}
}
% Screw type
\tikzset{3830 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 1.5 height 1,
shape=generic rectangle ISO14617,
draw=none,
/pgf/generic rectangle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{-1pt}{0pt}}
\pgfpathlineto{\pgfpoint{1pt}{0pt}}
\pgfpathmoveto{\pgfpoint{0.7pt}{0pt}}
\pgfpathlineto{\pgfpoint{0.35pt}{1pt}}
\pgfpathlineto{\pgfpoint{-0.35pt}{-1pt}}
\pgfpathlineto{\pgfpoint{-0.7pt}{0pt}}
\pgfusepath{draw}
},
transform shape,
}
}
% Regenerative pre-heater
\tikzset{2518 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 2.5 height 4,
shape=2518 ISO14617,
transform shape,
}
}
% Cooling tower
\tikzset{2521 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 5 height 8,
shape=2521 ISO14617,
transform shape,
}
}
% Heat-exchanger with straight tubes (fixed-tube plates)
\tikzset{2511 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 2 height 4,
shape=heat exchanger long ISO14617,
/pgf/heat exchanger long ISO14617/before background={
\pgfpathmoveto{\pgfpoint{0pt}{0.75pt}}
\pgfpathlineto{\pgfpoint{0pt}{-0.75pt}}
\pgfpathmoveto{\pgfpoint{-0.5pt}{0.75pt}}
\pgfpathlineto{\pgfpoint{-0.5pt}{-0.75pt}}
\pgfpathmoveto{\pgfpoint{0.5pt}{0.75pt}}
\pgfpathlineto{\pgfpoint{0.5pt}{-0.75pt}}
\pgfusepath{draw}
},
transform shape,
}
}
% Heat-exchanger with coil-shaped tubes
\tikzset{2514 ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 2.5 height 5,
shape=heat exchanger long ISO14617,
/pgf/heat exchanger long ISO14617/before background={
\pgfpathmoveto{\pgfpoint{0.5pt}{0pt}}
\pgfpathlineto{\pgfpoint{-0.5pt}{0.125pt}}
\pgfpathlineto{\pgfpoint{0.5pt}{0.25pt}}
\pgfpathlineto{\pgfpoint{-0.5pt}{0.375pt}}
\pgfpathlineto{\pgfpoint{0.5pt}{0.5pt}}
\pgfpathlineto{\pgfpoint{-0.5pt}{0.625pt}}
\pgfpathlineto{\pgfpoint{0pt}{0.6875pt}}
\pgfpathlineto{\pgfpoint{0pt}{0.71pt}}
\pgfpathmoveto{\pgfpoint{0.5pt}{0pt}}
\pgfpathlineto{\pgfpoint{-0.5pt}{-0.125pt}}
\pgfpathlineto{\pgfpoint{0.5pt}{-0.25pt}}
\pgfpathlineto{\pgfpoint{-0.5pt}{-0.375pt}}
\pgfpathlineto{\pgfpoint{0.5pt}{-0.5pt}}
\pgfpathlineto{\pgfpoint{-0.5pt}{-0.625pt}}
\pgfpathlineto{\pgfpoint{0pt}{-0.6875pt}}
\pgfpathlineto{\pgfpoint{0pt}{-0.71pt}}
\pgfusepath{draw}
},
transform shape,
}
}
% Reference arrow
\tikzset{reference ISO14617 graphic/.style={
circuit symbol lines,
circuit symbol size = width 1.5 height 1.25,
shape=generic rectangle ISO14617,
draw=none,
/pgf/generic rectangle ISO14617/before background={
\pgfpathmoveto{\pgfpoint{1pt}{0pt}}
\pgfpathlineto{\pgfpoint{0.5pt}{1pt}}
\pgfpathlineto{\pgfpoint{0.5pt}{0.5pt}}
\pgfpathlineto{\pgfpoint{-1pt}{0.5pt}}
\pgfpathmoveto{\pgfpoint{1pt}{0pt}}
\pgfpathlineto{\pgfpoint{0.5pt}{-1pt}}
\pgfpathlineto{\pgfpoint{0.5pt}{-0.5pt}}
\pgfpathlineto{\pgfpoint{-1pt}{-0.5pt}}
\pgfpathlineto{\pgfpoint{-1pt}{0.5pt}}
\pgfusepath{draw}
},
transform shape,
}
}