You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gdtf-spec.md
+49-4Lines changed: 49 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,12 @@ amendments) applies.
84
84
85
85
-[Semantic Versioning 2.0](https://semver.org/)
86
86
87
+
- IEC 60529 Degrees of protection provided by enclosures (IP Code)
88
+
89
+
- IEC 62262 Degrees of protection provided by enclosures for electrical equipment against external mechanical impacts (IK code)
90
+
91
+
- IEC 60598-2-17 Luminaires - Part 2-17: Particular requirements - Luminaires for stage lighting, television and film studios (outdoor and indoor)
92
+
87
93
## Terms and definitions
88
94
89
95
For the purposes of this document, the following terms and definitions
@@ -990,10 +996,12 @@ The color rendering index does not have any children.
990
996
#### General
991
997
992
998
This section defines the general properties of the device type (XML node
993
-
`<Properties>`). The Properties Collect currently does not have any XML
994
-
attributes. The currently defined children nodes of properties collect
995
-
are specified in [table 28](#user-content-table-28).
999
+
`<Properties>`).
996
1000
1001
+
1002
+
1003
+
The currently defined children nodes of properties collect
1004
+
are specified in [table 28](#user-content-table-28).
997
1005
<divid="table-28">
998
1006
999
1007
#### Table 28. *Properties Collect*
@@ -1003,7 +1011,8 @@ are specified in [table 28](#user-content-table-28 ).
1003
1011
|[OperatingTemperature](#user-content-operatingtemperature)| 0 or 1 | Temperature range in which the device can be operated. |
1004
1012
|[Weight](#user-content-weight)| 0 or 1 | Weight of the device including all accessories. |
1005
1013
|[LegHeight](#user-content-legheight)| 0 or 1 | Height of the legs. |
1006
-
1014
+
|[Ratings](#user-content-ratings)| 0 or 1 | Various ratings of the device. |
1015
+
|[Distances](#user-content-distances)| 0 or 1 | Distances from other objects or devices. |
1007
1016
1008
1017
</div>
1009
1018
@@ -1065,6 +1074,42 @@ currently defined XML attributes of the LegHeight are specified in
1065
1074
1066
1075
The LegHeight currently does not have any children.
1067
1076
1077
+
#### Ratings
1078
+
1079
+
This section defines Ratings of the device (XML node `<Ratings>`). The
1080
+
currently defined XML attributes of the Ratings are specified in [table
1081
+
xx](#user-content-table-xx).
1082
+
1083
+
<divid="table-xx">
1084
+
1085
+
#### Table xx. *Ratings Attributes*
1086
+
1087
+
| XML Attribute Name | Value Type | Description |
1088
+
|----|----|----|
1089
+
| IPRating |[String](#user-content-attrtype-string)| Optional. IP Rating of the device in the format of IEC 60529. Example: IP65 |
1090
+
| IKRating |[String](#user-content-attrtype-string)| Optional. IK Rating of the device in the format of IEC 62262. Example: IK10 |
1091
+
1092
+
</div>
1093
+
1094
+
The Ratings currently does not have any children.
1095
+
1096
+
#### Distances
1097
+
1098
+
This section defines information about required distances from the device (XML node
1099
+
`<Distances>`). The currently defined XML attributes of the Distances are
1100
+
specified in [table xx](#user-content-table-xx).
1101
+
1102
+
<divid="table-xx">
1103
+
1104
+
#### Table xx. *Distances Attributes*
1105
+
1106
+
| XML Attribute Name | Value Type | Description |
1107
+
|----|----|----|
1108
+
| DistanceToFlammable |[Float](#user-content-attrtype-float)| Minimum distance from flammable materials of all outer surfaces of the device according to IEC 60598-2-17; Unit: meter; Default value: 0 |
1109
+
1110
+
</div>
1111
+
1112
+
The Distances currently does not have any children.
0 commit comments