Skip to content

Commit 5d9232e

Browse files
moritzstaffelpetrvanekrobedanielmuellerma
authored
Add additional descriptions of the device (#193)
* Add additional descriptions of the device * Add IP Rating * Add IK Rating * Add Distances - DistanceToFlammable * Make ratings/distances optional --------- Co-authored-by: Petr Vanek <petr.vanek@robe.cz> Co-authored-by: danielmuellerma <44697903+danielmuellerma@users.noreply.github.com>
1 parent e6a35e7 commit 5d9232e

1 file changed

Lines changed: 49 additions & 4 deletions

File tree

gdtf-spec.md

Lines changed: 49 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ amendments) applies.
8484

8585
- [Semantic Versioning 2.0](https://semver.org/)
8686

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+
8793
## Terms and definitions
8894

8995
For the purposes of this document, the following terms and definitions
@@ -990,10 +996,12 @@ The color rendering index does not have any children.
990996
#### General
991997

992998
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>`).
9961000

1001+
1002+
1003+
The currently defined children nodes of properties collect
1004+
are specified in [table 28](#user-content-table-28 ).
9971005
<div id="table-28">
9981006

9991007
#### Table 28. *Properties Collect*
@@ -1003,7 +1011,8 @@ are specified in [table 28](#user-content-table-28 ).
10031011
| [OperatingTemperature](#user-content-operatingtemperature ) | 0 or 1 | Temperature range in which the device can be operated. |
10041012
| [Weight](#user-content-weight ) | 0 or 1 | Weight of the device including all accessories. |
10051013
| [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. |
10071016

10081017
</div>
10091018

@@ -1065,6 +1074,42 @@ currently defined XML attributes of the LegHeight are specified in
10651074

10661075
The LegHeight currently does not have any children.
10671076

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+
<div id="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+
<div id="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.
10681113

10691114
## Model Collect
10701115

0 commit comments

Comments
 (0)