forked from buildingSMART/IFC4.3.x-output
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIfcBuildingControlsDomain.pot
2007 lines (1436 loc) · 80.5 KB
/
IfcBuildingControlsDomain.pot
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
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Industry Foundation Classes IFC.
# Copyright (C) 2020 buildingSMART
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2020-09-25 10:09+0200\n"
"X-Crowdin-SourceKey: msgstr\n"
"Language-Team: buildingSMART community\n"
#:IFC.xml:1123
msgid "IfcActuator"
msgstr "IfcActuator"
msgid "IfcActuator_DEFINITION"
msgstr "An actuator is a mechanical device for moving or controlling a mechanism or system. An actuator takes energy, usually created by air, electricity, or liquid, and converts that into some kind of motion. HISTORY New entity in IFC4 bSI Documentation"
#:IFC.xml:1139
msgid "IfcActuator_PredefinedType"
msgstr "PredefinedType"
msgid "IfcActuator_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:1151
msgid "IfcActuatorType"
msgstr "IfcActuatorType"
msgid "IfcActuatorType_DEFINITION"
msgstr "The distribution control element type [[IfcActuatorType]] defines commonly shared information for occurrences of actuators. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a actuator type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcActuatorType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcActuatorType]] are represented by instances of [[IfcActuator]] . Refer to the documentation at [[IfcActuator]] for supported property sets, materials, composition, and ports. HISTORY New entity in IFC2x2 bSI Documentation"
#:IFC.xml:1158
msgid "IfcActuatorType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcActuatorType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:1170
msgid "IfcActuatorTypeEnum"
msgstr "IfcActuatorTypeEnum"
msgid "IfcActuatorTypeEnum_DEFINITION"
msgstr "The [[IfcActuatorTypeEnum]] defines the range of different types of actuator that can be specified. HISTORY New enumeration in IFC2.0 bSI Documentation"
#:IFC.xml:1191
msgid "IfcActuatorTypeEnum_THERMOSTATICACTUATOR"
msgstr "THERMOSTATICACTUATOR"
msgid "IfcActuatorTypeEnum_THERMOSTATICACTUATOR_DEFINITION"
msgstr "A device that thermostatically actuates a control element."
#:IFC.xml:1189
msgid "IfcActuatorTypeEnum_PNEUMATICACTUATOR"
msgstr "PNEUMATICACTUATOR"
msgid "IfcActuatorTypeEnum_PNEUMATICACTUATOR_DEFINITION"
msgstr "A device that pneumatically actuates a control element."
#:IFC.xml:1181
msgid "IfcActuatorTypeEnum_HANDOPERATEDACTUATOR"
msgstr "HANDOPERATEDACTUATOR"
msgid "IfcActuatorTypeEnum_HANDOPERATEDACTUATOR_DEFINITION"
msgstr "A device that manually actuates a control element."
#:IFC.xml:1176
msgid "IfcActuatorTypeEnum_ELECTRICACTUATOR"
msgstr "ELECTRICACTUATOR"
msgid "IfcActuatorTypeEnum_ELECTRICACTUATOR_DEFINITION"
msgstr "A device that electrically actuates a control element."
#:IFC.xml:1184
msgid "IfcActuatorTypeEnum_HYDRAULICACTUATOR"
msgstr "HYDRAULICACTUATOR"
msgid "IfcActuatorTypeEnum_HYDRAULICACTUATOR_DEFINITION"
msgstr "A device that electrically actuates a control element."
#:IFC.xml:1192
msgid "IfcAlarm"
msgstr "IfcAlarm"
msgid "IfcAlarm_DEFINITION"
msgstr "An alarm is a device that signals the existence of a condition or situation that is outside the boundaries of normal expectation or that activates such a device. Alarms include the provision of break glass buttons and manual pull boxes that are used to activate alarms. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:1206
msgid "IfcAlarm_PredefinedType"
msgstr "PredefinedType"
msgid "IfcAlarm_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:1218
msgid "IfcAlarmType"
msgstr "IfcAlarmType"
msgid "IfcAlarmType_DEFINITION"
msgstr "The distribution control element type [[IfcAlarmType]] defines commonly shared information for occurrences of alarms. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a alarm type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcAlarmType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcAlarmType]] are represented by instances of [[IfcAlarm]] . Refer to the documentation at [[IfcAlarm]] for supported property sets, materials, composition, and ports. HISTORY New entity in IFC2x2 bSI Documentation"
#:IFC.xml:1225
msgid "IfcAlarmType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcAlarmType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:1237
msgid "IfcAlarmTypeEnum"
msgstr "IfcAlarmTypeEnum"
msgid "IfcAlarmTypeEnum_DEFINITION"
msgstr "The [[IfcAlarmTypeEnum]] defines the range of different types of alarm that can be specified. HISTORY New enumeration in IFC2x2. bSI Documentation"
#:IFC.xml:1247
msgid "IfcAlarmTypeEnum_BREAKGLASSBUTTON"
msgstr "BREAKGLASSBUTTON"
msgid "IfcAlarmTypeEnum_BREAKGLASSBUTTON_DEFINITION"
msgstr "An alarm activation mechanism in which a protective glass has to be broken to enable a button to be pressed."
#:IFC.xml:1250
msgid "IfcAlarmTypeEnum_RAILWAYCROCODILE"
msgstr "RAILWAYCROCODILE"
msgid "IfcAlarmTypeEnum_RAILWAYCROCODILE_DEFINITION"
msgstr "An electrical contact placed between the rails in the four foot way to provide warnings in the locomotive cab."
#:IFC.xml:1249
msgid "IfcAlarmTypeEnum_MANUALPULLBOX"
msgstr "MANUALPULLBOX"
msgid "IfcAlarmTypeEnum_MANUALPULLBOX_DEFINITION"
msgstr "An alarm activation mechanism in which activation is achieved by a pulling action."
#:IFC.xml:1254
msgid "IfcAlarmTypeEnum_SIREN"
msgstr "SIREN"
msgid "IfcAlarmTypeEnum_SIREN_DEFINITION"
msgstr "An audible alarm."
#:IFC.xml:1252
msgid "IfcAlarmTypeEnum_RAILWAYDETONATOR"
msgstr "RAILWAYDETONATOR"
msgid "IfcAlarmTypeEnum_RAILWAYDETONATOR_DEFINITION"
msgstr "A coin sized device that is used as a loud warning signal to train drivers. It is usually placed on the top of the rail, usually secured with two lead straps, one on each side."
#:IFC.xml:1248
msgid "IfcAlarmTypeEnum_LIGHT"
msgstr "LIGHT"
msgid "IfcAlarmTypeEnum_LIGHT_DEFINITION"
msgstr "A visual alarm."
#:IFC.xml:1255
msgid "IfcAlarmTypeEnum_WHISTLE"
msgstr "WHISTLE"
msgid "IfcAlarmTypeEnum_WHISTLE_DEFINITION"
msgstr "An audible alarm."
#:IFC.xml:1246
msgid "IfcAlarmTypeEnum_BELL"
msgstr "BELL"
msgid "IfcAlarmTypeEnum_BELL_DEFINITION"
msgstr "An audible alarm."
#:IFC.xml:1256
msgid "IfcController"
msgstr "IfcController"
msgid "IfcController_DEFINITION"
msgstr "A controller is a device that monitors inputs and controls outputs within a building automation system. A controller may be physical having placement within a spatial structure or logical a software interface or aggregated within a programmable physical controller . HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:1268
msgid "IfcController_PredefinedType"
msgstr "PredefinedType"
msgid "IfcController_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:1284
msgid "IfcControllerType"
msgstr "IfcControllerType"
msgid "IfcControllerType_DEFINITION"
msgstr "The distribution control element type [[IfcControllerType]] defines commonly shared information for occurrences of controllers. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a controller type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcControllerType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcControllerType]] are represented by instances of [[IfcController]] . Refer to the documentation at [[IfcController]] for supported property sets, materials, composition, and ports. HISTORY New entity in IFC2x2 bSI Documentation"
#:IFC.xml:1291
msgid "IfcControllerType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcControllerType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:1303
msgid "IfcControllerTypeEnum"
msgstr "IfcControllerTypeEnum"
msgid "IfcControllerTypeEnum_DEFINITION"
msgstr "The [[IfcControllerTypeEnum]] defines the range of different types of controller that can be specified. HISTORY New enumeration in IFC2.0. .change ifc2x4 IFC4 CHANGE PROPORTIONALINTEGRAL and PROPORTIONALINTEGRALDERIVATIVE values deleted property set enumeration now used . MULTIPOSITION added. bSI Documentation"
#:IFC.xml:1309
msgid "IfcControllerTypeEnum_FLOATING"
msgstr "FLOATING"
msgid "IfcControllerTypeEnum_FLOATING_DEFINITION"
msgstr "Output increases or decreases at a constant or accelerating rate."
#:IFC.xml:1315
msgid "IfcControllerTypeEnum_PROPORTIONAL"
msgstr "PROPORTIONAL"
msgid "IfcControllerTypeEnum_PROPORTIONAL_DEFINITION"
msgstr "Output is proportional to the control error and optionally time integral and derivative."
#:IFC.xml:1313
msgid "IfcControllerTypeEnum_PROGRAMMABLE"
msgstr "PROGRAMMABLE"
msgid "IfcControllerTypeEnum_PROGRAMMABLE_DEFINITION"
msgstr "Output is programmable such as Discrete Digital Control DDC ."
#:IFC.xml:1317
msgid "IfcControllerTypeEnum_TWOPOSITION"
msgstr "TWOPOSITION"
msgid "IfcControllerTypeEnum_TWOPOSITION_DEFINITION"
msgstr "Output can be either on or off."
#:IFC.xml:1311
msgid "IfcControllerTypeEnum_MULTIPOSITION"
msgstr "MULTIPOSITION"
msgid "IfcControllerTypeEnum_MULTIPOSITION_DEFINITION"
msgstr "Output is discrete value, can be one of three or more values."
#:IFC.xml:1319
msgid "IfcFlowInstrument"
msgstr "IfcFlowInstrument"
msgid "IfcFlowInstrument_DEFINITION"
msgstr "A flow instrument reads and displays the value of a particular property of a system at a point, or displays the difference in the value of a property between two points. Instrumentation is typically for the purpose of determining the value of the property at a point in time. It is not the purpose of an instrument to record or integrate the values over time although they may be connected to recording devices that do perform such a function . This entity provides for all forms of mechanical flow instrument thermometers, pressure gauges etc. and electrical flow instruments ammeters, voltmeters etc. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:1330
msgid "IfcFlowInstrument_PredefinedType"
msgstr "PredefinedType"
msgid "IfcFlowInstrument_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:1345
msgid "IfcFlowInstrumentType"
msgstr "IfcFlowInstrumentType"
msgid "IfcFlowInstrumentType_DEFINITION"
msgstr "The distribution control element type [[IfcFlowInstrumentType]] defines commonly shared information for occurrences of flow instruments. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a flow instrument type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcFlowInstrumentType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcFlowInstrumentType]] are represented by instances of [[IfcFlowInstrument]] . Refer to the documentation at [[IfcFlowInstrument]] for supported property sets, materials, composition, and ports. HISTORY New entity in IFC2x2 bSI Documentation"
#:IFC.xml:1352
msgid "IfcFlowInstrumentType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcFlowInstrumentType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:1364
msgid "IfcFlowInstrumentTypeEnum"
msgstr "IfcFlowInstrumentTypeEnum"
msgid "IfcFlowInstrumentTypeEnum_DEFINITION"
msgstr "The [[IfcFlowInstrumentTypeEnum]] defines the range of different types of flow instrument that can be specified. HISTORY New enumeration in IFC2x2. bSI Documentation"
#:IFC.xml:1388
msgid "IfcFlowInstrumentTypeEnum_VOLTMETER_PEAK"
msgstr "VOLTMETER PEAK"
msgid "IfcFlowInstrumentTypeEnum_VOLTMETER_PEAK_DEFINITION"
msgstr "A device that reads and displays the peak voltage in an electrical circuit."
#:IFC.xml:1381
msgid "IfcFlowInstrumentTypeEnum_POWERFACTORMETER"
msgstr "POWERFACTORMETER"
msgid "IfcFlowInstrumentTypeEnum_POWERFACTORMETER_DEFINITION"
msgstr "A device that reads and displays the power factor of an electrical circuit."
#:IFC.xml:1375
msgid "IfcFlowInstrumentTypeEnum_AMMETER"
msgstr "AMMETER"
msgid "IfcFlowInstrumentTypeEnum_AMMETER_DEFINITION"
msgstr "A device that measures and displays the current flow in a circuit."
#:IFC.xml:1382
msgid "IfcFlowInstrumentTypeEnum_PRESSUREGAUGE"
msgstr "PRESSUREGAUGE"
msgid "IfcFlowInstrumentTypeEnum_PRESSUREGAUGE_DEFINITION"
msgstr "A device that reads and displays a pressure value at a point or the pressure difference between two points."
#:IFC.xml:1384
msgid "IfcFlowInstrumentTypeEnum_THERMOMETER"
msgstr "THERMOMETER"
msgid "IfcFlowInstrumentTypeEnum_THERMOMETER_DEFINITION"
msgstr "A device that reads and displays a temperature value at a point."
#:IFC.xml:1386
msgid "IfcFlowInstrumentTypeEnum_VOLTMETER"
msgstr "VOLTMETER"
msgid "IfcFlowInstrumentTypeEnum_VOLTMETER_DEFINITION"
msgstr "A device that measures and displays the voltage in a circuit."
#:IFC.xml:1380
msgid "IfcFlowInstrumentTypeEnum_PHASEANGLEMETER"
msgstr "PHASEANGLEMETER"
msgid "IfcFlowInstrumentTypeEnum_PHASEANGLEMETER_DEFINITION"
msgstr "A device that reads and displays the phase angle of a phase in a polyphase electrical circuit."
#:IFC.xml:1389
msgid "IfcFlowInstrumentTypeEnum_VOLTMETER_RMS"
msgstr "VOLTMETER RMS"
msgid "IfcFlowInstrumentTypeEnum_VOLTMETER_RMS_DEFINITION"
msgstr "A device that reads and displays the RMS mean voltage in an electrical circuit."
#:IFC.xml:1379
msgid "IfcFlowInstrumentTypeEnum_FREQUENCYMETER"
msgstr "FREQUENCYMETER"
msgid "IfcFlowInstrumentTypeEnum_FREQUENCYMETER_DEFINITION"
msgstr "A device that reads and displays the electrical frequency of an alternating current circuit."
#:IFC.xml:1377
msgid "IfcFlowInstrumentTypeEnum_COMBINED"
msgstr "COMBINED"
msgid "IfcFlowInstrumentTypeEnum_COMBINED_DEFINITION"
msgstr "A device that reads and displays the value of multiple properties of a system at a point, or displays the difference in the value of a property between two points."
#:IFC.xml:1390
msgid "IfcSensor"
msgstr "IfcSensor"
msgid "IfcSensor_DEFINITION"
msgstr "A sensor is a device that measures a physical quantity and converts it into a signal which can be read by an observer or by an instrument. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:1402
msgid "IfcSensor_PredefinedType"
msgstr "PredefinedType"
msgid "IfcSensor_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:1417
msgid "IfcSensorType"
msgstr "IfcSensorType"
msgid "IfcSensorType_DEFINITION"
msgstr "The distribution control element type [[IfcSensorType]] defines commonly shared information for occurrences of sensors. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a sensor type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcSensorType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcSensorType]] are represented by instances of [[IfcSensor]] . Refer to the documentation at [[IfcSensor]] for supported property sets, materials, composition, and ports. HISTORY New entity in IFC2x2 bSI Documentation"
#:IFC.xml:1424
msgid "IfcSensorType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcSensorType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:1436
msgid "IfcSensorTypeEnum"
msgstr "IfcSensorTypeEnum"
msgid "IfcSensorTypeEnum_DEFINITION"
msgstr "The [[IfcSensorTypeEnum]] defines the range of different types of sensor that can be specified. HISTORY New enumeration in IFC2.0. .change ifc2x4 IFC4 CHANGE Additional enumerations added. bSI Documentation"
#:IFC.xml:1517
msgid "IfcSensorTypeEnum_SMOKESENSOR"
msgstr "SMOKESENSOR"
msgid "IfcSensorTypeEnum_SMOKESENSOR_DEFINITION"
msgstr "A device that senses or detects smoke."
#:IFC.xml:1502
msgid "IfcSensorTypeEnum_MOVEMENTSENSOR"
msgstr "MOVEMENTSENSOR"
msgid "IfcSensorTypeEnum_MOVEMENTSENSOR_DEFINITION"
msgstr "A device that senses or detects movement."
#:IFC.xml:1510
msgid "IfcSensorTypeEnum_PRESSURESENSOR"
msgstr "PRESSURESENSOR"
msgid "IfcSensorTypeEnum_PRESSURESENSOR_DEFINITION"
msgstr "A device that senses or detects pressure."
#:IFC.xml:1469
msgid "IfcSensorTypeEnum_CO2SENSOR"
msgstr "CO2SENSOR"
msgid "IfcSensorTypeEnum_CO2SENSOR_DEFINITION"
msgstr "A device that senses or detects carbon dioxide."
#:IFC.xml:1504
msgid "IfcSensorTypeEnum_OBSTACLESENSOR"
msgstr "OBSTACLESENSOR"
msgid "IfcSensorTypeEnum_OBSTACLESENSOR_DEFINITION"
msgstr "A device that senses or detects any obstacles. Examples are detectors sensing objects falling from a bridge, rock fall detectors, etc."
#:IFC.xml:1514
msgid "IfcSensorTypeEnum_RADIOACTIVITYSENSOR"
msgstr "RADIOACTIVITYSENSOR"
msgid "IfcSensorTypeEnum_RADIOACTIVITYSENSOR_DEFINITION"
msgstr "A device that senses or detects atomic decay."
#:IFC.xml:1520
msgid "IfcSensorTypeEnum_SOUNDSENSOR"
msgstr "SOUNDSENSOR"
msgid "IfcSensorTypeEnum_SOUNDSENSOR_DEFINITION"
msgstr "A device that senses or detects sound."
#:IFC.xml:1498
msgid "IfcSensorTypeEnum_LIGHTSENSOR"
msgstr "LIGHTSENSOR"
msgid "IfcSensorTypeEnum_LIGHTSENSOR_DEFINITION"
msgstr "A device that senses or detects light."
#:IFC.xml:1528
msgid "IfcSensorTypeEnum_WHEELSENSOR"
msgstr "WHEELSENSOR"
msgid "IfcSensorTypeEnum_WHEELSENSOR_DEFINITION"
msgstr "A device that senses or detects the passage of a wheel."
#:IFC.xml:1484
msgid "IfcSensorTypeEnum_FROSTSENSOR"
msgstr "FROSTSENSOR"
msgid "IfcSensorTypeEnum_FROSTSENSOR_DEFINITION"
msgstr "A device that senses or detects frost on a window."
#:IFC.xml:1482
msgid "IfcSensorTypeEnum_FOREIGNOBJECTDETECTIONSENSOR"
msgstr "FOREIGNOBJECTDETECTIONSENSOR"
msgid "IfcSensorTypeEnum_FOREIGNOBJECTDETECTIONSENSOR_DEFINITION"
msgstr "A device that senses or detects foreign objects that shock or break the power network. It may alarm when such accidents happen."
#:IFC.xml:1500
msgid "IfcSensorTypeEnum_MOISTURESENSOR"
msgstr "MOISTURESENSOR"
msgid "IfcSensorTypeEnum_MOISTURESENSOR_DEFINITION"
msgstr "A device that senses or detects moisture."
#:IFC.xml:1486
msgid "IfcSensorTypeEnum_GASSENSOR"
msgstr "GASSENSOR"
msgid "IfcSensorTypeEnum_GASSENSOR_DEFINITION"
msgstr "A device that senses or detects gas concentration other than CO2"
#:IFC.xml:1495
msgid "IfcSensorTypeEnum_IONCONCENTRATIONSENSOR"
msgstr "IONCONCENTRATIONSENSOR"
msgid "IfcSensorTypeEnum_IONCONCENTRATIONSENSOR_DEFINITION"
msgstr "A device that senses or detects ion concentration, such as for water hardness."
#:IFC.xml:1497
msgid "IfcSensorTypeEnum_LEVELSENSOR"
msgstr "LEVELSENSOR"
msgid "IfcSensorTypeEnum_LEVELSENSOR_DEFINITION"
msgstr "A device that senses or detects fill level, such as for a tank."
#:IFC.xml:1530
msgid "IfcSensorTypeEnum_WINDSENSOR"
msgstr "WINDSENSOR"
msgid "IfcSensorTypeEnum_WINDSENSOR_DEFINITION"
msgstr "A device that senses or detects airflow speed and direction."
#:IFC.xml:1478
msgid "IfcSensorTypeEnum_FIRESENSOR"
msgstr "FIRESENSOR"
msgid "IfcSensorTypeEnum_FIRESENSOR_DEFINITION"
msgstr "A device that senses or detects fire"
#:IFC.xml:1524
msgid "IfcSensorTypeEnum_TRAINSENSOR"
msgstr "TRAINSENSOR"
msgid "IfcSensorTypeEnum_TRAINSENSOR_DEFINITION"
msgstr "A device, usually attached to the rear end of the last vehicle of a train, acting on a fixed equipment to give an indication that the train is complete."
#:IFC.xml:1519
msgid "IfcSensorTypeEnum_SNOWDEPTHSENSOR"
msgstr "SNOWDEPTHSENSOR"
msgid "IfcSensorTypeEnum_SNOWDEPTHSENSOR_DEFINITION"
msgstr "A device that senses or measures the depth of snowfall."
#:IFC.xml:1475
msgid "IfcSensorTypeEnum_COSENSOR"
msgstr "COSENSOR"
msgid "IfcSensorTypeEnum_COSENSOR_DEFINITION"
msgstr "A device that senses or detects carbon monoxide."
#:IFC.xml:1512
msgid "IfcSensorTypeEnum_RADIATIONSENSOR"
msgstr "RADIATIONSENSOR"
msgid "IfcSensorTypeEnum_RADIATIONSENSOR_DEFINITION"
msgstr "A device that senses or detects pressure."
#:IFC.xml:1522
msgid "IfcSensorTypeEnum_TEMPERATURESENSOR"
msgstr "TEMPERATURESENSOR"
msgid "IfcSensorTypeEnum_TEMPERATURESENSOR_DEFINITION"
msgstr "A device that senses or detects temperature."
#:IFC.xml:1471
msgid "IfcSensorTypeEnum_CONDUCTANCESENSOR"
msgstr "CONDUCTANCESENSOR"
msgid "IfcSensorTypeEnum_CONDUCTANCESENSOR_DEFINITION"
msgstr "A device that senses or detects electrical conductance."
#:IFC.xml:1526
msgid "IfcSensorTypeEnum_TURNOUTCLOSURESENSOR"
msgstr "TURNOUTCLOSURESENSOR"
msgid "IfcSensorTypeEnum_TURNOUTCLOSURESENSOR_DEFINITION"
msgstr "A device that senses or detects the position of a blade of a turnout."
#:IFC.xml:1488
msgid "IfcSensorTypeEnum_HEATSENSOR"
msgstr "HEATSENSOR"
msgid "IfcSensorTypeEnum_HEATSENSOR_DEFINITION"
msgstr "A device that senses or detects heat."
#:IFC.xml:1476
msgid "IfcSensorTypeEnum_EARTHQUAKESENSOR"
msgstr "EARTHQUAKESENSOR"
msgid "IfcSensorTypeEnum_EARTHQUAKESENSOR_DEFINITION"
msgstr "A device that senses or detects the seismic wave and measures the seismic intensity in case of earthquake."
#:IFC.xml:1516
msgid "IfcSensorTypeEnum_RAINSENSOR"
msgstr "RAINSENSOR"
msgid "IfcSensorTypeEnum_RAINSENSOR_DEFINITION"
msgstr "A device that senses or collects rainfall related information."
#:IFC.xml:1508
msgid "IfcSensorTypeEnum_PHSENSOR"
msgstr "PHSENSOR"
msgid "IfcSensorTypeEnum_PHSENSOR_DEFINITION"
msgstr "A device that senses or detects acidity."
#:IFC.xml:1491
msgid "IfcSensorTypeEnum_HUMIDITYSENSOR"
msgstr "HUMIDITYSENSOR"
msgid "IfcSensorTypeEnum_HUMIDITYSENSOR_DEFINITION"
msgstr "A device that senses or detects humidity."
#:IFC.xml:1480
msgid "IfcSensorTypeEnum_FLOWSENSOR"
msgstr "FLOWSENSOR"
msgid "IfcSensorTypeEnum_FLOWSENSOR_DEFINITION"
msgstr "A device that senses or detects flow in a fluid."
#:IFC.xml:1473
msgid "IfcSensorTypeEnum_CONTACTSENSOR"
msgstr "CONTACTSENSOR"
msgid "IfcSensorTypeEnum_CONTACTSENSOR_DEFINITION"
msgstr "A device that senses or detects contact, such as for detecting if a door is closed."
#:IFC.xml:1493
msgid "IfcSensorTypeEnum_IDENTIFIERSENSOR"
msgstr "IDENTIFIERSENSOR"
msgid "IfcSensorTypeEnum_IDENTIFIERSENSOR_DEFINITION"
msgstr "A device that reads a tag, such as for gaining access to a door or elevator"
#:IFC.xml:1534
msgid "IfcUnitaryControlElement"
msgstr "IfcUnitaryControlElement"
msgid "IfcUnitaryControlElement_DEFINITION"
msgstr "A unitary control element combines a number of control components into a single product, such as a thermostat or humidistat. A unitary control element provides a housing for an aggregation of control or electrical distribution elements that, in combination, perform a singular unitary purpose. Each item in the aggregation may have its own geometric representation and location. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:1545
msgid "IfcUnitaryControlElement_PredefinedType"
msgstr "PredefinedType"
msgid "IfcUnitaryControlElement_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:1561
msgid "IfcUnitaryControlElementType"
msgstr "IfcUnitaryControlElementType"
msgid "IfcUnitaryControlElementType_DEFINITION"
msgstr "The distribution control element type [[IfcUnitaryControlElementType]] defines commonly shared information for occurrences of unitary control elements. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a unitary control element type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcUnitaryControlElementType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcUnitaryControlElementType]] are represented by instances of [[IfcUnitaryControlElement]] . Refer to the documentation at [[IfcUnitaryControlElement]] for supported property sets, materials, composition, and ports. HISTORY New entity in IFC4 bSI Documentation"
#:IFC.xml:1568
msgid "IfcUnitaryControlElementType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcUnitaryControlElementType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:1580
msgid "IfcUnitaryControlElementTypeEnum"
msgstr "IfcUnitaryControlElementTypeEnum"
msgid "IfcUnitaryControlElementTypeEnum_DEFINITION"
msgstr "The [[IfcUnitaryControlElementTypeEnum]] defines the range of different types and or functions of unitary control elements possible. HISTORY New enumeration in IFC4. bSI Documentation"
#:IFC.xml:1598
msgid "IfcUnitaryControlElementTypeEnum_HUMIDISTAT"
msgstr "HUMIDISTAT"
msgid "IfcUnitaryControlElementTypeEnum_HUMIDISTAT_DEFINITION"
msgstr "A control element that senses and regulates the humidity of a system or space so that the humidity is maintained near a desired setpoint."
#:IFC.xml:1599
msgid "IfcUnitaryControlElementTypeEnum_INDICATORPANEL"
msgstr "INDICATORPANEL"
msgid "IfcUnitaryControlElementTypeEnum_INDICATORPANEL_DEFINITION"
msgstr "A control element at which equipment operational status, condition, safety state or other required parameters are indicated."
#:IFC.xml:1604
msgid "IfcUnitaryControlElementTypeEnum_WEATHERSTATION"
msgstr "WEATHERSTATION"
msgid "IfcUnitaryControlElementTypeEnum_WEATHERSTATION_DEFINITION"
msgstr "A control element that senses multiple climate properties such as temperature, humidity, pressure, wind, and rain."
#:IFC.xml:1602
msgid "IfcUnitaryControlElementTypeEnum_THERMOSTAT"
msgstr "THERMOSTAT"
msgid "IfcUnitaryControlElementTypeEnum_THERMOSTAT_DEFINITION"
msgstr "A control element that senses and regulates the temperature of an element, system or space so that the temperature is maintained near a desired setpoint."
#:IFC.xml:1593
msgid "IfcUnitaryControlElementTypeEnum_CONTROLPANEL"
msgstr "CONTROLPANEL"
msgid "IfcUnitaryControlElementTypeEnum_CONTROLPANEL_DEFINITION"
msgstr "A control element at which devices that control or monitor the operation of a site, building or part of a building are located"
#:IFC.xml:1601
msgid "IfcUnitaryControlElementTypeEnum_MIMICPANEL"
msgstr "MIMICPANEL"
msgid "IfcUnitaryControlElementTypeEnum_MIMICPANEL_DEFINITION"
msgstr "A control element at which information that is available elsewhere is repeated or mimicked ."
#:IFC.xml:1590
msgid "IfcUnitaryControlElementTypeEnum_ALARMPANEL"
msgstr "ALARMPANEL"
msgid "IfcUnitaryControlElementTypeEnum_ALARMPANEL_DEFINITION"
msgstr "A control element at which alarms are annunciated."
#:IFC.xml:1591
msgid "IfcUnitaryControlElementTypeEnum_COMBINED"
msgstr "COMBINED"
msgid "IfcUnitaryControlElementTypeEnum_COMBINED_DEFINITION"
msgstr "Combination of at least two predefined types of unitary control element."
#:IFC.xml:1597
msgid "IfcUnitaryControlElementTypeEnum_GASDETECTIONPANEL"
msgstr "GASDETECTIONPANEL"
msgid "IfcUnitaryControlElementTypeEnum_GASDETECTIONPANEL_DEFINITION"
msgstr "A control element at which the detection of gas is annunciated."
#:IFC.xml:1753
msgid "Pset_ActuatorPHistory"
msgstr "Pset ActuatorPHistory"
msgid "Pset_ActuatorPHistory_DEFINITION"
msgstr "Properties for history of actuators. HISTORY Added in IFC4. bSI Documentation"
#:IFC.xml:1754
msgid "Pset_ActuatorPHistory_Position"
msgstr "Position"
msgid "Pset_ActuatorPHistory_Position_DEFINITION"
msgstr "Indicates position of the actuator over time where 0.0 is fully closed and 1.0 is fully open."
#:IFC.xml:1759
msgid "Pset_ActuatorPHistory_Quality"
msgstr "Quality"
msgid "Pset_ActuatorPHistory_Quality_DEFINITION"
msgstr "Indicates the quality of measurement or failure condition, which may be further qualified by the Status. True measured values are considered reliable False measured values are considered not reliable i.e. a fault has been detected Unknown reliability of values is uncertain."
#:IFC.xml:1764
msgid "Pset_ActuatorPHistory_Status"
msgstr "Status"
msgid "Pset_ActuatorPHistory_Status_DEFINITION"
msgstr "Indicates an error code or identifier, whose meaning is specific to the particular automation system. Example values include ConfigurationError , NotConnected , DeviceFailure , SensorFailure , LastKnown, CommunicationsFailure , OutOfService ."
#:IFC.xml:1770
msgid "Pset_ActuatorTypeCommon"
msgstr "Pset ActuatorTypeCommon"
msgid "Pset_ActuatorTypeCommon_DEFINITION"
msgstr "Actuator type common attributes. bSI Documentation"
#:IFC.xml:1771
msgid "Pset_ActuatorTypeCommon_Application"
msgstr "Application"
msgid "Pset_ActuatorTypeCommon_Application_DEFINITION"
msgstr "Indicates application of actuator."
#:IFC.xml:1776
msgid "Pset_ActuatorTypeCommon_FailPosition"
msgstr "FailPosition"
msgid "Pset_ActuatorTypeCommon_FailPosition_DEFINITION"
msgstr "Specifies the required fail safe position of the actuator."
#:IFC.xml:1781
msgid "Pset_ActuatorTypeCommon_ManualOverride"
msgstr "ManualOverride"
msgid "Pset_ActuatorTypeCommon_ManualOverride_DEFINITION"
msgstr "Identifies whether hand operated operation is provided as an override TRUE or not FALSE . Note that this value should be set to FALSE by default in the case of a Hand Operated Actuator."
#:IFC.xml:1786
msgid "Pset_ActuatorTypeCommon_Reference"
msgstr "Reference"
msgid "Pset_ActuatorTypeCommon_Reference_DEFINITION"
msgstr "Reference ID for this specified type in this project e.g. type A 1 , provided, if there is no classification reference to a recognized classification system used."
#:IFC.xml:1791
msgid "Pset_ActuatorTypeCommon_Status"
msgstr "Status"
msgid "Pset_ActuatorTypeCommon_Status_DEFINITION"
msgstr "Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as New element designed as new addition, Existing element exists and remains, Demolish element existed but is to be demolished, Temporary element will exists only temporary like a temporary support structure ."
#:IFC.xml:1797
msgid "Pset_ActuatorTypeElectricActuator"
msgstr "Pset ActuatorTypeElectricActuator"
msgid "Pset_ActuatorTypeElectricActuator_DEFINITION"
msgstr "A device that electrically actuates a control element. bSI Documentation"
#:IFC.xml:1798
msgid "Pset_ActuatorTypeElectricActuator_ActuatorInputPower"
msgstr "ActuatorInputPower"
msgid "Pset_ActuatorTypeElectricActuator_ActuatorInputPower_DEFINITION"
msgstr "Maximum input power requirement."
#:IFC.xml:1803
msgid "Pset_ActuatorTypeElectricActuator_ElectricActuatorType"
msgstr "ElectricActuatorType"
msgid "Pset_ActuatorTypeElectricActuator_ElectricActuatorType_DEFINITION"
msgstr "Enumeration that identifies electric actuator as defined by its operational principle."
#:IFC.xml:1809
msgid "Pset_ActuatorTypeHydraulicActuator"
msgstr "Pset ActuatorTypeHydraulicActuator"
msgid "Pset_ActuatorTypeHydraulicActuator_DEFINITION"
msgstr "A device that hydraulically actuates a control element. bSI Documentation"
#:IFC.xml:1810
msgid "Pset_ActuatorTypeHydraulicActuator_InputFlowrate"
msgstr "InputFlowrate"
msgid "Pset_ActuatorTypeHydraulicActuator_InputFlowrate_DEFINITION"
msgstr "Maximum hydraulic flowrate requirement."
#:IFC.xml:1815
msgid "Pset_ActuatorTypeHydraulicActuator_InputPressure"
msgstr "InputPressure"
msgid "Pset_ActuatorTypeHydraulicActuator_InputPressure_DEFINITION"
msgstr "Maximum design pressure for the actuator."
#:IFC.xml:1821
msgid "Pset_ActuatorTypeLinearActuation"
msgstr "Pset ActuatorTypeLinearActuation"
msgid "Pset_ActuatorTypeLinearActuation_DEFINITION"
msgstr "Characteristics of linear actuation of an actuator History Replaces Pset LinearActuator bSI Documentation"
#:IFC.xml:1822
msgid "Pset_ActuatorTypeLinearActuation_Force"
msgstr "Force"
msgid "Pset_ActuatorTypeLinearActuation_Force_DEFINITION"
msgstr "Indicates the maximum close off force for the actuator."
#:IFC.xml:1827
msgid "Pset_ActuatorTypeLinearActuation_Stroke"
msgstr "Stroke"
msgid "Pset_ActuatorTypeLinearActuation_Stroke_DEFINITION"
msgstr "Indicates the maximum distance the actuator must traverse."
#:IFC.xml:1833
msgid "Pset_ActuatorTypePneumaticActuator"
msgstr "Pset ActuatorTypePneumaticActuator"
msgid "Pset_ActuatorTypePneumaticActuator_DEFINITION"
msgstr "A device that pneumatically actuates a control element bSI Documentation"
#:IFC.xml:1834
msgid "Pset_ActuatorTypePneumaticActuator_InputFlowrate"
msgstr "InputFlowrate"
msgid "Pset_ActuatorTypePneumaticActuator_InputFlowrate_DEFINITION"
msgstr "Maximum input control air flowrate requirement."
#:IFC.xml:1839
msgid "Pset_ActuatorTypePneumaticActuator_InputPressure"
msgstr "InputPressure"
msgid "Pset_ActuatorTypePneumaticActuator_InputPressure_DEFINITION"
msgstr "Maximum input control air pressure requirement."
#:IFC.xml:1845
msgid "Pset_ActuatorTypeRotationalActuation"
msgstr "Pset ActuatorTypeRotationalActuation"
msgid "Pset_ActuatorTypeRotationalActuation_DEFINITION"
msgstr "Characteristics of rotational actuation of an actuator History Replaces Pset RotationalActuator bSI Documentation"
#:IFC.xml:1846
msgid "Pset_ActuatorTypeRotationalActuation_RangeAngle"
msgstr "RangeAngle"
msgid "Pset_ActuatorTypeRotationalActuation_RangeAngle_DEFINITION"
msgstr "Indicates the maximum rotation the actuator must traverse."
#:IFC.xml:1851
msgid "Pset_ActuatorTypeRotationalActuation_Torque"
msgstr "Torque"
msgid "Pset_ActuatorTypeRotationalActuation_Torque_DEFINITION"
msgstr "Indicates the maximum close off torque for the actuator."
#:IFC.xml:1857
msgid "Pset_AlarmPHistory"
msgstr "Pset AlarmPHistory"
msgid "Pset_AlarmPHistory_DEFINITION"
msgstr "Properties for history of alarm values. HISTORY Added in IFC4. bSI Documentation"
#:IFC.xml:1858
msgid "Pset_AlarmPHistory_Acknowledge"
msgstr "Acknowledge"
msgid "Pset_AlarmPHistory_Acknowledge_DEFINITION"
msgstr "Indicates acknowledgement status where False indicates acknowlegement is required and outstanding, True indicates condition has been acknowedged, and Unknown indicates no acknowledgement is required. Upon resetting the condition, then acknowledgement reverts to Unknown."
#:IFC.xml:1863
msgid "Pset_AlarmPHistory_Condition"
msgstr "Condition"
msgid "Pset_AlarmPHistory_Condition_DEFINITION"
msgstr "Indicates alarm condition over time. The range of possible values and their meanings is defined by Pset AlarmTypeCommon.Condition. An empty value indicates no present alarm condition."
#:IFC.xml:1868
msgid "Pset_AlarmPHistory_Enabled"
msgstr "Enabled"
msgid "Pset_AlarmPHistory_Enabled_DEFINITION"
msgstr "Indicates whether alarm is enabled or disabled over time."
#:IFC.xml:1873
msgid "Pset_AlarmPHistory_Severity"
msgstr "Severity"
msgid "Pset_AlarmPHistory_Severity_DEFINITION"
msgstr "Indicates alarm severity over time, where the scale of values is determined by the control system configuration. A zero value indicates no present alarm."
#:IFC.xml:1878
msgid "Pset_AlarmPHistory_User"
msgstr "User"
msgid "Pset_AlarmPHistory_User_DEFINITION"
msgstr "Indicates acknowledging user over time by identification corresponding to [[IfcPerson]].Identification on an [[IfcActor]]."
#:IFC.xml:1884
msgid "Pset_AlarmTypeCommon"
msgstr "Pset AlarmTypeCommon"
msgid "Pset_AlarmTypeCommon_DEFINITION"
msgstr "Alarm type common attributes. HISTORY Added in IFC4. bSI Documentation"
#:IFC.xml:1885
msgid "Pset_AlarmTypeCommon_Condition"
msgstr "Condition"
msgid "Pset_AlarmTypeCommon_Condition_DEFINITION"
msgstr "Table mapping alarm condition identifiers to descriptive labels, which may be used for interpreting Pset AlarmPHistory.Condition."
#:IFC.xml:1890
msgid "Pset_AlarmTypeCommon_Reference"
msgstr "Reference"
msgid "Pset_AlarmTypeCommon_Reference_DEFINITION"
msgstr "Reference ID for this specified type in this project e.g. type A 1 , provided, if there is no classification reference to a recognized classification system used."
#:IFC.xml:1895
msgid "Pset_AlarmTypeCommon_Status"
msgstr "Status"
msgid "Pset_AlarmTypeCommon_Status_DEFINITION"
msgstr "Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as New element designed as new addition, Existing element exists and remains, Demolish element existed but is to be demolished, Temporary element will exists only temporary like a temporary support structure ."
#:IFC.xml:1901
msgid "Pset_ControllerPHistory"
msgstr "Pset ControllerPHistory"
msgid "Pset_ControllerPHistory_DEFINITION"
msgstr "Properties for history of controller values. HISTORY Added in IFC4. bSI Documentation"
#:IFC.xml:1902
msgid "Pset_ControllerPHistory_Quality"
msgstr "Quality"
msgid "Pset_ControllerPHistory_Quality_DEFINITION"
msgstr "Indicates the quality of measurement or failure condition, which may be further qualified by the Status. True measured values are considered reliable False measured values are considered not reliable i.e. a fault has been detected Unknown reliability of values is uncertain."
#:IFC.xml:1907
msgid "Pset_ControllerPHistory_Status"
msgstr "Status"
msgid "Pset_ControllerPHistory_Status_DEFINITION"
msgstr "Indicates an error code or identifier, whose meaning is specific to the particular automation system. Example values include ConfigurationError , NotConnected , DeviceFailure , SensorFailure , LastKnown, CommunicationsFailure , OutOfService ."
#:IFC.xml:1912
msgid "Pset_ControllerPHistory_Value"
msgstr "Value"
msgid "Pset_ControllerPHistory_Value_DEFINITION"
msgstr "Indicates values over time which may be recorded continuously or only when changed beyond a particular deadband. The range of possible values is defined by the Value property on the corresponding occurrence property set Pset ControllerTypeFloating, Pset ControllerTypeProportional, Pset ControllerTypeMultiPosition, or Pset ControllerTypeTwoPosition ."
#:IFC.xml:1918
msgid "Pset_ControllerTypeCommon"
msgstr "Pset ControllerTypeCommon"
msgid "Pset_ControllerTypeCommon_DEFINITION"
msgstr "Controller type common attributes. bSI Documentation"
#:IFC.xml:1919
msgid "Pset_ControllerTypeCommon_Reference"
msgstr "Reference"
msgid "Pset_ControllerTypeCommon_Reference_DEFINITION"
msgstr "Reference ID for this specified type in this project e.g. type A 1 , provided, if there is no classification reference to a recognized classification system used."
#:IFC.xml:1924
msgid "Pset_ControllerTypeCommon_Status"
msgstr "Status"
msgid "Pset_ControllerTypeCommon_Status_DEFINITION"
msgstr "Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as New element designed as new addition, Existing element exists and remains, Demolish element existed but is to be demolished, Temporary element will exists only temporary like a temporary support structure ."
#:IFC.xml:1930