mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
40b0b8fb03 |
47
ChangeLog
47
ChangeLog
@@ -1,50 +1,3 @@
|
||||
====== ChangeLog from 0.4 to 0.5 ======
|
||||
In the official collection, there are now 2625 elements, and 418 catégoris for a total of 3043 files.
|
||||
|
||||
* Port to Qt 5 framework
|
||||
* New QSettings native format for config files.
|
||||
* In the diagram editor, the grid is not displayed by default outside the diagram, the minimum zoom is blocked. A button allows you to un-validate this operation.
|
||||
* It is now possible to put the tittle block on the right vertical mode.
|
||||
* The default tittle block can be defined for the next folios of the project.
|
||||
* The summary now takes the font set in the QElectroTech.conf
|
||||
* The floating dock is now operational, variables, actions are taken into account on the fly.
|
||||
* A transformation tool transforms quickly and finely each primitive by handles.
|
||||
* Add UUID tag for element XML.
|
||||
* The database enables faster loading a large number of managing symbols in tables changes pixmaps collections, it no longer compares the modification date of the files but their use UUID attributes to update the cache .
|
||||
* In terms of basic shapes, the transform tool works directly on vectors, it replaces the reduction tool / enlargement that has just been deleted as unnecessary.
|
||||
* Improve Undo command by QPropertyUndoCommand class.
|
||||
|
||||
|
||||
|
||||
====== ChangeLog from 0.3 to 0.4 ======
|
||||
In the official collection, there are now 2298 elements, and 376 catégoris for a total of 2674 files.
|
||||
|
||||
* We have removed the flag '-fno-ipa-sra "This settled the compilation problems on Mac OS X and FreeBSD clang.
|
||||
* The official collection has been redesigned, through the work of Nuri a new structure is in place.
|
||||
* A menu has been added, allowing you to change the application language.
|
||||
* we added a summary creation tool.
|
||||
* Added button "export the nomenclature" transforms data from diagrams to CSV file for spreadsheet.
|
||||
Arun wrote a detailed manual in English.
|
||||
* New tools have been added, they can create mechanical connections and draw cabinets, desks, junction boxes, or areas on the schematic (line tool, rectangle, ellipse, polygon type: respect for style dashes).
|
||||
* An aid in positioning cross, drawing, was added.
|
||||
* The locked state images and basic forms (basic shapes) is now stored in the project.
|
||||
* The "control" during the movement of an element, text field disables snapping to the grid, for free positioning.
|
||||
It is now possible to choose the background folios in white or gray.
|
||||
* Add supports trackpad gestures (multitouch).
|
||||
The dates of the cartridges are now using the short system date and date format according to the language detected setting in the OS.
|
||||
We take advantage of the transition to standard C ++ 11, and a big cleanup in the code was done.
|
||||
* The undo action or redo the undo stack are now animated graphically.
|
||||
When the action save, save as, the status bar displays the name and path of the backup job.
|
||||
Qet is now able to come to load a style sheet (stylesheet) directly from the conf directory.
|
||||
* A DXF export has been added, the entire project folios can be exported in this format.
|
||||
* Added reports folio, Cross references.
|
||||
* Added a variable font size for text of conductors.
|
||||
* Added new properties to all conductors at the same potential, even through referrals.
|
||||
* When several conductors have the same value potential equalization, it is not useful to display on all conductors.
|
||||
* Added button to activates the automatic connection of the conductors of the element when moving it.
|
||||
* Numbering rules are now available for the entire project.
|
||||
Qet detects the Windows version and applies the appropriate graphic style, depending on the version of Windows.
|
||||
|
||||
|
||||
====== ChangeLog from 0.3 rc to 0.3 ======
|
||||
First, the collection of symbols has made a big step forward, with about 1560 new elements.
|
||||
|
||||
48
INSTALL
48
INSTALL
@@ -1,131 +1,131 @@
|
||||
[en]
|
||||
Requirements :
|
||||
libQt5 (see packages libqt5*)
|
||||
libQt4 (see packages libqt4*)
|
||||
cupsys-bsd for printing
|
||||
|
||||
Howto compile :
|
||||
$ qmake (qmake-qt5 for Debian-based systems)
|
||||
$ qmake (qmake-qt4 for Debian-based systems)
|
||||
$ make
|
||||
# umask 0022
|
||||
# make install
|
||||
|
||||
[fr]
|
||||
Pré-requis :
|
||||
libQt5 (paquets libqt5*)
|
||||
libQt4 (paquets libqt4*)
|
||||
cupsys-bsd pour l'impression
|
||||
|
||||
Comment compiler :
|
||||
$ qmake (qmake-qt5 pour les systèmes basés sur Debian)
|
||||
$ qmake (qmake-qt4 pour les systèmes basés sur Debian)
|
||||
$ make
|
||||
# umask 0022
|
||||
# make install
|
||||
|
||||
[ru]
|
||||
Зависимости:
|
||||
libQt5 (пакет libqt5*)
|
||||
libQt4 (пакет libqt4*)
|
||||
cupsys-bsd для печати
|
||||
|
||||
Как компилировать?:
|
||||
$ qmake (qmake-qt5 для систем основанных на Debian)
|
||||
$ qmake (qmake-qt4 для систем основанных на Debian)
|
||||
$ make
|
||||
# umask 0022
|
||||
# make install
|
||||
|
||||
[pt]
|
||||
Dependências:
|
||||
libQt5 (ver pacotes libqt5*)
|
||||
libQt4 (ver pacotes libqt4*)
|
||||
cupsys-bsd para impressão
|
||||
|
||||
Como compilar:
|
||||
$ qmake (qmake-qt5 para sistemas baseados em Debian)
|
||||
$ qmake (qmake-qt4 para sistemas baseados em Debian)
|
||||
$ make
|
||||
# umask 0022
|
||||
# make install
|
||||
|
||||
[es]
|
||||
Dependencias:
|
||||
libQt5 (paquetes libqt5*)
|
||||
libQt4 (paquetes libqt4*)
|
||||
cupsys-bsd para imprimir
|
||||
|
||||
Cómo compilar:
|
||||
$ qmake (qmake-qt5 para los sistemas basados en Debian)
|
||||
$ qmake (qmake-qt4 para los sistemas basados en Debian)
|
||||
$ make
|
||||
# umask 0022
|
||||
# make install
|
||||
|
||||
[ca]
|
||||
Dependències:
|
||||
libQt5 (paquets libqt5*)
|
||||
libQt4 (paquets libqt4*)
|
||||
cupsys-bsd per imprimir
|
||||
|
||||
Com compilar:
|
||||
$ qmake (qmake-qt5 pels sistemes basats en Debian)
|
||||
$ qmake (qmake-qt4 pels sistemes basats en Debian)
|
||||
$ make
|
||||
# umask 0022
|
||||
# make install
|
||||
|
||||
[cs]
|
||||
Požadavky :
|
||||
libQt5 (viz balíček libqt5*)
|
||||
libQt4 (viz balíček libqt4*)
|
||||
cupsys-bsd kvůli tisku
|
||||
|
||||
Jak program sestavit :
|
||||
$ qmake (qmake-qt5 u systémů založených na Debianu)
|
||||
$ qmake (qmake-qt4 u systémů založených na Debianu)
|
||||
$ make
|
||||
# umask 0022
|
||||
# make install
|
||||
|
||||
[pl]
|
||||
Zależności:
|
||||
libQt5 (pakiety libqt5 *)
|
||||
libQt4 (pakiety libqt4 *)
|
||||
cupsys-bsd do druku
|
||||
|
||||
Sposób kompilacji:
|
||||
$ qmake (qmake-qt5 dla systemów opartych na Debianie)
|
||||
$ qmake (qmake-qt4 dla systemów opartych na Debianie)
|
||||
$ make
|
||||
# umask 0022
|
||||
# make install
|
||||
|
||||
[it]
|
||||
Dipendenze:
|
||||
libQt5 (vedi pacchetti libqt5*)
|
||||
libQt4 (vedi pacchetti libqt4*)
|
||||
cupsys-bsd per la stampa
|
||||
|
||||
Come compilare:
|
||||
$ qmake (qmake-qt5 per sistemi basati su Debian)
|
||||
$ qmake (qmake-qt4 per sistemi basati su Debian)
|
||||
$ make
|
||||
# umask 0022
|
||||
# make install
|
||||
|
||||
[el]
|
||||
Απαιτήσεις:
|
||||
libQt5 (δείτε για πακέτα libqt5*)
|
||||
libQt4 (δείτε για πακέτα libqt4*)
|
||||
cupsys-bsd για εκτύπωση
|
||||
|
||||
Πως να το μεταγλωττίσετε:
|
||||
$ qmake (qmake-qt5 για συστήματα βασισμένα σε Debian)
|
||||
$ qmake (qmake-qt4 για συστήματα βασισμένα σε Debian)
|
||||
$ make
|
||||
# umask 0022
|
||||
# make install
|
||||
|
||||
[nl]
|
||||
vereisten:
|
||||
libqt5 (zie pakketten libqt5 *)
|
||||
libqt4 (zie pakketten libqt4 *)
|
||||
cupsys-bsd om af te drukken
|
||||
|
||||
Hoe te compileren:
|
||||
$ Qmake (qmake-qt5 voor Debian-gebaseerde systemen)
|
||||
$ Qmake (qmake-qt4 voor Debian-gebaseerde systemen)
|
||||
$ make
|
||||
# Umask 0022
|
||||
# Make install
|
||||
|
||||
[be]
|
||||
Vereisten:
|
||||
libQt5 (pakketten libqt5*)
|
||||
libQt4 (pakketten libqt4*)
|
||||
cupsys-bsd voor het afdrukken
|
||||
|
||||
Hoe te compileren :
|
||||
$ qmake (qmake-qt5 voor systemen op basis van Debian)
|
||||
$ qmake (qmake-qt4 voor systemen op basis van Debian)
|
||||
$ make
|
||||
# umask 0022
|
||||
# make install
|
||||
|
||||
22
README
22
README
@@ -1,43 +1,43 @@
|
||||
[en]
|
||||
QElectroTech is a Qt5 application to design electric diagrams.
|
||||
QElectroTech is a Qt4 application to design electric diagrams.
|
||||
It uses XML files for elements and diagrams, and includes both a diagram editor, a element editor, and an titleblock editor.
|
||||
|
||||
[fr]
|
||||
QElectroTech est une application Qt5 pour réaliser des schémas électriques.
|
||||
QElectroTech est une application Qt4 pour réaliser des schémas électriques.
|
||||
QET utilise le format XML pour ses éléments et ses schémas et inclut un éditeur de schémas, un éditeur d'élément, ainsi qu'un editeur de cartouche.
|
||||
|
||||
[ru]
|
||||
QElectroTech - приложение написанное на Qt5 и предназначенное для разработки электрических схем.
|
||||
QElectroTech - приложение написанное на Qt4 и предназначенное для разработки электрических схем.
|
||||
Оно использует XML-файлы для элементов и схем, и включает, как редактор схем, так и редактор элементов.
|
||||
|
||||
[pt]
|
||||
QElectroTech é uma aplicação baseada em Qt5 para desenhar esquemas eléctricos.
|
||||
QElectroTech é uma aplicação baseada em Qt4 para desenhar esquemas eléctricos.
|
||||
QET utiliza ficheiros XML para os elementos e para os esquemas e inclui um editor de esquemas e um editor de elementos.
|
||||
|
||||
[es]
|
||||
QElectroTech es una aplicación Qt5 para diseñar esquemas eléctricos.
|
||||
QElectroTech es una aplicación Qt4 para diseñar esquemas eléctricos.
|
||||
Utiliza archivos XML para los elementos y esquemas, e incluye un editor de esquemas y un editor de elemento.
|
||||
|
||||
[cs]
|
||||
QElectroTech je aplikací Qt5 určenou pro návrh nákresů elektrických obvodů.
|
||||
QElectroTech je aplikací Qt4 určenou pro návrh nákresů elektrických obvodů.
|
||||
Pro prvky a nákresy používá soubory XML, a zahrnuje v sobě jak editor nákresů, tak editor prvků.
|
||||
|
||||
[pl]
|
||||
QElectroTech to aplikacja napisana w Qt5, przeznaczona do tworzenia schematów elektrycznych.
|
||||
QElectroTech to aplikacja napisana w Qt4, przeznaczona do tworzenia schematów elektrycznych.
|
||||
Wykorzystuje XML do zapisywania plików elementów i projektów. Posiada edytor schematów i elementów.
|
||||
|
||||
[it]
|
||||
QElectroTech è una applicazione fatta in Qt5 per disegnare schemi elettrici.
|
||||
QElectroTech è una applicazione fatta in Qt4 per disegnare schemi elettrici.
|
||||
QET usa il formato XML per i suoi elementi e schemi, includendo anche un editor per gli stessi.
|
||||
|
||||
[el]
|
||||
Το QElectroTech είναι μια εφαρμογή Qt5 για σχεδίαση ηλεκτρικών διαγραμμάτων.
|
||||
Το QElectroTech είναι μια εφαρμογή Qt4 για σχεδίαση ηλεκτρικών διαγραμμάτων.
|
||||
Χρησιμοποιεί αρχεία XML για στοιχεία και διαγράμματα, και περιλαμβάνει επεξεργαστή διαγραμμάτων καθώς και επεξεργαστή στοιχείων.
|
||||
|
||||
[nl]
|
||||
QElectroTech is een Qt5 applicatie om elektrische schema's te ontwerpen.
|
||||
QElectroTech is een Qt4 applicatie om elektrische schema's te ontwerpen.
|
||||
Het maakt gebruik van XML-bestanden voor elementen en diagrammen, en omvat zowel een diagram bewerker, een element bewerker, en een bloksjabloon bewerker.
|
||||
|
||||
[be]
|
||||
QElectroTech is een Qt5 toepassing voor het maken en beheren van elektrische schema's.
|
||||
QElectroTech is een QT4 toepassing voor het maken en beheren van elektrische schema's.
|
||||
QET gebruikt XML voor de elementen en schema's en omvat een schematische editor, itemeditor, en een titel sjabloon editor.
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
ChangeElementInformationCommand = 1
|
||||
LinkElementCommand = 2
|
||||
ItemResizerCommand = 3
|
||||
ChangeShapeStyleCommand = 4
|
||||
QetShapeGeometryCommand = 5
|
||||
QPropertyUndoCommand = 10 000
|
||||
@@ -1,5 +1,4 @@
|
||||
Type = UserType + ???
|
||||
###DIAGRAM EDITOR###
|
||||
Element + 1000
|
||||
Conductor + 1001
|
||||
Terminal + 1002
|
||||
@@ -11,13 +10,3 @@ DiagramImageItem + 1007
|
||||
QetShapItem + 1008
|
||||
crossRefItem + 1009
|
||||
ElementPrimitiveDecorator + 2200
|
||||
|
||||
###ELEMENT EDITOR###
|
||||
part arc + 1101
|
||||
part ellipse + 1103
|
||||
part Line + 1104
|
||||
part polygon + 1105
|
||||
part terminal + 1106
|
||||
part text + 1107
|
||||
part text field + 1108
|
||||
part rectangle + 1109
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,12 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Beckhoff</name>
|
||||
<name lang="be">Beckhoff</name>
|
||||
<name lang="en">Beckhoff</name>
|
||||
<name lang="fr">Beckhoff</name>
|
||||
<name lang="nl">Beckhoff</name>
|
||||
<name lang="it">Beckhoff</name>
|
||||
<name lang="pl">Beckhoff</name>
|
||||
<name lang="el">Beckhoff</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,73 @@
|
||||
<definition width="510" version="0.4" hotspot_x="36" hotspot_y="50" height="100" type="element" ic="true" orientation="dyyy" link_type="master">
|
||||
<names>
|
||||
<name lang="ar">Beckhoff KL/KS10xx DI</name>
|
||||
<name lang="de">Beckhoff KL/KS10xx DI</name>
|
||||
<name lang="ru">Beckhoff KL/KS10xx DI</name>
|
||||
<name lang="pt">Beckhoff KL/KS10xx DI</name>
|
||||
<name lang="el">Beckhoff KL/KS10xx DI</name>
|
||||
<name lang="en">Beckhoff KL/KS10xx DI</name>
|
||||
<name lang="it">Beckhoff KL/KS10xx DI</name>
|
||||
<name lang="fr">Beckhoff KL/KS10xx DI</name>
|
||||
<name lang="pl">Beckhoff KL/KS10xx DI</name>
|
||||
<name lang="es">Beckhoff KL/KS10xx DI</name>
|
||||
<name lang="nl">Beckhoff KL/KS10xx DI</name>
|
||||
<name lang="cs">Beckhoff KL/KS10xx DI</name>
|
||||
</names>
|
||||
<informations>
|
||||
Author:RDS for QelectroTech
|
||||
Ref: KL1002
|
||||
Ref: KL1012
|
||||
Ref: KS1002
|
||||
Ref: KS1012
|
||||
</informations>
|
||||
<kindInformations>
|
||||
<kindInformation name="state" show="1">NO</kindInformation>
|
||||
<kindInformation name="number" show="1">1</kindInformation>
|
||||
<kindInformation name="type" show="1">simple</kindInformation>
|
||||
<kindInformation name="tempoType" show="0"></kindInformation>
|
||||
</kindInformations>
|
||||
<description>
|
||||
<rect width="480" x="-30" y="-40" antialias="false" height="80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:green" y1="-38.9694" x1="210" y2="38.9669" x2="210"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:green" y1="-39.9694" x1="260" y2="37.9669" x2="260"/>
|
||||
<rect width="53" x="-14.25" y="-36.917" antialias="false" height="13.9673" style="line-style:normal;line-weight:normal;filling:red;color:red"/>
|
||||
<arc width="6" x="207" y="41" antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" angle="-180"/>
|
||||
<text x="-11" y="-26" size="6" color="white" text="KL/KS 10xx"/>
|
||||
<arc width="6" x="257" y="41" antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" angle="-180"/>
|
||||
<arc width="6" x="157" y="41" antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" angle="-84"/>
|
||||
<arc width="6" x="157" y="41" antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-180" angle="-180"/>
|
||||
<rect width="12" x="436.75" y="-38.95" antialias="false" height="78" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
|
||||
<rect width="12" x="-29.25" y="-38.95" antialias="false" height="78" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
|
||||
<text x="446.75" y="12.05" size="6" rotation="270" text="K-BUS"/>
|
||||
<text x="-19.25" y="12.05" size="6" rotation="270" text="K-BUS"/>
|
||||
<text x="381" y="38" size="4" text="PE"/>
|
||||
<text x="341" y="38" size="4" text="0V"/>
|
||||
<text x="281" y="38" size="4" text="+24VDC"/>
|
||||
<text x="241" y="38" size="4" text="DI 2"/>
|
||||
<text x="181" y="38" size="4" text="PE"/>
|
||||
<text x="141" y="38" size="4" text="0V"/>
|
||||
<text x="81" y="38" size="4" text="+24VDC"/>
|
||||
<text x="41" y="38" size="4" text="DI 1"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:green" y1="-39.9694" x1="160" y2="37.9669" x2="160"/>
|
||||
<input x="0" y="1" size="7" rotate="true" text="KL10_"/>
|
||||
<input x="451" y="-27.5" size="9" rotate="true" text="_" tagg="label"/>
|
||||
<input x="451" y="-07.5" size="9" rotate="true" text="_" tagg="comment"/>
|
||||
<input x="451" y="27.5" size="9" rotate="true" text="_" tagg="manufacturer"/>
|
||||
<input x="451" y="47.5" size="9" rotate="true" text="_" tagg="manufacturer-reference"/>
|
||||
<input x="451" y="67.5" size="9" rotate="true" text="_" tagg="machine-manufacturer-reference"/>
|
||||
<terminal x="260" y="-45" nameHidden="1" number="" name="" orientation="n"/>
|
||||
<terminal x="210" y="-45" nameHidden="1" number="" name="" orientation="n"/>
|
||||
<terminal x="40" y="45" nameHidden="0" number="1" name="1" orientation="s"/>
|
||||
<terminal x="80" y="45" nameHidden="0" number="2" name="2" orientation="s"/>
|
||||
<terminal x="140" y="45" nameHidden="0" number="3" name="3" orientation="s"/>
|
||||
<terminal x="180" y="45" nameHidden="0" number="4" name="4" orientation="s"/>
|
||||
<terminal x="240" y="45" nameHidden="0" number="5" name="5" orientation="s"/>
|
||||
<terminal x="280" y="45" nameHidden="0" number="6" name="6" orientation="s"/>
|
||||
<terminal x="340" y="45" nameHidden="0" number="5" name="5" orientation="s"/>
|
||||
<terminal x="380" y="45" nameHidden="0" number="6" name="6" orientation="s"/>
|
||||
<terminal x="160" y="-45" nameHidden="1" number="" name="" orientation="n"/>
|
||||
<terminal x="160" y="41" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="210" y="41" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="260" y="41" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -1,5 +1,5 @@
|
||||
<definition width="860" version="0.4" hotspot_x="82" hotspot_y="50" height="100" type="element" ic="true" orientation="dyyy" link_type="master">
|
||||
<uuid uuid="{75DC218F-374D-4424-9830-FD5ED1601A1A}"/><names>
|
||||
<names>
|
||||
<name lang="ar">Beckhoff BC9191</name>
|
||||
<name lang="de">Beckhoff BC9191</name>
|
||||
<name lang="ru">Beckhoff BC9191</name>
|
||||
@@ -0,0 +1,12 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Schaltzeichen</name>
|
||||
<name lang="be">schema</name>
|
||||
<name lang="el">Σχέδιο</name>
|
||||
<name lang="en">schema</name>
|
||||
<name lang="it">schema</name>
|
||||
<name lang="fr">schema</name>
|
||||
<name lang="nl">schema</name>
|
||||
<name lang="ru">схема</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,12 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Aufbauplanzeichnung</name>
|
||||
<name lang="be">verdeelbord</name>
|
||||
<name lang="nl">verdeelbord</name>
|
||||
<name lang="fr">tableau de distribution</name>
|
||||
<name lang="it">Tabella di distribuzione</name>
|
||||
<name lang="en">distribution board</name>
|
||||
<name lang="el">Πίνακας διανομής</name>
|
||||
<name lang="ru">распределительный щит</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,12 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Diverses</name>
|
||||
<name lang="nl">Diversen</name>
|
||||
<name lang="be">Diversen</name>
|
||||
<name lang="en">Miscellaneous</name>
|
||||
<name lang="fr">Divers</name>
|
||||
<name lang="it">Varie</name>
|
||||
<name lang="pl">Różne</name>
|
||||
<name lang="el">Διάφορα</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,12 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Schaltzeichen</name>
|
||||
<name lang="be">schema</name>
|
||||
<name lang="el">Σχέδιο</name>
|
||||
<name lang="en">schema</name>
|
||||
<name lang="it">schema</name>
|
||||
<name lang="fr">schema</name>
|
||||
<name lang="nl">schema</name>
|
||||
<name lang="ru">схема</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -1,13 +1,10 @@
|
||||
<definition width="220" version="0.4" hotspot_x="98" hotspot_y="43" height="80" type="element" ic="true" orientation="dyyy" link_type="master">
|
||||
<uuid uuid="{F3049D0C-277C-43CA-A56C-0921EC69BF02}"/><names>
|
||||
<names>
|
||||
<name lang="nl">UPS</name>
|
||||
<name lang="be">UPS</name>
|
||||
<name lang="en">UPS</name>
|
||||
<name lang="de">USV</name>
|
||||
<name lang="fr">UPS</name>
|
||||
<name lang="pl">UPS</name>
|
||||
<name lang="it">UPS</name>
|
||||
<name lang="cs">UPS</name>
|
||||
</names>
|
||||
<informations>
|
||||
Author: RDS for QelectroTech
|
||||
@@ -0,0 +1,12 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Aufbauplanzeichnung</name>
|
||||
<name lang="be">verdeelbord</name>
|
||||
<name lang="nl">verdeelbord</name>
|
||||
<name lang="fr">tableau de distribution</name>
|
||||
<name lang="it">Tabella di distribuzione</name>
|
||||
<name lang="en">distribution board</name>
|
||||
<name lang="el">Πίνακας διανομής</name>
|
||||
<name lang="ru">распределительный щит</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,12 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Elsner</name>
|
||||
<name lang="nl">Elsner</name>
|
||||
<name lang="be">Elsner</name>
|
||||
<name lang="fr">Elsner</name>
|
||||
<name lang="it">Elsner</name>
|
||||
<name lang="en">Elsner</name>
|
||||
<name lang="pl">Elsner</name>
|
||||
<name lang="el">Elsner</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,12 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Schaltzeichen</name>
|
||||
<name lang="be">schema</name>
|
||||
<name lang="el">Σχέδιο</name>
|
||||
<name lang="en">schema</name>
|
||||
<name lang="it">schema</name>
|
||||
<name lang="fr">schema</name>
|
||||
<name lang="nl">schema</name>
|
||||
<name lang="ru">схема</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,12 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Aufbauplanzeichnung</name>
|
||||
<name lang="be">verdeelbord</name>
|
||||
<name lang="nl">verdeelbord</name>
|
||||
<name lang="fr">tableau de distribution</name>
|
||||
<name lang="it">Tabella di distribuzione</name>
|
||||
<name lang="en">distribution board</name>
|
||||
<name lang="el">Πίνακας διανομής</name>
|
||||
<name lang="ru">распределительный щит</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
48
elements/00automatisme/domotique/building/ip/ipsettings.elmt
Normal file
48
elements/00automatisme/domotique/building/ip/ipsettings.elmt
Normal file
@@ -0,0 +1,48 @@
|
||||
<definition width="220" version="0.4" hotspot_x="5" hotspot_y="27" height="130" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="nl">IP settings</name>
|
||||
<name lang="be">IP settings</name>
|
||||
<name lang="fr">IP settings</name>
|
||||
<name lang="it">Configurazione IP</name>
|
||||
<name lang="en">IP settings</name>
|
||||
</names>
|
||||
<informations/>
|
||||
<description>
|
||||
<rect width="40" x="160" y="10" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="40" x="80" y="10" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="40" x="120" y="10" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="30" x="10" y="10" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="30" x="10" y="40" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="30" x="10" y="70" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<input x="164" y="20.5" size="9" rotate="true" text="255"/>
|
||||
<rect width="40" x="80" y="40" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="40" x="80" y="70" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<input x="124" y="20.5" size="9" rotate="true" text="255"/>
|
||||
<input x="84" y="20.5" size="9" rotate="true" text="255"/>
|
||||
<rect width="40" x="120" y="40" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="40" x="120" y="70" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="40" x="40" y="10" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="40" x="160" y="70" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="40" x="160" y="40" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<input x="124" y="50.5" size="9" rotate="true" text="255"/>
|
||||
<input x="124" y="80.5" size="9" rotate="true" text="255"/>
|
||||
<input x="84" y="80.5" size="9" rotate="true" text="255"/>
|
||||
<input x="84" y="50.5" size="9" rotate="true" text="255"/>
|
||||
<input x="18" y="20.5" size="4" rotate="true" text="IP"/>
|
||||
<input x="164" y="80.5" size="9" rotate="true" text="255"/>
|
||||
<input x="164" y="50.5" size="9" rotate="true" text="255"/>
|
||||
<rect width="40" x="40" y="70" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="40" x="40" y="40" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<input x="44" y="20.5" size="9" rotate="true" text="255"/>
|
||||
<input x="7" y="80.5" size="4" rotate="true" text="Gateway"/>
|
||||
<input x="7" y="50.5" size="4" rotate="true" text="SUB net"/>
|
||||
<input x="44" y="50.5" size="9" rotate="true" text="255"/>
|
||||
<input x="44" y="80.5" size="9" rotate="true" text="255"/>
|
||||
<rect width="210" x="0" y="0" antialias="false" height="100" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="210" x="0" y="-20" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<input x="33" y="-10.5" size="9" rotate="true" text="NETWERK settings"/>
|
||||
<terminal x="10" y="25" nameHidden="1" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="55" nameHidden="1" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="85" nameHidden="1" number="" name="" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
11
elements/00automatisme/domotique/building/ip/qet_directory
Normal file
11
elements/00automatisme/domotique/building/ip/qet_directory
Normal file
@@ -0,0 +1,11 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">IP-Netzwerk</name>
|
||||
<name lang="nl">IP netwerk</name>
|
||||
<name lang="be">IP netwerk</name>
|
||||
<name lang="fr">IP réseau</name>
|
||||
<name lang="it">Network IP</name>
|
||||
<name lang="en">IP network</name>
|
||||
<name lang="el">Δίκτυο IP</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,30 @@
|
||||
<definition width="120" version="0.4" hotspot_x="6" hotspot_y="25" height="30" link_type="master" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="nl">Fysiek adres KNX</name>
|
||||
<name lang="be">Fysiek adres KNX</name>
|
||||
<name lang="en">Physical address KNX</name>
|
||||
<name lang="fr">Adresse physique KNX</name>
|
||||
<name lang="it">Indirizzo fisico KNX</name>
|
||||
</names>
|
||||
<informations>
|
||||
Author: RDS for QelectroTech
|
||||
|
||||
</informations>
|
||||
<kindInformations>
|
||||
<kindInformation name="state" show="1">NO</kindInformation>
|
||||
<kindInformation name="number" show="1">1</kindInformation>
|
||||
<kindInformation name="type" show="1">simple</kindInformation>
|
||||
<kindInformation name="tempoType" show="0"/>
|
||||
</kindInformations>
|
||||
<description>
|
||||
<rect width="21" x="42" y="-20" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="21" x="21" y="-20" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<input x="70" y="-9.5" size="9" rotate="true" text="001"/>
|
||||
<rect width="46" x="63" y="-20" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<input x="3" y="-9.5" size="9" rotate="true" text="F"/>
|
||||
<input x="41" y="-9.5" size="9" rotate="true" text="01"/>
|
||||
<input x="20" y="-9.5" size="9" rotate="true" text="01"/>
|
||||
<rect width="21" x="0" y="-20" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal x="0" y="-5" nameHidden="24" number="" name="" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
11
elements/00automatisme/domotique/building/knx/qet_directory
Normal file
11
elements/00automatisme/domotique/building/knx/qet_directory
Normal file
@@ -0,0 +1,11 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">KNX</name>
|
||||
<name lang="nl">KNX</name>
|
||||
<name lang="be">KNX</name>
|
||||
<name lang="fr">KNX</name>
|
||||
<name lang="en">KNX</name>
|
||||
<name lang="it">KNX</name>
|
||||
<name lang="el">KNX</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,11 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Versorgungen</name>
|
||||
<name lang="be">Voedingen</name>
|
||||
<name lang="en">Power Supplies</name>
|
||||
<name lang="it">Alimentatori</name>
|
||||
<name lang="fr">Alimentations</name>
|
||||
<name lang="nl">Voedingen</name>
|
||||
<name lang="ru">Источники питания</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -1,11 +1,10 @@
|
||||
<definition width="120" version="0.4" hotspot_x="50" hotspot_y="54" height="100" type="element" ic="true" orientation="dyyy" link_type="master">
|
||||
<uuid uuid="{A0AEC3D4-47D3-4853-AAAF-460353419349}"/><names>
|
||||
<names>
|
||||
<name lang="nl">KNX voeding 160mA</name>
|
||||
<name lang="be">KNX voeding 160mA</name>
|
||||
<name lang="en">KNX power supplies 160mA</name>
|
||||
<name lang="fr">KNX alimentations 160mA</name>
|
||||
<name lang="it">Alimentatore KNX 160mA</name>
|
||||
<name lang="cs">Dodávky elektřiny KNX 160mA</name>
|
||||
</names>
|
||||
<informations>
|
||||
Author: RDS for QelectroTech
|
||||
@@ -1,11 +1,10 @@
|
||||
<definition width="120" version="0.4" hotspot_x="50" hotspot_y="54" height="100" type="element" ic="true" orientation="dyyy"link_type="master">
|
||||
<uuid uuid="{89367A67-60DD-4DBD-BC4F-A5CE9D086CD3}"/><names>
|
||||
<names>
|
||||
<name lang="nl">KNX voeding 320mA</name>
|
||||
<name lang="be">KNX voeding 320mA</name>
|
||||
<name lang="en">KNX power supplies 320mA</name>
|
||||
<name lang="fr">KNX alimentations 320mA</name>
|
||||
<name lang="it">Alimentatore KNX 320mA</name>
|
||||
<name lang="cs">Dodávky elektřiny KNX 320mA</name>
|
||||
</names>
|
||||
<informations>
|
||||
Author: RDS for QelectroTech
|
||||
@@ -1,11 +1,10 @@
|
||||
<definition width="120" version="0.4" hotspot_x="50" hotspot_y="50" height="100" type="element" ic="true" orientation="dyyy" link_type="master">
|
||||
<uuid uuid="{6574C7AB-1C41-4E09-88D9-712ED65F170C}"/><names>
|
||||
<names>
|
||||
<name lang="nl">KNX voeding 640mA</name>
|
||||
<name lang="be">KNX voeding 640mA</name>
|
||||
<name lang="en">KNX power supplies 640mA</name>
|
||||
<name lang="fr">KNX alimentations 640mA</name>
|
||||
<name lang="it">Alimentatore KNX 640mA</name>
|
||||
<name lang="cs">Dodávky elektřiny KNX 640mA</name>
|
||||
</names>
|
||||
<informations>
|
||||
Author: RDS for QelectroTech
|
||||
12
elements/00automatisme/domotique/building/qet_directory
Normal file
12
elements/00automatisme/domotique/building/qet_directory
Normal file
@@ -0,0 +1,12 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="be">Gebouwen beheer</name>
|
||||
<name lang="ru">Строительство</name>
|
||||
<name lang="el">Διαχείριση κτηρίου</name>
|
||||
<name lang="en">Gebäudetechnik</name>
|
||||
<name lang="it">Gestione edifici</name>
|
||||
<name lang="fr">Gestion d'immeubles</name>
|
||||
<name lang="pl">Zarządzanie budynkiem</name>
|
||||
<name lang="nl">Gebouwen beheer</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,11 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Siemens</name>
|
||||
<name lang="nl">Siemens</name>
|
||||
<name lang="be">Siemens</name>
|
||||
<name lang="fr">Siemens</name>
|
||||
<name lang="it">Siemens</name>
|
||||
<name lang="en">Siemens</name>
|
||||
<name lang="el">Siemens</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -1,11 +1,10 @@
|
||||
<definition width="430" version="0.4" hotspot_x="39" hotspot_y="42" height="100" type="element" ic="true" orientation="dyyy" link_type="master">
|
||||
<uuid uuid="{C74ACC5C-527D-45D6-93EF-8EE43B409425}"/><names>
|
||||
<names>
|
||||
<name lang="nl">N512/11 basis module (max 4 uitbreidingen)</name>
|
||||
<name lang="be">N512/11 basis module (max 4 uitbreidingen)</name>
|
||||
<name lang="fr">module de base (max 4 extensions)</name>
|
||||
<name lang="it">Modulo base N512/11</name>
|
||||
<name lang="en">basic module (max 4 extensions)</name>
|
||||
<name lang="cs">Základní modul (nejvíce 4 rozšíření)</name>
|
||||
</names>
|
||||
<informations>
|
||||
Author: RDS for QelectroTech
|
||||
@@ -0,0 +1,75 @@
|
||||
<definition width="440" version="0.4" hotspot_x="43" hotspot_y="42" height="100" type="element" ic="true" orientation="dyyy" link_type="master">
|
||||
<names>
|
||||
<name lang="nl">N512/21 uitbreidingsmodule op N512/11</name>
|
||||
<name lang="it">Modulo N512/21</name>
|
||||
</names>
|
||||
<informations>Ronny Desmedt</informations>
|
||||
<description>
|
||||
<circle x="-23" y="-3" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<rect width="20" x="-30" y="-40" antialias="false" height="70" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="390" x="-30" y="-40" antialias="false" height="80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle x="-23" y="7" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<rect width="20" x="340" y="-40" antialias="false" height="70" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle x="-23" y="17" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="-3" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<text x="281" y="38" size="4" text="3"/>
|
||||
<circle x="-23" y="-23" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="-23" y="-13" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="7" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="-23" y="-33" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="17" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="-23" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="-13" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<text x="241" y="38" size="4" text="L3"/>
|
||||
<text x="181" y="38" size="4" text="2"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="10" x1="275" y2="30" x2="280" y3="40" x3="280"/>
|
||||
<text x="141" y="38" size="4" text="L2"/>
|
||||
<text x="81" y="38" size="4" text="1"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0.808" x1="280" y2="9.208" x2="280"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="39.3165" x1="310" y2="-9.67679" x2="310"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="10" x1="175" y2="30" x2="180" y3="40" x3="180"/>
|
||||
<input x="280" y="18" size="8" text="C"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0.808" x1="180" y2="9.208" x2="180"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="210" y2="-10" x2="310"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="39.3165" x1="210" y2="-9.67679" x2="210"/>
|
||||
<arc width="5" x="277.5" y="4.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-90" angle="-180"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x1="240" y2="0" x2="240"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="10" x1="75" y2="30" x2="80" y3="40" x3="80"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="280" y2="0" x2="240"/>
|
||||
<input x="180" y="18" size="8" text="B"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="110" y2="-10" x2="210"/>
|
||||
<arc width="5" x="177.5" y="4.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-90" angle="-180"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0.808" x1="80" y2="9.208" x2="80"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x1="140" y2="0" x2="140"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="180" y2="0" x2="140"/>
|
||||
<input x="80" y="18" size="8" text="A"/>
|
||||
<arc width="5" x="77.5" y="4.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-90" angle="-180"/>
|
||||
<text x="41" y="38" size="4" text="L1"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-9.06511" x1="10" y2="40.0705" x2="10"/>
|
||||
<input x="363" y="43.5" size="9" rotate="true" text="K_"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="10" y2="-10" x2="110"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="39.3165" x1="110" y2="-9.67679" x2="110"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x1="40" y2="0" x2="40"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="80" y2="0" x2="40"/>
|
||||
<circle x="347" y="-33" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<input x="25" y="-24.5" size="9" rotate="true" text="3x AC 230/400V 16AX C-load load-check"/>
|
||||
<terminal x="-35" y="-30" nameHidden="1" number="" name="" orientation="w"/>
|
||||
<terminal x="-35" y="10" nameHidden="1" number="" name="" orientation="w"/>
|
||||
<terminal x="40" y="45" nameHidden="0" number="1" name="1" orientation="s"/>
|
||||
<terminal x="80" y="45" nameHidden="0" number="2" name="2" orientation="s"/>
|
||||
<terminal x="140" y="45" nameHidden="0" number="3" name="3" orientation="s"/>
|
||||
<terminal x="180" y="45" nameHidden="0" number="4" name="4" orientation="s"/>
|
||||
<terminal x="240" y="45" nameHidden="0" number="5" name="5" orientation="s"/>
|
||||
<terminal x="280" y="45" nameHidden="0" number="6" name="6" orientation="s"/>
|
||||
<terminal x="365" y="-30" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="-20" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="-10" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="0" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="10" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="20" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="-35" y="-20" nameHidden="1" number="" name="" orientation="w"/>
|
||||
<terminal x="-35" y="-10" nameHidden="1" number="" name="" orientation="w"/>
|
||||
<terminal x="-35" y="0" nameHidden="1" number="" name="" orientation="w"/>
|
||||
<terminal x="-35" y="20" nameHidden="1" number="" name="" orientation="w"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,74 @@
|
||||
<definition width="430" version="0.4" hotspot_x="38" hotspot_y="42" height="100" type="element" ic="true" orientation="dyyy" link_type="master">
|
||||
<names>
|
||||
<name lang="nl">N513/11 basis module (max 4 uitbreidingen)</name>
|
||||
<name lang="be">N513/11 basis module (max 4 uitbreidingen)</name>
|
||||
<name lang="fr">N513/11 module de base (max 4 extensions)</name>
|
||||
<name lang="it">Modulo base N513/11</name>
|
||||
<name lang="en">N513/11 basic module (max 4 extensions)</name>
|
||||
</names>
|
||||
<informations>
|
||||
Author: RDS for QelectroTech
|
||||
</informations>
|
||||
<description>
|
||||
<rect width="390" x="-30" y="-40" antialias="false" height="80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="340" y="-40" antialias="false" height="70" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle x="347" y="-3" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<text x="281" y="38" size="4" text="3"/>
|
||||
<circle x="347" y="7" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="17" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="-23" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="-13" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<text x="241" y="38" size="4" text="L3"/>
|
||||
<text x="181" y="38" size="4" text="2"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="10" x1="275" y2="30" x2="280" y3="40" x3="280"/>
|
||||
<text x="141" y="38" size="4" text="L2"/>
|
||||
<text x="81" y="38" size="4" text="1"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0.808" x1="280" y2="9.208" x2="280"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-39.6097" x1="-10" y2="39.5772" x2="-10"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="39.3165" x1="310" y2="-9.67679" x2="310"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="10" x1="175" y2="30" x2="180" y3="40" x3="180"/>
|
||||
<input x="280" y="18" size="8" text="C"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0.808" x1="180" y2="9.208" x2="180"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="210" y2="-10" x2="310"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="39.3165" x1="210" y2="-9.67679" x2="210"/>
|
||||
<arc width="5" x="277.5" y="4.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-90" angle="-180"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x1="240" y2="0" x2="240"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="10" x1="75" y2="30" x2="80" y3="40" x3="80"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="280" y2="0" x2="240"/>
|
||||
<input x="180" y="18" size="8" text="B"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="110" y2="-10" x2="210"/>
|
||||
<arc width="5" x="177.5" y="4.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-90" angle="-180"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0.808" x1="80" y2="9.208" x2="80"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x1="140" y2="0" x2="140"/>
|
||||
<text x="-35" y="-5" size="4" text="+"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="180" y2="0" x2="140"/>
|
||||
<text x="-34" y="15" size="4" text="-"/>
|
||||
<input x="80" y="18" size="8" text="A"/>
|
||||
<arc width="5" x="77.5" y="4.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-90" angle="-180"/>
|
||||
<text x="41" y="38" size="4" text="L1"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-9.06511" x1="10" y2="40.0705" x2="10"/>
|
||||
<rect width="12" x="-26" y="-36" antialias="false" height="72" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<input x="363" y="43.5" size="9" rotate="true" text="K_"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="10" y2="-10" x2="110"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="39.3165" x1="110" y2="-9.67679" x2="110"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x1="40" y2="0" x2="40"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="80" y2="0" x2="40"/>
|
||||
<text x="-17" y="21" size="4" rotation="270" color="white" text="KNX 30V DC"/>
|
||||
<circle x="347" y="-33" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<input x="25" y="-24.5" size="9" rotate="true" text="3x AC 230/400V 20AX C-load load-check"/>
|
||||
<terminal x="-34" y="-10" nameHidden="1" number="" name="" orientation="w"/>
|
||||
<terminal x="-34" y="10" nameHidden="1" number="" name="" orientation="w"/>
|
||||
<terminal x="40" y="45" nameHidden="0" number="1" name="1" orientation="s"/>
|
||||
<terminal x="80" y="45" nameHidden="0" number="2" name="2" orientation="s"/>
|
||||
<terminal x="140" y="45" nameHidden="0" number="3" name="3" orientation="s"/>
|
||||
<terminal x="180" y="45" nameHidden="0" number="4" name="4" orientation="s"/>
|
||||
<terminal x="240" y="45" nameHidden="0" number="5" name="5" orientation="s"/>
|
||||
<terminal x="280" y="45" nameHidden="0" number="6" name="6" orientation="s"/>
|
||||
<terminal x="365" y="-30" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="-20" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="-10" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="0" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="10" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="20" nameHidden="1" number="" name="" orientation="e"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,80 @@
|
||||
<definition width="440" version="0.4" hotspot_x="43" hotspot_y="42" height="100" type="element" ic="true" orientation="dyyy" link_type="master">
|
||||
<names>
|
||||
<name lang="nl">N513/21 uitbreidingsmodule op N513/11</name>
|
||||
<name lang="be">N513/21 uitbreidingsmodule op N513/11</name>
|
||||
<name lang="fr">N513/21 module d'extension N513/11</name>
|
||||
<name lang="it">Modulo espansione N513/21</name>
|
||||
<name lang="en">N513/21 expansion module N513/11</name>
|
||||
</names>
|
||||
<informations>
|
||||
Author: RDS for QelectroTech
|
||||
</informations>
|
||||
<description>
|
||||
<circle x="-23" y="-3" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<rect width="20" x="-30" y="-40" antialias="false" height="70" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="390" x="-30" y="-40" antialias="false" height="80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle x="-23" y="7" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<rect width="20" x="340" y="-40" antialias="false" height="70" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle x="-23" y="17" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="-3" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<text x="281" y="38" size="4" text="3"/>
|
||||
<circle x="-23" y="-23" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="-23" y="-13" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="7" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="-23" y="-33" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="17" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="-23" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="-13" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<text x="241" y="38" size="4" text="L3"/>
|
||||
<text x="181" y="38" size="4" text="2"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="10" x1="275" y2="30" x2="280" y3="40" x3="280"/>
|
||||
<text x="141" y="38" size="4" text="L2"/>
|
||||
<text x="81" y="38" size="4" text="1"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0.808" x1="280" y2="9.208" x2="280"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="39.3165" x1="310" y2="-9.67679" x2="310"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="10" x1="175" y2="30" x2="180" y3="40" x3="180"/>
|
||||
<input x="280" y="18" size="8" text="C"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0.808" x1="180" y2="9.208" x2="180"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="210" y2="-10" x2="310"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="39.3165" x1="210" y2="-9.67679" x2="210"/>
|
||||
<arc width="5" x="277.5" y="4.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-90" angle="-180"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x1="240" y2="0" x2="240"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="10" x1="75" y2="30" x2="80" y3="40" x3="80"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="280" y2="0" x2="240"/>
|
||||
<input x="180" y="18" size="8" text="B"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="110" y2="-10" x2="210"/>
|
||||
<arc width="5" x="177.5" y="4.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-90" angle="-180"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0.808" x1="80" y2="9.208" x2="80"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x1="140" y2="0" x2="140"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="180" y2="0" x2="140"/>
|
||||
<input x="80" y="18" size="8" text="A"/>
|
||||
<arc width="5" x="77.5" y="4.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-90" angle="-180"/>
|
||||
<text x="41" y="38" size="4" text="L1"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-9.06511" x1="10" y2="40.0705" x2="10"/>
|
||||
<input x="363" y="43.5" size="9" rotate="true" text="K_"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="10" y2="-10" x2="110"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="39.3165" x1="110" y2="-9.67679" x2="110"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x1="40" y2="0" x2="40"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="80" y2="0" x2="40"/>
|
||||
<circle x="347" y="-33" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<input x="25" y="-24.5" size="9" rotate="true" text="3x AC 230/400V 20AX C-load load-check"/>
|
||||
<terminal x="-35" y="-30" nameHidden="1" number="" name="" orientation="w"/>
|
||||
<terminal x="-35" y="10" nameHidden="1" number="" name="" orientation="w"/>
|
||||
<terminal x="40" y="45" nameHidden="0" number="1" name="1" orientation="s"/>
|
||||
<terminal x="80" y="45" nameHidden="0" number="2" name="2" orientation="s"/>
|
||||
<terminal x="140" y="45" nameHidden="0" number="3" name="3" orientation="s"/>
|
||||
<terminal x="180" y="45" nameHidden="0" number="4" name="4" orientation="s"/>
|
||||
<terminal x="240" y="45" nameHidden="0" number="5" name="5" orientation="s"/>
|
||||
<terminal x="280" y="45" nameHidden="0" number="6" name="6" orientation="s"/>
|
||||
<terminal x="365" y="-30" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="-20" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="-10" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="0" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="10" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="20" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="-35" y="-20" nameHidden="1" number="" name="" orientation="w"/>
|
||||
<terminal x="-35" y="-10" nameHidden="1" number="" name="" orientation="w"/>
|
||||
<terminal x="-35" y="0" nameHidden="1" number="" name="" orientation="w"/>
|
||||
<terminal x="-35" y="20" nameHidden="1" number="" name="" orientation="w"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,74 @@
|
||||
<definition width="430" version="0.4" hotspot_x="38" hotspot_y="42" height="100" type="element" ic="true" orientation="dyyy" link_type="master">
|
||||
<names>
|
||||
<name lang="nl">N562/11 basis module (max 4 uitbreidingen)</name>
|
||||
<name lang="be">N562/11 basis module (max 4 uitbreidingen)</name>
|
||||
<name lang="fr">N562/11 module de base (max 4 extensions)</name>
|
||||
<name lang="it">Modulo base N562/11</name>
|
||||
<name lang="en">N562/11 basic module (max 4 extensions)</name>
|
||||
</names>
|
||||
<informations>
|
||||
Author: RDS for QelectroTech
|
||||
</informations>
|
||||
<description>
|
||||
<rect width="390" x="-30" y="-40" antialias="false" height="80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="340" y="-40" antialias="false" height="70" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle x="347" y="-3" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<text x="281" y="38" size="4" text="3"/>
|
||||
<circle x="347" y="7" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="17" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="-23" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="-13" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<text x="241" y="38" size="4" text="L3"/>
|
||||
<text x="181" y="38" size="4" text="2"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="10" x1="275" y2="30" x2="280" y3="40" x3="280"/>
|
||||
<text x="141" y="38" size="4" text="L2"/>
|
||||
<text x="81" y="38" size="4" text="1"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0.808" x1="280" y2="9.208" x2="280"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-39.6097" x1="-10" y2="39.5772" x2="-10"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="39.3165" x1="310" y2="-9.67679" x2="310"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="10" x1="175" y2="30" x2="180" y3="40" x3="180"/>
|
||||
<input x="280" y="18" size="8" text="C"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0.808" x1="180" y2="9.208" x2="180"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="210" y2="-10" x2="310"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="39.3165" x1="210" y2="-9.67679" x2="210"/>
|
||||
<arc width="5" x="277.5" y="4.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-90" angle="-180"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x1="240" y2="0" x2="240"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="10" x1="75" y2="30" x2="80" y3="40" x3="80"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="280" y2="0" x2="240"/>
|
||||
<input x="180" y="18" size="8" text="B"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="110" y2="-10" x2="210"/>
|
||||
<arc width="5" x="177.5" y="4.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-90" angle="-180"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0.808" x1="80" y2="9.208" x2="80"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x1="140" y2="0" x2="140"/>
|
||||
<text x="-35" y="-5" size="4" text="+"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="180" y2="0" x2="140"/>
|
||||
<text x="-34" y="15" size="4" text="-"/>
|
||||
<input x="80" y="18" size="8" text="A"/>
|
||||
<arc width="5" x="77.5" y="4.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-90" angle="-180"/>
|
||||
<text x="41" y="38" size="4" text="L1"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-9.06511" x1="10" y2="40.0705" x2="10"/>
|
||||
<rect width="12" x="-26" y="-36" antialias="false" height="72" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<input x="363" y="43.5" size="9" rotate="true" text="K_"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="10" y2="-10" x2="110"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="39.3165" x1="110" y2="-9.67679" x2="110"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x1="40" y2="0" x2="40"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="80" y2="0" x2="40"/>
|
||||
<text x="-17" y="21" size="4" rotation="270" color="white" text="KNX 30V DC"/>
|
||||
<circle x="347" y="-33" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<input x="25" y="-24.5" size="9" rotate="true" text="3x AC 230/400V 10AX C-load load-check"/>
|
||||
<terminal x="-34" y="-10" nameHidden="1" number="" name="" orientation="w"/>
|
||||
<terminal x="-34" y="10" nameHidden="1" number="" name="" orientation="w"/>
|
||||
<terminal x="40" y="45" nameHidden="0" number="1" name="1" orientation="s"/>
|
||||
<terminal x="80" y="45" nameHidden="0" number="2" name="2" orientation="s"/>
|
||||
<terminal x="140" y="45" nameHidden="0" number="3" name="3" orientation="s"/>
|
||||
<terminal x="180" y="45" nameHidden="0" number="4" name="4" orientation="s"/>
|
||||
<terminal x="240" y="45" nameHidden="0" number="5" name="5" orientation="s"/>
|
||||
<terminal x="280" y="45" nameHidden="0" number="6" name="6" orientation="s"/>
|
||||
<terminal x="365" y="-30" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="-20" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="-10" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="0" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="10" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="20" nameHidden="1" number="" name="" orientation="e"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,80 @@
|
||||
<definition width="440" version="0.4" hotspot_x="43" hotspot_y="42" height="100" type="element" ic="true" orientation="dyyy" link_type="master">
|
||||
<names>
|
||||
<name lang="nl">N562/21 uitbreidingsmodule op N562/11</name>
|
||||
<name lang="be">N562/21 uitbreidingsmodule op N562/11</name>
|
||||
<name lang="fr">N562/21 module d'extension N562/11</name>
|
||||
<name lang="it">Modulo estensione N562/21</name>
|
||||
<name lang="en">N562/21 expansion module N562/11</name>
|
||||
</names>
|
||||
<informations>
|
||||
Author: RDS for QelectroTech
|
||||
</informations>
|
||||
<description>
|
||||
<circle x="-23" y="-3" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<rect width="20" x="-30" y="-40" antialias="false" height="70" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="390" x="-30" y="-40" antialias="false" height="80" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle x="-23" y="7" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<rect width="20" x="340" y="-40" antialias="false" height="70" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle x="-23" y="17" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="-3" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<text x="281" y="38" size="4" text="3"/>
|
||||
<circle x="-23" y="-23" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="-23" y="-13" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="7" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="-23" y="-33" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="17" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="-23" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<circle x="347" y="-13" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<text x="241" y="38" size="4" text="L3"/>
|
||||
<text x="181" y="38" size="4" text="2"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="10" x1="275" y2="30" x2="280" y3="40" x3="280"/>
|
||||
<text x="141" y="38" size="4" text="L2"/>
|
||||
<text x="81" y="38" size="4" text="1"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0.808" x1="280" y2="9.208" x2="280"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="39.3165" x1="310" y2="-9.67679" x2="310"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="10" x1="175" y2="30" x2="180" y3="40" x3="180"/>
|
||||
<input x="280" y="18" size="8" text="C"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0.808" x1="180" y2="9.208" x2="180"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="210" y2="-10" x2="310"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="39.3165" x1="210" y2="-9.67679" x2="210"/>
|
||||
<arc width="5" x="277.5" y="4.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-90" angle="-180"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x1="240" y2="0" x2="240"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="10" x1="75" y2="30" x2="80" y3="40" x3="80"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="280" y2="0" x2="240"/>
|
||||
<input x="180" y="18" size="8" text="B"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="110" y2="-10" x2="210"/>
|
||||
<arc width="5" x="177.5" y="4.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-90" angle="-180"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0.808" x1="80" y2="9.208" x2="80"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x1="140" y2="0" x2="140"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="180" y2="0" x2="140"/>
|
||||
<input x="80" y="18" size="8" text="A"/>
|
||||
<arc width="5" x="77.5" y="4.5" antialias="true" height="5" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-90" angle="-180"/>
|
||||
<text x="41" y="38" size="4" text="L1"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-9.06511" x1="10" y2="40.0705" x2="10"/>
|
||||
<input x="363" y="43.5" size="9" rotate="true" text="K_"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="10" y2="-10" x2="110"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="39.3165" x1="110" y2="-9.67679" x2="110"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" x1="40" y2="0" x2="40"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="80" y2="0" x2="40"/>
|
||||
<circle x="347" y="-33" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
|
||||
<input x="25" y="-24.5" size="9" rotate="true" text="3x AC 230/400V 10AX C-load load-check"/>
|
||||
<terminal x="-35" y="-30" nameHidden="1" number="" name="" orientation="w"/>
|
||||
<terminal x="-35" y="10" nameHidden="1" number="" name="" orientation="w"/>
|
||||
<terminal x="40" y="45" nameHidden="0" number="1" name="1" orientation="s"/>
|
||||
<terminal x="80" y="45" nameHidden="0" number="2" name="2" orientation="s"/>
|
||||
<terminal x="140" y="45" nameHidden="0" number="3" name="3" orientation="s"/>
|
||||
<terminal x="180" y="45" nameHidden="0" number="4" name="4" orientation="s"/>
|
||||
<terminal x="240" y="45" nameHidden="0" number="5" name="5" orientation="s"/>
|
||||
<terminal x="280" y="45" nameHidden="0" number="6" name="6" orientation="s"/>
|
||||
<terminal x="365" y="-30" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="-20" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="-10" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="0" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="10" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="365" y="20" nameHidden="1" number="" name="" orientation="e"/>
|
||||
<terminal x="-35" y="-20" nameHidden="1" number="" name="" orientation="w"/>
|
||||
<terminal x="-35" y="-10" nameHidden="1" number="" name="" orientation="w"/>
|
||||
<terminal x="-35" y="0" nameHidden="1" number="" name="" orientation="w"/>
|
||||
<terminal x="-35" y="20" nameHidden="1" number="" name="" orientation="w"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,12 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Schaltzeichen</name>
|
||||
<name lang="be">schema</name>
|
||||
<name lang="el">Σχέδιο</name>
|
||||
<name lang="en">schema</name>
|
||||
<name lang="it">schema</name>
|
||||
<name lang="fr">schema</name>
|
||||
<name lang="nl">schema</name>
|
||||
<name lang="ru">схема</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,12 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Aufbauplanzeichnung</name>
|
||||
<name lang="be">verdeelbord</name>
|
||||
<name lang="nl">verdeelbord</name>
|
||||
<name lang="fr">tableau de distribution</name>
|
||||
<name lang="it">Tabella di distribuzione</name>
|
||||
<name lang="en">distribution board</name>
|
||||
<name lang="el">Πίνακας διανομής</name>
|
||||
<name lang="ru">распределительный щит</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
11
elements/00automatisme/domotique/building/wago/qet_directory
Normal file
11
elements/00automatisme/domotique/building/wago/qet_directory
Normal file
@@ -0,0 +1,11 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Wago</name>
|
||||
<name lang="nl">Wago</name>
|
||||
<name lang="be">Wago</name>
|
||||
<name lang="fr">Wago</name>
|
||||
<name lang="it">Wago</name>
|
||||
<name lang="en">Wago</name>
|
||||
<name lang="el">Wago</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -1,5 +1,5 @@
|
||||
<definition width="510" version="0.4" hotspot_x="36" hotspot_y="50" height="100" type="element" ic="true" orientation="dyyy" link_type="master">
|
||||
<uuid uuid="{AD8F9511-1D1F-4933-A825-78CFEE952B44}"/><names>
|
||||
<names>
|
||||
<name lang="ar">Wago 750-430</name>
|
||||
<name lang="de">Wago 750-430</name>
|
||||
<name lang="ru">Wago 750-430</name>
|
||||
@@ -1,5 +1,5 @@
|
||||
<definition width="290" version="0.4" hotspot_x="82" hotspot_y="50" height="100" type="element" ic="true" orientation="dyyy" link_type="master">
|
||||
<uuid uuid="{F660FCAB-E611-463F-AA25-D8CECB576DA9}"/><names>
|
||||
<names>
|
||||
<name lang="ar">Wago 750-849</name>
|
||||
<name lang="de">Wago 750-849</name>
|
||||
<name lang="ru">Wago 750-849</name>
|
||||
@@ -1,5 +1,5 @@
|
||||
<definition width="290" version="0.4" hotspot_x="82" hotspot_y="50" height="100" type="element" ic="true" orientation="dyyy" link_type="master">
|
||||
<uuid uuid="{202838F1-3D04-4BDC-842D-5E534645CC35}"/><names>
|
||||
<names>
|
||||
<name lang="ar">Wago 750-881</name>
|
||||
<name lang="de">Wago 750-881</name>
|
||||
<name lang="ru">Wago 750-881</name>
|
||||
@@ -0,0 +1,12 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Schaltzeichen</name>
|
||||
<name lang="be">schema</name>
|
||||
<name lang="el">Σχέδιο</name>
|
||||
<name lang="en">schema</name>
|
||||
<name lang="it">schema</name>
|
||||
<name lang="fr">schema</name>
|
||||
<name lang="nl">schema</name>
|
||||
<name lang="ru">схема</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -1,5 +1,5 @@
|
||||
<definition width="340" version="0.4" hotspot_x="113" hotspot_y="11" height="50" type="element" ic="true" orientation="dyyy">
|
||||
<uuid uuid="{36D392AF-1EAA-4E2F-BA60-F64FF45180F6}"/><names>
|
||||
<names>
|
||||
<name lang="de">750-430</name>
|
||||
<name lang="be">750-430</name>
|
||||
<name lang="en">750-430</name>
|
||||
@@ -1,5 +1,5 @@
|
||||
<definition width="340" version="0.4" hotspot_x="113" hotspot_y="11" height="50" type="element" ic="true" orientation="dyyy">
|
||||
<uuid uuid="{2474C843-E380-4189-88DE-A49FB0647E7F}"/><names>
|
||||
<names>
|
||||
<name lang="de">750-432</name>
|
||||
<name lang="be">750-432</name>
|
||||
<name lang="en">750-432</name>
|
||||
@@ -1,5 +1,5 @@
|
||||
<definition width="340" version="0.4" hotspot_x="113" hotspot_y="11" height="160" type="element" ic="true" orientation="dyyy">
|
||||
<uuid uuid="{4121A9C0-CE84-4DC3-8BFA-9C1E5082B616}"/><names>
|
||||
<names>
|
||||
<name lang="de">750-849</name>
|
||||
<name lang="be">750-849</name>
|
||||
<name lang="en">750-849</name>
|
||||
@@ -1,5 +1,5 @@
|
||||
<definition width="340" version="0.4" hotspot_x="113" hotspot_y="10" height="190" type="element" ic="true" orientation="dyyy">
|
||||
<uuid uuid="{9F438560-F198-4F3E-96D8-887B0F339FA1}"/><names>
|
||||
<names>
|
||||
<name lang="de">750-881</name>
|
||||
<name lang="be">750-881</name>
|
||||
<name lang="en">750-881</name>
|
||||
@@ -0,0 +1,12 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Aufbauplanzeichnung</name>
|
||||
<name lang="be">verdeelbord</name>
|
||||
<name lang="nl">verdeelbord</name>
|
||||
<name lang="fr">tableau de distribution</name>
|
||||
<name lang="it">Tabella di distribuzione</name>
|
||||
<name lang="en">distribution board</name>
|
||||
<name lang="el">Πίνακας διανομής</name>
|
||||
<name lang="ru">распределительный щит</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,11 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Zennio</name>
|
||||
<name lang="nl">Zennio</name>
|
||||
<name lang="be">Zennio</name>
|
||||
<name lang="fr">Zennio</name>
|
||||
<name lang="it">Zennio</name>
|
||||
<name lang="en">Zennio</name>
|
||||
<name lang="el">Zennio</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,12 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Schaltzeichen</name>
|
||||
<name lang="be">schema</name>
|
||||
<name lang="el">Σχέδιο</name>
|
||||
<name lang="en">schema</name>
|
||||
<name lang="it">schema</name>
|
||||
<name lang="fr">schema</name>
|
||||
<name lang="nl">schema</name>
|
||||
<name lang="ru">схема</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,12 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="de">Aufbauplanzeichnung</name>
|
||||
<name lang="be">verdeelbord</name>
|
||||
<name lang="nl">verdeelbord</name>
|
||||
<name lang="fr">tableau de distribution</name>
|
||||
<name lang="it">Tabella di distribuzione</name>
|
||||
<name lang="en">distribution board</name>
|
||||
<name lang="el">Πίνακας διανομής</name>
|
||||
<name lang="ru">распределительный щит</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
@@ -0,0 +1,25 @@
|
||||
<definition width="40" version="0.3" hotspot_x="10" hotspot_y="34" height="110" type="element" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="ar">عدّاد طاقة</name>
|
||||
<name lang="el">Μετρητής ενέργειας, Κιλοβατώρες (KWh)</name>
|
||||
<name lang="en">Energy meter with pulse output</name>
|
||||
<name lang="it">Misuratore di Kwh</name>
|
||||
<name lang="fr">Compteur d’énergie à Impulsion</name>
|
||||
<name lang="pl">Licznik energii</name>
|
||||
<name lang="cs">Počítadlo energie</name>
|
||||
<name lang="be">Energie meter met pulse contact</name>
|
||||
</names>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<rect width="32" x="-6" y="-30" antialias="false" height="101" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="32" x="-6" y="-14" antialias="false" height="68" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="15" y="33" size="10" rotation="270" text="kWh"/>
|
||||
<rect width="16" x="2" y="-5" antialias="false" height="48" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<terminal x="0" y="53" orientation="s"/>
|
||||
<terminal x="20" y="53" orientation="s"/>
|
||||
<terminal x="0" y="70" orientation="s"/>
|
||||
<terminal x="20" y="70" orientation="s"/>
|
||||
<terminal x="0" y="-29" orientation="n"/>
|
||||
<terminal x="20" y="-29" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
72
elements/00automatisme/domotique/gce/ecodevices.elmt
Normal file
72
elements/00automatisme/domotique/gce/ecodevices.elmt
Normal file
@@ -0,0 +1,72 @@
|
||||
<definition width="210" version="0.4" hotspot_x="105" hotspot_y="52" height="110" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">ECOdevices</name>
|
||||
<name lang="en">ECOdevices</name>
|
||||
<name lang="it">ECOdevices</name>
|
||||
<name lang="fr">ECOdevices</name>
|
||||
<name lang="pl">ECOdevices</name>
|
||||
<name lang="es">ECOdevices</name>
|
||||
<name lang="cs">ECOdevices</name>
|
||||
<name lang="be">ECOdevices</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<text x="-91" y="7" size="9" text="Eco Devices"/>
|
||||
<rect width="20" x="-54" y="-47" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-74" y="-47" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="6" y="-47" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="200" x="-100" y="-47" antialias="false" height="100" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="58" y="-12" size="6" text="12/24Vcc"/>
|
||||
<rect width="20" x="-94" y="-47" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-14" y="-47" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-54" y="-37" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-74" y="-37" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-94" y="-37" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-14" y="-37" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="-68" y="-29" size="6" text="T2"/>
|
||||
<text x="-90" y="-29" size="6" text="T1"/>
|
||||
<text x="-49" y="-29" size="6" text="T3"/>
|
||||
<rect width="20" x="6" y="-37" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-34" y="-47" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="26" y="-47" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="30" y="-29" size="6" text="C2"/>
|
||||
<text x="-30" y="-29" size="6" text="T4"/>
|
||||
<rect width="20" x="26" y="-37" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-34" y="-37" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="-13" y="-29" size="6" text="GND"/>
|
||||
<rect width="20" x="72" y="-47" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="11" y="-29" size="6" text="C1"/>
|
||||
<rect width="20" x="-42" y="33" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="52" y="-47" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="52" y="-37" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="72" y="-37" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="60" y="-28" size="10" text="-"/>
|
||||
<text x="79" y="-27" size="10" text="+"/>
|
||||
<text x="-93" y="-8" size="9" text="GCE Electronics"/>
|
||||
<input x="-92" y="20.5" size="9" rotate="true" text="IP: ---:---:---:---"/>
|
||||
<rect width="20" x="-92" y="33" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="35" x1="-90" y2="45" x2="-90"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="35" x1="-74.698" y2="35" x2="-89.433"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="35" x1="-74" y2="45" x2="-74"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="45" x1="-87" y2="45" x2="-89"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="45" x1="-77" y2="45" x2="-74"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" x1="-86" y2="45" x2="-86"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" x1="-78" y2="45" x2="-78"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" x1="-78" y2="48" x2="-86"/>
|
||||
<text x="-18" y="47" size="5" text="Reset"/>
|
||||
<circle x="-35" y="40" antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="7"/>
|
||||
<rect width="40" x="52" y="-27" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="66" y="-19" size="6" text="Alim"/>
|
||||
<terminal x="62" y="-47" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="82" y="-47" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-82" y="53" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="-84" y="-47" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-64" y="-47" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-44" y="-47" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-24" y="-47" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-4" y="-47" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="16" y="-47" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="36" y="-47" nameHidden="0" number="" name="" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
91
elements/00automatisme/domotique/gce/ipx800.elmt
Normal file
91
elements/00automatisme/domotique/gce/ipx800.elmt
Normal file
@@ -0,0 +1,91 @@
|
||||
<definition width="170" version="0.3" hotspot_x="83" hotspot_y="50" height="100" type="element" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="fr">IPX800</name>
|
||||
<name lang="ar">IPX800</name>
|
||||
<name lang="de">IPX800</name>
|
||||
<name lang="ru">IPX800</name>
|
||||
<name lang="pt">IPX800</name>
|
||||
<name lang="el">IPX800</name>
|
||||
<name lang="en">IPX800</name>
|
||||
<name lang="it">IPX800</name>
|
||||
<name lang="pl">IPX800</name>
|
||||
<name lang="es">IPX800</name>
|
||||
<name lang="cs">IPX800</name>
|
||||
<name lang="be">IPX800</name>
|
||||
</names>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<input x="23" y="26" size="4" rotate="true" text="LAN"/>
|
||||
<input x="40" y="26" size="4" rotate="true" text="EXT"/>
|
||||
<rect width="160" x="-80" y="-45" antialias="false" height="90" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="160" x="-80" y="-30" antialias="false" height="60" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<input x="-33" y="-32" size="2" rotate="true" text="NC C NO"/>
|
||||
<input x="29" y="-32" size="2" rotate="true" text="NC C NO"/>
|
||||
<input x="-19" y="-32" size="2" rotate="true" text="NC C NO"/>
|
||||
<input x="-32" y="-24" size="4" rotate="true" text="Ch 4 Ch 5 Ch 6"/>
|
||||
<input x="56" y="-24" size="4" rotate="true" text="Alim 12V"/>
|
||||
<input x="-31" y="26.5" size="3" rotate="true" text="1 2 3 4 5 6 7 8 Gnd"/>
|
||||
<input x="15" y="-24" size="4" rotate="true" text="Ch 7 Ch 8"/>
|
||||
<input x="-31" y="19" size="4" rotate="true" text="Digital Input"/>
|
||||
<input x="-66" y="-32" size="2" rotate="true" text="NC C NO"/>
|
||||
<input x="15" y="-32" size="2" rotate="true" text="NC C NO"/>
|
||||
<input x="-5" y="-32" size="2" rotate="true" text="NC C NO"/>
|
||||
<input x="-52" y="-32" size="2" rotate="true" text="NC C NO"/>
|
||||
<input x="-80" y="-32.117" size="2" rotate="true" text="NC C NO"/>
|
||||
<input x="63" y="-33" size="4" rotate="true" text="+ -"/>
|
||||
<input x="-79" y="-24" size="4" rotate="true" text="Ch 1 Ch 2 Ch 3"/>
|
||||
<input x="-79" y="-4.5" size="9" rotate="true" text="IPX-800 V3"/>
|
||||
<input x="-77" y="3" size="4" rotate="true" text="Ethernet Control System"/>
|
||||
<input x="-79" y="-18" size="4" rotate="true" text="Digital Output 10A"/>
|
||||
<input x="-75" y="19" size="4" rotate="true" text="Analog Input"/>
|
||||
<input x="-80" y="26.5" size="3" rotate="true" text="Gnd 1 2 3 4 +3,3V"/>
|
||||
<input x="56" y="26" size="4" rotate="true" text="Alim 12V"/>
|
||||
<input x="35" y="3" size="4" rotate="true" text="GCE Electronics"/>
|
||||
<rect width="2" x="-79" y="-28" antialias="false" height="56" style="line-style:normal;line-weight:none;filling:green;color:black"/>
|
||||
<rect width="37" x="39" y="7" antialias="false" height="3" style="line-style:normal;line-weight:none;filling:green;color:black"/>
|
||||
<terminal x="-74" y="-39" orientation="n"/>
|
||||
<terminal x="-70" y="-39" orientation="n"/>
|
||||
<terminal x="-66" y="-39" orientation="n"/>
|
||||
<terminal x="-60" y="-38.883" orientation="n"/>
|
||||
<terminal x="-56" y="-38.883" orientation="n"/>
|
||||
<terminal x="-52" y="-38.883" orientation="n"/>
|
||||
<terminal x="-46" y="-38.883" orientation="n"/>
|
||||
<terminal x="-42" y="-38.883" orientation="n"/>
|
||||
<terminal x="-38" y="-38.883" orientation="n"/>
|
||||
<terminal x="-27" y="-39" orientation="n"/>
|
||||
<terminal x="-23" y="-39" orientation="n"/>
|
||||
<terminal x="-19" y="-39" orientation="n"/>
|
||||
<terminal x="-13" y="-38.883" orientation="n"/>
|
||||
<terminal x="-9" y="-38.883" orientation="n"/>
|
||||
<terminal x="-5" y="-38.883" orientation="n"/>
|
||||
<terminal x="1" y="-38.883" orientation="n"/>
|
||||
<terminal x="5" y="-38.883" orientation="n"/>
|
||||
<terminal x="9" y="-38.883" orientation="n"/>
|
||||
<terminal x="21" y="-39" orientation="n"/>
|
||||
<terminal x="25" y="-39" orientation="n"/>
|
||||
<terminal x="29" y="-39" orientation="n"/>
|
||||
<terminal x="35" y="-38.883" orientation="n"/>
|
||||
<terminal x="39" y="-38.883" orientation="n"/>
|
||||
<terminal x="43" y="-38.883" orientation="n"/>
|
||||
<terminal x="68" y="-40" orientation="n"/>
|
||||
<terminal x="72" y="-40" orientation="n"/>
|
||||
<terminal x="-26" y="39" orientation="s"/>
|
||||
<terminal x="-22" y="39" orientation="s"/>
|
||||
<terminal x="-18" y="39" orientation="s"/>
|
||||
<terminal x="-14" y="39" orientation="s"/>
|
||||
<terminal x="-10" y="39" orientation="s"/>
|
||||
<terminal x="-6" y="39" orientation="s"/>
|
||||
<terminal x="-2" y="39" orientation="s"/>
|
||||
<terminal x="2" y="39" orientation="s"/>
|
||||
<terminal x="6" y="39" orientation="s"/>
|
||||
<terminal x="-70" y="39" orientation="s"/>
|
||||
<terminal x="-66" y="39" orientation="s"/>
|
||||
<terminal x="-62" y="39" orientation="s"/>
|
||||
<terminal x="-58" y="39" orientation="s"/>
|
||||
<terminal x="-54" y="39" orientation="s"/>
|
||||
<terminal x="-50" y="39" orientation="s"/>
|
||||
<terminal x="32" y="39" orientation="s"/>
|
||||
<terminal x="48" y="39" orientation="s"/>
|
||||
<terminal x="72" y="39" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
290
elements/00automatisme/domotique/gce/ipx800v3.elmt
Normal file
290
elements/00automatisme/domotique/gce/ipx800v3.elmt
Normal file
@@ -0,0 +1,290 @@
|
||||
<definition width="590" version="0.3" hotspot_x="294" hotspot_y="55" height="130" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">IPX800 V3</name>
|
||||
<name lang="en">IPX800 V3</name>
|
||||
<name lang="it">IPX800 V3</name>
|
||||
<name lang="fr">IPX800 V3</name>
|
||||
<name lang="pl">IPX800 V3</name>
|
||||
<name lang="es">IPX800 V3</name>
|
||||
<name lang="cs">IPX800 V3</name>
|
||||
<name lang="nl">IPX800 V3</name>
|
||||
<name lang="be">IPX800 V3</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="-70" y2="1" x2="-83"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="50" y2="1" x2="37"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="-190" y2="1" x2="-203"/>
|
||||
<rect width="579" x="-289" y="-50" antialias="false" height="120" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="249" y="-14" size="6" text="12Vcc"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="-130" y2="2" x2="-143"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="170" y2="1" x2="157"/>
|
||||
<rect width="11" x="85" y="38" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="110" y2="1" x2="97"/>
|
||||
<rect width="11" x="105" y="38" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" x1="90" y2="42" x2="90"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="-10" y2="1" x2="-23"/>
|
||||
<rect width="11" x="125" y="38" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="11" x="145" y="38" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" x1="70" y2="42" x2="70"/>
|
||||
<rect width="20" x="-60" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" x1="50" y2="42" x2="50"/>
|
||||
<rect width="11" x="65" y="38" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="11" x="45" y="38" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="120" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="0" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="60" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="180" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="260" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="168" y="58" size="6" text="8"/>
|
||||
<rect width="20" x="120" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-120" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="11" x="165" y="38" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-160" y="40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-240" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-160" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-60" y="40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-220" y="50" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<input x="-284" y="36.5" size="9" rotate="true" text="Rep Num:"/>
|
||||
<rect width="20" x="-260" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" x1="110" y2="42" x2="110"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" x1="130" y2="42" x2="130"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" x1="150" y2="42" x2="150"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" x1="170" y2="42" x2="170"/>
|
||||
<rect width="20" x="-180" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="241" y="50" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" x1="90" y2="30" x2="90"/>
|
||||
<rect width="20" x="-120" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="40" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-20" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-80" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="180" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="-57" y="48" size="6" text="3.3V"/>
|
||||
<text x="-155" y="48" size="6" text="0V"/>
|
||||
<rect width="20" x="100" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="240" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="160" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="52" x1="243" y2="62" x2="243"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" x1="150" y2="30" x2="150"/>
|
||||
<rect width="20" x="-280" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-200" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-240" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-140" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-260" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-280" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="160" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="52" x1="258.302" y2="52" x2="243.567"/>
|
||||
<rect width="20" x="-200" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-20" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" x1="170" y2="30" x2="170"/>
|
||||
<rect width="20" x="100" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="40" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-80" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="-252" y="-32" size="6" text="1"/>
|
||||
<rect width="20" x="240" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="-276" y="-32" size="6" text="NC"/>
|
||||
<rect width="20" x="40" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-100" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-140" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="52" x1="259" y2="62" x2="259"/>
|
||||
<rect width="20" x="120" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="60" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-140" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="180" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="-235" y="-32" size="6" text="NO"/>
|
||||
<rect width="20" x="0" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" x1="130" y2="30" x2="130"/>
|
||||
<rect width="20" x="260" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-60" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="60" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-180" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-120" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="268" y="-31" size="10" text="-"/>
|
||||
<rect width="20" x="80" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-100" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="20" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="140" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="-250" y2="-29" x2="-250"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" x1="246" y2="62" x2="244"/>
|
||||
<rect width="20" x="-220" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-40" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="20" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" x1="110" y2="30" x2="110"/>
|
||||
<rect width="20" x="-100" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-160" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="-156" y="-32" size="6" text="NC"/>
|
||||
<text x="-36" y="-32" size="6" text="NC"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" x1="50" y2="30" x2="50"/>
|
||||
<text x="246" y="-30" size="10" text="+"/>
|
||||
<text x="-96" y="-32" size="6" text="NC"/>
|
||||
<text x="144" y="-32" size="6" text="NC"/>
|
||||
<rect width="20" x="-60" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="60" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="84" y="-32" size="6" text="NC"/>
|
||||
<text x="24" y="-32" size="6" text="NC"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-230" y2="-30" x2="-230"/>
|
||||
<text x="-216" y="-32" size="6" text="NC"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" x1="256" y2="62" x2="259"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" x1="70" y2="30" x2="70"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-240" y2="0" x2="-230"/>
|
||||
<rect width="20" x="140" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="20" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-100" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-120" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="100" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="80" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-160" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="65" x1="247" y2="62" x2="247"/>
|
||||
<rect width="20" x="-220" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-40" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="65" x1="255" y2="62" x2="255"/>
|
||||
<rect width="20" x="-140" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="40" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="-192" y="-32" size="6" text="2"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" x1="30" y2="30" x2="30"/>
|
||||
<text x="108" y="-32" size="6" text="7"/>
|
||||
<text x="-132" y="-32" size="6" text="3"/>
|
||||
<text x="168" y="-32" size="6" text="8"/>
|
||||
<text x="-12" y="-32" size="6" text="5"/>
|
||||
<text x="48" y="-32" size="6" text="6"/>
|
||||
<text x="-72" y="-32" size="6" text="4"/>
|
||||
<text x="-92" y="58" size="6" text="3"/>
|
||||
<text x="-115" y="-32" size="6" text="NO"/>
|
||||
<text x="-175" y="-32" size="6" text="NO"/>
|
||||
<text x="5" y="-32" size="6" text="NO"/>
|
||||
<rect width="20" x="160" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="65" y="-32" size="6" text="NO"/>
|
||||
<text x="185" y="-32" size="6" text="NO"/>
|
||||
<text x="-55" y="-32" size="6" text="NO"/>
|
||||
<text x="125" y="-32" size="6" text="NO"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-1" x1="-270" y2="-30" x2="-270"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="65" x1="255" y2="65" x2="247"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="50" y2="-29" x2="50"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="-190" y2="-29" x2="-190"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="-130" y2="-29" x2="-130"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="-10" y2="-29" x2="-10"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-259.904" y2="0" x2="-270.089"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="170" y2="-29" x2="170"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="-70" y2="-29" x2="-70"/>
|
||||
<text x="-112" y="58" size="6" text="2"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="110" y2="-29" x2="110"/>
|
||||
<rect width="20" x="20" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-110" y2="-30" x2="-110"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="10" y2="-30" x2="10"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-170" y2="-30" x2="-170"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-50" y2="-30" x2="-50"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="70" y2="-30" x2="70"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="130" y2="-30" x2="130"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="190" y2="-30" x2="190"/>
|
||||
<rect width="20" x="160" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-60" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="-133" y="58" size="6" text="1"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-120" y2="0" x2="-110"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-60" y2="0" x2="-50"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="180" y2="0" x2="190"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="120" y2="0" x2="130"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="60" y2="0" x2="70"/>
|
||||
<text x="68" y="58" size="6" text="3"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-180" y2="0" x2="-170"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="0" y2="0" x2="10"/>
|
||||
<rect width="20" x="-160" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="48" y="58" size="6" text="2"/>
|
||||
<rect width="20" x="-80" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-1" x1="-150" y2="-30" x2="-150"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-1" x1="-210" y2="-30" x2="-210"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-1" x1="150" y2="-30" x2="150"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-1" x1="90" y2="-30" x2="90"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-1" x1="30" y2="-30" x2="30"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-1" x1="-90" y2="-30" x2="-90"/>
|
||||
<rect width="20" x="100" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-1" x1="-30" y2="-30" x2="-30"/>
|
||||
<text x="27" y="58" size="6" text="1"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="100.096" y2="0" x2="89.911"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="160.096" y2="0" x2="149.911"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-199.904" y2="0" x2="-210.089"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-139.904" y2="0" x2="-150.089"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-79.904" y2="0" x2="-90.089"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-19.904" y2="0" x2="-30.089"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="40.096" y2="0" x2="29.911"/>
|
||||
<text x="-157" y="58" size="6" text="Gnd"/>
|
||||
<rect width="20" x="-80" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="180" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="120" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="-53" y="59" size="9" text="+"/>
|
||||
<text x="-72" y="58" size="6" text="4"/>
|
||||
<rect width="20" x="80" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="140" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="128" y="58" size="6" text="6"/>
|
||||
<text x="181" y="58" size="6" text="Com"/>
|
||||
<rect width="20" x="140" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="80" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="108" y="58" size="6" text="5"/>
|
||||
<text x="148" y="58" size="6" text="7"/>
|
||||
<text x="88" y="58" size="6" text="4"/>
|
||||
<rect width="11" x="25" y="38" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" x1="30" y2="42" x2="30"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="30" x1="30" y2="30" x2="190"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="49" x1="190" y2="31" x2="190"/>
|
||||
<text x="-280" y="16" size="9" text="IPX800 V3"/>
|
||||
<input x="-284" y="23.5" size="9" rotate="true" text="IP: ---:---:---:---"/>
|
||||
<rect width="20" x="-270" y="50" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="52" x1="-268" y2="62" x2="-268"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="52" x1="-252.698" y2="52" x2="-267.433"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="52" x1="-252" y2="62" x2="-252"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" x1="-265" y2="62" x2="-267"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" x1="-255" y2="62" x2="-252"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="65" x1="-264" y2="62" x2="-264"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="65" x1="-256" y2="62" x2="-256"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="65" x1="-256" y2="65" x2="-264"/>
|
||||
<text x="223" y="47" size="6" text="Port d'extention
OUT"/>
|
||||
<text x="-196" y="64" size="5" text="Reset"/>
|
||||
<circle x="-213" y="57" antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="7"/>
|
||||
<rect width="40" x="240" y="-30" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="253" y="-22" size="6" text="Alim"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="-250" y2="2" x2="-263"/>
|
||||
<terminal x="-270" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-250" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-230" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-210" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-190" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-170" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-150" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-130" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-110" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-90" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-70" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-50" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-30" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="30" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="50" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="70" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="90" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="110" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="130" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="150" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="170" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="190" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="250" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="270" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="30" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="50" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="70" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="90" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="110" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="130" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="150" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="170" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="190" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="-260" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="251" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="-130" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="-110" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="-90" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="-70" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="-50" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="-150" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
28
elements/00automatisme/domotique/gce/module_fil_pilote.elmt
Normal file
28
elements/00automatisme/domotique/gce/module_fil_pilote.elmt
Normal file
@@ -0,0 +1,28 @@
|
||||
<definition width="50" version="0.4" hotspot_x="25" hotspot_y="29" height="60" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="en">Diodes Module Pilot Wire</name>
|
||||
<name lang="it">Modulo a diodi pilota</name>
|
||||
<name lang="fr">Module Fil Pilote</name>
|
||||
<name lang="pl">Moduł diodowy</name>
|
||||
<name lang="cs">Diodový modul</name>
|
||||
</names>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<input x="8" y="14.5" size="9" rotate="true" text="-"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="6" x1="6" y2="6" x2="14"/>
|
||||
<input x="-12" y="-15" size="6" rotate="true" text="FP"/>
|
||||
<rect width="40" x="-20" y="-20" antialias="false" height="40" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-14" y2="0" x2="-6"/>
|
||||
<polygon x4="-10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-10" y2="6" x2="-14" y3="6" x3="-6" y4="0"/>
|
||||
<polygon x4="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="6" x1="10" y2="0" x2="6" y3="0" x3="14" y4="6"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="14" x1="-10" y2="7" x2="-10"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="10" y2="6" x2="10"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-10" y2="-15" x2="-10"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="10" y2="-6" x2="10"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-6" x1="10" y2="-6" x2="-9"/>
|
||||
<input x="-22" y="15.5" size="9" rotate="true" text="+"/>
|
||||
<terminal x="-10" y="-19" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="19" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="19" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
15
elements/00automatisme/domotique/gce/qet_directory
Normal file
15
elements/00automatisme/domotique/gce/qet_directory
Normal file
@@ -0,0 +1,15 @@
|
||||
<qet-directory>
|
||||
<names>
|
||||
<name lang="cs">GCE_Electronics</name>
|
||||
<name lang="de">GCE_Electronics</name>
|
||||
<name lang="en">GCE_Electronics</name>
|
||||
<name lang="es">GCE_Electronics</name>
|
||||
<name lang="fr">GCE_Electronics</name>
|
||||
<name lang="it">GCE_Electronics</name>
|
||||
<name lang="pl">GCE_Electronics</name>
|
||||
<name lang="pt">GCE_Electronics</name>
|
||||
<name lang="el">GCE_Electronics</name>
|
||||
<name lang="nl">GCE_Electronics</name>
|
||||
<name lang="be">GCE_Electronics</name>
|
||||
</names>
|
||||
</qet-directory>
|
||||
262
elements/00automatisme/domotique/gce/x880v3.elmt
Normal file
262
elements/00automatisme/domotique/gce/x880v3.elmt
Normal file
@@ -0,0 +1,262 @@
|
||||
<definition width="590" version="0.3" hotspot_x="295" hotspot_y="55" height="130" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">X880 V3</name>
|
||||
<name lang="en">X880 V3</name>
|
||||
<name lang="it">X880 V3</name>
|
||||
<name lang="fr">X880 V3</name>
|
||||
<name lang="pl">X880 V3</name>
|
||||
<name lang="es">X880 V3</name>
|
||||
<name lang="cs">X880 V3</name>>
|
||||
<name lang="nl">X880 V3</name>
|
||||
<name lang="be">X880 V3</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<text x="-280" y="48" size="6" text="Port d'extention
IN"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="-70" y2="1" x2="-83"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="50" y2="1" x2="37"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="-190" y2="1" x2="-203"/>
|
||||
<rect width="579" x="-290" y="-50" antialias="false" height="120" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="249" y="-14" size="6" text="12Vcc"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="-130" y2="2" x2="-143"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="170" y2="1" x2="157"/>
|
||||
<rect width="11" x="85" y="38" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="110" y2="1" x2="97"/>
|
||||
<rect width="11" x="105" y="38" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" x1="90" y2="42" x2="90"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="-10" y2="1" x2="-23"/>
|
||||
<rect width="11" x="125" y="38" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="11" x="145" y="38" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" x1="70" y2="42" x2="70"/>
|
||||
<rect width="20" x="-60" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" x1="50" y2="42" x2="50"/>
|
||||
<rect width="11" x="65" y="38" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="11" x="45" y="38" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="120" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="0" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="60" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="180" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="260" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="168" y="58" size="6" text="8"/>
|
||||
<rect width="20" x="120" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-120" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="11" x="165" y="38" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-240" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-220" y="50" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<input x="-284" y="23.5" size="9" rotate="true" text="Rep Num:"/>
|
||||
<rect width="20" x="-260" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" x1="110" y2="42" x2="110"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" x1="130" y2="42" x2="130"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" x1="150" y2="42" x2="150"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" x1="170" y2="42" x2="170"/>
|
||||
<rect width="20" x="-180" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="241" y="50" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" x1="90" y2="30" x2="90"/>
|
||||
<rect width="20" x="40" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-20" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-80" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="180" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="100" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="240" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="160" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="52" x1="243" y2="62" x2="243"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" x1="150" y2="30" x2="150"/>
|
||||
<rect width="20" x="-280" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-200" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-240" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-140" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-260" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-280" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="160" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="52" x1="258.302" y2="52" x2="243.567"/>
|
||||
<rect width="20" x="-200" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-20" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" x1="170" y2="30" x2="170"/>
|
||||
<rect width="20" x="100" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="40" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-80" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="-252" y="-32" size="6" text="1"/>
|
||||
<rect width="20" x="240" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="-276" y="-32" size="6" text="NC"/>
|
||||
<rect width="20" x="40" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-140" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="52" x1="259" y2="62" x2="259"/>
|
||||
<rect width="20" x="120" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="60" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="180" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="-235" y="-32" size="6" text="NO"/>
|
||||
<rect width="20" x="0" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" x1="130" y2="30" x2="130"/>
|
||||
<rect width="20" x="260" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-60" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="60" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-180" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-120" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="268" y="-31" size="10" text="-"/>
|
||||
<rect width="20" x="80" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="20" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="140" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="-250" y2="-29" x2="-250"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" x1="246" y2="62" x2="244"/>
|
||||
<rect width="20" x="-220" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-40" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="20" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" x1="110" y2="30" x2="110"/>
|
||||
<rect width="20" x="-100" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-160" y="-50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="-156" y="-32" size="6" text="NC"/>
|
||||
<text x="-36" y="-32" size="6" text="NC"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" x1="50" y2="30" x2="50"/>
|
||||
<text x="246" y="-30" size="10" text="+"/>
|
||||
<text x="-96" y="-32" size="6" text="NC"/>
|
||||
<text x="144" y="-32" size="6" text="NC"/>
|
||||
<rect width="20" x="60" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="84" y="-32" size="6" text="NC"/>
|
||||
<text x="24" y="-32" size="6" text="NC"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-230" y2="-30" x2="-230"/>
|
||||
<text x="-216" y="-32" size="6" text="NC"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" x1="256" y2="62" x2="259"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" x1="70" y2="30" x2="70"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-240" y2="0" x2="-230"/>
|
||||
<rect width="20" x="140" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="20" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-100" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="100" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="80" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-160" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="65" x1="247" y2="62" x2="247"/>
|
||||
<rect width="20" x="-220" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="-40" y="-40" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="65" x1="255" y2="62" x2="255"/>
|
||||
<rect width="20" x="40" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="-192" y="-32" size="6" text="2"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" x1="30" y2="30" x2="30"/>
|
||||
<text x="108" y="-32" size="6" text="7"/>
|
||||
<text x="-132" y="-32" size="6" text="3"/>
|
||||
<text x="168" y="-32" size="6" text="8"/>
|
||||
<text x="-12" y="-32" size="6" text="5"/>
|
||||
<text x="48" y="-32" size="6" text="6"/>
|
||||
<text x="-72" y="-32" size="6" text="4"/>
|
||||
<text x="-115" y="-32" size="6" text="NO"/>
|
||||
<text x="-175" y="-32" size="6" text="NO"/>
|
||||
<text x="5" y="-32" size="6" text="NO"/>
|
||||
<rect width="20" x="160" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="65" y="-32" size="6" text="NO"/>
|
||||
<text x="185" y="-32" size="6" text="NO"/>
|
||||
<text x="-55" y="-32" size="6" text="NO"/>
|
||||
<text x="125" y="-32" size="6" text="NO"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-1" x1="-270" y2="-30" x2="-270"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="65" x1="255" y2="65" x2="247"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="50" y2="-29" x2="50"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="-190" y2="-29" x2="-190"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="-130" y2="-29" x2="-130"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="-10" y2="-29" x2="-10"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-259.904" y2="0" x2="-270.089"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="170" y2="-29" x2="170"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="-70" y2="-29" x2="-70"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="110" y2="-29" x2="110"/>
|
||||
<rect width="20" x="20" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-110" y2="-30" x2="-110"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="10" y2="-30" x2="10"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-170" y2="-30" x2="-170"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-50" y2="-30" x2="-50"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="70" y2="-30" x2="70"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="130" y2="-30" x2="130"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="190" y2="-30" x2="190"/>
|
||||
<rect width="20" x="160" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-120" y2="0" x2="-110"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-60" y2="0" x2="-50"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="180" y2="0" x2="190"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="120" y2="0" x2="130"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="60" y2="0" x2="70"/>
|
||||
<text x="68" y="58" size="6" text="3"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-180" y2="0" x2="-170"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="0" y2="0" x2="10"/>
|
||||
<text x="48" y="58" size="6" text="2"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-1" x1="-150" y2="-30" x2="-150"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-1" x1="-210" y2="-30" x2="-210"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-1" x1="150" y2="-30" x2="150"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-1" x1="90" y2="-30" x2="90"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-1" x1="30" y2="-30" x2="30"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-1" x1="-90" y2="-30" x2="-90"/>
|
||||
<rect width="20" x="100" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-1" x1="-30" y2="-30" x2="-30"/>
|
||||
<text x="27" y="58" size="6" text="1"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="100.096" y2="0" x2="89.911"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="160.096" y2="0" x2="149.911"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-199.904" y2="0" x2="-210.089"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-139.904" y2="0" x2="-150.089"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-79.904" y2="0" x2="-90.089"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-19.904" y2="0" x2="-30.089"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="40.096" y2="0" x2="29.911"/>
|
||||
<rect width="20" x="180" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="120" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="80" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="140" y="50" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="128" y="58" size="6" text="6"/>
|
||||
<text x="181" y="58" size="6" text="Com"/>
|
||||
<rect width="20" x="140" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="20" x="80" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="108" y="58" size="6" text="5"/>
|
||||
<text x="148" y="58" size="6" text="7"/>
|
||||
<text x="88" y="58" size="6" text="4"/>
|
||||
<rect width="11" x="25" y="38" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" x1="30" y2="42" x2="30"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="30" x1="30" y2="30" x2="190"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="49" x1="190" y2="31" x2="190"/>
|
||||
<text x="-280" y="16" size="9" text="X880 V3"/>
|
||||
<rect width="20" x="-270" y="50" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="52" x1="-268" y2="62" x2="-268"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="52" x1="-252.698" y2="52" x2="-267.433"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="52" x1="-252" y2="62" x2="-252"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" x1="-265" y2="62" x2="-267"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" x1="-255" y2="62" x2="-252"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="65" x1="-264" y2="62" x2="-264"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="65" x1="-256" y2="62" x2="-256"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="65" x1="-256" y2="65" x2="-264"/>
|
||||
<text x="223" y="47" size="6" text="Port d'extention
OUT"/>
|
||||
<text x="-196" y="64" size="5" text="Reset"/>
|
||||
<circle x="-213" y="57" antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="7"/>
|
||||
<rect width="40" x="240" y="-30" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="253" y="-22" size="6" text="Alim"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" x1="-250" y2="2" x2="-263"/>
|
||||
<terminal x="-270" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-250" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-230" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-210" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-190" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-170" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-150" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-130" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-110" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-90" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-70" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-50" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-30" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="30" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="50" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="70" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="90" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="110" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="130" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="150" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="170" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="190" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="250" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="270" y="-50" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="30" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="50" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="70" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="90" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="110" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="130" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="150" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="170" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="190" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="-260" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="251" y="70" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/actionneur/knx_035.elmt
Normal file
37
elements/00automatisme/domotique/knx/actionneur/knx_035.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Ψηφιακή έξοδος, μονή</name>
|
||||
<name lang="en">Binary output, single</name>
|
||||
<name lang="it">Uscita digitale, singola</name>
|
||||
<name lang="fr">sortie numérique</name>
|
||||
<name lang="pl">Wyjście cyfrowe</name>
|
||||
<name lang="es">Salida binaria, unica</name>
|
||||
<name lang="cs">Digitální výstup</name>
|
||||
<name lang="nl">Digitaal uitgang, enkel</name>
|
||||
<name lang="be">Digitaal uitgang, enkel</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="1"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-5" y2="0" x2="0" y3="-3" x3="10"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="15" y2="0" x2="10"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/actionneur/knx_036.elmt
Normal file
37
elements/00automatisme/domotique/knx/actionneur/knx_036.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Ψηφιακή έξοδος, διπλή</name>
|
||||
<name lang="en">Binary output, 2-fold</name>
|
||||
<name lang="it">Uscita digitale, 2 vie</name>
|
||||
<name lang="fr">Deux sorties numériques</name>
|
||||
<name lang="pl">Dwa wyjścia cyfrowe</name>
|
||||
<name lang="es">Dos salidas binarias</name>
|
||||
<name lang="cs">Dva digitální výstupy</name>
|
||||
<name lang="nl">Digitaal uitgang, 2 voudig</name>
|
||||
<name lang="be">Digitaal uitgang, 2 voudig</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="2"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-5" y2="0" x2="0" y3="-3" x3="10"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="15" y2="0" x2="10"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/actionneur/knx_037.elmt
Normal file
37
elements/00automatisme/domotique/knx/actionneur/knx_037.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Ψηφιακή έξοδος, τετραπλή</name>
|
||||
<name lang="en">Binary output, 4-fold</name>
|
||||
<name lang="it">Uscita digitale, 4 vie</name>
|
||||
<name lang="fr">Quatre sorties numériques</name>
|
||||
<name lang="pl">Cztery wyjścia cyfrowe</name>
|
||||
<name lang="es">Cuatro salidas binarias</name>
|
||||
<name lang="cs">Čtyři digitální výstupy</name>
|
||||
<name lang="nl">Digitaal uitgang, 4 voud</name>
|
||||
<name lang="be">Digitaal uitgang, 4 voud</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="4"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-5" y2="0" x2="0" y3="-3" x3="10"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="15" y2="0" x2="10"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
35
elements/00automatisme/domotique/knx/actionneur/knx_038.elmt
Normal file
35
elements/00automatisme/domotique/knx/actionneur/knx_038.elmt
Normal file
@@ -0,0 +1,35 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Αναλογική έξοδος, μονή</name>
|
||||
<name lang="en">Analog output, single</name>
|
||||
<name lang="it">Uscita analogica, 1 vie</name>
|
||||
<name lang="fr">Sortie analogique</name>
|
||||
<name lang="pl">Wyjście analogowe</name>
|
||||
<name lang="es">Salida analógica, unica</name>
|
||||
<name lang="cs">Analogový výstup</name>
|
||||
<name lang="nl">Analoog uitgang, enkel</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<polygon x4="15" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="2" x1="15" y2="-4" x2="15" y3="2" x3="-7" y4="2"/>
|
||||
<text x="11" y="11" size="6" text="1"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
35
elements/00automatisme/domotique/knx/actionneur/knx_039.elmt
Normal file
35
elements/00automatisme/domotique/knx/actionneur/knx_039.elmt
Normal file
@@ -0,0 +1,35 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Αναλογική έξοδος, διπλή</name>
|
||||
<name lang="en">Analog output, 2-fold</name>
|
||||
<name lang="it">Uscita analogica, 2 vie</name>
|
||||
<name lang="fr">Deux sorties analogiques</name>
|
||||
<name lang="pl">Dwa wyjścia analogowe</name>
|
||||
<name lang="es">Dos salidas analógicas</name>
|
||||
<name lang="cs">Dva analogové výstupy</name>
|
||||
<name lang="nl">Analoog uitgang, 2 voud</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<polygon x4="15" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="2" x1="15" y2="-4" x2="15" y3="2" x3="-7" y4="2"/>
|
||||
<text x="11" y="11" size="6" text="2"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
35
elements/00automatisme/domotique/knx/actionneur/knx_040.elmt
Normal file
35
elements/00automatisme/domotique/knx/actionneur/knx_040.elmt
Normal file
@@ -0,0 +1,35 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Αναλογική έξοδος, τετραπλή</name>
|
||||
<name lang="en">Analog output, 4-fold</name>
|
||||
<name lang="it">Uscita analogica, 4 vie</name>
|
||||
<name lang="fr">Quatre sorties analogiques</name>
|
||||
<name lang="pl">Cztery wyjścia analogowe</name>
|
||||
<name lang="es">Cuatro salidas analógicas</name>
|
||||
<name lang="cs">Čtyři analogové výstupy</name>
|
||||
<name lang="nl">Analoog uitgang, 4 voud</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<polygon x4="15" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="2" x1="15" y2="-4" x2="15" y3="2" x3="-7" y4="2"/>
|
||||
<text x="11" y="11" size="6" text="4"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
35
elements/00automatisme/domotique/knx/actionneur/knx_041.elmt
Normal file
35
elements/00automatisme/domotique/knx/actionneur/knx_041.elmt
Normal file
@@ -0,0 +1,35 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Αναλογική έξοδος. γενικά</name>
|
||||
<name lang="en">Analog output, general</name>
|
||||
<name lang="it">Uscita analogica, generica</name>
|
||||
<name lang="fr">Sortie analogique, symbole général</name>
|
||||
<name lang="pl">Wyjście analogowe, symbol ogólny</name>
|
||||
<name lang="es">Salida analógica,genérica</name>
|
||||
<name lang="cs">Analogový výstup, obecný symbol</name>
|
||||
<name lang="nl">Analoog uitgang, standaard</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<polygon x4="15" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="2" x1="15" y2="-4" x2="15" y3="2" x3="-7" y4="2"/>
|
||||
<text x="11" y="11" size="6" text="n"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
36
elements/00automatisme/domotique/knx/actionneur/knx_047.elmt
Normal file
36
elements/00automatisme/domotique/knx/actionneur/knx_047.elmt
Normal file
@@ -0,0 +1,36 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Ψηφιακή έξοδος, τριπλή</name>
|
||||
<name lang="en">Binary output, 3-fold</name>
|
||||
<name lang="it">Uscita digitale, 3 vie</name>
|
||||
<name lang="fr">Trois sorties analogiques</name>
|
||||
<name lang="pl">Trzy wyjścia analogowe</name>
|
||||
<name lang="es">Tres salidas analógicas</name>
|
||||
<name lang="cs">Tři analogové výstupy</name>
|
||||
<name lang="nl">Digitaal uitgang, 3 voud</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="3"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-5" y2="0" x2="0" y3="-3" x3="10"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="15" y2="0" x2="10"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/actionneur/knx_048.elmt
Normal file
37
elements/00automatisme/domotique/knx/actionneur/knx_048.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Ψηφιακή έξοδος, γενικά</name>
|
||||
<name lang="en">Binary output, general</name>
|
||||
<name lang="it">Uscita digitale, generica</name>
|
||||
<name lang="fr">Sortie analogique, symbole général</name>
|
||||
<name lang="pl">Wyjście analogowe, symbol ogólny</name>
|
||||
<name lang="es">Salida analógica, genérica</name>
|
||||
<name lang="cs">Digitální výstup, obecný symbol</name>
|
||||
<name lang="nl">Digitaal uitgang, standaard</name>
|
||||
<name lang="be">Digitaal uitgang, algemeen</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="n"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-5" y2="0" x2="0" y3="-3" x3="10"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="15" y2="0" x2="10"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
38
elements/00automatisme/domotique/knx/actionneur/knx_049.elmt
Normal file
38
elements/00automatisme/domotique/knx/actionneur/knx_049.elmt
Normal file
@@ -0,0 +1,38 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="en">Shutter actuator, single</name>
|
||||
<name lang="it">Attuatore tapparella, 1 via</name>
|
||||
<name lang="fr">Actionneur d'obturation</name>
|
||||
<name lang="pl">Sterownik żaluzji</name>
|
||||
<name lang="es">Accionador de obturación, 1 via</name>
|
||||
<name lang="cs">Ovladač žaluzií/okenic, jednokanálový</name>
|
||||
<name lang="nl">jaloezie, enkel</name>
|
||||
<name lang="be">jaloezie, enkel</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="-6" y="7.5" size="5" rotate="true" text="1"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-3" y2="0" x2="5"/>
|
||||
<circle x="0" y="-1" antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-2" x1="4" y2="-2" x2="13"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="2" x1="4" y2="2" x2="13"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
38
elements/00automatisme/domotique/knx/actionneur/knx_050.elmt
Normal file
38
elements/00automatisme/domotique/knx/actionneur/knx_050.elmt
Normal file
@@ -0,0 +1,38 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="en">Shutter actuator, 2-fold</name>
|
||||
<name lang="it">Attuatore tapparella, 2 vie</name>
|
||||
<name lang="fr">Commande de l'obturateur, deux canaux</name>
|
||||
<name lang="pl">Sterownik żaluzji, dwukanałowy</name>
|
||||
<name lang="es">Accionador de obturación, 2 vias</name>
|
||||
<name lang="cs">Ovladač žaluzií, dvoukanálový</name>
|
||||
<name lang="nl">Jaloezie, dubbel</name>
|
||||
<name lang="be">Jaloezie, dubbel</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="-5" y="7.5" size="5" rotate="true" text="2"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-2" y2="0" x2="6"/>
|
||||
<circle x="1" y="-1" antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-2" x1="5" y2="-2" x2="14"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="2" x1="5" y2="2" x2="14"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
39
elements/00automatisme/domotique/knx/actionneur/knx_062.elmt
Normal file
39
elements/00automatisme/domotique/knx/actionneur/knx_062.elmt
Normal file
@@ -0,0 +1,39 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Ηλεκτριβαλβίδα</name>
|
||||
<name lang="en">Valve</name>
|
||||
<name lang="it">Comando valvola</name>
|
||||
<name lang="fr">commande de vanne</name>
|
||||
<name lang="pl">Zawór regulacyjny</name>
|
||||
<name lang="es">Válvula de control</name>
|
||||
<name lang="cs">Regulační ventil</name>
|
||||
<name lang="nl">klep</name>
|
||||
<name lang="be">klep</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle x="5.5" y="-4.5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="9"/>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<text x="7" y="2.5" size="5" text="M"/>
|
||||
<polygon x4="10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-8" x1="10" y2="-8" x2="-8" y3="-13" x3="10" y4="-8"/>
|
||||
<polygon x4="16" y5="7" x5="4" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="7" x1="4" y2="13" x2="4" y3="7" x3="16" y4="13"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="5" x1="10" y2="9" x2="10"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
31
elements/00automatisme/domotique/knx/actionneur/knx_068.elmt
Normal file
31
elements/00automatisme/domotique/knx/actionneur/knx_068.elmt
Normal file
@@ -0,0 +1,31 @@
|
||||
<definition width="40" version="0.4" hotspot_x="15" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Μονή ψηφιακή έξοδος</name>
|
||||
<name lang="en">Binary Output module single</name>
|
||||
<name lang="it">Uscita digitale, 1 via</name>
|
||||
<name lang="fr">Sortie numérique</name>
|
||||
<name lang="pl">Wyjście cyfrowe</name>
|
||||
<name lang="es">Salida binaria</name>
|
||||
<name lang="nl">Digitaal uitgang module, enkel</name>
|
||||
<name lang="cs">Digitální výstup</name>
|
||||
<name lang="be">Digitaal uitgang module, enkel</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="1"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-5" y2="0" x2="0" y3="-3" x3="10"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="15" y2="0" x2="10"/>
|
||||
<terminal x="-10" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-10" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-10" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
38
elements/00automatisme/domotique/knx/actionneur/knx_071.elmt
Normal file
38
elements/00automatisme/domotique/knx/actionneur/knx_071.elmt
Normal file
@@ -0,0 +1,38 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Ηλεκτρική θερμάστρα</name>
|
||||
<name lang="en">Electrical Heater</name>
|
||||
<name lang="it">Riscaldatore elettrico</name>
|
||||
<name lang="fr">Chauffage électrique</name>
|
||||
<name lang="pl">Ogrzewacz elektryczny</name>
|
||||
<name lang="es">Calentador eléctrico</name>
|
||||
<name lang="cs">Elektrický ohřívač</name>
|
||||
<name lang="nl">Elektrische verwarming</name>
|
||||
<name lang="be">Elektrische verwarming</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-8" x1="-5" y2="-8" x2="0" y3="-11" x3="10"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-8" x1="15" y2="-8" x2="10"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<text x="10" y="12" size="6" text="T"/>
|
||||
<polygon x4="-5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="2" x1="-5" y2="2" x2="15" y3="-3" x3="15" y4="2"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/actionneur/knx_072.elmt
Normal file
37
elements/00automatisme/domotique/knx/actionneur/knx_072.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Ψηφιακή έξοδος, εξαπλή</name>
|
||||
<name lang="en">Binary output, 6-fold</name>
|
||||
<name lang="it">Uscita digitale, 6 vie</name>
|
||||
<name lang="fr">Six sorties numériques</name>
|
||||
<name lang="pl">Sześć wyjść cyfrowych</name>
|
||||
<name lang="es">Seis salidas binárias</name>
|
||||
<name lang="cs">Šest digitálních výstupů</name>
|
||||
<name lang="nl">Digitaal uitgang, 6 voudig</name>
|
||||
<name lang="be">Digitaal uitgang, 6 voudig</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="6"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-5" y2="0" x2="0" y3="-3" x3="10"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="15" y2="0" x2="10"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,57 @@
|
||||
<definition width="180" version="0.3" hotspot_x="20" hotspot_y="37" height="60" type="element" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="en">Actuator 6SX10A</name>
|
||||
<name lang="it">Attuatore zennio 6sx10a</name>
|
||||
<name lang="fr">Actionneur zennio 6sx10a</name>
|
||||
<name lang="pl">6SX10A</name>
|
||||
<name lang="es">Actuador 6sx10a</name>
|
||||
<name lang="cs">Ovladač 6SX10A</name>
|
||||
<name lang="nl">Actuator 6SX10A</name>
|
||||
<name lang="be">Actuator 6SX10A</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="170" x="-15" y="-35" antialias="false" height="50" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="155" y2="0" x2="120" y3="15" x3="120"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="130" y2="19" x2="130"/>
|
||||
<polygon x4="8" y5="-5" x5="8" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-5" x1="-8" y2="0" x2="-4" y3="0" x3="4" y4="-5"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="14.95" x1="149.95" y2="18.95" x2="149.95"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="10" y2="14" x2="10"/>
|
||||
<polygon x4="98" y5="-5" x5="98" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-5" x1="82" y2="0" x2="86" y3="0" x3="94" y4="-5"/>
|
||||
<polygon x4="48" y5="-5" x5="48" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-5" x1="32" y2="0" x2="36" y3="0" x3="44" y4="-5"/>
|
||||
<text x="130" y="-4" size="6" text="BUS"/>
|
||||
<text x="96" y="14" size="4" text="6"/>
|
||||
<text x="75" y="14" size="4" text="5"/>
|
||||
<text x="46" y="14" size="4" text="4"/>
|
||||
<text x="-14" y="14" size="4" text="1"/>
|
||||
<text x="-5" y="14" size="4" text="A"/>
|
||||
<text x="85" y="14" size="4" text="C"/>
|
||||
<text x="6" y="14" size="4" text="2"/>
|
||||
<text x="36" y="14" size="4" text="B"/>
|
||||
<text x="26" y="14" size="4" text="3"/>
|
||||
<text x="147" y="13" size="9" text="-"/>
|
||||
<text x="125" y="13" size="9" text="+"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="1" x1="140" y2="14" x2="140"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-10" y2="14" x2="-10"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="0" y2="14" x2="0"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="100" y2="14" x2="100"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="50" y2="14" x2="50"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="80" y2="14" x2="80"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="30" y2="14" x2="30"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="90" y2="14" x2="90"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="40" y2="14" x2="40"/>
|
||||
<input x="21" y="-20.5" size="6" rotate="true" text="ACTIONNEUR 6SX10A"/>
|
||||
<terminal x="-10" y="15" orientation="s"/>
|
||||
<terminal x="0" y="15" orientation="s"/>
|
||||
<terminal x="10" y="15" orientation="s"/>
|
||||
<terminal x="30" y="15" orientation="s"/>
|
||||
<terminal x="40" y="15" orientation="s"/>
|
||||
<terminal x="50" y="15" orientation="s"/>
|
||||
<terminal x="80" y="15" orientation="s"/>
|
||||
<terminal x="90" y="15" orientation="s"/>
|
||||
<terminal x="100" y="15" orientation="s"/>
|
||||
<terminal x="130" y="19" orientation="s"/>
|
||||
<terminal x="150" y="19" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
36
elements/00automatisme/domotique/knx/capteurs/knx_012.elmt
Normal file
36
elements/00automatisme/domotique/knx/capteurs/knx_012.elmt
Normal file
@@ -0,0 +1,36 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Αισθητήρας θερμοκρασίας</name>
|
||||
<name lang="en">Temperature sensor</name>
|
||||
<name lang="it">Sensore di temperatura</name>
|
||||
<name lang="fr">Capteur de temperature</name>
|
||||
<name lang="pl">Czujnik temperatury</name>
|
||||
<name lang="es">Sensor de temperatura</name>
|
||||
<name lang="cs">Teplotní čidlo</name>
|
||||
<name lang="nl">Temperatuur sensor</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="1"/>
|
||||
<input x="10" y="8.5" size="5" rotate="true" text="T"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
36
elements/00automatisme/domotique/knx/capteurs/knx_013.elmt
Normal file
36
elements/00automatisme/domotique/knx/capteurs/knx_013.elmt
Normal file
@@ -0,0 +1,36 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Αισθητήρας ταχύτητας ανέμου</name>
|
||||
<name lang="en">Wind speed sensor</name>
|
||||
<name lang="it">Sensore anemometro</name>
|
||||
<name lang="fr">Capteur vitesse vent</name>
|
||||
<name lang="pl">Czujnik prędkości wiatru</name>
|
||||
<name lang="es">Sensor de velocidad de viento</name>
|
||||
<name lang="cs">Čidlo rychlosti větru</name>
|
||||
<name lang="nl">Wind snelheid sensor</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="1"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<input x="1" y="8.5" size="5" rotate="true" text="m/s"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
36
elements/00automatisme/domotique/knx/capteurs/knx_014.elmt
Normal file
36
elements/00automatisme/domotique/knx/capteurs/knx_014.elmt
Normal file
@@ -0,0 +1,36 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="19" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Αισθητήρας φωτεινότητας</name>
|
||||
<name lang="en">Brightness sensor</name>
|
||||
<name lang="it">Sensore di luminosità</name>
|
||||
<name lang="fr">Capteur de luminuosité</name>
|
||||
<name lang="pl">Czujnik natężenia oświetlenia</name>
|
||||
<name lang="es">Sensor de brillo, luminancia</name>
|
||||
<name lang="cs">Světelnostní čidlo</name>
|
||||
<name lang="nl">Licht sensor</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="1"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<input x="9" y="10.5" size="5" rotate="true" text="lx"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
36
elements/00automatisme/domotique/knx/capteurs/knx_015.elmt
Normal file
36
elements/00automatisme/domotique/knx/capteurs/knx_015.elmt
Normal file
@@ -0,0 +1,36 @@
|
||||
<definition width="50" version="0.3" hotspot_x="24" hotspot_y="19" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Αισθητήρας Κίνησης</name>
|
||||
<name lang="en">Movement sensor</name>
|
||||
<name lang="it">Sensore infrarosso</name>
|
||||
<name lang="fr">capteur de mouvements</name>
|
||||
<name lang="pl">Czujnik ruchu (pasywny czujnik podczerwieni)</name>
|
||||
<name lang="es">Sensor de movimiento</name>
|
||||
<name lang="cs">Čidlo pohybu</name>
|
||||
<name lang="nl">Bewegings sensor</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="1"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<input x="4" y="10.5" size="5" rotate="true" text="PIR"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
35
elements/00automatisme/domotique/knx/capteurs/knx_016.elmt
Normal file
35
elements/00automatisme/domotique/knx/capteurs/knx_016.elmt
Normal file
@@ -0,0 +1,35 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Αισθητήρας τάσης/έντασης</name>
|
||||
<name lang="en">Current/Voltage sensor</name>
|
||||
<name lang="it">Sensore corrente/tensione</name>
|
||||
<name lang="fr">Capteur de courant / tension</name>
|
||||
<name lang="pl">Czujnik prądu / napięcia</name>
|
||||
<name lang="es">Sensor de corriente / tensión</name>
|
||||
<name lang="cs">Čidlo proudu/napětí</name>
|
||||
<name lang="nl">Stroom/Spanning sensor</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="1" y="8.5" size="5" rotate="true" text="~/="/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
39
elements/00automatisme/domotique/knx/capteurs/knx_017.elmt
Normal file
39
elements/00automatisme/domotique/knx/capteurs/knx_017.elmt
Normal file
@@ -0,0 +1,39 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Μπουτόν ρολών</name>
|
||||
<name lang="en">Shutter switch</name>
|
||||
<name lang="it">Pulsante tapparella</name>
|
||||
<name lang="fr">Commande de stores</name>
|
||||
<name lang="pl">Łącznik przyciskowy sterowania żaluzji, symbol ogólny</name>
|
||||
<name lang="es">Interruptor de obturación</name>
|
||||
<name lang="cs">Žaluziový přepínač</name>
|
||||
<name lang="nl">Jalouzie schakelaar</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="n"/>
|
||||
<circle x="10" y="5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<circle x="12" y="7" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="1" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-7" x1="1" y2="-7" x2="7" y3="-12" x3="4" y4="-7"/>
|
||||
<polygon x4="-6" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-12" x1="-6" y2="-12" x2="0" y3="-7" x3="-3" y4="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
36
elements/00automatisme/domotique/knx/capteurs/knx_018.elmt
Normal file
36
elements/00automatisme/domotique/knx/capteurs/knx_018.elmt
Normal file
@@ -0,0 +1,36 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Χρονικό</name>
|
||||
<name lang="en">Timer</name>
|
||||
<name lang="it">Temporizzatore</name>
|
||||
<name lang="fr">Temporisation</name>
|
||||
<name lang="pl">Zegar, symbol ogólny</name>
|
||||
<name lang="es">Temporizador</name>
|
||||
<name lang="cs">Hodiny, obecný symbol</name>
|
||||
<name lang="nl">Tijd</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="n"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="t"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/capteurs/knx_019.elmt
Normal file
37
elements/00automatisme/domotique/knx/capteurs/knx_019.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Χρονοδιακόπτης</name>
|
||||
<name lang="en">Clock switch</name>
|
||||
<name lang="it">Contatto a tempo</name>
|
||||
<name lang="fr">Commutateur d'horloge</name>
|
||||
<name lang="pl">Zegar sterujący, symbol ogólny</name>
|
||||
<name lang="es">Switch de reloj</name>
|
||||
<name lang="cs">Řídíví hodiny, obecný symbol</name>
|
||||
<name lang="nl">Klok schakelaar</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="n"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="t"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="7" y5="-12" x5="7" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-7" y2="0" x2="0" y3="-12" x3="0" y4="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
36
elements/00automatisme/domotique/knx/capteurs/knx_020.elmt
Normal file
36
elements/00automatisme/domotique/knx/capteurs/knx_020.elmt
Normal file
@@ -0,0 +1,36 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Θερμοστάτης</name>
|
||||
<name lang="en">Thermostat</name>
|
||||
<name lang="it">Termostato</name>
|
||||
<name lang="fr">Thermostat</name>
|
||||
<name lang="pl">Termostat</name>
|
||||
<name lang="es">Termostato</name>
|
||||
<name lang="cs">Termostat</name>
|
||||
<name lang="nl">Thermostaat</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="T"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="7" y5="-12" x5="7" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-7" y2="0" x2="0" y3="-12" x3="0" y4="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/capteurs/knx_026.elmt
Normal file
37
elements/00automatisme/domotique/knx/capteurs/knx_026.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Ψηφιακή είσοδος, μονή</name>
|
||||
<name lang="en">Binary input, single</name>
|
||||
<name lang="it">Ingresso digitale, 1 via</name>
|
||||
<name lang="fr">Entrée binaire simple</name>
|
||||
<name lang="pl">Wejście cyfrowe</name>
|
||||
<name lang="es">Entrada digital. 1 via</name>
|
||||
<name lang="cs">Digitální vstup</name>
|
||||
<name lang="nl">Digitaal ingang, enkel</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="1"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="U"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="7" y5="-12" x5="7" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-7" y2="0" x2="0" y3="-12" x3="0" y4="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/capteurs/knx_027.elmt
Normal file
37
elements/00automatisme/domotique/knx/capteurs/knx_027.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Ψηφιακή είσοδος, διπλή</name>
|
||||
<name lang="en">Binary input, 2-fold</name>
|
||||
<name lang="it">Ingresso digitale, 2 vie</name>
|
||||
<name lang="fr"> Deux entrées binaire </name>
|
||||
<name lang="pl">Dwa wejście cyfrowe</name>
|
||||
<name lang="es">Entrada digital 2 vias</name>
|
||||
<name lang="cs">Dva digitální vstupy</name>
|
||||
<name lang="nl">Digitaal ingang, 2voudig</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="2"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="U"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="7" y5="-12" x5="7" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-7" y2="0" x2="0" y3="-12" x3="0" y4="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/capteurs/knx_028.elmt
Normal file
37
elements/00automatisme/domotique/knx/capteurs/knx_028.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Ψηφιακή είσοδος, τετραπλή</name>
|
||||
<name lang="en">Binary input, 4-fold</name>
|
||||
<name lang="it">Ingresso digitale, 4 vie</name>
|
||||
<name lang="fr">Quatre entrée numérique</name>
|
||||
<name lang="pl">Cztery wejście cyfrowe</name>
|
||||
<name lang="es">Entrada digital 4 vias</name>
|
||||
<name lang="cs">Čtyři digitální vstupy</name>
|
||||
<name lang="nl">Digitaal ingang, 4voudig</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="4"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="U"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="7" y5="-12" x5="7" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-7" y2="0" x2="0" y3="-12" x3="0" y4="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
38
elements/00automatisme/domotique/knx/capteurs/knx_029.elmt
Normal file
38
elements/00automatisme/domotique/knx/capteurs/knx_029.elmt
Normal file
@@ -0,0 +1,38 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Ψηφιακή/Αναλογική είσοδος, μικτή</name>
|
||||
<name lang="en">Binary/Analog input, mix</name>
|
||||
<name lang="it">Ingresso digitale/analogico, misto</name>
|
||||
<name lang="fr">Variateur analogique-numérique</name>
|
||||
<name lang="pl">Wejście analogowo-cyfrowe, symbol ogólny</name>
|
||||
<name lang="es">Entrada Digital/analogica, convertidor</name>
|
||||
<name lang="cs">Digitálně-anylogový vstup, smíšený, obecný symbol</name>
|
||||
<name lang="nl">Digitaal/Analoog ingang, mix</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="n"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="U"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="1" x1="-5" y2="1" x2="0" y3="-7" x3="0" y4="-7"/>
|
||||
<polygon x4="-7" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x1="-7" y2="-10" x2="7" y3="-13" x3="7" y4="-10"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/capteurs/knx_030.elmt
Normal file
37
elements/00automatisme/domotique/knx/capteurs/knx_030.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Ψηφιακή είσοδος, γενική</name>
|
||||
<name lang="en">Binary input, general</name>
|
||||
<name lang="it">Ingresso digitale, generico</name>
|
||||
<name lang="fr">Entrée numerique</name>
|
||||
<name lang="pl">Wejście cyfrowe, symbol ogólny</name>
|
||||
<name lang="es">Entrada digital, generico</name>
|
||||
<name lang="cs">Digitální vstup, obecný symbol</name>
|
||||
<name lang="nl">Digitaal ingang, algemeen </name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="n"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="U"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="7" y5="-12" x5="7" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-7" y2="0" x2="0" y3="-12" x3="0" y4="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/capteurs/knx_031.elmt
Normal file
37
elements/00automatisme/domotique/knx/capteurs/knx_031.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Αναλογική είσοδος, μονή</name>
|
||||
<name lang="en">Analog input, single</name>
|
||||
<name lang="it">Ingresso analogico, 1 via</name>
|
||||
<name lang="fr">Entrée analogique simple</name>
|
||||
<name lang="pl">Wejście analogowe</name>
|
||||
<name lang="es">Entrada analogica, 1 via</name>
|
||||
<name lang="cs">Analogový vstup</name>
|
||||
<name lang="nl">Analoog ingang, enkel</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="1"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="U"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<polygon x4="-7" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-8" x1="-7" y2="-8" x2="9" y3="-12" x3="9" y4="-8"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/capteurs/knx_032.elmt
Normal file
37
elements/00automatisme/domotique/knx/capteurs/knx_032.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Αναλογική είσοδος, διπλή</name>
|
||||
<name lang="en">Analog input, 2-fold</name>
|
||||
<name lang="it">Ingresso analogico, 2 vie</name>
|
||||
<name lang="fr">Deux entrées analogiques</name>
|
||||
<name lang="pl">Dwa wejścia analogowe</name>
|
||||
<name lang="es">Entrada analogica, 2 vias</name>
|
||||
<name lang="cs">Dva analogové vstupy</name>
|
||||
<name lang="nl">Analoog ingang, 2voud</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="2"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="U"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<polygon x4="-7" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-8" x1="-7" y2="-8" x2="9" y3="-12" x3="9" y4="-8"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/capteurs/knx_033.elmt
Normal file
37
elements/00automatisme/domotique/knx/capteurs/knx_033.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Αναλογική είσοδος, τετραπλή</name>
|
||||
<name lang="en">Analog input, 4-fold</name>
|
||||
<name lang="it">Ingresso analogico, 4 vie</name>
|
||||
<name lang="fr">Quatre entrées analogiques</name>
|
||||
<name lang="pl">Cztery wejścia analogowe</name>
|
||||
<name lang="es">Entrada analogica, 4 vias</name>
|
||||
<name lang="cs">Čtyři analogové výstupy</name>
|
||||
<name lang="nl">Analoog ingang, 4voud</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="4"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="U"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-7" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-8" x1="-7" y2="-8" x2="9" y3="-12" x3="9" y4="-8"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/capteurs/knx_034.elmt
Normal file
37
elements/00automatisme/domotique/knx/capteurs/knx_034.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Αναλογική είσοδος, γενική</name>
|
||||
<name lang="en">Analog input, general</name>
|
||||
<name lang="it">Ingresso analogico, generico</name>
|
||||
<name lang="fr">Entrée analogique symbole general</name>
|
||||
<name lang="pl">Wejście analogowe, symbol ogólny</name>
|
||||
<name lang="es">Entrada analogica, generica</name>
|
||||
<name lang="cs">Analogový vstup, obecný symbol</name>
|
||||
<name lang="nl">Analoog ingang, algemeen</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="n"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="U"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<polygon x4="-7" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-8" x1="-7" y2="-8" x2="9" y3="-12" x3="9" y4="-8"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/capteurs/knx_052.elmt
Normal file
37
elements/00automatisme/domotique/knx/capteurs/knx_052.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Χρονοδιακόπτης, διπλός</name>
|
||||
<name lang="en">Time switch, 2-fold</name>
|
||||
<name lang="it">Temporizzatore, 2 vie</name>
|
||||
<name lang="fr">temporisation dex canaux</name>
|
||||
<name lang="pl">Zegar sterujący, dwukanałowy</name>
|
||||
<name lang="es">Switch temporizado, 2 vias</name>
|
||||
<name lang="cs">Řídicí hodiny, dvoukanálové</name>
|
||||
<name lang="nl">Tijd shakelaar, 2voud</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="2"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="t"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<polygon x4="7" y5="-12" x5="7" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-7" y2="0" x2="0" y3="-12" x3="0" y4="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
40
elements/00automatisme/domotique/knx/capteurs/knx_053.elmt
Normal file
40
elements/00automatisme/domotique/knx/capteurs/knx_053.elmt
Normal file
@@ -0,0 +1,40 @@
|
||||
<definition width="70" version="0.4" hotspot_x="35" hotspot_y="21" height="50" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Αισθητήρας (Φωτ., Υπέρ.), μονός</name>
|
||||
<name lang="en">Sensor (Brightn., PIR), single</name>
|
||||
<name lang="it">Sensore (lumin., IR), 1 via</name>
|
||||
<name lang="fr">Capteur capteur de lumière / de mouvement</name>
|
||||
<name lang="pl">Czujnik natężenia oświetlenia / czujnik ruchu</name>
|
||||
<name lang="es">Sensor (luminancia, IR), 1 via</name>
|
||||
<name lang="cs">Čidlo (světelnost, IR)</name>
|
||||
<name lang="nl">Sensor (Licht, beweging</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="2" y="22" size="5" text="230V AC"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="1"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<line length1="1.5" length2="1" antialias="false" end1="none" end2="triangle" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="24" x1="0" y2="16" x2="0"/>
|
||||
<input x="-3" y="10.5" size="5" rotate="true" text="lx,PIR"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-30" y2="0" x2="-20"/>
|
||||
<polygon x4="7" y5="-12" x5="7" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-7" y2="0" x2="0" y3="-12" x3="0" y4="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="24" x1="0" y2="24" x2="20"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-30" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
40
elements/00automatisme/domotique/knx/capteurs/knx_054.elmt
Normal file
40
elements/00automatisme/domotique/knx/capteurs/knx_054.elmt
Normal file
@@ -0,0 +1,40 @@
|
||||
<definition width="70" version="0.4" hotspot_x="35" hotspot_y="21" height="50" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Αισθητήρας (Φωτ., Υπέρ.), διπλός</name>
|
||||
<name lang="en">Sensor (Brightn., PIR), 2-fold</name>
|
||||
<name lang="it">Sensore (lumin., IR), 2 vie</name>
|
||||
<name lang="fr">Capteur capteur de lumière / de mouvement, deux canaux</name>
|
||||
<name lang="pl">Czujnik natężenia oświetlenia / czujnik ruchu, dwukanałowy</name>
|
||||
<name lang="es">Sensor (luminancia, IP), 2 vias</name>
|
||||
<name lang="cs">Čidlo (světelnost, IR), dvoukanálové</name>
|
||||
<name lang="nl">Sensor (Licht,beweging), 2voud</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="2" y="22" size="5" text="230V AC"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="2"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<line length1="1.5" length2="1" antialias="false" end1="none" end2="triangle" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="24" x1="0" y2="16" x2="0"/>
|
||||
<input x="-3" y="10.5" size="5" rotate="true" text="lx,PIR"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-30" y2="0" x2="-20"/>
|
||||
<polygon x4="7" y5="-12" x5="7" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-7" y2="0" x2="0" y3="-12" x3="0" y4="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="24" x1="0" y2="24" x2="20"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-30" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/capteurs/knx_055.elmt
Normal file
37
elements/00automatisme/domotique/knx/capteurs/knx_055.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="60" version="0.4" hotspot_x="25" hotspot_y="21" height="50" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Αισθητήρας (Φωτ., Υπέρ.), τριπλός</name>
|
||||
<name lang="en">Sensor (Brightn., PIR), 3-fold</name>
|
||||
<name lang="it">Sensore (lumin., IR), 3 vie</name>
|
||||
<name lang="fr">Capteur capteur de lumière / de mouvement, trois canaux</name>
|
||||
<name lang="pl">Czujnik natężenia oświetlenia / czujnik ruchu, trójkanałowy</name>
|
||||
<name lang="es">Sensor (luminancia, IR), 3 vias</name>
|
||||
<name lang="cs">Čidlo (světelnost, IR), tříkanálové</name>
|
||||
<name lang="nl">Sensor (Licht,beweging), 3voud</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="2" y="22" size="5" text="230V AC"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="3"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<line length1="1.5" length2="1" antialias="false" end1="none" end2="triangle" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="24" x1="0" y2="16" x2="0"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<input x="-3" y="10.5" size="5" rotate="true" text="lx,PIR"/>
|
||||
<polygon x4="7" y5="-12" x5="7" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-7" y2="0" x2="0" y3="-12" x3="0" y4="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="24" x1="0" y2="24" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/capteurs/knx_058.elmt
Normal file
37
elements/00automatisme/domotique/knx/capteurs/knx_058.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Ψηφιακή είσοδος τριπλή</name>
|
||||
<name lang="en">Binary Input 3-fold</name>
|
||||
<name lang="it">Ingresso digitale, 3 vie</name>
|
||||
<name lang="fr">Trois entrées numériques</name>
|
||||
<name lang="pl">Trzy wejścia cyfrowe</name>
|
||||
<name lang="es">Entrada digital 3 vias</name>
|
||||
<name lang="cs">Tři digitální vstupy</name>
|
||||
<name lang="nl">Digitaal ingang 3voud</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="3"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="U"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="7" y5="-12" x5="7" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-7" y2="0" x2="0" y3="-12" x3="0" y4="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/capteurs/knx_059.elmt
Normal file
37
elements/00automatisme/domotique/knx/capteurs/knx_059.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="50" version="0.4" hotspot_x="24" hotspot_y="19" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Αισθητήρας IR, μονός</name>
|
||||
<name lang="en">PIR, single</name>
|
||||
<name lang="it">Lumin, IR, 1 via</name>
|
||||
<name lang="fr">Capteur capteur de lumière / de mouvement</name>
|
||||
<name lang="pl">Czujnik natężenia oświetlenia / czujnik ruchu</name>
|
||||
<name lang="es">Sensor IR, generico</name>
|
||||
<name lang="cs">Světelnostní čidlo, čidlo IR</name>
|
||||
<name lang="nl">Beweging, enkel</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<input x="9" y="0.5" size="5" rotate="true" text="1"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<input x="-3" y="10.5" size="5" rotate="true" text="lx,PIR"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<polygon x4="7" y5="-12" x5="7" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-7" y2="0" x2="0" y3="-12" x3="0" y4="-12"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/capteurs/knx_061.elmt
Normal file
37
elements/00automatisme/domotique/knx/capteurs/knx_061.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="50" version="0.3" hotspot_x="25" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="en">Circuit Breaker Alarm</name>
|
||||
<name lang="it">Allarme contatto aperto</name>
|
||||
<name lang="fr">Alarme - interrupteur ouvert</name>
|
||||
<name lang="pl">Alarm - wyłącznik otwarty</name>
|
||||
<name lang="es">Circuito interruptor automatico de alarma</name>
|
||||
<name lang="cs">Poplach - otevřený spínač</name>
|
||||
<name lang="nl">Kring breek Alarm</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect width="10" x="-20" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x4="-14" y5="-11" x5="-14" y6="-12" x6="-15" y7="-11" x7="-16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" x1="-16" y2="11" x2="-16" y3="12" x3="-15" y4="11"/>
|
||||
<polygon x4="7" y5="-12" x5="7" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-7" y2="0" x2="0" y3="-12" x3="0" y4="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-9" x1="-18" y2="-12" x2="-15" y3="-9" x3="-12"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="9" x1="-18" y2="12" x2="-15" y3="9" x3="-12"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="12" x1="18" y2="12" x2="15"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="12" x1="3" y2="12" x2="6" y3="8" x3="15"/>
|
||||
<line length1="1.5" length2="1" antialias="true" end1="none" end2="triangle" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="9" x1="12" y2="4" x2="10"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<terminal x="-20" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-20" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
37
elements/00automatisme/domotique/knx/capteurs/knx_064.elmt
Normal file
37
elements/00automatisme/domotique/knx/capteurs/knx_064.elmt
Normal file
@@ -0,0 +1,37 @@
|
||||
<definition width="70" version="0.3" hotspot_x="44" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="en">Switch. Act. mod. + PB single</name>
|
||||
<name lang="it">Modulo contatto + pulsante</name>
|
||||
<name lang="fr">Connecteur de module + bouton poussoir</name>
|
||||
<name lang="pl">Moduł łącznika + przycisk</name>
|
||||
<name lang="es">Conector de módulo + botón pulsador</name>
|
||||
<name lang="cs">Modul spínače + tlačítko</name>
|
||||
<name lang="nl">Modulekontakt + Drukknop enkel</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="30" x="-40" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle x="9" y="4" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8"/>
|
||||
<circle x="11" y="6" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4"/>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="true" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="15" x1="-10" y2="-15" x2="20"/>
|
||||
<input x="10" y="0.5" size="5" rotate="true" text="1"/>
|
||||
<polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-35" y2="0" x2="-30" y3="-3" x3="-20"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-15" y2="0" x2="-20"/>
|
||||
<terminal x="-40" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-40" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-40" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="21" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="-30" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="-20" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-30" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="-20" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
29
elements/00automatisme/domotique/knx/capteurs/knx_067.elmt
Normal file
29
elements/00automatisme/domotique/knx/capteurs/knx_067.elmt
Normal file
@@ -0,0 +1,29 @@
|
||||
<definition width="40" version="0.3" hotspot_x="15" hotspot_y="20" height="40" type="element" ic="true" orientation="dyyy">
|
||||
<names>
|
||||
<name lang="el">Ψηφιακή είσοδος, μονή</name>
|
||||
<name lang="en">Binary Input, single</name>
|
||||
<name lang="it">Ingresso digitale, 1 via</name>
|
||||
<name lang="fr">Entrée binaire</name>
|
||||
<name lang="pl">Wejście cyfrowe</name>
|
||||
<name lang="es">Entrada digital, 1 via</name>
|
||||
<name lang="cs">Digitální vstup</name>
|
||||
<name lang="nl">Digitaal Ingang, enkel</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect width="30" x="-10" y="-15" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<input x="9" y="8.5" size="5" rotate="true" text="1"/>
|
||||
<polygon x4="10" y5="-12" x5="10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="0" x1="-4" y2="0" x2="3" y3="-12" x3="3" y4="-12"/>
|
||||
<terminal x="-10" y="10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-10" y="0" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="-10" y="-10" nameHidden="0" number="" name="" orientation="w"/>
|
||||
<terminal x="20" y="0" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="20" y="-10" nameHidden="0" number="" name="" orientation="e"/>
|
||||
<terminal x="0" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
<terminal x="10" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="0" y="-15" nameHidden="0" number="" name="" orientation="n"/>
|
||||
<terminal x="10" y="15" nameHidden="0" number="" name="" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user