From 20214f22d6b67286523d43f4f727b8cae9998976 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Sun, 1 Jun 2014 20:44:22 +0000 Subject: [PATCH] Add new symbols, thank Ronny git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3095 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- .../domotique/building/beckhoff/qet_directory | 8 + .../building/beckhoff/schema/KL10xx.elmt | 73 ++ .../building/beckhoff/schema/bc9191.elmt | 216 ++++ .../building/beckhoff/schema/qet_directory | 8 + .../beckhoff/verdeelbord/qet_directory | 8 + .../domotique/building/diversen/qet_directory | 8 + .../building/diversen/schema/qet_directory | 8 + .../building/diversen/schema/ups.elmt | 53 + .../diversen/verdeelbord/qet_directory | 8 + .../domotique/building/elsner/qet_directory | 8 + .../building/elsner/schema/qet_directory | 8 + .../building/elsner/verdeelbord/qet_directory | 8 + .../domotique/building/ip/ipsettings.elmt | 47 + .../domotique/building/ip/qet_directory | 8 + .../domotique/building/knx/fysiekadres.elmt | 29 + .../domotique/building/knx/qet_directory | 8 + .../building/knx/voedingen/qet_directory | 8 + .../building/knx/voedingen/voeding-160ma.elmt | 38 + .../building/knx/voedingen/voeding-320ma.elmt | 38 + .../building/knx/voedingen/voeding-640ma.elmt | 40 + .../domotique/building/qet_directory | 8 + .../domotique/building/siemens/qet_directory | 8 + .../building/siemens/schema/n512-11.elmt | 73 ++ .../building/siemens/schema/n512-21.elmt | 74 ++ .../building/siemens/schema/n513-11.elmt | 73 ++ .../building/siemens/schema/n513-21.elmt | 79 ++ .../building/siemens/schema/n562-11.elmt | 73 ++ .../building/siemens/schema/n562-21.elmt | 79 ++ .../building/siemens/schema/qet_directory | 8 + .../siemens/verdeelbord/qet_directory | 8 + .../domotique/building/wago/qet_directory | 8 + .../building/wago/schema/750-430.elmt | 67 + .../building/wago/schema/750-849.elmt | 70 ++ .../building/wago/schema/750-881.elmt | 97 ++ .../building/wago/schema/qet_directory | 8 + .../wago/verdeelbord/750-430_cabinet.elmt | 657 ++++++++++ .../wago/verdeelbord/750-432_cabinet.elmt | 799 ++++++++++++ .../wago/verdeelbord/750-849_cabinet.elmt | 1083 +++++++++++++++++ .../wago/verdeelbord/750-881_cabinet.elmt | 913 ++++++++++++++ .../building/wago/verdeelbord/qet_directory | 8 + .../domotique/building/zennio/qet_directory | 8 + .../building/zennio/schema/qet_directory | 8 + .../building/zennio/verdeelbord/qet_directory | 8 + 43 files changed, 4847 insertions(+) create mode 100644 elements/00automatisme/domotique/building/beckhoff/qet_directory create mode 100644 elements/00automatisme/domotique/building/beckhoff/schema/KL10xx.elmt create mode 100644 elements/00automatisme/domotique/building/beckhoff/schema/bc9191.elmt create mode 100644 elements/00automatisme/domotique/building/beckhoff/schema/qet_directory create mode 100644 elements/00automatisme/domotique/building/beckhoff/verdeelbord/qet_directory create mode 100644 elements/00automatisme/domotique/building/diversen/qet_directory create mode 100644 elements/00automatisme/domotique/building/diversen/schema/qet_directory create mode 100644 elements/00automatisme/domotique/building/diversen/schema/ups.elmt create mode 100644 elements/00automatisme/domotique/building/diversen/verdeelbord/qet_directory create mode 100644 elements/00automatisme/domotique/building/elsner/qet_directory create mode 100644 elements/00automatisme/domotique/building/elsner/schema/qet_directory create mode 100644 elements/00automatisme/domotique/building/elsner/verdeelbord/qet_directory create mode 100644 elements/00automatisme/domotique/building/ip/ipsettings.elmt create mode 100644 elements/00automatisme/domotique/building/ip/qet_directory create mode 100644 elements/00automatisme/domotique/building/knx/fysiekadres.elmt create mode 100644 elements/00automatisme/domotique/building/knx/qet_directory create mode 100644 elements/00automatisme/domotique/building/knx/voedingen/qet_directory create mode 100644 elements/00automatisme/domotique/building/knx/voedingen/voeding-160ma.elmt create mode 100644 elements/00automatisme/domotique/building/knx/voedingen/voeding-320ma.elmt create mode 100644 elements/00automatisme/domotique/building/knx/voedingen/voeding-640ma.elmt create mode 100644 elements/00automatisme/domotique/building/qet_directory create mode 100644 elements/00automatisme/domotique/building/siemens/qet_directory create mode 100644 elements/00automatisme/domotique/building/siemens/schema/n512-11.elmt create mode 100644 elements/00automatisme/domotique/building/siemens/schema/n512-21.elmt create mode 100644 elements/00automatisme/domotique/building/siemens/schema/n513-11.elmt create mode 100644 elements/00automatisme/domotique/building/siemens/schema/n513-21.elmt create mode 100644 elements/00automatisme/domotique/building/siemens/schema/n562-11.elmt create mode 100644 elements/00automatisme/domotique/building/siemens/schema/n562-21.elmt create mode 100644 elements/00automatisme/domotique/building/siemens/schema/qet_directory create mode 100644 elements/00automatisme/domotique/building/siemens/verdeelbord/qet_directory create mode 100644 elements/00automatisme/domotique/building/wago/qet_directory create mode 100644 elements/00automatisme/domotique/building/wago/schema/750-430.elmt create mode 100644 elements/00automatisme/domotique/building/wago/schema/750-849.elmt create mode 100644 elements/00automatisme/domotique/building/wago/schema/750-881.elmt create mode 100644 elements/00automatisme/domotique/building/wago/schema/qet_directory create mode 100644 elements/00automatisme/domotique/building/wago/verdeelbord/750-430_cabinet.elmt create mode 100644 elements/00automatisme/domotique/building/wago/verdeelbord/750-432_cabinet.elmt create mode 100644 elements/00automatisme/domotique/building/wago/verdeelbord/750-849_cabinet.elmt create mode 100644 elements/00automatisme/domotique/building/wago/verdeelbord/750-881_cabinet.elmt create mode 100644 elements/00automatisme/domotique/building/wago/verdeelbord/qet_directory create mode 100644 elements/00automatisme/domotique/building/zennio/qet_directory create mode 100644 elements/00automatisme/domotique/building/zennio/schema/qet_directory create mode 100644 elements/00automatisme/domotique/building/zennio/verdeelbord/qet_directory diff --git a/elements/00automatisme/domotique/building/beckhoff/qet_directory b/elements/00automatisme/domotique/building/beckhoff/qet_directory new file mode 100644 index 000000000..848870952 --- /dev/null +++ b/elements/00automatisme/domotique/building/beckhoff/qet_directory @@ -0,0 +1,8 @@ + + + Beckhoff + Beckhoff + Beckhoff + Beckhoff + + diff --git a/elements/00automatisme/domotique/building/beckhoff/schema/KL10xx.elmt b/elements/00automatisme/domotique/building/beckhoff/schema/KL10xx.elmt new file mode 100644 index 000000000..da4064d91 --- /dev/null +++ b/elements/00automatisme/domotique/building/beckhoff/schema/KL10xx.elmt @@ -0,0 +1,73 @@ + + + Beckhoff KL/KS10xx DI + Beckhoff KL/KS10xx DI + Beckhoff KL/KS10xx DI + Beckhoff KL/KS10xx DI + Beckhoff KL/KS10xx DI + Beckhoff KL/KS10xx DI + Beckhoff KL/KS10xx DI + Beckhoff KL/KS10xx DI + Beckhoff KL/KS10xx DI + Beckhoff KL/KS10xx DI + Beckhoff KL/KS10xx DI + Beckhoff KL/KS10xx DI + + + Author:RDS for QelectroTech + Ref: KL1002 + Ref: KL1012 + Ref: KS1002 + Ref: KS1012 + + + NO + 1 + simple + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/beckhoff/schema/bc9191.elmt b/elements/00automatisme/domotique/building/beckhoff/schema/bc9191.elmt new file mode 100644 index 000000000..5fe52e4f1 --- /dev/null +++ b/elements/00automatisme/domotique/building/beckhoff/schema/bc9191.elmt @@ -0,0 +1,216 @@ + + + Beckhoff BC9191 + Beckhoff BC9191 + Beckhoff BC9191 + Beckhoff BC9191 + Beckhoff BC9191 + Beckhoff BC9191 + Beckhoff BC9191 + Beckhoff BC9191 + Beckhoff BC9191 + Beckhoff BC9191 + Beckhoff BC9191 + Beckhoff BC9191 + + + Author: RDS for QelectroTech + Ref: BC9191-0000 + Ref: BC9191-0100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/beckhoff/schema/qet_directory b/elements/00automatisme/domotique/building/beckhoff/schema/qet_directory new file mode 100644 index 000000000..5cd3bd32c --- /dev/null +++ b/elements/00automatisme/domotique/building/beckhoff/schema/qet_directory @@ -0,0 +1,8 @@ + + + schema + schema + schema + schema + + diff --git a/elements/00automatisme/domotique/building/beckhoff/verdeelbord/qet_directory b/elements/00automatisme/domotique/building/beckhoff/verdeelbord/qet_directory new file mode 100644 index 000000000..619190ccf --- /dev/null +++ b/elements/00automatisme/domotique/building/beckhoff/verdeelbord/qet_directory @@ -0,0 +1,8 @@ + + + verdeelbord + verdeelbord + tableau de distribution + distribution board + + diff --git a/elements/00automatisme/domotique/building/diversen/qet_directory b/elements/00automatisme/domotique/building/diversen/qet_directory new file mode 100644 index 000000000..a0c88f309 --- /dev/null +++ b/elements/00automatisme/domotique/building/diversen/qet_directory @@ -0,0 +1,8 @@ + + + Diversen + Diversen + Miscellaneous + Divers + + diff --git a/elements/00automatisme/domotique/building/diversen/schema/qet_directory b/elements/00automatisme/domotique/building/diversen/schema/qet_directory new file mode 100644 index 000000000..5cd3bd32c --- /dev/null +++ b/elements/00automatisme/domotique/building/diversen/schema/qet_directory @@ -0,0 +1,8 @@ + + + schema + schema + schema + schema + + diff --git a/elements/00automatisme/domotique/building/diversen/schema/ups.elmt b/elements/00automatisme/domotique/building/diversen/schema/ups.elmt new file mode 100644 index 000000000..820ac29b9 --- /dev/null +++ b/elements/00automatisme/domotique/building/diversen/schema/ups.elmt @@ -0,0 +1,53 @@ + + + UPS + UPS + UPS + UPS + + + Author: RDS for QelectroTech + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/diversen/verdeelbord/qet_directory b/elements/00automatisme/domotique/building/diversen/verdeelbord/qet_directory new file mode 100644 index 000000000..619190ccf --- /dev/null +++ b/elements/00automatisme/domotique/building/diversen/verdeelbord/qet_directory @@ -0,0 +1,8 @@ + + + verdeelbord + verdeelbord + tableau de distribution + distribution board + + diff --git a/elements/00automatisme/domotique/building/elsner/qet_directory b/elements/00automatisme/domotique/building/elsner/qet_directory new file mode 100644 index 000000000..4eeb56d99 --- /dev/null +++ b/elements/00automatisme/domotique/building/elsner/qet_directory @@ -0,0 +1,8 @@ + + + Elsner + Elsner + Elsner + Elsner + + diff --git a/elements/00automatisme/domotique/building/elsner/schema/qet_directory b/elements/00automatisme/domotique/building/elsner/schema/qet_directory new file mode 100644 index 000000000..5cd3bd32c --- /dev/null +++ b/elements/00automatisme/domotique/building/elsner/schema/qet_directory @@ -0,0 +1,8 @@ + + + schema + schema + schema + schema + + diff --git a/elements/00automatisme/domotique/building/elsner/verdeelbord/qet_directory b/elements/00automatisme/domotique/building/elsner/verdeelbord/qet_directory new file mode 100644 index 000000000..619190ccf --- /dev/null +++ b/elements/00automatisme/domotique/building/elsner/verdeelbord/qet_directory @@ -0,0 +1,8 @@ + + + verdeelbord + verdeelbord + tableau de distribution + distribution board + + diff --git a/elements/00automatisme/domotique/building/ip/ipsettings.elmt b/elements/00automatisme/domotique/building/ip/ipsettings.elmt new file mode 100644 index 000000000..fd1ae520d --- /dev/null +++ b/elements/00automatisme/domotique/building/ip/ipsettings.elmt @@ -0,0 +1,47 @@ + + + IP settings + IP settings + IP settings + IP settings + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/ip/qet_directory b/elements/00automatisme/domotique/building/ip/qet_directory new file mode 100644 index 000000000..dbb7ac0a2 --- /dev/null +++ b/elements/00automatisme/domotique/building/ip/qet_directory @@ -0,0 +1,8 @@ + + + IP netwerk + IP netwerk + IP réseau + IP network + + diff --git a/elements/00automatisme/domotique/building/knx/fysiekadres.elmt b/elements/00automatisme/domotique/building/knx/fysiekadres.elmt new file mode 100644 index 000000000..fa7a84b4f --- /dev/null +++ b/elements/00automatisme/domotique/building/knx/fysiekadres.elmt @@ -0,0 +1,29 @@ + + + Fysiek adres KNX + Fysiek adres KNX + Physical address KNX + Adresse physique KNX + + + Author: RDS for QelectroTech + + + + NO + 1 + simple + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/knx/qet_directory b/elements/00automatisme/domotique/building/knx/qet_directory new file mode 100644 index 000000000..da014b31e --- /dev/null +++ b/elements/00automatisme/domotique/building/knx/qet_directory @@ -0,0 +1,8 @@ + + + KNX + KNX + KNX + KNX + + diff --git a/elements/00automatisme/domotique/building/knx/voedingen/qet_directory b/elements/00automatisme/domotique/building/knx/voedingen/qet_directory new file mode 100644 index 000000000..51973016b --- /dev/null +++ b/elements/00automatisme/domotique/building/knx/voedingen/qet_directory @@ -0,0 +1,8 @@ + + + Voedingen + Voedingen + Power Supplies + Alimentations + + diff --git a/elements/00automatisme/domotique/building/knx/voedingen/voeding-160ma.elmt b/elements/00automatisme/domotique/building/knx/voedingen/voeding-160ma.elmt new file mode 100644 index 000000000..adb9319f5 --- /dev/null +++ b/elements/00automatisme/domotique/building/knx/voedingen/voeding-160ma.elmt @@ -0,0 +1,38 @@ + + + KNX voeding 160mA + KNX voeding 160mA + KNX power supplies 160mA + KNX alimentations 160mA + + + Author: RDS for QelectroTech + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/knx/voedingen/voeding-320ma.elmt b/elements/00automatisme/domotique/building/knx/voedingen/voeding-320ma.elmt new file mode 100644 index 000000000..abbcd5dd3 --- /dev/null +++ b/elements/00automatisme/domotique/building/knx/voedingen/voeding-320ma.elmt @@ -0,0 +1,38 @@ + + + KNX voeding 320mA + KNX voeding 320mA + KNX power supplies 320mA + KNX alimentations 320mA + + + Author: RDS for QelectroTech + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/knx/voedingen/voeding-640ma.elmt b/elements/00automatisme/domotique/building/knx/voedingen/voeding-640ma.elmt new file mode 100644 index 000000000..b94b8e9d7 --- /dev/null +++ b/elements/00automatisme/domotique/building/knx/voedingen/voeding-640ma.elmt @@ -0,0 +1,40 @@ + + + KNX voeding 640mA + KNX voeding 640mA + KNX power supplies 640mA + KNX alimentations 640mA + + + Author: RDS for QelectroTech + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/qet_directory b/elements/00automatisme/domotique/building/qet_directory new file mode 100644 index 000000000..a93253f42 --- /dev/null +++ b/elements/00automatisme/domotique/building/qet_directory @@ -0,0 +1,8 @@ + + + Building management + Gebouwen beheer + Gebouwen beheer + Gestion d'immeubles + + diff --git a/elements/00automatisme/domotique/building/siemens/qet_directory b/elements/00automatisme/domotique/building/siemens/qet_directory new file mode 100644 index 000000000..558597886 --- /dev/null +++ b/elements/00automatisme/domotique/building/siemens/qet_directory @@ -0,0 +1,8 @@ + + + Siemens + Siemens + Siemens + Siemens + + diff --git a/elements/00automatisme/domotique/building/siemens/schema/n512-11.elmt b/elements/00automatisme/domotique/building/siemens/schema/n512-11.elmt new file mode 100644 index 000000000..7c5e63e23 --- /dev/null +++ b/elements/00automatisme/domotique/building/siemens/schema/n512-11.elmt @@ -0,0 +1,73 @@ + + + N512/11 basis module (max 4 uitbreidingen) + N512/11 basis module (max 4 uitbreidingen) + module de base (max 4 extensions) + basic module (max 4 extensions) + + + Author: RDS for QelectroTech + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/siemens/schema/n512-21.elmt b/elements/00automatisme/domotique/building/siemens/schema/n512-21.elmt new file mode 100644 index 000000000..1f81878a1 --- /dev/null +++ b/elements/00automatisme/domotique/building/siemens/schema/n512-21.elmt @@ -0,0 +1,74 @@ + + + N512/21 uitbreidingsmodule op N512/11 + + Ronny Desmedt + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/siemens/schema/n513-11.elmt b/elements/00automatisme/domotique/building/siemens/schema/n513-11.elmt new file mode 100644 index 000000000..f503eaf60 --- /dev/null +++ b/elements/00automatisme/domotique/building/siemens/schema/n513-11.elmt @@ -0,0 +1,73 @@ + + + N513/11 basis module (max 4 uitbreidingen) + N513/11 basis module (max 4 uitbreidingen) + N513/11 module de base (max 4 extensions) + N513/11 basic module (max 4 extensions) + + + Author: RDS for QelectroTech + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/siemens/schema/n513-21.elmt b/elements/00automatisme/domotique/building/siemens/schema/n513-21.elmt new file mode 100644 index 000000000..831d099c0 --- /dev/null +++ b/elements/00automatisme/domotique/building/siemens/schema/n513-21.elmt @@ -0,0 +1,79 @@ + + + N513/21 uitbreidingsmodule op N513/11 + N513/21 uitbreidingsmodule op N513/11 + N513/21 module d'extension N513/11 + N513/21 expansion module N513/11 + + + Author: RDS for QelectroTech + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/siemens/schema/n562-11.elmt b/elements/00automatisme/domotique/building/siemens/schema/n562-11.elmt new file mode 100644 index 000000000..665010b20 --- /dev/null +++ b/elements/00automatisme/domotique/building/siemens/schema/n562-11.elmt @@ -0,0 +1,73 @@ + + + N562/11 basis module (max 4 uitbreidingen) + N562/11 basis module (max 4 uitbreidingen) + N562/11 module de base (max 4 extensions) + N562/11 basic module (max 4 extensions) + + + Author: RDS for QelectroTech + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/siemens/schema/n562-21.elmt b/elements/00automatisme/domotique/building/siemens/schema/n562-21.elmt new file mode 100644 index 000000000..1e1ea87b5 --- /dev/null +++ b/elements/00automatisme/domotique/building/siemens/schema/n562-21.elmt @@ -0,0 +1,79 @@ + + + N562/21 uitbreidingsmodule op N562/11 + N562/21 uitbreidingsmodule op N562/11 + N562/21 module d'extension N562/11 + N562/21 expansion module N562/11 + + + Author: RDS for QelectroTech + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/siemens/schema/qet_directory b/elements/00automatisme/domotique/building/siemens/schema/qet_directory new file mode 100644 index 000000000..5cd3bd32c --- /dev/null +++ b/elements/00automatisme/domotique/building/siemens/schema/qet_directory @@ -0,0 +1,8 @@ + + + schema + schema + schema + schema + + diff --git a/elements/00automatisme/domotique/building/siemens/verdeelbord/qet_directory b/elements/00automatisme/domotique/building/siemens/verdeelbord/qet_directory new file mode 100644 index 000000000..619190ccf --- /dev/null +++ b/elements/00automatisme/domotique/building/siemens/verdeelbord/qet_directory @@ -0,0 +1,8 @@ + + + verdeelbord + verdeelbord + tableau de distribution + distribution board + + diff --git a/elements/00automatisme/domotique/building/wago/qet_directory b/elements/00automatisme/domotique/building/wago/qet_directory new file mode 100644 index 000000000..a55266e4a --- /dev/null +++ b/elements/00automatisme/domotique/building/wago/qet_directory @@ -0,0 +1,8 @@ + + + Wago + Wago + Wago + Wago + + diff --git a/elements/00automatisme/domotique/building/wago/schema/750-430.elmt b/elements/00automatisme/domotique/building/wago/schema/750-430.elmt new file mode 100644 index 000000000..30fc97a3e --- /dev/null +++ b/elements/00automatisme/domotique/building/wago/schema/750-430.elmt @@ -0,0 +1,67 @@ + + + Wago 750-430 + Wago 750-430 + Wago 750-430 + Wago 750-430 + Wago 750-430 + Wago 750-430 + Wago 750-430 + Wago 750-430 + Wago 750-430 + Wago 750-430 + Wago 750-430 + Wago 750-430 + + + Author: RDS for QelectroTech + Ref: K750-430 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/wago/schema/750-849.elmt b/elements/00automatisme/domotique/building/wago/schema/750-849.elmt new file mode 100644 index 000000000..a7062c982 --- /dev/null +++ b/elements/00automatisme/domotique/building/wago/schema/750-849.elmt @@ -0,0 +1,70 @@ + + + Wago 750-849 + Wago 750-849 + Wago 750-849 + Wago 750-849 + Wago 750-849 + Wago 750-849 + Wago 750-849 + Wago 750-849 + Wago 750-849 + Wago 750-849 + Wago 750-849 + Wago 750-849 + + + Author: RDS for QelectroTech + Ref: 750-849 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/wago/schema/750-881.elmt b/elements/00automatisme/domotique/building/wago/schema/750-881.elmt new file mode 100644 index 000000000..7bb849a16 --- /dev/null +++ b/elements/00automatisme/domotique/building/wago/schema/750-881.elmt @@ -0,0 +1,97 @@ + + + Wago 750-881 + Wago 750-881 + Wago 750-881 + Wago 750-881 + Wago 750-881 + Wago 750-881 + Wago 750-881 + Wago 750-881 + Wago 750-881 + Wago 750-881 + Wago 750-881 + Wago 750-881 + + + Author: RDS for QelectroTech + Ref: 750-881 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/wago/schema/qet_directory b/elements/00automatisme/domotique/building/wago/schema/qet_directory new file mode 100644 index 000000000..5cd3bd32c --- /dev/null +++ b/elements/00automatisme/domotique/building/wago/schema/qet_directory @@ -0,0 +1,8 @@ + + + schema + schema + schema + schema + + diff --git a/elements/00automatisme/domotique/building/wago/verdeelbord/750-430_cabinet.elmt b/elements/00automatisme/domotique/building/wago/verdeelbord/750-430_cabinet.elmt new file mode 100644 index 000000000..3ee27a4d3 --- /dev/null +++ b/elements/00automatisme/domotique/building/wago/verdeelbord/750-430_cabinet.elmt @@ -0,0 +1,657 @@ + + + 750-430 + 750-430 + 750-430 + 750-430 + 750-430 + + + Author: RDS for QelectroTech + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/wago/verdeelbord/750-432_cabinet.elmt b/elements/00automatisme/domotique/building/wago/verdeelbord/750-432_cabinet.elmt new file mode 100644 index 000000000..5205d36a7 --- /dev/null +++ b/elements/00automatisme/domotique/building/wago/verdeelbord/750-432_cabinet.elmt @@ -0,0 +1,799 @@ + + + 750-432 + 750-432 + 750-432 + 750-432 + 750-432 + + + Author: RDS for QelectroTech + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/wago/verdeelbord/750-849_cabinet.elmt b/elements/00automatisme/domotique/building/wago/verdeelbord/750-849_cabinet.elmt new file mode 100644 index 000000000..c90ce2dc2 --- /dev/null +++ b/elements/00automatisme/domotique/building/wago/verdeelbord/750-849_cabinet.elmt @@ -0,0 +1,1083 @@ + + + 750-849 + 750-849 + 750-849 + 750-849 + 750-849 + + + Author: RDS for QelectroTech + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/wago/verdeelbord/750-881_cabinet.elmt b/elements/00automatisme/domotique/building/wago/verdeelbord/750-881_cabinet.elmt new file mode 100644 index 000000000..c7681919c --- /dev/null +++ b/elements/00automatisme/domotique/building/wago/verdeelbord/750-881_cabinet.elmt @@ -0,0 +1,913 @@ + + + 750-881 + 750-881 + 750-881 + 750-881 + 750-881 + + + Author: RDS for QelectroTech + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/elements/00automatisme/domotique/building/wago/verdeelbord/qet_directory b/elements/00automatisme/domotique/building/wago/verdeelbord/qet_directory new file mode 100644 index 000000000..619190ccf --- /dev/null +++ b/elements/00automatisme/domotique/building/wago/verdeelbord/qet_directory @@ -0,0 +1,8 @@ + + + verdeelbord + verdeelbord + tableau de distribution + distribution board + + diff --git a/elements/00automatisme/domotique/building/zennio/qet_directory b/elements/00automatisme/domotique/building/zennio/qet_directory new file mode 100644 index 000000000..c3a380226 --- /dev/null +++ b/elements/00automatisme/domotique/building/zennio/qet_directory @@ -0,0 +1,8 @@ + + + Zennio + Zennio + Zennio + Zennio + + diff --git a/elements/00automatisme/domotique/building/zennio/schema/qet_directory b/elements/00automatisme/domotique/building/zennio/schema/qet_directory new file mode 100644 index 000000000..5cd3bd32c --- /dev/null +++ b/elements/00automatisme/domotique/building/zennio/schema/qet_directory @@ -0,0 +1,8 @@ + + + schema + schema + schema + schema + + diff --git a/elements/00automatisme/domotique/building/zennio/verdeelbord/qet_directory b/elements/00automatisme/domotique/building/zennio/verdeelbord/qet_directory new file mode 100644 index 000000000..619190ccf --- /dev/null +++ b/elements/00automatisme/domotique/building/zennio/verdeelbord/qet_directory @@ -0,0 +1,8 @@ + + + verdeelbord + verdeelbord + tableau de distribution + distribution board + +