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
+41-9Lines changed: 41 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,8 @@ amendments) applies.
86
86
87
87
- IEC 60529 Degrees of protection provided by enclosures (IP Code)
88
88
89
+
- IEC 60598-2-17 Luminaires - Part 2-17: Particular requirements - Luminaires for stage lighting, television and film studios (outdoor and indoor)
90
+
89
91
## Terms and definitions
90
92
91
93
For the purposes of this document, the following terms and definitions
@@ -980,14 +982,6 @@ The color rendering index does not have any children.
980
982
This section defines the general properties of the device type (XML node
981
983
`<Properties>`).
982
984
983
-
The currently defined XML attributes of the
984
-
Properties are specified in [table 29](#user-content-table-29).
985
-
986
-
| XML Attribute Name | Value Type | Description |
987
-
|----|----|----|
988
-
| IPRating |[String](#user-content-attrtype-string)| IP Rating of the device of the format of IEC 60529. Example: IP65 |
989
-
| DistanceToFlammable |[Float](#user-content-attrtype-float)| Minimal distance in meter from flammable objects; Default value: 0 |
990
-
| DistanceToIlluminated |[Float](#user-content-attrtype-float)| Minimal distance in meter from other objects; Default value: 0 |
991
985
992
986
993
987
The currently defined children nodes of properties collect
@@ -1001,7 +995,8 @@ are specified in [table 28](#user-content-table-28 ).
1001
995
|[OperatingTemperature](#user-content-operatingtemperature)| 0 or 1 | Temperature range in which the device can be operated. |
1002
996
|[Weight](#user-content-weight)| 0 or 1 | Weight of the device including all accessories. |
1003
997
|[LegHeight](#user-content-legheight)| 0 or 1 | Height of the legs. |
1004
-
998
+
|[IPRating](#user-content-iprating)| 0 or 1 | IP Rating of the device. |
999
+
|[DistanceToFlammable](#user-content-distancetoflammable)| 0 or 1 | Minimal distance from flammable materials. |
1005
1000
1006
1001
</div>
1007
1002
@@ -1063,6 +1058,43 @@ currently defined XML attributes of the LegHeight are specified in
1063
1058
1064
1059
The LegHeight currently does not have any children.
1065
1060
1061
+
#### IPRating
1062
+
1063
+
This section defines the IP Rating of the device (XML node `<IPRating>`). The
1064
+
currently defined XML attributes of the IP Rating are specified in [table
1065
+
xx](#user-content-table-xx).
1066
+
1067
+
<divid="table-xx">
1068
+
1069
+
#### Table xx. *IPRating Attributes*
1070
+
1071
+
| XML Attribute Name | Value Type | Description |
1072
+
|----|----|----|
1073
+
| Value |[String](#user-content-attrtype-string)| IP Rating of the device in the format of IEC 60529. Example: IP65 |
1074
+
1075
+
</div>
1076
+
1077
+
The IP Rating currently does not have any children.
1078
+
1079
+
1080
+
#### DistanceToFlammable
1081
+
1082
+
This section defines information about distance from flammable materials (XML
1083
+
node `<DistanceToFlammable>`) based on surface temperature of the fixture's
1084
+
housing. The currently defined XML attributes of the Distance To Flammable are
1085
+
specified in [table xx](#user-content-table-xx).
1086
+
1087
+
<divid="table-xx">
1088
+
1089
+
#### Table xx. *DistanceToFlammable Attributes*
1090
+
1091
+
| XML Attribute Name | Value Type | Description |
1092
+
|----|----|----|
1093
+
| Value |[Float](#user-content-attrtype-float)| Minimal distance from flammable materials of all outer surfaces of the device according to IEC 60598-2-17; Unit: meter; Default value: 0 |
1094
+
1095
+
</div>
1096
+
1097
+
The Distance To Flammable currently does not have any children.
0 commit comments