From 9321ba271e25aeffb18af6ab70e2c0d1fb3837e0 Mon Sep 17 00:00:00 2001 From: Petr Vanek Date: Tue, 24 Mar 2026 18:54:58 +0100 Subject: [PATCH 1/3] Add additional descriptions of the device --- gdtf-spec.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/gdtf-spec.md b/gdtf-spec.md index a637977..e2f319e 100644 --- a/gdtf-spec.md +++ b/gdtf-spec.md @@ -84,6 +84,8 @@ amendments) applies. - [Semantic Versioning 2.0](https://semver.org/) +- IEC 60529 Degrees of protection provided by enclosures (IP Code) + ## Terms and definitions For the purposes of this document, the following terms and definitions @@ -976,10 +978,20 @@ The color rendering index does not have any children. #### General This section defines the general properties of the device type (XML node -``). The Properties Collect currently does not have any XML -attributes. The currently defined children nodes of properties collect -are specified in [table 28](#user-content-table-28 ). +``). + +The currently defined XML attributes of the +Properties are specified in [table 29](#user-content-table-29 ). + +| XML Attribute Name | Value Type | Description | +|----|----|----| +| IPRating | [String](#user-content-attrtype-string ) | IP Rating of the device of the format of IEC 60529. Example: IP65 | +| DistanceToFlammable | [Float](#user-content-attrtype-float ) | Minimal distance in meter from flammable objects; Default value: 0 | +| DistanceToIlluminated | [Float](#user-content-attrtype-float ) | Minimal distance in meter from other objects; Default value: 0 | + +The currently defined children nodes of properties collect +are specified in [table 28](#user-content-table-28 ).
#### Table 28. *Properties Collect* From 674e61c9f795ffa0b35135603b9980a8cafb5c67 Mon Sep 17 00:00:00 2001 From: Petr Vanek Date: Tue, 24 Mar 2026 19:34:28 +0100 Subject: [PATCH 2/3] Adjust to children nodes and allow future extending --- gdtf-spec.md | 49 ++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 40 insertions(+), 9 deletions(-) diff --git a/gdtf-spec.md b/gdtf-spec.md index e2f319e..2d8112c 100644 --- a/gdtf-spec.md +++ b/gdtf-spec.md @@ -86,6 +86,8 @@ amendments) applies. - IEC 60529 Degrees of protection provided by enclosures (IP Code) +- IEC 60598-2-17 Luminaires - Part 2-17: Particular requirements - Luminaires for stage lighting, television and film studios (outdoor and indoor) + ## Terms and definitions For the purposes of this document, the following terms and definitions @@ -980,14 +982,6 @@ The color rendering index does not have any children. This section defines the general properties of the device type (XML node ``). -The currently defined XML attributes of the -Properties are specified in [table 29](#user-content-table-29 ). - -| XML Attribute Name | Value Type | Description | -|----|----|----| -| IPRating | [String](#user-content-attrtype-string ) | IP Rating of the device of the format of IEC 60529. Example: IP65 | -| DistanceToFlammable | [Float](#user-content-attrtype-float ) | Minimal distance in meter from flammable objects; Default value: 0 | -| DistanceToIlluminated | [Float](#user-content-attrtype-float ) | Minimal distance in meter from other objects; Default value: 0 | The currently defined children nodes of properties collect @@ -1001,7 +995,8 @@ are specified in [table 28](#user-content-table-28 ). | [OperatingTemperature](#user-content-operatingtemperature ) | 0 or 1 | Temperature range in which the device can be operated. | | [Weight](#user-content-weight ) | 0 or 1 | Weight of the device including all accessories. | | [LegHeight](#user-content-legheight ) | 0 or 1 | Height of the legs. | - +| [Ratings](#user-content-ratings ) | 0 or 1 | Various ratings of the device. | +| [Distances](#user-content-distances ) | 0 or 1 | Distances from other objects or devices. |
@@ -1063,6 +1058,42 @@ currently defined XML attributes of the LegHeight are specified in The LegHeight currently does not have any children. +#### Ratings + +This section defines Ratings of the device (XML node ``). The +currently defined XML attributes of the Ratings are specified in [table +xx](#user-content-table-xx ). + +
+ +#### Table xx. *Ratings Attributes* + +| XML Attribute Name | Value Type | Description | +|----|----|----| +| IPRating | [String](#user-content-attrtype-string ) | IP Rating of the device in the format of IEC 60529. Example: IP65 | + +
+ +The IP Rating currently does not have any children. + + +#### Distances + +This section defines information about required distances from the device (XML node +``). The currently defined XML attributes of the Distances are +specified in [table xx](#user-content-table-xx ). + +
+ +#### Table xx. *Distances Attributes* + +| XML Attribute Name | Value Type | Description | +|----|----|----| +| DistanceToFlammable | [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 | + +
+ +The Distance To Flammable currently does not have any children. ## Model Collect From 6a786cf975522d3c179d909123ef8cc9b984b50f Mon Sep 17 00:00:00 2001 From: Petr Vanek Date: Thu, 2 Apr 2026 14:56:38 +0200 Subject: [PATCH 3/3] Add IK Rating --- gdtf-spec.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gdtf-spec.md b/gdtf-spec.md index 2d8112c..0be352b 100644 --- a/gdtf-spec.md +++ b/gdtf-spec.md @@ -86,6 +86,8 @@ amendments) applies. - IEC 60529 Degrees of protection provided by enclosures (IP Code) +- IEC 62262 Degrees of protection provided by enclosures for electrical equipment against external mechanical impacts (IK code) + - IEC 60598-2-17 Luminaires - Part 2-17: Particular requirements - Luminaires for stage lighting, television and film studios (outdoor and indoor) ## Terms and definitions @@ -1071,11 +1073,11 @@ xx](#user-content-table-xx ). | XML Attribute Name | Value Type | Description | |----|----|----| | IPRating | [String](#user-content-attrtype-string ) | IP Rating of the device in the format of IEC 60529. Example: IP65 | +| IKRating | [String](#user-content-attrtype-string ) | IK Rating of the device in the format of IEC IEC 62262. Example: IP10 | -The IP Rating currently does not have any children. - +The Ratings currently does not have any children. #### Distances @@ -1093,7 +1095,7 @@ specified in [table xx](#user-content-table-xx ). -The Distance To Flammable currently does not have any children. +The Distances currently does not have any children. ## Model Collect