mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 17:50:52 +01:00
Compare commits
56 Commits
9-dev-2021
...
9-dev-2021
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f736cb785 | ||
|
|
52e884b793 | ||
|
|
5912a99c16 | ||
|
|
8f051fc612 | ||
|
|
bd96faa14f | ||
|
|
bb26954bd4 | ||
|
|
4615e6d060 | ||
|
|
a1e18d2bba | ||
|
|
364bce618c | ||
|
|
efb4a8dd71 | ||
|
|
f1e353b342 | ||
|
|
78a48e48c1 | ||
|
|
b448c26d71 | ||
|
|
c7648fe2af | ||
|
|
6660caa70f | ||
|
|
fdbfca9a8c | ||
|
|
93b164d077 | ||
|
|
8ed4e742f5 | ||
|
|
c1fdc1adaa | ||
|
|
789e195ace | ||
|
|
3220a58b96 | ||
|
|
21c35bc744 | ||
|
|
fd9ab47041 | ||
|
|
71636ba874 | ||
|
|
0aea48bdaa | ||
|
|
dd51819403 | ||
|
|
ffabeb9caa | ||
|
|
bfc1df633e | ||
|
|
507c1b4f73 | ||
|
|
580ebe8b97 | ||
|
|
e0579b3040 | ||
|
|
ded4ea555f | ||
|
|
f07f4cb150 | ||
|
|
dbb21373e1 | ||
|
|
89f3ce1eb3 | ||
|
|
36068abce7 | ||
|
|
d551c8e6b9 | ||
|
|
2572e1c25d | ||
|
|
b158984464 | ||
|
|
256d42d030 | ||
|
|
171e95fb17 | ||
|
|
d3ad490b84 | ||
|
|
df07f373d8 | ||
|
|
5d17461c6e | ||
|
|
2cf5ea11fd | ||
|
|
573c0c236a | ||
|
|
63429ab087 | ||
|
|
00846c1418 | ||
|
|
a3f776b7db | ||
|
|
91db58bb64 | ||
|
|
0a2ec297bf | ||
|
|
bbfe9ed377 | ||
|
|
39aee4ad07 | ||
|
|
49674e7d33 | ||
|
|
12c0dbd8d1 | ||
|
|
734e70ffb1 |
@@ -78,18 +78,17 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "python3.6.0",
|
"name": "python3-PySimpleGUI",
|
||||||
|
"buildsystem": "simple",
|
||||||
|
"build-commands": [
|
||||||
|
"pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} PySimpleGUI"
|
||||||
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "file",
|
||||||
"url": "https://www.python.org/ftp/python/3.6.0/Python-3.6.0.tar.xz",
|
"url": "https://files.pythonhosted.org/packages/d0/c3/c1ce811a1e48d5e0f2df0b393ff189fae4842ec840bb6e4db79c8da55e74/PySimpleGUI-4.41.2.tar.gz",
|
||||||
"sha256": "b0c5f904f685e32d9232f7bdcbece9819a892929063b6e385414ad2dd6a23622"
|
"sha256": "cf42d9f61f28c8e790a9c031ce900a9cee5fd2f950da2f055ed36bbc487dcf11"
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"config-opts": ["--enable-shared"],
|
|
||||||
"post-install": [
|
|
||||||
"chmod +w ${FLATPAK_DEST}/lib/libpython3.6m.so.1.0",
|
|
||||||
"chmod +w ${FLATPAK_DEST}/lib/libpython3.so"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -101,25 +100,10 @@
|
|||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"url": "https://files.pythonhosted.org/packages/9e/c3/aaad3309a5f2ca08e2fa0ab01123bb6fafb15a92854bff88042039192a67/qet_tb_generator-1.1.7.tar.gz",
|
"url": "https://files.pythonhosted.org/packages/45/be/d5940d365ebf256e490bc6c10837244e0b8dda08a7d790691767263c318d/qet_tb_generator-1.2.5.tar.gz",
|
||||||
"sha256": "f626ab7bf4d9091fc85f63d33136585e611272b347499b448ece4e33cc04eeed"
|
"sha256": "37c3298602244f3152fbb7601caba9b4862bac782991fbb472eab91afb70d09c"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "DXFtoQET-2020-1",
|
|
||||||
"buildsystem": "qmake",
|
|
||||||
"sources": [
|
|
||||||
{
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/qelectrotech/DXFtoQET-2020.git",
|
|
||||||
"commit": "01fbb2afe0fe66782cb1d1f901c73616c7d5299d"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"post-install": [
|
|
||||||
"mkdir -p ${FLATPAK_DEST}/bin",
|
|
||||||
"cp DXFtoQET ${FLATPAK_DEST}/bin/"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -60,6 +60,7 @@ parts:
|
|||||||
plugin: python
|
plugin: python
|
||||||
python-version: python3
|
python-version: python3
|
||||||
source: https://github.com/qelectrotech/qet_tb_generator.git
|
source: https://github.com/qelectrotech/qet_tb_generator.git
|
||||||
|
python-packages: [PySimpleGUI]
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- python3-lxml
|
- python3-lxml
|
||||||
- python3-tk
|
- python3-tk
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
<uuid uuid="{45a179e7-866e-4756-965f-d2445ced8dd2}"/>
|
<uuid uuid="{45a179e7-866e-4756-965f-d2445ced8dd2}"/>
|
||||||
<names>
|
<names>
|
||||||
<name lang="cs">Časové relé</name>
|
<name lang="cs">Časové relé</name>
|
||||||
|
<name lang="hu">Időzítő relé</name>
|
||||||
</names>
|
</names>
|
||||||
<kindInformations>
|
<kindInformations>
|
||||||
<kindInformation show="1" name="type">coil</kindInformation>
|
<kindInformation show="1" name="type">coil</kindInformation>
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
<name lang="es"> Relé insensible a la CA</name>
|
<name lang="es"> Relé insensible a la CA</name>
|
||||||
<name lang="nl">relais ongevoelig voor wisselspanning</name>
|
<name lang="nl">relais ongevoelig voor wisselspanning</name>
|
||||||
<name lang="el">Ρελέ με αντοχή σε AC</name>
|
<name lang="el">Ρελέ με αντοχή σε AC</name>
|
||||||
|
<name lang="hu">AC-ra érzéketlen relé</name>
|
||||||
<name lang="be">Relais ongevoelig voor AC (wisselspanning)</name>
|
<name lang="be">Relais ongevoelig voor AC (wisselspanning)</name>
|
||||||
</names>
|
</names>
|
||||||
<kindInformations>
|
<kindInformations>
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
<name lang="cs">Polarizované relé</name>
|
<name lang="cs">Polarizované relé</name>
|
||||||
<name lang="es">Relé polarizado</name>
|
<name lang="es">Relé polarizado</name>
|
||||||
<name lang="nl">relay polair</name>
|
<name lang="nl">relay polair</name>
|
||||||
|
<name lang="hu">Polarizált relé</name>
|
||||||
<name lang="be">Relais gepolariseerd</name>
|
<name lang="be">Relais gepolariseerd</name>
|
||||||
</names>
|
</names>
|
||||||
<kindInformations>
|
<kindInformations>
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
<name lang="cs">Rychlé relé</name>
|
<name lang="cs">Rychlé relé</name>
|
||||||
<name lang="es">Relé rapido</name>
|
<name lang="es">Relé rapido</name>
|
||||||
<name lang="nl">relais snel</name>
|
<name lang="nl">relais snel</name>
|
||||||
|
<name lang="hu">Gyors működésű relé</name>
|
||||||
</names>
|
</names>
|
||||||
<kindInformations>
|
<kindInformations>
|
||||||
<kindInformation name="type" show="1">coil</kindInformation>
|
<kindInformation name="type" show="1">coil</kindInformation>
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
<name lang="es">Relé de remanencia</name>
|
<name lang="es">Relé de remanencia</name>
|
||||||
<name lang="cs">Bistabilní remanentní relé</name>
|
<name lang="cs">Bistabilní remanentní relé</name>
|
||||||
<name lang="nl">remanent relais</name>
|
<name lang="nl">remanent relais</name>
|
||||||
|
<name lang="hu">Remanencia relé</name>
|
||||||
</names>
|
</names>
|
||||||
<kindInformations>
|
<kindInformations>
|
||||||
<kindInformation name="type" show="1">coil</kindInformation>
|
<kindInformation name="type" show="1">coil</kindInformation>
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
<name lang="fr">Relais à mise au repos retardée</name>
|
<name lang="fr">Relais à mise au repos retardée</name>
|
||||||
<name lang="es">Relé con retardo de apertura</name>
|
<name lang="es">Relé con retardo de apertura</name>
|
||||||
<name lang="nl">spoel afvalvertraagd</name>
|
<name lang="nl">spoel afvalvertraagd</name>
|
||||||
|
<name lang="hu">Nyugvó (elejtés) késleltetésű relé</name>
|
||||||
<name lang="cs">Relé se zpožděným vypnutím</name>
|
<name lang="cs">Relé se zpožděným vypnutím</name>
|
||||||
<name lang="de">Relais rückfallverzögert</name>
|
<name lang="de">Relais rückfallverzögert</name>
|
||||||
<name lang="it">Relè ritardato all'apertura</name>
|
<name lang="it">Relè ritardato all'apertura</name>
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
<name lang="es">Relé de trabajo y reposo retardado</name>
|
<name lang="es">Relé de trabajo y reposo retardado</name>
|
||||||
<name lang="cs">Relé se zpožděným zapnutím a vypnutím</name>
|
<name lang="cs">Relé se zpožděným zapnutím a vypnutím</name>
|
||||||
<name lang="nl">spoel opkom en afval vertraagd</name>
|
<name lang="nl">spoel opkom en afval vertraagd</name>
|
||||||
|
<name lang="hu">Meghúzás és elengedés késleltetésű relé</name>
|
||||||
</names>
|
</names>
|
||||||
<kindInformations>
|
<kindInformations>
|
||||||
<kindInformation name="type" show="1">coil</kindInformation>
|
<kindInformation name="type" show="1">coil</kindInformation>
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
<name lang="es">Relé de sobrecarga termica</name>
|
<name lang="es">Relé de sobrecarga termica</name>
|
||||||
<name lang="cs">Tepelné relé</name>
|
<name lang="cs">Tepelné relé</name>
|
||||||
<name lang="nl">Thermisch relais</name>
|
<name lang="nl">Thermisch relais</name>
|
||||||
|
<name lang="hu">Thermikus túlterhelés védelmi relé</name>
|
||||||
</names>
|
</names>
|
||||||
<kindInformations>
|
<kindInformations>
|
||||||
<kindInformation name="type" show="1">coil</kindInformation>
|
<kindInformation name="type" show="1">coil</kindInformation>
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
<name lang="cs">Relé se zpožděným zapnutím</name>
|
<name lang="cs">Relé se zpožděným zapnutím</name>
|
||||||
<name lang="de">Relais ansprechverzögert</name>
|
<name lang="de">Relais ansprechverzögert</name>
|
||||||
<name lang="it">Relè ritardato alla chiusura</name>
|
<name lang="it">Relè ritardato alla chiusura</name>
|
||||||
|
<name lang="hu">Meghúzás késleltetésű relé</name>
|
||||||
<name lang="el">Πηνίο χρονικού, καθυστέρηση ενεργοποίησης</name>
|
<name lang="el">Πηνίο χρονικού, καθυστέρηση ενεργοποίησης</name>
|
||||||
<name lang="pl">Przekaźnik działający ze zwłoką przy wzbudzeniu</name>
|
<name lang="pl">Przekaźnik działający ze zwłoką przy wzbudzeniu</name>
|
||||||
</names>
|
</names>
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
<name lang="pl">Przekaźnik z blokadą mechaniczną</name>
|
<name lang="pl">Przekaźnik z blokadą mechaniczną</name>
|
||||||
<name lang="es">Relé con enclavamiento mecánico</name>
|
<name lang="es">Relé con enclavamiento mecánico</name>
|
||||||
<name lang="cs">Mechanické blokovací relé</name>
|
<name lang="cs">Mechanické blokovací relé</name>
|
||||||
|
<name lang="hu">Relé mechanikus retesszel</name>
|
||||||
</names>
|
</names>
|
||||||
<kindInformations>
|
<kindInformations>
|
||||||
<kindInformation name="type" show="1">coil</kindInformation>
|
<kindInformation name="type" show="1">coil</kindInformation>
|
||||||
|
|||||||
@@ -14,5 +14,6 @@
|
|||||||
<name lang="nl">Spoelen</name>
|
<name lang="nl">Spoelen</name>
|
||||||
<name lang="be">Spoelen</name>
|
<name lang="be">Spoelen</name>
|
||||||
<name lang="da">Spoler</name>
|
<name lang="da">Spoler</name>
|
||||||
|
<name lang="hu">Tekercsek/relék</name>
|
||||||
</names>
|
</names>
|
||||||
</qet-directory>
|
</qet-directory>
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
<name lang="de">Blinkrelais</name>
|
<name lang="de">Blinkrelais</name>
|
||||||
<name lang="it">Relè ciclico</name>
|
<name lang="it">Relè ciclico</name>
|
||||||
<name lang="el">Πηνίο ρελέ παλμού</name>
|
<name lang="el">Πηνίο ρελέ παλμού</name>
|
||||||
|
<name lang="hu">"Villogó" relé</name>
|
||||||
<name lang="pl">Przekaźnik migowy (cykliczny)</name>
|
<name lang="pl">Przekaźnik migowy (cykliczny)</name>
|
||||||
</names>
|
</names>
|
||||||
<kindInformations>
|
<kindInformations>
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
<name lang="es">Relé polarizado, de trabajo en una dirección de la corriente en la bobina</name>
|
<name lang="es">Relé polarizado, de trabajo en una dirección de la corriente en la bobina</name>
|
||||||
<name lang="cs">Polarizované monostabilní relé</name>
|
<name lang="cs">Polarizované monostabilní relé</name>
|
||||||
<name lang="nl">Polair relais</name>
|
<name lang="nl">Polair relais</name>
|
||||||
|
<name lang="hu">Polarizált relé</name>
|
||||||
</names>
|
</names>
|
||||||
<informations>License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
<informations>License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||||
<description>
|
<description>
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
<name lang="el">Ηλεκτρονικό ρελέ</name>
|
<name lang="el">Ηλεκτρονικό ρελέ</name>
|
||||||
<name lang="ar">مُرحّل استاتيكي</name>
|
<name lang="ar">مُرحّل استاتيكي</name>
|
||||||
<name lang="pl">Przekaźnik statyczny</name>
|
<name lang="pl">Przekaźnik statyczny</name>
|
||||||
|
<name lang="hu">Szilárd test relé</name>
|
||||||
</names>
|
</names>
|
||||||
<kindInformations/>
|
<kindInformations/>
|
||||||
<informations>Author: The QElectroTech team
|
<informations>Author: The QElectroTech team
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
<name lang="fr">Relais temporisé repos à commande externe</name>
|
<name lang="fr">Relais temporisé repos à commande externe</name>
|
||||||
<name lang="pl">Przekaźnik z opuźnionym powrotem, z wejściem sterującym</name>
|
<name lang="pl">Przekaźnik z opuźnionym powrotem, z wejściem sterującym</name>
|
||||||
<name lang="cs">Zpožděné relé s externím ovládáním</name>
|
<name lang="cs">Zpožděné relé s externím ovládáním</name>
|
||||||
|
<name lang="hu">Elengedeés késleltetésű relé külső paranccsal</name>
|
||||||
<name lang="el">Πηνίο καθυστέρησης απενεργοποίησης με εξωτερική εντολή</name>
|
<name lang="el">Πηνίο καθυστέρησης απενεργοποίησης με εξωτερική εντολή</name>
|
||||||
</names>
|
</names>
|
||||||
<kindInformations>
|
<kindInformations>
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
<name lang="pl">Cewka</name>
|
<name lang="pl">Cewka</name>
|
||||||
<name lang="es">Relé biestable</name>
|
<name lang="es">Relé biestable</name>
|
||||||
<name lang="cs">Bistabilní relé</name>
|
<name lang="cs">Bistabilní relé</name>
|
||||||
|
<name lang="hu">Bistabil relé</name>
|
||||||
</names>
|
</names>
|
||||||
<kindInformations>
|
<kindInformations>
|
||||||
<kindInformation name="type" show="1">coil</kindInformation>
|
<kindInformation name="type" show="1">coil</kindInformation>
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
<name lang="pl">Łącznik zdalnie sterowany</name>
|
<name lang="pl">Łącznik zdalnie sterowany</name>
|
||||||
<name lang="es">Interruptor a control remoto 1P1T</name>
|
<name lang="es">Interruptor a control remoto 1P1T</name>
|
||||||
<name lang="cs">Dálkově ovládaný spínač</name>
|
<name lang="cs">Dálkově ovládaný spínač</name>
|
||||||
|
<name lang="hu">Távoli vezérlésű relé</name>
|
||||||
<name lang="nl">Afstand bestuurbaar schakelaar</name>
|
<name lang="nl">Afstand bestuurbaar schakelaar</name>
|
||||||
</names>
|
</names>
|
||||||
<kindInformations>
|
<kindInformations>
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
<name lang="fr">Relais temporisé</name>
|
<name lang="fr">Relais temporisé</name>
|
||||||
<name lang="en">Timed relay</name>
|
<name lang="en">Timed relay</name>
|
||||||
<name lang="cs">Časové relé</name>
|
<name lang="cs">Časové relé</name>
|
||||||
|
<name lang="hu">Ütemadó relé</name>
|
||||||
</names>
|
</names>
|
||||||
<kindInformations>
|
<kindInformations>
|
||||||
<kindInformation show="1" name="type">coil</kindInformation>
|
<kindInformation show="1" name="type">coil</kindInformation>
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
<names>
|
<names>
|
||||||
<name lang="en">Timer T 816</name>
|
<name lang="en">Timer T 816</name>
|
||||||
<name lang="cs">Timer T 816</name>
|
<name lang="cs">Timer T 816</name>
|
||||||
|
<name lang="hu">Időzítő relé T 816</name>
|
||||||
</names>
|
</names>
|
||||||
<kindInformations>
|
<kindInformations>
|
||||||
<kindInformation name="type" show="1">coil</kindInformation>
|
<kindInformation name="type" show="1">coil</kindInformation>
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
<names>
|
<names>
|
||||||
<name lang="en">Timer TMR48</name>
|
<name lang="en">Timer TMR48</name>
|
||||||
<name lang="cs">Timer TMR48</name>
|
<name lang="cs">Timer TMR48</name>
|
||||||
|
<name lang="hu">Időzítő relé TMR48</name>
|
||||||
</names>
|
</names>
|
||||||
<kindInformations>
|
<kindInformations>
|
||||||
<kindInformation name="type" show="1">coil</kindInformation>
|
<kindInformation name="type" show="1">coil</kindInformation>
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
<uuid uuid="{90fe1aa6-d017-4064-8ce7-242a4b7b416a}"/>
|
<uuid uuid="{90fe1aa6-d017-4064-8ce7-242a4b7b416a}"/>
|
||||||
<names>
|
<names>
|
||||||
<name lang="cs">Kontakt zpožděný odpad</name>
|
<name lang="cs">Kontakt zpožděný odpad</name>
|
||||||
|
<name lang="hu">Késleltetett működésű záróérintkező</name>
|
||||||
</names>
|
</names>
|
||||||
<kindInformations>
|
<kindInformations>
|
||||||
<kindInformation name="state" show="1">NO</kindInformation>
|
<kindInformation name="state" show="1">NO</kindInformation>
|
||||||
|
|||||||
@@ -0,0 +1,76 @@
|
|||||||
|
<definition type="element" width="120" hotspot_y="93" height="190" version="0.90" link_type="simple" hotspot_x="59">
|
||||||
|
<uuid uuid="{cf96e002-281b-4d6c-b61e-99b1c3713b64}"/>
|
||||||
|
<names>
|
||||||
|
<name lang="de">ESP8266</name>
|
||||||
|
</names>
|
||||||
|
<elementInformations/>
|
||||||
|
<informations></informations>
|
||||||
|
<description>
|
||||||
|
<circle antialias="false" x="15" diameter="5" y="78" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||||
|
<text rotation="0" x="32.7031" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="-66" text="D0"/>
|
||||||
|
<text rotation="0" x="32.7031" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="-56" text="D1"/>
|
||||||
|
<text rotation="0" x="32.7031" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="-46" text="D2"/>
|
||||||
|
<text rotation="0" x="-44" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="-66" text="A0"/>
|
||||||
|
<text rotation="0" x="-44" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="-56" text="RSV"/>
|
||||||
|
<text rotation="0" x="32.7031" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="-36" text="D3"/>
|
||||||
|
<text rotation="0" x="-44" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="-46" text="RSV"/>
|
||||||
|
<text rotation="0" x="32.7031" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="-26" text="D4"/>
|
||||||
|
<text rotation="0" x="28" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="-16" text="3V3"/>
|
||||||
|
<text rotation="0" x="-44" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="-36" text="SD3"/>
|
||||||
|
<text rotation="0" x="-44" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="-26" text="SD2"/>
|
||||||
|
<text rotation="0" x="25.7031" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="-6" text="GND"/>
|
||||||
|
<text rotation="0" x="-44" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="-16" text="SD1"/>
|
||||||
|
<text rotation="0" x="32" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="4" text="D5"/>
|
||||||
|
<text rotation="0" x="-44" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="-6" text="CMD"/>
|
||||||
|
<text rotation="0" x="32" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="14" text="D6"/>
|
||||||
|
<text rotation="0" x="-44" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="4" text="SD0"/>
|
||||||
|
<text rotation="0" x="32" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="24" text="D7"/>
|
||||||
|
<text rotation="0" x="-44" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="14" text="CLK"/>
|
||||||
|
<text rotation="0" x="32" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="34" text="D8"/>
|
||||||
|
<text rotation="0" x="-44" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="24" text="GND"/>
|
||||||
|
<text rotation="0" x="33" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="44" text="RX"/>
|
||||||
|
<text rotation="0" x="-44" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="34" text="3.3V"/>
|
||||||
|
<text rotation="0" x="32.7031" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="54" text="TX"/>
|
||||||
|
<text rotation="0" x="-44" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="44" text="EN"/>
|
||||||
|
<text rotation="0" x="25.7031" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="64" text="GND"/>
|
||||||
|
<text rotation="0" x="-44" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="54" text="RST"/>
|
||||||
|
<text rotation="0" x="28" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="74" text="3V3"/>
|
||||||
|
<text rotation="0" x="-44" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="64" text="GND"/>
|
||||||
|
<text rotation="0" x="-44" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" y="74" text="Vin"/>
|
||||||
|
<rect width="20" height="15" antialias="false" x="-10" y="78" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<circle antialias="false" x="-20" diameter="5" y="78" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||||
|
<rect width="100" height="180" antialias="false" x="-50" y="-90" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<rect width="40" height="60" antialias="false" x="-20" y="-80" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||||
|
<text rotation="0" x="-19" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" y="-65" text="ESP 8266"/>
|
||||||
|
<terminal name="" orientation="w" type="Generic" uuid="{c3c81946-ef37-455e-8692-805e809c5fb4}" x="-54" y="-10"/>
|
||||||
|
<terminal name="" orientation="w" type="Generic" uuid="{d4386784-11e9-4b50-ac6d-8272c01e4a8c}" x="-54" y="-60"/>
|
||||||
|
<terminal name="" orientation="w" type="Generic" uuid="{49710fb4-49a0-471e-94f1-3c452ca0b60b}" x="-54" y="30"/>
|
||||||
|
<terminal name="" orientation="w" type="Generic" uuid="{2c12c463-3a5a-4fcf-9cc8-c576ea24bde6}" x="-54" y="20"/>
|
||||||
|
<terminal name="" orientation="e" type="Generic" uuid="{37a02815-1a54-4083-9205-f0c4fcac7414}" x="54" y="-50"/>
|
||||||
|
<terminal name="" orientation="w" type="Generic" uuid="{1c7b90a8-d35d-4da3-8e48-b92677c9522f}" x="-54" y="0"/>
|
||||||
|
<terminal name="" orientation="w" type="Generic" uuid="{de91c5d1-f33c-4f6f-95aa-719371d7f257}" x="-54" y="10"/>
|
||||||
|
<terminal name="" orientation="w" type="Generic" uuid="{e7bfa009-1274-4912-b47c-294de63919fd}" x="-54" y="-70"/>
|
||||||
|
<terminal name="" orientation="w" type="Generic" uuid="{5bea6ccb-69d9-4d7c-8389-07731e99d75b}" x="-54" y="60"/>
|
||||||
|
<terminal name="" orientation="e" type="Generic" uuid="{22bf1db0-8c38-409a-b2fd-5156e60846c1}" x="54" y="40"/>
|
||||||
|
<terminal name="" orientation="e" type="Generic" uuid="{4f235693-b78c-40fe-8f12-497760a5186e}" x="54" y="-20"/>
|
||||||
|
<terminal name="" orientation="e" type="Generic" uuid="{231357f9-710b-4b07-aa03-31c0a465dd9b}" x="54" y="50"/>
|
||||||
|
<terminal name="" orientation="e" type="Generic" uuid="{72eaac68-0ad0-4acf-9f0a-a9a051ca27e2}" x="54" y="-30"/>
|
||||||
|
<terminal name="" orientation="e" type="Generic" uuid="{952fe9c2-e21c-4cec-b90f-8468240ff795}" x="54" y="70"/>
|
||||||
|
<terminal name="" orientation="e" type="Generic" uuid="{2147ea04-39f3-46e8-a5b8-8d8f7898c683}" x="54" y="20"/>
|
||||||
|
<terminal name="" orientation="e" type="Generic" uuid="{a4d638fa-5c6f-4f19-8744-ca81793c765a}" x="54" y="0"/>
|
||||||
|
<terminal name="" orientation="e" type="Generic" uuid="{213414a2-a185-4c9b-accf-0ed313666201}" x="54" y="-60"/>
|
||||||
|
<terminal name="" orientation="e" type="Generic" uuid="{c2909154-4c79-4e06-88ce-2cf13443ab16}" x="54" y="-10"/>
|
||||||
|
<terminal name="" orientation="e" type="Generic" uuid="{af6b5b74-0433-4fd2-a4ff-526810f35bfc}" x="54" y="30"/>
|
||||||
|
<terminal name="" orientation="e" type="Generic" uuid="{49faf65e-a6cf-4332-b1b2-3016e5b38143}" x="54" y="10"/>
|
||||||
|
<terminal name="" orientation="e" type="Generic" uuid="{b809ba96-fc61-4466-ac23-055ed0148515}" x="54" y="-40"/>
|
||||||
|
<terminal name="" orientation="w" type="Generic" uuid="{dab53803-b282-42a7-948e-053aff11be64}" x="-54" y="-40"/>
|
||||||
|
<terminal name="" orientation="w" type="Generic" uuid="{22999d02-bc25-4357-9faf-f1ce9cb37e58}" x="-54" y="-20"/>
|
||||||
|
<terminal name="" orientation="w" type="Generic" uuid="{194293fb-34c8-4ff2-96cd-9fcebf9b516a}" x="-54" y="40"/>
|
||||||
|
<terminal name="" orientation="w" type="Generic" uuid="{cc20f24b-b335-4cc0-9dc7-6d23649dd724}" x="-54" y="50"/>
|
||||||
|
<terminal name="" orientation="w" type="Generic" uuid="{956be6a4-af84-4827-9c56-f145e18dc1b9}" x="-54" y="-30"/>
|
||||||
|
<terminal name="" orientation="e" type="Generic" uuid="{280f8366-f352-45a2-b241-a6306fb081bb}" x="54" y="-70"/>
|
||||||
|
<terminal name="" orientation="w" type="Generic" uuid="{d202e523-ceab-4b8d-9d9d-b5fffdbb55e6}" x="-54" y="-50"/>
|
||||||
|
<terminal name="" orientation="w" type="Generic" uuid="{5f18a1ee-1a83-4243-a475-87431d0f0c2d}" x="-54" y="70"/>
|
||||||
|
<terminal name="" orientation="e" type="Generic" uuid="{0df53f1e-5c2a-4a3e-9aa5-356ec618a384}" x="54" y="60"/>
|
||||||
|
</description>
|
||||||
|
</definition>
|
||||||
@@ -0,0 +1,109 @@
|
|||||||
|
<definition width="160" type="element" hotspot_x="76" hotspot_y="194" link_type="simple" version="0.90" height="390">
|
||||||
|
<uuid uuid="{69cc1206-a857-4bbf-b28f-fecfd5fff87e}"/>
|
||||||
|
<names>
|
||||||
|
<name lang="de">ewon_flexy205_gsm_flb3204</name>
|
||||||
|
</names>
|
||||||
|
<elementInformations/>
|
||||||
|
<informations></informations>
|
||||||
|
<description>
|
||||||
|
<text rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-39" text="FLB 3204" color="#000000" y="8"/>
|
||||||
|
<text rotation="270" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="77" text="Flexy 205" color="#000000" y="81"/>
|
||||||
|
<text rotation="270" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-30.3502" text="STAT" color="#000000" y="-168.039"/>
|
||||||
|
<text rotation="270" font="Sans Serif,11,-1,5,50,0,0,0,0,0" x="-58" text="EWON" color="#000000" y="71"/>
|
||||||
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" width="2" x="-16" ry="0" antialias="false" rx="0" height="6" y="-175"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-34" ry="0" antialias="false" rx="0" height="6" y="-165.009"/>
|
||||||
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" width="2" x="-8" ry="0" antialias="false" rx="0" height="8" y="-177"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-10" ry="0" antialias="false" rx="0" height="6" y="-165"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-26" ry="0" antialias="false" rx="0" height="6" y="-165"/>
|
||||||
|
<text rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-52" text="O-" color="#000000" y="186"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-18" ry="0" antialias="false" rx="0" height="6" y="-165"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-30" ry="0" antialias="false" rx="0" height="10" y="167.1"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="5.4" text="DI 2" color="#000000" y="176.1"/>
|
||||||
|
<line style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="63" end2="none" y2="183.1" length1="1.5" end1="none" x1="58" y1="183.1" antialias="false"/>
|
||||||
|
<dynamic_text text_width="-1" rotation="0" z="14" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" x="-90" text_from="ElementInfo" frame="false" Valignment="AlignTop" keep_visual_rotation="true" y="-190" uuid="{91b94312-45d2-4e8d-934d-8247b95d18b5}" Halignment="AlignLeft">
|
||||||
|
<text></text>
|
||||||
|
<info_name>label</info_name>
|
||||||
|
</dynamic_text>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="14" text="6" color="#000000" y="188"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-6" text="4" color="#000000" y="188"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-10" text="DI 1" color="#000000" y="176.1"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-46" text="1" color="#000000" y="188"/>
|
||||||
|
<text rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-11" text="I-" color="#000000" y="186"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="21" text="DO" color="#000000" y="176.1"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="37" text="T2M" color="#000000" y="176.1"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-24" text="3" color="#000000" y="188"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="30.5999" ry="0" antialias="false" rx="0" height="7.61806" y="30"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="40.1754" x="-40.2" ry="0" antialias="false" rx="0" height="50.1393" y="39.9"/>
|
||||||
|
<text rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="8" text="I2" color="#000000" y="186"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-15.2463" text="1" color="#000000" y="157.379"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="54" text="8" color="#000000" y="188"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-25.5" text="USR" color="#000000" y="175.3"/>
|
||||||
|
<text rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="49" text="_" color="#000000" y="184"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="4" text="5" color="#000000" y="188"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-30" ry="0" antialias="false" rx="0" height="10" y="167.1"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="44" text="7" color="#000000" y="188"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="27.9952" text="2" color="#000000" y="157.189"/>
|
||||||
|
<text rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="38" text="+" color="#000000" y="186"/>
|
||||||
|
<text rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-42" text="O" color="#000000" y="186"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-15.7318" text="3" color="#000000" y="35.0916"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-36" text="2" color="#000000" y="188"/>
|
||||||
|
<text rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-2" text="I1" color="#000000" y="186"/>
|
||||||
|
<text rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-33" text="O+" color="#000000" y="186"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-30" ry="0" antialias="false" rx="0" height="10" y="167.1"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="17" ry="0" antialias="false" rx="0" height="10" y="167.1"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="1" ry="0" antialias="false" rx="0" height="10" y="167.1"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="50" ry="0" antialias="false" rx="0" height="10" y="167.1"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-27.7269" ry="0" antialias="false" rx="0" height="7.61806" y="152.291"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-14" ry="0" antialias="false" rx="0" height="10" y="167.1"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="39.9789" x="10" ry="0" antialias="false" rx="0" height="50.03" y="40.1"/>
|
||||||
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" width="60" x="10" ry="0" antialias="false" rx="0" height="190" y="-179.9"/>
|
||||||
|
<line style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="61" end2="none" y2="185.1" length1="1.5" end1="none" x1="60" y1="185.1" antialias="false"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="33" ry="0" antialias="false" rx="0" height="10" y="167.1"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="64" text="9" color="#000000" y="188"/>
|
||||||
|
<line style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="62" end2="none" y2="184.1" length1="1.5" end1="none" x1="59" y1="184.1" antialias="false"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-42" text="PWR" color="#000000" y="176.1"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-11.7269" ry="0" antialias="false" rx="0" height="7.61806" y="152.291"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="31.2731" ry="0" antialias="false" rx="0" height="7.61806" y="152.291"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="54" text="BI 1" color="#000000" y="176.1"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="26.94" text="4" color="#000000" y="34.7122"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-12.4" ry="0" antialias="false" rx="0" height="7.61806" y="30"/>
|
||||||
|
<polygon x12="38.318" x4="38.318" x13="14.9974" y10="54.394" y7="70.475" y6="70.475" y2="84.77" y8="59.755" x2="14.9974" y4="75.836" x1="14.9974" x9="43.316" x10="43.316" y5="75.836" y3="84.77" x5="43.316" x7="46.647" x3="38.318" antialias="false" closed="false" x11="38.318" y12="45.46" y9="59.755" style="line-style:normal;line-weight:thin;filling:none;color:black" x6="43.316" y1="45.46" x8="46.647" y11="54.394" y13="45.46"/>
|
||||||
|
<polygon x12="-33.5041" x4="-33.5041" x13="-36.852" y10="54.226" y7="84.667" y6="84.667" y2="70.342" y8="45.272" x2="-36.852" y4="75.714" x1="-36.852" x9="-28.4822" x10="-28.4822" y5="75.714" y3="70.342" x5="-28.4822" x7="-5.0465" x3="-33.5041" antialias="false" closed="false" x11="-33.5041" y12="59.598" y9="45.272" style="line-style:normal;line-weight:thin;filling:none;color:black" x6="-28.4822" y1="59.598" x8="-5.0465" y11="54.226" y13="59.598"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="15.2731" ry="0" antialias="false" rx="0" height="7.61806" y="152.291"/>
|
||||||
|
<text rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-50" text="P3" color="#000000" y="88.1"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-28.4" ry="0" antialias="false" rx="0" height="7.61806" y="30"/>
|
||||||
|
<text rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="50.2941" text="P4" color="#000000" y="87.3817"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="14.6" ry="0" antialias="false" rx="0" height="7.61806" y="30"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="39.9789" x="10" ry="0" antialias="false" rx="0" height="50.03" y="100.113"/>
|
||||||
|
<text rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-50" text="P1" color="#000000" y="108.1"/>
|
||||||
|
<text rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="50" text="P2" color="#000000" y="110.1"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="40.1754" x="-40.1754" ry="0" antialias="false" rx="0" height="50.1393" y="100.1"/>
|
||||||
|
<polygon x12="-33.4795" x4="-33.4795" x13="-36.8274" y10="114.426" y7="144.867" y6="144.867" y2="130.542" y8="105.472" x2="-36.8274" y4="135.914" x1="-36.8274" x9="-28.4576" x10="-28.4576" y5="135.914" y3="130.542" x5="-28.4576" x7="-5.02192" x3="-33.4795" antialias="false" closed="false" x11="-33.4795" y12="119.798" y9="105.472" style="line-style:normal;line-weight:thin;filling:none;color:black" x6="-28.4576" y1="119.798" x8="-5.02192" y11="114.426" y13="119.798"/>
|
||||||
|
<polygon x12="38.3184" x4="38.3184" x13="14.9974" y10="114.407" y7="130.488" y6="130.488" y2="144.783" y8="119.768" x2="14.9974" y4="135.849" x1="14.9974" x9="43.3157" x10="43.3157" y5="135.849" y3="144.783" x5="43.3157" x7="46.6473" x3="38.3184" antialias="false" closed="false" x11="38.3184" y12="105.473" y9="119.768" style="line-style:normal;line-weight:thin;filling:none;color:black" x6="43.3157" y1="105.473" x8="46.6473" y11="114.407" y13="105.473"/>
|
||||||
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" width="150" x="-70" ry="0" antialias="false" rx="0" height="380" y="-189.9"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-46" ry="0" antialias="false" rx="0" height="10" y="167.1"/>
|
||||||
|
<polygon y3="156.1" style="line-style:normal;line-weight:hight;filling:none;color:black" x2="-60" y2="156.1" x1="-60" y1="125.1" antialias="false" x3="-35" closed="false"/>
|
||||||
|
<text rotation="90" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-62" text="LAN" color="#000000" y="106.1"/>
|
||||||
|
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="80" end2="none" y2="20.1" length1="1.5" end1="none" x1="-70" y1="20.1" antialias="false"/>
|
||||||
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" width="60" x="-60" ry="0" antialias="false" rx="0" height="190" y="-179.9"/>
|
||||||
|
<line style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="60.5" end2="none" y2="183.1" length1="1.5" end1="none" x1="60.5" y1="179.1" antialias="false"/>
|
||||||
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" width="60" x="-60" ry="0" antialias="false" rx="0" height="10" y="-167"/>
|
||||||
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" width="2" x="-24" ry="0" antialias="false" rx="0" height="4" y="-173"/>
|
||||||
|
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" x="-40" diameter="20" antialias="false" y="-110"/>
|
||||||
|
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" x="-31" diameter="2" antialias="false" y="-101"/>
|
||||||
|
<terminal type="Generic" x="40" orientation="e" name="" y="65.1" uuid="{e36db2ba-380e-4ef0-8a82-9ff54931f018}"/>
|
||||||
|
<terminal type="Generic" x="50" orientation="s" name="" y="190" uuid="{f1cdef52-ab84-49a6-b441-d1924f9ff506}"/>
|
||||||
|
<terminal type="Generic" x="40" orientation="e" name="" y="125.1" uuid="{11ff64d1-0c82-4ea6-af78-01f32a3f15a8}"/>
|
||||||
|
<terminal type="Generic" x="-30" orientation="w" name="" y="65.1" uuid="{0d98d4c6-be61-43ce-96d1-0344fc26c330}"/>
|
||||||
|
<terminal type="Generic" x="-40" orientation="s" name="" y="190" uuid="{3f56c9b9-9975-4bec-9dc2-09af0d5e57c1}"/>
|
||||||
|
<terminal type="Generic" x="-10" orientation="s" name="" y="190" uuid="{f7cb8b6d-f794-4d34-946d-407d4ac91439}"/>
|
||||||
|
<terminal type="Generic" x="-30" orientation="n" name="" y="-100" uuid="{c4469a6b-ec42-4cd8-93e5-6bf42574581f}"/>
|
||||||
|
<terminal type="Generic" x="60" orientation="s" name="" y="190.1" uuid="{dd5178d1-7a20-4530-bb1c-24cd5c4c5ae8}"/>
|
||||||
|
<terminal type="Generic" x="-50" orientation="s" name="" y="190" uuid="{0ee6c34f-f674-4121-97f3-316894ad5959}"/>
|
||||||
|
<terminal type="Generic" x="10" orientation="s" name="" y="190" uuid="{015e6c78-011d-4c3d-81ee-bcac3fc21787}"/>
|
||||||
|
<terminal type="Generic" x="0" orientation="s" name="" y="190" uuid="{bc230f0d-ee9a-4bb0-996f-09d161942702}"/>
|
||||||
|
<terminal type="Generic" x="-30" orientation="s" name="" y="190" uuid="{168bae35-99d8-4536-9975-b35d30d8d8ca}"/>
|
||||||
|
<terminal type="Generic" x="-30" orientation="w" name="" y="125.1" uuid="{766d1a8d-ff0c-4292-83a8-c0190d0bd4bc}"/>
|
||||||
|
<terminal type="Generic" x="40" orientation="s" name="" y="190" uuid="{1a1b0942-da45-47a1-bb07-164fbacd6970}"/>
|
||||||
|
</description>
|
||||||
|
</definition>
|
||||||
@@ -0,0 +1,95 @@
|
|||||||
|
<definition width="160" type="element" hotspot_x="73" hotspot_y="194" link_type="simple" version="0.90" height="390">
|
||||||
|
<uuid uuid="{a1fa402c-06dd-4e71-b71c-56d0c674ab6d}"/>
|
||||||
|
<names>
|
||||||
|
<name lang="de">ewon_flexy_205_plaint</name>
|
||||||
|
</names>
|
||||||
|
<elementInformations/>
|
||||||
|
<informations></informations>
|
||||||
|
<description>
|
||||||
|
<text rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-52" text="O-" color="#000000" y="186"/>
|
||||||
|
<text rotation="270" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="80" text="Flexy 205" color="#000000" y="80"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="5.4" text="DI 2" color="#000000" y="176.1"/>
|
||||||
|
<line style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="62.2" end2="none" y2="183.1" length1="1.5" end1="none" x1="57.2" y1="183.1" antialias="false"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="14" text="6" color="#000000" y="188"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-6" text="4" color="#000000" y="188"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-10" text="DI 1" color="#000000" y="176.1"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-46" text="1" color="#000000" y="188"/>
|
||||||
|
<text rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-12" text="I-" color="#000000" y="186"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="21" text="DO" color="#000000" y="176.1"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="37" text="T2M" color="#000000" y="176.1"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-26" text="3" color="#000000" y="188"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="30.5999" ry="0" antialias="false" rx="0" height="7.61806" y="30"/>
|
||||||
|
<dynamic_text text_width="-1" rotation="0" z="14" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" x="-90" text_from="ElementInfo" frame="false" Valignment="AlignTop" keep_visual_rotation="true" y="-190" uuid="{91b94312-45d2-4e8d-934d-8247b95d18b5}" Halignment="AlignLeft">
|
||||||
|
<text></text>
|
||||||
|
<info_name>label</info_name>
|
||||||
|
</dynamic_text>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="40.1754" x="-40.2" ry="0" antialias="false" rx="0" height="50.1393" y="39.9"/>
|
||||||
|
<text rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="8" text="I2" color="#000000" y="186"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-15.2463" text="1" color="#000000" y="157.379"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="54" text="8" color="#000000" y="188"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-26" text="USR" color="#000000" y="176.1"/>
|
||||||
|
<text rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="49.1" text="_" color="#000000" y="184"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="4" text="5" color="#000000" y="188"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-30" ry="0" antialias="false" rx="0" height="10" y="167.1"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="44" text="7" color="#000000" y="188"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="27.9952" text="2" color="#000000" y="157.189"/>
|
||||||
|
<text rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="38" text="+" color="#000000" y="186"/>
|
||||||
|
<text rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-42" text="O" color="#000000" y="186"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-15.7318" text="3" color="#000000" y="35.0916"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-36" text="2" color="#000000" y="188"/>
|
||||||
|
<text rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-2" text="I1" color="#000000" y="186"/>
|
||||||
|
<text rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-32" text="O+" color="#000000" y="186"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-30" ry="0" antialias="false" rx="0" height="10" y="167.1"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="17" ry="0" antialias="false" rx="0" height="10" y="167.1"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="1" ry="0" antialias="false" rx="0" height="10" y="167.1"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="50" ry="0" antialias="false" rx="0" height="10" y="167.1"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-27.7269" ry="0" antialias="false" rx="0" height="7.61806" y="152.291"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-14" ry="0" antialias="false" rx="0" height="10" y="167.1"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="39.9789" x="10" ry="0" antialias="false" rx="0" height="50.03" y="40.1"/>
|
||||||
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" width="60" x="10" ry="0" antialias="false" rx="0" height="190" y="-179.9"/>
|
||||||
|
<line style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="60" end2="none" y2="185.1" length1="1.5" end1="none" x1="59" y1="185.1" antialias="false"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="33" ry="0" antialias="false" rx="0" height="10" y="167.1"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="64" text="9" color="#000000" y="188"/>
|
||||||
|
<line style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="61" end2="none" y2="184.1" length1="1.5" end1="none" x1="58" y1="184.1" antialias="false"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="-42" text="PWR" color="#000000" y="176.1"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-11.7269" ry="0" antialias="false" rx="0" height="7.61806" y="152.291"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="31.2731" ry="0" antialias="false" rx="0" height="7.61806" y="152.291"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="54" text="BI 1" color="#000000" y="176.1"/>
|
||||||
|
<text rotation="270" font="Sans Serif,2,-1,5,50,0,0,0,0,0" x="26.94" text="4" color="#000000" y="34.7122"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-12.4" ry="0" antialias="false" rx="0" height="7.61806" y="30"/>
|
||||||
|
<polygon x12="38.318" x4="38.318" x13="14.9974" y10="54.394" y7="70.475" y6="70.475" y2="84.77" y8="59.755" x2="14.9974" y4="75.836" x1="14.9974" x9="43.316" x10="43.316" y5="75.836" y3="84.77" x5="43.316" x7="46.647" x3="38.318" antialias="false" closed="false" x11="38.318" y12="45.46" y9="59.755" style="line-style:normal;line-weight:thin;filling:none;color:black" x6="43.316" y1="45.46" x8="46.647" y11="54.394" y13="45.46"/>
|
||||||
|
<polygon x12="-33.5041" x4="-33.5041" x13="-36.852" y10="54.226" y7="84.667" y6="84.667" y2="70.342" y8="45.272" x2="-36.852" y4="75.714" x1="-36.852" x9="-28.4822" x10="-28.4822" y5="75.714" y3="70.342" x5="-28.4822" x7="-5.0465" x3="-33.5041" antialias="false" closed="false" x11="-33.5041" y12="59.598" y9="45.272" style="line-style:normal;line-weight:thin;filling:none;color:black" x6="-28.4822" y1="59.598" x8="-5.0465" y11="54.226" y13="59.598"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="15.2731" ry="0" antialias="false" rx="0" height="7.61806" y="152.291"/>
|
||||||
|
<text rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-50" text="P3" color="#000000" y="88.1"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-28.4" ry="0" antialias="false" rx="0" height="7.61806" y="30"/>
|
||||||
|
<text rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="50.2941" text="P4" color="#000000" y="87.3817"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="14.6" ry="0" antialias="false" rx="0" height="7.61806" y="30"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="39.9789" x="10" ry="0" antialias="false" rx="0" height="50.03" y="100.113"/>
|
||||||
|
<text rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-50" text="P1" color="#000000" y="108.1"/>
|
||||||
|
<text rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="50" text="P2" color="#000000" y="110.1"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="40.1754" x="-40.1754" ry="0" antialias="false" rx="0" height="50.1393" y="100.1"/>
|
||||||
|
<polygon x12="-33.4795" x4="-33.4795" x13="-36.8274" y10="114.426" y7="144.867" y6="144.867" y2="130.542" y8="105.472" x2="-36.8274" y4="135.914" x1="-36.8274" x9="-28.4576" x10="-28.4576" y5="135.914" y3="130.542" x5="-28.4576" x7="-5.02192" x3="-33.4795" antialias="false" closed="false" x11="-33.4795" y12="119.798" y9="105.472" style="line-style:normal;line-weight:thin;filling:none;color:black" x6="-28.4576" y1="119.798" x8="-5.02192" y11="114.426" y13="119.798"/>
|
||||||
|
<polygon x12="38.3184" x4="38.3184" x13="14.9974" y10="114.407" y7="130.488" y6="130.488" y2="144.783" y8="119.768" x2="14.9974" y4="135.849" x1="14.9974" x9="43.3157" x10="43.3157" y5="135.849" y3="144.783" x5="43.3157" x7="46.6473" x3="38.3184" antialias="false" closed="false" x11="38.3184" y12="105.473" y9="119.768" style="line-style:normal;line-weight:thin;filling:none;color:black" x6="43.3157" y1="105.473" x8="46.6473" y11="114.407" y13="105.473"/>
|
||||||
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" width="150" x="-70" ry="0" antialias="false" rx="0" height="380" y="-189.9"/>
|
||||||
|
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" width="6" x="-46" ry="0" antialias="false" rx="0" height="10" y="167.1"/>
|
||||||
|
<polygon y3="156.1" style="line-style:normal;line-weight:hight;filling:none;color:black" x2="-59.5" y2="156.1" x1="-59.5" y1="125.1" antialias="false" x3="-34.5" closed="false"/>
|
||||||
|
<text rotation="90" font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-62" text="LAN" color="#000000" y="104.1"/>
|
||||||
|
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="80" end2="none" y2="20.1" length1="1.5" end1="none" x1="-70" y1="20.1" antialias="false"/>
|
||||||
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" width="60" x="-60" ry="0" antialias="false" rx="0" height="190" y="-179.9"/>
|
||||||
|
<line style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="59.7" end2="none" y2="183.1" length1="1.5" end1="none" x1="59.7" y1="179.1" antialias="false"/>
|
||||||
|
<text rotation="270" font="Sans Serif,11,-1,5,50,0,0,0,0,0" x="-55" text="EWON" color="#000000" y="70"/>
|
||||||
|
<terminal type="Generic" x="60" orientation="s" name="" y="190" uuid="{dd5178d1-7a20-4530-bb1c-24cd5c4c5ae8}"/>
|
||||||
|
<terminal type="Generic" x="0" orientation="s" name="" y="190" uuid="{bc230f0d-ee9a-4bb0-996f-09d161942702}"/>
|
||||||
|
<terminal type="Generic" x="-30" orientation="s" name="" y="190" uuid="{168bae35-99d8-4536-9975-b35d30d8d8ca}"/>
|
||||||
|
<terminal type="Generic" x="40" orientation="s" name="" y="190" uuid="{1a1b0942-da45-47a1-bb07-164fbacd6970}"/>
|
||||||
|
<terminal type="Generic" x="-30" orientation="w" name="" y="125.1" uuid="{766d1a8d-ff0c-4292-83a8-c0190d0bd4bc}"/>
|
||||||
|
<terminal type="Generic" x="-10" orientation="s" name="" y="190" uuid="{f7cb8b6d-f794-4d34-946d-407d4ac91439}"/>
|
||||||
|
<terminal type="Generic" x="50" orientation="s" name="" y="190" uuid="{f1cdef52-ab84-49a6-b441-d1924f9ff506}"/>
|
||||||
|
<terminal type="Generic" x="-30" orientation="w" name="" y="65.1" uuid="{0d98d4c6-be61-43ce-96d1-0344fc26c330}"/>
|
||||||
|
<terminal type="Generic" x="40" orientation="e" name="" y="125.1" uuid="{11ff64d1-0c82-4ea6-af78-01f32a3f15a8}"/>
|
||||||
|
<terminal type="Generic" x="-50" orientation="s" name="" y="190" uuid="{0ee6c34f-f674-4121-97f3-316894ad5959}"/>
|
||||||
|
<terminal type="Generic" x="40" orientation="e" name="" y="65.1" uuid="{e36db2ba-380e-4ef0-8a82-9ff54931f018}"/>
|
||||||
|
<terminal type="Generic" x="-40" orientation="s" name="" y="190" uuid="{3f56c9b9-9975-4bec-9dc2-09af0d5e57c1}"/>
|
||||||
|
<terminal type="Generic" x="10" orientation="s" name="" y="190" uuid="{015e6c78-011d-4c3d-81ee-bcac3fc21787}"/>
|
||||||
|
</description>
|
||||||
|
</definition>
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" height="200" rx="0" y="-100" ry="0" width="120" antialias="false" x="-60"/>
|
||||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="-52.5" antialias="true" x="57.5"/>
|
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="-52.5" antialias="true" x="57.5"/>
|
||||||
<text text="4" rotation="0" color="#000000" y="-32" x="49.25" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="4" rotation="0" color="#000000" y="-32" x="49.25" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" height="200" rx="0" y="-100" ry="0" width="120" antialias="false" x="-60"/>
|
|
||||||
<text text="2" rotation="0" color="#000000" y="-52" x="49.25" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="2" rotation="0" color="#000000" y="-52" x="49.25" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="7.5" antialias="true" x="57.5"/>
|
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="7.5" antialias="true" x="57.5"/>
|
||||||
<text text="ALM" rotation="0" color="#000000" y="83" x="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="ALM" rotation="0" color="#000000" y="83" x="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
|
|||||||
@@ -14,10 +14,10 @@
|
|||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" height="200" rx="0" y="-100" ry="0" width="120" antialias="false" x="-60"/>
|
||||||
<text text="FX" rotation="0" color="#000000" y="45" x="-54" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="FX" rotation="0" color="#000000" y="45" x="-54" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="37.5" antialias="true" x="57.5"/>
|
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="37.5" antialias="true" x="57.5"/>
|
||||||
<text text="9" rotation="0" color="#000000" y="39" x="-54" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="9" rotation="0" color="#000000" y="39" x="-54" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" height="200" rx="0" y="-100" ry="0" width="120" antialias="false" x="-60"/>
|
|
||||||
<text text="FX" rotation="0" color="#000000" y="45" x="46" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="FX" rotation="0" color="#000000" y="45" x="46" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="-52.5" antialias="true" x="57.5"/>
|
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="-52.5" antialias="true" x="57.5"/>
|
||||||
<text text="10" rotation="0" color="#000000" y="39" x="46" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="10" rotation="0" color="#000000" y="39" x="46" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
|
|||||||
@@ -14,9 +14,9 @@
|
|||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" height="200" rx="0" y="-100" ry="0" width="120" antialias="false" x="-60"/>
|
||||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="-52.5" antialias="true" x="57.5"/>
|
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="-52.5" antialias="true" x="57.5"/>
|
||||||
<text text="4" rotation="0" color="#000000" y="-32" x="49.25" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="4" rotation="0" color="#000000" y="-32" x="49.25" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" height="200" rx="0" y="-100" ry="0" width="120" antialias="false" x="-60"/>
|
|
||||||
<text text="2" rotation="0" color="#000000" y="-52" x="49.25" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="2" rotation="0" color="#000000" y="-52" x="49.25" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="7.5" antialias="true" x="57.5"/>
|
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="7.5" antialias="true" x="57.5"/>
|
||||||
<text text="ALM" rotation="0" color="#000000" y="83" x="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="ALM" rotation="0" color="#000000" y="83" x="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
|
|||||||
@@ -14,9 +14,9 @@
|
|||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" height="170" rx="0" y="-100" ry="0" width="120" antialias="false" x="-60"/>
|
||||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="-52.5" antialias="true" x="57.5"/>
|
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="-52.5" antialias="true" x="57.5"/>
|
||||||
<text text="4" rotation="0" color="#000000" y="-32" x="49.25" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="4" rotation="0" color="#000000" y="-32" x="49.25" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" height="170" rx="0" y="-100" ry="0" width="120" antialias="false" x="-60"/>
|
|
||||||
<text text="2" rotation="0" color="#000000" y="-52" x="49.25" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="2" rotation="0" color="#000000" y="-52" x="49.25" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="7.5" antialias="true" x="57.5"/>
|
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="7.5" antialias="true" x="57.5"/>
|
||||||
<text text="-" rotation="0" color="#000000" y="-90" x="-20.9844" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="-" rotation="0" color="#000000" y="-90" x="-20.9844" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
|
|||||||
@@ -14,9 +14,9 @@
|
|||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" height="200" rx="0" y="-100" ry="0" width="120" antialias="false" x="-60"/>
|
||||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="-52.5" antialias="true" x="57.5"/>
|
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="-52.5" antialias="true" x="57.5"/>
|
||||||
<text text="4" rotation="0" color="#000000" y="-32" x="49.25" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="4" rotation="0" color="#000000" y="-32" x="49.25" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" height="200" rx="0" y="-100" ry="0" width="120" antialias="false" x="-60"/>
|
|
||||||
<text text="2" rotation="0" color="#000000" y="-52" x="49.25" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="2" rotation="0" color="#000000" y="-52" x="49.25" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="7.5" antialias="true" x="57.5"/>
|
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="7.5" antialias="true" x="57.5"/>
|
||||||
<text text="ALM" rotation="0" color="#000000" y="83" x="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="ALM" rotation="0" color="#000000" y="83" x="-5" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
|
|||||||
@@ -14,11 +14,11 @@
|
|||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
|
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" height="200" rx="0" y="-100" ry="0" width="120" antialias="false" x="-60"/>
|
||||||
<text text="FX" rotation="0" color="#000000" y="45" x="-54" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="FX" rotation="0" color="#000000" y="45" x="-54" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
<text text="2 Slots BASE-FX/TX" rotation="0" color="#000000" y="62" x="-39.2969" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
|
<text text="2 Slots BASE-FX/TX" rotation="0" color="#000000" y="62" x="-39.2969" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
|
||||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="37.5" antialias="true" x="57.5"/>
|
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="37.5" antialias="true" x="57.5"/>
|
||||||
<text text="9" rotation="0" color="#000000" y="39" x="-54" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="9" rotation="0" color="#000000" y="39" x="-54" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" height="200" rx="0" y="-100" ry="0" width="120" antialias="false" x="-60"/>
|
|
||||||
<text text="FX" rotation="0" color="#000000" y="45" x="46" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="FX" rotation="0" color="#000000" y="45" x="46" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="-52.5" antialias="true" x="57.5"/>
|
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" diameter="5" y="-52.5" antialias="true" x="57.5"/>
|
||||||
<text text="10" rotation="0" color="#000000" y="39" x="46" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
<text text="10" rotation="0" color="#000000" y="39" x="46" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" hotspot_x="15" version="0.80" type="element" width="50" height="20" link_type="simple">
|
<definition type="element" width="29" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">859-402</name>
|
<name lang="en">859-402</name>
|
||||||
<name lang="fr">859-402</name>
|
<name lang="fr">859-402</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">859-402</name>
|
<name lang="cs">859-402</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">859-402</elementInformation>
|
<elementInformation name="designation" show="1">859-402</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect y="-4.75" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="40" antialias="false" x="-10" height="9.5"/>
|
<rect x="-5.72" y="-2.72" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="22.86" height="5.43" antialias="false"/>
|
||||||
<text text="859-402" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2" x="-2"/>
|
<text x="-1.14" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="859-402" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" hotspot_x="14" version="0.80" type="element" width="70" height="20" link_type="simple">
|
<definition type="element" width="40" height="11" version="0.80" hotspot_x="8" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">859-403</name>
|
<name lang="en">859-403</name>
|
||||||
<name lang="fr">859-403</name>
|
<name lang="fr">859-403</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">859-403</name>
|
<name lang="cs">859-403</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">859-403</elementInformation>
|
<elementInformation name="designation" show="1">859-403</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect y="-4.75" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="61.1" antialias="false" x="-10" height="9.5"/>
|
<rect x="-5.72" y="-2.72" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="34.92" height="5.43" antialias="false"/>
|
||||||
<text text="859-403" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2" x="10"/>
|
<text x="5.72" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="859-403" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" hotspot_x="14" version="0.80" type="element" width="90" height="20" link_type="simple">
|
<definition type="element" width="51" height="11" version="0.80" hotspot_x="8" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">859-404</name>
|
<name lang="en">859-404</name>
|
||||||
<name lang="fr">859-404</name>
|
<name lang="fr">859-404</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">859-404</name>
|
<name lang="cs">859-404</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">859-404</elementInformation>
|
<elementInformation name="designation" show="1">859-404</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect y="-4.75" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="82.2" antialias="false" x="-10" height="9.5"/>
|
<rect x="-5.72" y="-2.72" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="46.98" height="5.43" antialias="false"/>
|
||||||
<text text="859-404" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2" x="20"/>
|
<text x="11.43" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="859-404" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" hotspot_x="13" version="0.80" type="element" width="110" height="20" link_type="simple">
|
<definition type="element" width="63" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">859-405</name>
|
<name lang="en">859-405</name>
|
||||||
<name lang="fr">859-405</name>
|
<name lang="fr">859-405</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">859-405</name>
|
<name lang="cs">859-405</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">859-405</elementInformation>
|
<elementInformation name="designation" show="1">859-405</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect y="-4.75" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="103.3" antialias="false" x="-10" height="9.5"/>
|
<rect x="-5.72" y="-2.72" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="59.04" height="5.43" antialias="false"/>
|
||||||
<text text="859-405" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2" x="30"/>
|
<text x="17.15" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="859-405" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" hotspot_x="13" version="0.80" type="element" width="130" height="20" link_type="simple">
|
<definition type="element" width="74" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">859-406</name>
|
<name lang="en">859-406</name>
|
||||||
<name lang="fr">859-406</name>
|
<name lang="fr">859-406</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">859-406</name>
|
<name lang="cs">859-406</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">859-406</elementInformation>
|
<elementInformation name="designation" show="1">859-406</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect y="-4.75" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="124.4" antialias="false" x="-10" height="9.5"/>
|
<rect x="-5.72" y="-2.72" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="71.1" height="5.43" antialias="false"/>
|
||||||
<text text="859-406" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2" x="40"/>
|
<text x="22.86" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="859-406" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" hotspot_x="12" version="0.80" type="element" width="150" height="20" link_type="simple">
|
<definition type="element" width="86" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">859-407</name>
|
<name lang="en">859-407</name>
|
||||||
<name lang="fr">859-407</name>
|
<name lang="fr">859-407</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">859-407</name>
|
<name lang="cs">859-407</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">859-407</elementInformation>
|
<elementInformation name="designation" show="1">859-407</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect y="-4.75" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="145.5" antialias="false" x="-10" height="9.5"/>
|
<rect x="-5.72" y="-2.72" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="83.17" height="5.43" antialias="false"/>
|
||||||
<text text="859-407" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2" x="50"/>
|
<text x="28.58" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="859-407" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" hotspot_x="16" version="0.80" type="element" width="180" height="20" link_type="simple">
|
<definition type="element" width="103" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">859-408</name>
|
<name lang="en">859-408</name>
|
||||||
<name lang="fr">859-408</name>
|
<name lang="fr">859-408</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">859-408</name>
|
<name lang="cs">859-408</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">859-408</elementInformation>
|
<elementInformation name="designation" show="1">859-408</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect y="-4.75" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="166.6" antialias="false" x="-10" height="9.5"/>
|
<rect x="-5.72" y="-2.72" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="95.23" height="5.43" antialias="false"/>
|
||||||
<text text="859-408" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2" x="60"/>
|
<text x="34.29" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="859-408" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" hotspot_x="16" version="0.80" type="element" width="200" height="20" link_type="simple">
|
<definition type="element" width="114" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">859-409</name>
|
<name lang="en">859-409</name>
|
||||||
<name lang="fr">859-409</name>
|
<name lang="fr">859-409</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">859-409</name>
|
<name lang="cs">859-409</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">859-409</elementInformation>
|
<elementInformation name="designation" show="1">859-409</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect y="-4.75" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="187.7" antialias="false" x="-10" height="9.5"/>
|
<rect x="-5.72" y="-2.72" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="107.29" height="5.43" antialias="false"/>
|
||||||
<text text="859-409" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2" x="74"/>
|
<text x="42.3" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="859-409" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" hotspot_x="15" version="0.80" type="element" width="220" height="20" link_type="simple">
|
<definition type="element" width="126" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">859-410</name>
|
<name lang="en">859-410</name>
|
||||||
<name lang="fr">859-410</name>
|
<name lang="fr">859-410</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">859-410</name>
|
<name lang="cs">859-410</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">859-410</elementInformation>
|
<elementInformation name="designation" show="1">859-410</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect y="-4.75" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="208.8" antialias="false" x="-10" height="9.5"/>
|
<rect x="-5.72" y="-2.72" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="119.35" height="5.43" antialias="false"/>
|
||||||
<text text="859-410" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2" x="84"/>
|
<text x="48.01" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="859-410" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_x="17" link_type="simple" type="element" width="30" hotspot_y="10" version="0.80" height="20">
|
<definition type="element" width="17" height="11" version="0.80" hotspot_x="10" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2000-402</name>
|
<name lang="en">2000-402</name>
|
||||||
<name lang="fr">2000-402</name>
|
<name lang="fr">2000-402</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2000-402</name>
|
<name lang="cs">2000-402</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2000-402</elementInformation>
|
<elementInformation name="designation" show="1">2000-402</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y4="6.76" antialias="false" y3="-6.67" style="line-style:normal;line-weight:thin;filling:white;color:black" x3="8.72" x1="-14.49" y2="-6.67" x2="-14.49" x4="8.72" y1="6.76"/>
|
<polygon x1="-8.28" x2="-8.28" x3="4.98" x4="4.98" y1="3.86" y2="-3.81" y3="-3.81" y4="3.86" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<text font="Sans Serif,3,-1,5,50,0,0,0,0,0" y="1.9" text="2000-402" color="#000000" x="-12.5" rotation="0"/>
|
<text x="-7.14" y="1.09" font="Sans Serif,1.71,-1,5,50,0,0,0,0,0" text="2000-402" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_x="16" link_type="simple" type="element" width="40" hotspot_y="10" version="0.80" height="20">
|
<definition type="element" width="23" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2000-403</name>
|
<name lang="en">2000-403</name>
|
||||||
<name lang="fr">2000-403</name>
|
<name lang="fr">2000-403</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2000-403</name>
|
<name lang="cs">2000-403</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2000-403</elementInformation>
|
<elementInformation name="designation" show="1">2000-403</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y4="6.74" antialias="false" y3="-6.69" style="line-style:normal;line-weight:thin;filling:white;color:black" x3="21.9" x1="-14.49" y2="-6.69" x2="-14.49" x4="21.9" y1="6.74"/>
|
<polygon x1="-8.28" x2="-8.28" x3="12.52" x4="12.52" y1="3.85" y2="-3.82" y3="-3.82" y4="3.85" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="2.2" text="2000-403" color="#000000" x="-8.0437" rotation="0"/>
|
<text x="-4.6" y="1.26" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2000-403" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_x="19" link_type="simple" type="element" width="60" hotspot_y="10" version="0.80" height="20">
|
<definition type="element" width="34" height="11" version="0.80" hotspot_x="11" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2000-404</name>
|
<name lang="en">2000-404</name>
|
||||||
<name lang="fr">2000-404</name>
|
<name lang="fr">2000-404</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2000-404</name>
|
<name lang="cs">2000-404</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2000-404</elementInformation>
|
<elementInformation name="designation" show="1">2000-404</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y4="6.72" antialias="false" y3="-6.71" style="line-style:normal;line-weight:thin;filling:white;color:black" x3="34.57" x1="-14.49" y2="-6.71" x2="-14.49" x4="34.57" y1="6.72"/>
|
<polygon x1="-8.28" x2="-8.28" x3="19.76" x4="19.76" y1="3.84" y2="-3.84" y3="-3.84" y4="3.84" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="2.5" text="2000-404" color="#000000" x="-3.0437" rotation="0"/>
|
<text x="-1.74" y="1.43" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2000-404" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_x="18" link_type="simple" type="element" width="70" hotspot_y="10" version="0.80" height="20">
|
<definition type="element" width="40" height="11" version="0.80" hotspot_x="10" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2000-405</name>
|
<name lang="en">2000-405</name>
|
||||||
<name lang="fr">2000-405</name>
|
<name lang="fr">2000-405</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2000-405</name>
|
<name lang="cs">2000-405</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2000-405</elementInformation>
|
<elementInformation name="designation" show="1">2000-405</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y4="6.7" antialias="false" y3="-6.73" style="line-style:normal;line-weight:thin;filling:white;color:black" x3="47.75" x1="-14.49" y2="-6.73" x2="-14.49" x4="47.75" y1="6.7"/>
|
<polygon x1="-8.28" x2="-8.28" x3="27.29" x4="27.29" y1="3.83" y2="-3.85" y3="-3.85" y4="3.83" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="1.8" text="2000-405" color="#000000" x="2.9563" rotation="0"/>
|
<text x="1.69" y="1.03" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2000-405" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_x="16" link_type="simple" type="element" width="80" hotspot_y="10" version="0.80" height="20">
|
<definition type="element" width="46" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2000-406</name>
|
<name lang="en">2000-406</name>
|
||||||
<name lang="fr">2000-406</name>
|
<name lang="fr">2000-406</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2000-406</name>
|
<name lang="cs">2000-406</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2000-406</elementInformation>
|
<elementInformation name="designation" show="1">2000-406</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y4="6.68" antialias="false" y3="-6.75" style="line-style:normal;line-weight:thin;filling:white;color:black" x3="60.93" x1="-14.49" y2="-6.75" x2="-14.49" x4="60.93" y1="6.68"/>
|
<polygon x1="-8.28" x2="-8.28" x3="34.83" x4="34.83" y1="3.82" y2="-3.86" y3="-3.86" y4="3.82" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="2.1" text="2000-406" color="#000000" x="8.9563" rotation="0"/>
|
<text x="5.12" y="1.2" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2000-406" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_x="20" link_type="simple" type="element" width="100" hotspot_y="10" version="0.80" height="20">
|
<definition type="element" width="57" height="11" version="0.80" hotspot_x="11" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2000-407</name>
|
<name lang="en">2000-407</name>
|
||||||
<name lang="fr">2000-407</name>
|
<name lang="fr">2000-407</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2000-407</name>
|
<name lang="cs">2000-407</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2000-407</elementInformation>
|
<elementInformation name="designation" show="1">2000-407</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y4="6.66" antialias="false" y3="-6.77" style="line-style:normal;line-weight:thin;filling:white;color:black" x3="73.6" x1="-14.49" y2="-6.77" x2="-14.49" x4="73.6" y1="6.66"/>
|
<polygon x1="-8.28" x2="-8.28" x3="42.07" x4="42.07" y1="3.81" y2="-3.87" y3="-3.87" y4="3.81" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="2.4" text="2000-407" color="#000000" x="15.9563" rotation="0"/>
|
<text x="9.12" y="1.37" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2000-407" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_x="18" link_type="simple" type="element" width="110" hotspot_y="10" version="0.80" height="20">
|
<definition type="element" width="63" height="11" version="0.80" hotspot_x="10" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2000-408</name>
|
<name lang="en">2000-408</name>
|
||||||
<name lang="fr">2000-408</name>
|
<name lang="fr">2000-408</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2000-408</name>
|
<name lang="cs">2000-408</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2000-408</elementInformation>
|
<elementInformation name="designation" show="1">2000-408</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y4="6.74" antialias="false" y3="-6.69" style="line-style:normal;line-weight:thin;filling:white;color:black" x3="86.78" x1="-14.49" y2="-6.69" x2="-14.49" x4="86.78" y1="6.74"/>
|
<polygon x1="-8.28" x2="-8.28" x3="49.6" x4="49.6" y1="3.85" y2="-3.82" y3="-3.82" y4="3.85" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="1.8" text="2000-408" color="#000000" x="20.9563" rotation="0"/>
|
<text x="11.98" y="1.03" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2000-408" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_x="17" link_type="simple" type="element" width="120" hotspot_y="10" version="0.80" height="20">
|
<definition type="element" width="69" height="11" version="0.80" hotspot_x="10" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2000-409</name>
|
<name lang="en">2000-409</name>
|
||||||
<name lang="fr">2000-409</name>
|
<name lang="fr">2000-409</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2000-409</name>
|
<name lang="cs">2000-409</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2000-409</elementInformation>
|
<elementInformation name="designation" show="1">2000-409</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y4="6.72" antialias="false" y3="-6.71" style="line-style:normal;line-weight:thin;filling:white;color:black" x3="99.4" x1="-14.49" y2="-6.71" x2="-14.49" x4="99.4" y1="6.72"/>
|
<polygon x1="-8.28" x2="-8.28" x3="56.82" x4="56.82" y1="3.84" y2="-3.84" y3="-3.84" y4="3.84" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="2.1" text="2000-409" color="#000000" x="26.9563" rotation="0"/>
|
<text x="15.41" y="1.2" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2000-409" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_x="20" link_type="simple" type="element" width="140" hotspot_y="10" version="0.80" height="20">
|
<definition type="element" width="80" height="11" version="0.80" hotspot_x="11" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2000-410</name>
|
<name lang="en">2000-410</name>
|
||||||
<name lang="fr">2000-410</name>
|
<name lang="fr">2000-410</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2000-410</name>
|
<name lang="cs">2000-410</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2000-410</elementInformation>
|
<elementInformation name="designation" show="1">2000-410</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y4="6.8" antialias="false" y3="-6.63" style="line-style:normal;line-weight:thin;filling:white;color:black" x3="112.25" x1="-14.49" y2="-6.63" x2="-14.49" x4="112.25" y1="6.8"/>
|
<polygon x1="-8.28" x2="-8.28" x3="64.16" x4="64.16" y1="3.89" y2="-3.79" y3="-3.79" y4="3.89" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="2.5" text="2000-410" color="#000000" x="35.9563" rotation="0"/>
|
<text x="20.55" y="1.43" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2000-410" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" hotspot_y="10" version="0.80" link_type="simple" width="40" height="20" hotspot_x="16">
|
<definition type="element" width="23" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="fr">2000-433</name>
|
<name lang="fr">2000-433</name>
|
||||||
<name lang="de">2000-433</name>
|
<name lang="de">2000-433</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2000-433</name>
|
<name lang="cs">2000-433</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2000-433</elementInformation>
|
<elementInformation name="designation" show="1">2000-433</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y2="-6.69" antialias="false" y1="6.74" x3="21.9" y3="-6.69" x1="-14.49" style="line-style:normal;line-weight:thin;filling:white;color:black" x2="-14.49" x4="21.9" y4="6.74"/>
|
<polygon x1="-8.28" x2="-8.28" x3="12.52" x4="12.52" y1="3.85" y2="-3.82" y3="-3.82" y4="3.85" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<polygon y2="-3" antialias="false" y1="3" x3="16" y3="-3" closed="false" x1="-9" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-9" x4="16" y4="3"/>
|
<polygon x1="-5.14" x2="-5.14" x3="9.15" x4="9.15" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text rotation="0" text="2000-433" x="-8.0437" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="2.2" color="#000000"/>
|
<text x="-4.6" y="1.26" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2000-433" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" hotspot_y="10" version="0.80" link_type="simple" width="60" height="20" hotspot_x="19">
|
<definition type="element" width="34" height="11" version="0.80" hotspot_x="11" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="fr">2000-434</name>
|
<name lang="fr">2000-434</name>
|
||||||
<name lang="de">2000-434</name>
|
<name lang="de">2000-434</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2000-434</name>
|
<name lang="cs">2000-434</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2000-434</elementInformation>
|
<elementInformation name="designation" show="1">2000-434</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y2="-6.71" antialias="false" y1="6.72" x3="34.57" y3="-6.71" x1="-14.49" style="line-style:normal;line-weight:thin;filling:white;color:black" x2="-14.49" x4="34.57" y4="6.72"/>
|
<polygon x1="-8.28" x2="-8.28" x3="19.76" x4="19.76" y1="3.84" y2="-3.84" y3="-3.84" y4="3.84" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<polygon y2="-3" antialias="false" y1="3" x3="28" y3="-3" closed="false" x1="-9" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-9" x4="28" y4="3"/>
|
<polygon x1="-5.14" x2="-5.14" x3="16" x4="16" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text rotation="0" text="2000-434" x="-3.0437" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="2.5" color="#000000"/>
|
<text x="-1.74" y="1.43" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2000-434" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" hotspot_y="10" version="0.80" link_type="simple" width="70" height="20" hotspot_x="18">
|
<definition type="element" width="40" height="11" version="0.80" hotspot_x="10" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="fr">2000-435</name>
|
<name lang="fr">2000-435</name>
|
||||||
<name lang="de">2000-435</name>
|
<name lang="de">2000-435</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2000-435</name>
|
<name lang="cs">2000-435</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2000-435</elementInformation>
|
<elementInformation name="designation" show="1">2000-435</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y2="-6.73" antialias="false" y1="6.7" x3="47.75" y3="-6.73" x1="-14.49" style="line-style:normal;line-weight:thin;filling:white;color:black" x2="-14.49" x4="47.75" y4="6.7"/>
|
<polygon x1="-8.28" x2="-8.28" x3="27.29" x4="27.29" y1="3.83" y2="-3.85" y3="-3.85" y4="3.83" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<polygon y2="-3" antialias="false" y1="3" x3="41" y3="-3" closed="false" x1="-9" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-9" x4="41" y4="3"/>
|
<polygon x1="-5.14" x2="-5.14" x3="23.43" x4="23.43" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text rotation="0" text="2000-435" x="2.9563" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="1.8" color="#000000"/>
|
<text x="1.69" y="1.03" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2000-435" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" type="element" height="20" width="80" link_type="simple" hotspot_x="16" version="0.80">
|
<definition type="element" width="46" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="fr">2000-436</name>
|
<name lang="fr">2000-436</name>
|
||||||
<name lang="de">2000-436</name>
|
<name lang="de">2000-436</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2000-436</name>
|
<name lang="cs">2000-436</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2000-436</elementInformation>
|
<elementInformation name="designation" show="1">2000-436</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y1="6.68" style="line-style:normal;line-weight:thin;filling:white;color:black" x1="-14.49" x4="60.93" antialias="false" x2="-14.49" x3="60.93" y3="-6.75" y4="6.68" y2="-6.75"/>
|
<polygon x1="-8.28" x2="-8.28" x3="34.83" x4="34.83" y1="3.82" y2="-3.86" y3="-3.86" y4="3.82" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<polygon y1="3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-9" x4="54" antialias="false" x2="-9" x3="54" y3="-3" y4="3" closed="false" y2="-3"/>
|
<polygon x1="-5.14" x2="-5.14" x3="30.87" x4="30.87" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text rotation="0" text="2000-436" x="8.9563" color="#000000" y="2.1" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="5.12" y="1.2" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2000-436" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" type="element" height="20" width="100" link_type="simple" hotspot_x="20" version="0.80">
|
<definition type="element" width="57" height="11" version="0.80" hotspot_x="11" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="fr">2000-437</name>
|
<name lang="fr">2000-437</name>
|
||||||
<name lang="de">2000-437</name>
|
<name lang="de">2000-437</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2000-437</name>
|
<name lang="cs">2000-437</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2000-437</elementInformation>
|
<elementInformation name="designation" show="1">2000-437</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y1="6.66" style="line-style:normal;line-weight:thin;filling:white;color:black" x1="-14.49" x4="73.6" antialias="false" x2="-14.49" x3="73.6" y3="-6.77" y4="6.66" y2="-6.77"/>
|
<polygon x1="-8.28" x2="-8.28" x3="42.07" x4="42.07" y1="3.81" y2="-3.87" y3="-3.87" y4="3.81" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<polygon y1="3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-9" x4="66.6" antialias="false" x2="-9" x3="66.6" y3="-3" y4="3" closed="false" y2="-3"/>
|
<polygon x1="-5.14" x2="-5.14" x3="38.07" x4="38.07" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text rotation="0" text="2000-437" x="15.9563" color="#000000" y="2.4" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="9.12" y="1.37" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2000-437" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" type="element" height="20" width="110" link_type="simple" hotspot_x="18" version="0.80">
|
<definition type="element" width="63" height="11" version="0.80" hotspot_x="10" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="fr">2000-438</name>
|
<name lang="fr">2000-438</name>
|
||||||
<name lang="de">2000-438</name>
|
<name lang="de">2000-438</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2000-438</name>
|
<name lang="cs">2000-438</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2000-438</elementInformation>
|
<elementInformation name="designation" show="1">2000-438</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y1="6.74" style="line-style:normal;line-weight:thin;filling:white;color:black" x1="-14.49" x4="86.78" antialias="false" x2="-14.49" x3="86.78" y3="-6.69" y4="6.74" y2="-6.69"/>
|
<polygon x1="-8.28" x2="-8.28" x3="49.6" x4="49.6" y1="3.85" y2="-3.82" y3="-3.82" y4="3.85" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<polygon y1="3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-9" x4="79.78" antialias="false" x2="-9" x3="79.78" y3="-3" y4="3" closed="false" y2="-3"/>
|
<polygon x1="-5.14" x2="-5.14" x3="45.6" x4="45.6" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text rotation="0" text="2000-438" x="20.9563" color="#000000" y="1.8" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="11.98" y="1.03" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2000-438" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" type="element" height="20" width="120" link_type="simple" hotspot_x="17" version="0.80">
|
<definition type="element" width="69" height="11" version="0.80" hotspot_x="10" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="fr">2000-439</name>
|
<name lang="fr">2000-439</name>
|
||||||
<name lang="de">2000-439</name>
|
<name lang="de">2000-439</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2000-439</name>
|
<name lang="cs">2000-439</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2000-439</elementInformation>
|
<elementInformation name="designation" show="1">2000-439</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y1="6.72" style="line-style:normal;line-weight:thin;filling:white;color:black" x1="-14.49" x4="99.4" antialias="false" x2="-14.49" x3="99.4" y3="-6.71" y4="6.72" y2="-6.71"/>
|
<polygon x1="-8.28" x2="-8.28" x3="56.82" x4="56.82" y1="3.84" y2="-3.84" y3="-3.84" y4="3.84" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<polygon y1="3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-9" x4="92.4" antialias="false" x2="-9" x3="92.4" y3="-3" y4="3" closed="false" y2="-3"/>
|
<polygon x1="-5.14" x2="-5.14" x3="52.81" x4="52.81" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text rotation="0" text="2000-439" x="26.9563" color="#000000" y="2.1" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="15.41" y="1.2" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2000-439" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" type="element" height="20" width="140" link_type="simple" hotspot_x="20" version="0.80">
|
<definition type="element" width="80" height="11" version="0.80" hotspot_x="11" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="fr">2000-440</name>
|
<name lang="fr">2000-440</name>
|
||||||
<name lang="de">2000-440</name>
|
<name lang="de">2000-440</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2000-440</name>
|
<name lang="cs">2000-440</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2000-440</elementInformation>
|
<elementInformation name="designation" show="1">2000-440</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y1="6.8" style="line-style:normal;line-weight:thin;filling:white;color:black" x1="-14.49" x4="112.25" antialias="false" x2="-14.49" x3="112.25" y3="-6.63" y4="6.8" y2="-6.63"/>
|
<polygon x1="-8.28" x2="-8.28" x3="64.16" x4="64.16" y1="3.89" y2="-3.79" y3="-3.79" y4="3.89" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<polygon y1="3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-9" x4="105.25" antialias="false" x2="-9" x3="105.25" y3="-3" y4="3" closed="false" y2="-3"/>
|
<polygon x1="-5.14" x2="-5.14" x3="60.16" x4="60.16" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text rotation="0" text="2000-440" x="35.9563" color="#000000" y="2.5" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="20.55" y="1.43" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2000-440" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" height="20" type="element" hotspot_x="12" link_type="simple" width="40" version="0.80">
|
<definition type="element" width="23" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2001-402</name>
|
<name lang="de">2001-402</name>
|
||||||
<name lang="en">2001-402</name>
|
<name lang="en">2001-402</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2001-402</name>
|
<name lang="cs">2001-402</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2001-402</elementInformation>
|
<elementInformation name="designation" show="1">2001-402</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect ry="0" height="12" y="-6" rx="0" width="27" antialias="false" style="line-style:normal;line-weight:thin;filling:white;color:black" x="-5.7"/>
|
<rect x="-3.26" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="15.43" height="6.86" antialias="false"/>
|
||||||
<text text="2001-402" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" x="-4.1" color="#000000"/>
|
<text x="-2.34" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2001-402" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition version="0.80" width="50" height="20" type="element" link_type="simple" hotspot_x="14" hotspot_y="10">
|
<definition type="element" width="29" height="11" version="0.80" hotspot_x="8" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="fr">2001-403</name>
|
<name lang="fr">2001-403</name>
|
||||||
<name lang="de">2001-403</name>
|
<name lang="de">2001-403</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2001-403</name>
|
<name lang="cs">2001-403</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2001-403</elementInformation>
|
<elementInformation name="designation" show="1">2001-403</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect ry="0" rx="0" width="42" y="-6" height="12" x="-5.7" antialias="false" style="line-style:normal;line-weight:thin;filling:white;color:black"/>
|
<rect x="-3.26" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="24.01" height="6.86" antialias="false"/>
|
||||||
<text text="2001-403" rotation="0" y="2" x="-3" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="-1.71" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2001-403" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition height="20" width="70" hotspot_y="10" hotspot_x="16" type="element" version="0.80" link_type="simple">
|
<definition type="element" width="40" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2001-404</name>
|
<name lang="en">2001-404</name>
|
||||||
<name lang="fr">2001-404</name>
|
<name lang="fr">2001-404</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2001-404</name>
|
<name lang="cs">2001-404</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2001-404</elementInformation>
|
<elementInformation name="designation" show="1">2001-404</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect height="12" width="57" y="-6" x="-5.7" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
<rect x="-3.26" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="32.58" height="6.86" antialias="false"/>
|
||||||
<text text="2001-404" rotation="0" y="2" x="5" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="2.86" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2001-404" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" version="0.80" width="80" hotspot_y="10" link_type="simple" height="20" hotspot_x="14">
|
<definition type="element" width="46" height="11" version="0.80" hotspot_x="8" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2001-405</name>
|
<name lang="de">2001-405</name>
|
||||||
<name lang="en">2001-405</name>
|
<name lang="en">2001-405</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2001-405</name>
|
<name lang="cs">2001-405</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2001-405</elementInformation>
|
<elementInformation name="designation" show="1">2001-405</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect style="line-style:normal;line-weight:thin;filling:white;color:black" width="72" antialias="false" rx="0" y="-6" ry="0" height="12" x="-5.7"/>
|
<rect x="-3.26" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="41.15" height="6.86" antialias="false"/>
|
||||||
<text rotation="0" text="2001-405" color="#000000" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0" x="13"/>
|
<text x="7.43" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2001-405" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition width="100" version="0.80" type="element" hotspot_y="10" link_type="simple" height="20" hotspot_x="16">
|
<definition type="element" width="57" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="fr">2001-406</name>
|
<name lang="fr">2001-406</name>
|
||||||
<name lang="en">2001-406</name>
|
<name lang="en">2001-406</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2001-406</name>
|
<name lang="cs">2001-406</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2001-406</elementInformation>
|
<elementInformation name="designation" show="1">2001-406</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect width="87" y="-6" ry="0" antialias="false" rx="0" x="-5.7" height="12" style="line-style:normal;line-weight:thin;filling:white;color:black"/>
|
<rect x="-3.26" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="49.73" height="6.86" antialias="false"/>
|
||||||
<text color="#000000" text="2001-406" y="2" x="18" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0"/>
|
<text x="10.29" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2001-406" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition version="0.80" link_type="simple" width="110" hotspot_y="10" type="element" height="20" hotspot_x="14">
|
<definition type="element" width="63" height="11" version="0.80" hotspot_x="8" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2001-407</name>
|
<name lang="en">2001-407</name>
|
||||||
<name lang="de">2001-407</name>
|
<name lang="de">2001-407</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2001-407</name>
|
<name lang="cs">2001-407</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2001-407</elementInformation>
|
<elementInformation name="designation" show="1">2001-407</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect rx="0" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false" width="102" x="-5.7" y="-6" height="12" ry="0"/>
|
<rect x="-3.26" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="58.3" height="6.86" antialias="false"/>
|
||||||
<text x="28" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="2001-407"/>
|
<text x="16" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2001-407" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition version="0.80" hotspot_y="10" link_type="simple" height="20" hotspot_x="16" type="element" width="130">
|
<definition type="element" width="74" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="fr">2001-408</name>
|
<name lang="fr">2001-408</name>
|
||||||
<name lang="de">2001-408</name>
|
<name lang="de">2001-408</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2001-408</name>
|
<name lang="cs">2001-408</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2001-408</elementInformation>
|
<elementInformation name="designation" show="1">2001-408</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect antialias="false" ry="0" height="12" x="-5.7" style="line-style:normal;line-weight:thin;filling:white;color:black" y="-6" width="117" rx="0"/>
|
<rect x="-3.26" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="66.87" height="6.86" antialias="false"/>
|
||||||
<text text="2001-408" rotation="0" x="37" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="21.15" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2001-408" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" width="140" version="0.80" height="20" link_type="simple" hotspot_y="10" hotspot_x="14">
|
<definition type="element" width="80" height="11" version="0.80" hotspot_x="8" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2001-409</name>
|
<name lang="de">2001-409</name>
|
||||||
<name lang="fr">2001-409</name>
|
<name lang="fr">2001-409</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2001-409</name>
|
<name lang="cs">2001-409</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2001-409</elementInformation>
|
<elementInformation name="designation" show="1">2001-409</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect y="-6" width="132" rx="0" ry="0" x="-5.7" height="12" antialias="false" style="line-style:normal;line-weight:thin;filling:white;color:black"/>
|
<rect x="-3.26" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="75.45" height="6.86" antialias="false"/>
|
||||||
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="2" text="2001-409" x="47" rotation="0" color="#000000"/>
|
<text x="26.86" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2001-409" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition version="0.80" width="160" hotspot_y="10" type="element" height="20" link_type="simple" hotspot_x="16">
|
<definition type="element" width="91" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2001-410</name>
|
<name lang="de">2001-410</name>
|
||||||
<name lang="fr">2001-410</name>
|
<name lang="fr">2001-410</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2001-410</name>
|
<name lang="cs">2001-410</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2001-410</elementInformation>
|
<elementInformation name="designation" show="1">2001-410</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect antialias="false" width="147" style="line-style:normal;line-weight:thin;filling:white;color:black" ry="0" x="-5.7" height="12" rx="0" y="-6"/>
|
<rect x="-3.26" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="84.02" height="6.86" antialias="false"/>
|
||||||
<text text="2001-410" x="51" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2"/>
|
<text x="29.15" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2001-410" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" width="50" hotspot_y="10" version="0.80" height="20" hotspot_x="10" link_type="simple">
|
<definition type="element" width="29" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2001-433</name>
|
<name lang="de">2001-433</name>
|
||||||
<name lang="fr">2001-433</name>
|
<name lang="fr">2001-433</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2001-433</name>
|
<name lang="cs">2001-433</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2001-433</elementInformation>
|
<elementInformation name="designation" show="1">2001-433</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect width="42" rx="0" height="12" x="-5.7" y="-6" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
<rect x="-3.26" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="24.01" height="6.86" antialias="false"/>
|
||||||
<polygon y2="-3" x4="30.3" closed="false" x2="0" y4="3" x1="0" y1="3" y3="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="30.3" antialias="false"/>
|
<polygon x1="0" x2="0" x3="17.32" x4="17.32" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text text="2001-433" color="#000000" x="3" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="1.71" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2001-433" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" width="70" hotspot_y="10" version="0.80" height="20" hotspot_x="12" link_type="simple">
|
<definition type="element" width="40" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2001-434</name>
|
<name lang="de">2001-434</name>
|
||||||
<name lang="fr">2001-434</name>
|
<name lang="fr">2001-434</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2001-434</name>
|
<name lang="cs">2001-434</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2001-434</elementInformation>
|
<elementInformation name="designation" show="1">2001-434</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect width="57" rx="0" height="12" x="-5.7" y="-6" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
<rect x="-3.26" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="32.58" height="6.86" antialias="false"/>
|
||||||
<polygon y2="-3" x4="45.6" closed="false" x2="0" y4="3" x1="0" y1="3" y3="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="45.6" antialias="false"/>
|
<polygon x1="0" x2="0" x3="26.06" x4="26.06" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text text="2001-434" color="#000000" x="10" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="5.72" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2001-434" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" width="80" hotspot_y="10" version="0.80" height="20" hotspot_x="10" link_type="simple">
|
<definition type="element" width="46" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2001-435</name>
|
<name lang="de">2001-435</name>
|
||||||
<name lang="fr">2001-435</name>
|
<name lang="fr">2001-435</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2001-435</name>
|
<name lang="cs">2001-435</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2001-435</elementInformation>
|
<elementInformation name="designation" show="1">2001-435</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect width="72" rx="0" height="12" x="-5.7" y="-6" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
<rect x="-3.26" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="41.15" height="6.86" antialias="false"/>
|
||||||
<polygon y2="-3" x4="60.6" closed="false" x2="0" y4="3" x1="0" y1="3" y3="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="60.6" antialias="false"/>
|
<polygon x1="0" x2="0" x3="34.64" x4="34.64" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text text="2001-435" color="#000000" x="17.4" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="9.95" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2001-435" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" width="100" hotspot_y="10" version="0.80" height="20" hotspot_x="12" link_type="simple">
|
<definition type="element" width="57" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2001-436</name>
|
<name lang="de">2001-436</name>
|
||||||
<name lang="fr">2001-436</name>
|
<name lang="fr">2001-436</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2001-436</name>
|
<name lang="cs">2001-436</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2001-436</elementInformation>
|
<elementInformation name="designation" show="1">2001-436</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect width="87" rx="0" height="12" x="-5.7" y="-6" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
<rect x="-3.26" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="49.73" height="6.86" antialias="false"/>
|
||||||
<polygon y2="-3" x4="75.6" closed="false" x2="0" y4="3" x1="0" y1="3" y3="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="75.6" antialias="false"/>
|
<polygon x1="0" x2="0" x3="43.21" x4="43.21" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text text="2001-436" color="#000000" x="25" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="14.29" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2001-436" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" width="110" hotspot_y="10" version="0.80" height="20" hotspot_x="10" link_type="simple">
|
<definition type="element" width="63" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2001-437</name>
|
<name lang="de">2001-437</name>
|
||||||
<name lang="fr">2001-437</name>
|
<name lang="fr">2001-437</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2001-437</name>
|
<name lang="cs">2001-437</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2001-437</elementInformation>
|
<elementInformation name="designation" show="1">2001-437</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect width="102" rx="0" height="12" x="-5.7" y="-6" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
<rect x="-3.26" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="58.3" height="6.86" antialias="false"/>
|
||||||
<polygon y2="-3" x4="91.6" closed="false" x2="0" y4="3" x1="0" y1="3" y3="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="91.6" antialias="false"/>
|
<polygon x1="0" x2="0" x3="52.36" x4="52.36" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text text="2001-437" color="#000000" x="33" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="18.86" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2001-437" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" width="130" hotspot_y="10" version="0.80" height="20" hotspot_x="12" link_type="simple">
|
<definition type="element" width="74" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2001-438</name>
|
<name lang="de">2001-438</name>
|
||||||
<name lang="fr">2001-438</name>
|
<name lang="fr">2001-438</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2001-438</name>
|
<name lang="cs">2001-438</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2001-438</elementInformation>
|
<elementInformation name="designation" show="1">2001-438</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect width="117" rx="0" height="12" x="-5.7" y="-6" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
<rect x="-3.26" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="66.87" height="6.86" antialias="false"/>
|
||||||
<polygon y2="-3" x4="105.6" closed="false" x2="0" y4="3" x1="0" y1="3" y3="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="105.6" antialias="false"/>
|
<polygon x1="0" x2="0" x3="60.36" x4="60.36" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text text="2001-438" color="#000000" x="41" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="23.43" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2001-438" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" width="140" hotspot_y="10" version="0.80" height="20" hotspot_x="10" link_type="simple">
|
<definition type="element" width="80" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2001-439</name>
|
<name lang="de">2001-439</name>
|
||||||
<name lang="fr">2001-439</name>
|
<name lang="fr">2001-439</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2001-439</name>
|
<name lang="cs">2001-439</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2001-439</elementInformation>
|
<elementInformation name="designation" show="1">2001-439</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect width="132" rx="0" height="12" x="-5.7" y="-6" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
<rect x="-3.26" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="75.45" height="6.86" antialias="false"/>
|
||||||
<polygon y2="-3" x4="120.6" closed="false" x2="0" y4="3" x1="0" y1="3" y3="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="120.6" antialias="false"/>
|
<polygon x1="0" x2="0" x3="68.93" x4="68.93" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text text="2001-439" color="#000000" x="51" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="29.15" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2001-439" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" width="160" hotspot_y="10" version="0.80" height="20" hotspot_x="12" link_type="simple">
|
<definition type="element" width="91" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2001-440</name>
|
<name lang="de">2001-440</name>
|
||||||
<name lang="fr">2001-440</name>
|
<name lang="fr">2001-440</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2001-440</name>
|
<name lang="cs">2001-440</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2001-440</elementInformation>
|
<elementInformation name="designation" show="1">2001-440</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect width="147" rx="0" height="12" x="-5.7" y="-6" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
<rect x="-3.26" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="84.02" height="6.86" antialias="false"/>
|
||||||
<polygon y2="-3" x4="135.6" closed="false" x2="0" y4="3" x1="0" y1="3" y3="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="135.6" antialias="false"/>
|
<polygon x1="0" x2="0" x3="77.51" x4="77.51" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text text="2001-440" color="#000000" x="56" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="32.01" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2001-440" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" version="0.80" height="20" width="40" link_type="simple" type="element" hotspot_x="10">
|
<definition type="element" width="23" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2002-402</name>
|
<name lang="en">2002-402</name>
|
||||||
<name lang="fr">2002-402</name>
|
<name lang="fr">2002-402</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2002-402</name>
|
<name lang="cs">2002-402</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2002-402</elementInformation>
|
<elementInformation name="designation" show="1">2002-402</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect x="-7.5" antialias="false" style="line-style:normal;line-weight:thin;filling:white;color:black" rx="0" y="-6" height="12" width="34" ry="0"/>
|
<rect x="-4.29" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="19.43" height="6.86" antialias="false"/>
|
||||||
<text x="-3" rotation="0" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="2002-402"/>
|
<text x="-1.71" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2002-402" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" version="0.80" height="20" width="60" link_type="simple" type="element" hotspot_x="10">
|
<definition type="element" width="34" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2002-403</name>
|
<name lang="en">2002-403</name>
|
||||||
<name lang="fr">2002-403</name>
|
<name lang="fr">2002-403</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2002-403</name>
|
<name lang="cs">2002-403</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2002-403</elementInformation>
|
<elementInformation name="designation" show="1">2002-403</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect x="-7.5" antialias="false" style="line-style:normal;line-weight:thin;filling:white;color:black" rx="0" y="-6" height="12" width="53.25" ry="0"/>
|
<rect x="-4.29" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="30.44" height="6.86" antialias="false"/>
|
||||||
<text x="6" rotation="0" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="2002-403"/>
|
<text x="3.43" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2002-403" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" version="0.80" height="20" width="80" link_type="simple" type="element" hotspot_x="11">
|
<definition type="element" width="46" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2002-404</name>
|
<name lang="en">2002-404</name>
|
||||||
<name lang="fr">2002-404</name>
|
<name lang="fr">2002-404</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2002-404</name>
|
<name lang="cs">2002-404</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2002-404</elementInformation>
|
<elementInformation name="designation" show="1">2002-404</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect x="-7.5" antialias="false" style="line-style:normal;line-weight:thin;filling:white;color:black" rx="0" y="-6" height="12" width="72" ry="0"/>
|
<rect x="-4.29" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="41.15" height="6.86" antialias="false"/>
|
||||||
<text x="12" rotation="0" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="2002-404"/>
|
<text x="6.86" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2002-404" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" version="0.80" height="20" width="100" link_type="simple" type="element" hotspot_x="11">
|
<definition type="element" width="57" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2002-405</name>
|
<name lang="en">2002-405</name>
|
||||||
<name lang="fr">2002-405</name>
|
<name lang="fr">2002-405</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2002-405</name>
|
<name lang="cs">2002-405</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2002-405</elementInformation>
|
<elementInformation name="designation" show="1">2002-405</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect x="-7.5" antialias="false" style="line-style:normal;line-weight:thin;filling:white;color:black" rx="0" y="-6" height="12" width="91.25" ry="0"/>
|
<rect x="-4.29" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="52.16" height="6.86" antialias="false"/>
|
||||||
<text x="23" rotation="0" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="2002-405"/>
|
<text x="13.15" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2002-405" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" version="0.80" height="20" width="120" link_type="simple" type="element" hotspot_x="12">
|
<definition type="element" width="69" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2002-406</name>
|
<name lang="en">2002-406</name>
|
||||||
<name lang="fr">2002-406</name>
|
<name lang="fr">2002-406</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2002-406</name>
|
<name lang="cs">2002-406</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2002-406</elementInformation>
|
<elementInformation name="designation" show="1">2002-406</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect x="-7.5" antialias="false" style="line-style:normal;line-weight:thin;filling:white;color:black" rx="0" y="-6" height="12" width="110" ry="0"/>
|
<rect x="-4.29" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="62.87" height="6.86" antialias="false"/>
|
||||||
<text x="32" rotation="0" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="2002-406"/>
|
<text x="18.29" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2002-406" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" version="0.80" height="20" width="140" link_type="simple" type="element" hotspot_x="12">
|
<definition type="element" width="80" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2002-407</name>
|
<name lang="en">2002-407</name>
|
||||||
<name lang="fr">2002-407</name>
|
<name lang="fr">2002-407</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2002-407</name>
|
<name lang="cs">2002-407</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2002-407</elementInformation>
|
<elementInformation name="designation" show="1">2002-407</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect x="-7.5" antialias="false" style="line-style:normal;line-weight:thin;filling:white;color:black" rx="0" y="-6" height="12" width="129.25" ry="0"/>
|
<rect x="-4.29" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="73.88" height="6.86" antialias="false"/>
|
||||||
<text x="41" rotation="0" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="2002-407"/>
|
<text x="23.43" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2002-407" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" version="0.80" height="20" width="160" link_type="simple" type="element" hotspot_x="13">
|
<definition type="element" width="91" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2002-408</name>
|
<name lang="en">2002-408</name>
|
||||||
<name lang="fr">2002-408</name>
|
<name lang="fr">2002-408</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2002-408</name>
|
<name lang="cs">2002-408</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2002-408</elementInformation>
|
<elementInformation name="designation" show="1">2002-408</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect x="-7.5" antialias="false" style="line-style:normal;line-weight:thin;filling:white;color:black" rx="0" y="-6" height="12" width="148.5" ry="0"/>
|
<rect x="-4.29" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="84.88" height="6.86" antialias="false"/>
|
||||||
<text x="51" rotation="0" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="2002-408"/>
|
<text x="29.15" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2002-408" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" version="0.80" height="20" width="180" link_type="simple" type="element" hotspot_x="13">
|
<definition type="element" width="103" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2002-409</name>
|
<name lang="en">2002-409</name>
|
||||||
<name lang="fr">2002-409</name>
|
<name lang="fr">2002-409</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2002-409</name>
|
<name lang="cs">2002-409</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2002-409</elementInformation>
|
<elementInformation name="designation" show="1">2002-409</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect x="-7.5" antialias="false" style="line-style:normal;line-weight:thin;filling:white;color:black" rx="0" y="-6" height="12" width="167.25" ry="0"/>
|
<rect x="-4.29" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="95.6" height="6.86" antialias="false"/>
|
||||||
<text x="57" rotation="0" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="2002-409"/>
|
<text x="32.58" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2002-409" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition hotspot_y="10" version="0.80" height="20" width="190" link_type="simple" type="element" hotspot_x="9">
|
<definition type="element" width="109" height="11" version="0.80" hotspot_x="5" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="en">2002-410</name>
|
<name lang="en">2002-410</name>
|
||||||
<name lang="fr">2002-410</name>
|
<name lang="fr">2002-410</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2002-410</name>
|
<name lang="cs">2002-410</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2002-410</elementInformation>
|
<elementInformation name="designation" show="1">2002-410</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect x="-7.5" antialias="false" style="line-style:normal;line-weight:thin;filling:white;color:black" rx="0" y="-6" height="12" width="186" ry="0"/>
|
<rect x="-4.29" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="106.31" height="6.86" antialias="false"/>
|
||||||
<text x="68" rotation="0" y="2.05" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="2002-410"/>
|
<text x="38.87" y="1.17" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2002-410" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" width="60" hotspot_y="10" version="0.80" height="20" hotspot_x="10" link_type="simple">
|
<definition type="element" width="34" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2002-433</name>
|
<name lang="de">2002-433</name>
|
||||||
<name lang="fr">2002-433</name>
|
<name lang="fr">2002-433</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2002-433</name>
|
<name lang="cs">2002-433</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2002-433</elementInformation>
|
<elementInformation name="designation" show="1">2002-433</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect width="53.25" rx="0" height="12" x="-7.5" y="-6" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
<rect x="-4.29" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="30.44" height="6.86" antialias="false"/>
|
||||||
<polygon y2="-3" x4="38.25" closed="false" x2="0.5" y4="3" x1="0.5" y1="3" y3="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="38.25" antialias="false"/>
|
<polygon x1="0.29" x2="0.29" x3="21.86" x4="21.86" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text text="2002-433" color="#000000" x="7" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="4" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2002-433" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" width="80" hotspot_y="10" version="0.80" height="20" hotspot_x="11" link_type="simple">
|
<definition type="element" width="46" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2002-434</name>
|
<name lang="de">2002-434</name>
|
||||||
<name lang="fr">2002-434</name>
|
<name lang="fr">2002-434</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2002-434</name>
|
<name lang="cs">2002-434</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2002-434</elementInformation>
|
<elementInformation name="designation" show="1">2002-434</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect width="72" rx="0" height="12" x="-7.5" y="-6" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
<rect x="-4.29" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="41.15" height="6.86" antialias="false"/>
|
||||||
<polygon y2="-3" x4="57" closed="false" x2="0.5" y4="3" x1="0.5" y1="3" y3="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="57" antialias="false"/>
|
<polygon x1="0.29" x2="0.29" x3="32.58" x4="32.58" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text text="2002-434" color="#000000" x="16" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="9.15" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2002-434" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" width="100" hotspot_y="10" version="0.80" height="20" hotspot_x="11" link_type="simple">
|
<definition type="element" width="57" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2002-435</name>
|
<name lang="de">2002-435</name>
|
||||||
<name lang="fr">2002-435</name>
|
<name lang="fr">2002-435</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2002-435</name>
|
<name lang="cs">2002-435</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2002-435</elementInformation>
|
<elementInformation name="designation" show="1">2002-435</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect width="91.25" rx="0" height="12" x="-7.5" y="-6" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
<rect x="-4.29" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="52.16" height="6.86" antialias="false"/>
|
||||||
<polygon y2="-3" x4="76" closed="false" x2="0.5" y4="3" x1="0.5" y1="3" y3="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="76" antialias="false"/>
|
<polygon x1="0.29" x2="0.29" x3="43.44" x4="43.44" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text text="2002-435" color="#000000" x="27" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="15.43" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2002-435" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" width="120" hotspot_y="10" version="0.80" height="20" hotspot_x="12" link_type="simple">
|
<definition type="element" width="69" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2002-436</name>
|
<name lang="de">2002-436</name>
|
||||||
<name lang="fr">2002-436</name>
|
<name lang="fr">2002-436</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2002-436</name>
|
<name lang="cs">2002-436</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2002-436</elementInformation>
|
<elementInformation name="designation" show="1">2002-436</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect width="110" rx="0" height="12" x="-7.5" y="-6" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
<rect x="-4.29" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="62.87" height="6.86" antialias="false"/>
|
||||||
<polygon y2="-3" x4="95" closed="false" x2="0.5" y4="3" x1="0.5" y1="3" y3="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="95" antialias="false"/>
|
<polygon x1="0.29" x2="0.29" x3="54.3" x4="54.3" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text text="2002-436" color="#000000" x="38" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="21.72" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2002-436" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" width="140" hotspot_y="10" version="0.80" height="20" hotspot_x="12" link_type="simple">
|
<definition type="element" width="80" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2002-437</name>
|
<name lang="de">2002-437</name>
|
||||||
<name lang="fr">2002-437</name>
|
<name lang="fr">2002-437</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2002-437</name>
|
<name lang="cs">2002-437</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2002-437</elementInformation>
|
<elementInformation name="designation" show="1">2002-437</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect width="129.25" rx="0" height="12" x="-7.5" y="-6" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
<rect x="-4.29" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="73.88" height="6.86" antialias="false"/>
|
||||||
<polygon y2="-3" x4="114" closed="false" x2="0.5" y4="3" x1="0.5" y1="3" y3="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="114" antialias="false"/>
|
<polygon x1="0.29" x2="0.29" x3="65.16" x4="65.16" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text text="2002-437" color="#000000" x="41" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="23.43" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2002-437" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" width="160" hotspot_y="10" version="0.80" height="20" hotspot_x="13" link_type="simple">
|
<definition type="element" width="91" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2002-438</name>
|
<name lang="de">2002-438</name>
|
||||||
<name lang="fr">2002-438</name>
|
<name lang="fr">2002-438</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2002-438</name>
|
<name lang="cs">2002-438</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2002-438</elementInformation>
|
<elementInformation name="designation" show="1">2002-438</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect width="148.5" rx="0" height="12" x="-7.5" y="-6" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
<rect x="-4.29" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="84.88" height="6.86" antialias="false"/>
|
||||||
<polygon y2="-3" x4="133.5" closed="false" x2="0.5" y4="3" x1="0.5" y1="3" y3="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="133.5" antialias="false"/>
|
<polygon x1="0.29" x2="0.29" x3="76.31" x4="76.31" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text text="2002-438" color="#000000" x="58" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="33.15" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2002-438" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" width="180" hotspot_y="10" version="0.80" height="20" hotspot_x="13" link_type="simple">
|
<definition type="element" width="103" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2002-439</name>
|
<name lang="de">2002-439</name>
|
||||||
<name lang="fr">2002-439</name>
|
<name lang="fr">2002-439</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2002-439</name>
|
<name lang="cs">2002-439</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2002-439</elementInformation>
|
<elementInformation name="designation" show="1">2002-439</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect width="167.25" rx="0" height="12" x="-7.5" y="-6" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
<rect x="-4.29" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="95.6" height="6.86" antialias="false"/>
|
||||||
<polygon y2="-3" x4="152" closed="false" x2="0.5" y4="3" x1="0.5" y1="3" y3="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="152" antialias="false"/>
|
<polygon x1="0.29" x2="0.29" x3="86.88" x4="86.88" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text text="2002-439" color="#000000" x="64" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="36.58" y="1.14" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2002-439" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition type="element" width="190" hotspot_y="10" version="0.80" height="20" hotspot_x="9" link_type="simple">
|
<definition type="element" width="109" height="11" version="0.80" hotspot_x="5" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2002-440</name>
|
<name lang="de">2002-440</name>
|
||||||
<name lang="fr">2002-440</name>
|
<name lang="fr">2002-440</name>
|
||||||
@@ -6,16 +6,15 @@
|
|||||||
<name lang="cs">2002-440</name>
|
<name lang="cs">2002-440</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2002-440</elementInformation>
|
<elementInformation name="designation" show="1">2002-440</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<rect width="186" rx="0" height="12" x="-7.5" y="-6" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
<rect x="-4.29" y="-3.43" rx="0" ry="0" style="line-style:normal;line-weight:thin;filling:white;color:black" width="106.31" height="6.86" antialias="false"/>
|
||||||
<polygon y2="-3" x4="171" closed="false" x2="0.5" y4="3" x1="0.5" y1="3" y3="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="171" antialias="false"/>
|
<polygon x1="0.29" x2="0.29" x3="97.74" x4="97.74" y1="1.71" y2="-1.71" y3="-1.71" y4="1.71" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" antialias="false"/>
|
||||||
<text text="2002-440" color="#000000" x="74" rotation="0" y="2.05" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
|
<text x="42.3" y="1.17" font="Sans Serif,2.29,-1,5,50,0,0,0,0,0" text="2002-440" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition height="20" hotspot_x="23" hotspot_y="10" version="0.80" link_type="simple" type="element" width="50">
|
<definition type="element" width="29" height="11" version="0.80" hotspot_x="13" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2004-402</name>
|
<name lang="de">2004-402</name>
|
||||||
<name lang="en">2004-402</name>
|
<name lang="en">2004-402</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2004-402</name>
|
<name lang="cs">2004-402</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2004-402</elementInformation>
|
<elementInformation name="designation" show="1">2004-402</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y1="-7.06" x3="22.03" x4="-18.85" antialias="false" y2="-7.06" x1="-18.85" x2="22.03" y4="7.12" style="line-style:normal;line-weight:thin;filling:white;color:black" y3="7.12"/>
|
<polygon x1="-10.77" x2="12.59" x3="12.59" x4="-10.77" y1="-4.04" y2="-4.04" y3="4.07" y4="4.07" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<text color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="2004-402" y="1.9" rotation="0" x="-8.5"/>
|
<text x="-4.86" y="1.09" font="Sans Serif,1.71,-1,5,50,0,0,0,0,0" text="2004-402" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition height="20" hotspot_x="22" hotspot_y="10" version="0.80" link_type="simple" type="element" width="70">
|
<definition type="element" width="40" height="11" version="0.80" hotspot_x="13" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2004-403</name>
|
<name lang="de">2004-403</name>
|
||||||
<name lang="en">2004-403</name>
|
<name lang="en">2004-403</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2004-403</name>
|
<name lang="cs">2004-403</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2004-403</elementInformation>
|
<elementInformation name="designation" show="1">2004-403</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y1="-7.03" x3="43.74" x4="-18.85" antialias="false" y2="-7.03" x1="-18.85" x2="43.74" y4="7.15" style="line-style:normal;line-weight:thin;filling:white;color:black" y3="7.15"/>
|
<polygon x1="-10.77" x2="25" x3="25" x4="-10.77" y1="-4.02" y2="-4.02" y3="4.09" y4="4.09" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<text color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="2004-403" y="1.9" rotation="0" x="0.5"/>
|
<text x="0.29" y="1.09" font="Sans Serif,1.71,-1,5,50,0,0,0,0,0" text="2004-403" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition height="20" hotspot_x="22" hotspot_y="10" version="0.80" link_type="simple" type="element" width="90">
|
<definition type="element" width="51" height="11" version="0.80" hotspot_x="13" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2004-404</name>
|
<name lang="de">2004-404</name>
|
||||||
<name lang="en">2004-404</name>
|
<name lang="en">2004-404</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2004-404</name>
|
<name lang="cs">2004-404</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2004-404</elementInformation>
|
<elementInformation name="designation" show="1">2004-404</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y1="-7.1" x3="65.44" x4="-18.85" antialias="false" y2="-7.1" x1="-18.85" x2="65.44" y4="7.08" style="line-style:normal;line-weight:thin;filling:white;color:black" y3="7.08"/>
|
<polygon x1="-10.77" x2="37.4" x3="37.4" x4="-10.77" y1="-4.06" y2="-4.06" y3="4.05" y4="4.05" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<text color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="2004-404" y="1.9" rotation="0" x="11.5"/>
|
<text x="6.57" y="1.09" font="Sans Serif,1.71,-1,5,50,0,0,0,0,0" text="2004-404" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition height="20" hotspot_x="25" hotspot_y="10" version="0.80" link_type="simple" type="element" width="120">
|
<definition type="element" width="69" height="11" version="0.80" hotspot_x="14" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2004-405</name>
|
<name lang="de">2004-405</name>
|
||||||
<name lang="en">2004-405</name>
|
<name lang="en">2004-405</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2004-405</name>
|
<name lang="cs">2004-405</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2004-405</elementInformation>
|
<elementInformation name="designation" show="1">2004-405</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y1="-7.08" x3="88.5" x4="-18.85" antialias="false" y2="-7.08" x1="-18.85" x2="88.5" y4="7.1" style="line-style:normal;line-weight:thin;filling:white;color:black" y3="7.1"/>
|
<polygon x1="-10.77" x2="50.58" x3="50.58" x4="-10.77" y1="-4.05" y2="-4.05" y3="4.06" y4="4.06" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<text color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="2004-405" y="1.9" rotation="0" x="23.5"/>
|
<text x="13.43" y="1.09" font="Sans Serif,1.71,-1,5,50,0,0,0,0,0" text="2004-405" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition height="20" hotspot_x="24" hotspot_y="10" version="0.80" link_type="simple" type="element" width="140">
|
<definition type="element" width="80" height="11" version="0.80" hotspot_x="14" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2004-406</name>
|
<name lang="de">2004-406</name>
|
||||||
<name lang="en">2004-406</name>
|
<name lang="en">2004-406</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2004-406</name>
|
<name lang="cs">2004-406</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2004-406</elementInformation>
|
<elementInformation name="designation" show="1">2004-406</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y1="-7.05" x3="110.2" x4="-18.85" antialias="false" y2="-7.05" x1="-18.85" x2="110.2" y4="7.13" style="line-style:normal;line-weight:thin;filling:white;color:black" y3="7.13"/>
|
<polygon x1="-10.77" x2="62.99" x3="62.99" x4="-10.77" y1="-4.03" y2="-4.03" y3="4.08" y4="4.08" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<text color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="2004-406" y="1.9" rotation="0" x="33.5"/>
|
<text x="19.15" y="1.09" font="Sans Serif,1.71,-1,5,50,0,0,0,0,0" text="2004-406" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<definition height="20" hotspot_x="23" hotspot_y="10" version="0.80" link_type="simple" type="element" width="160">
|
<definition type="element" width="91" height="11" version="0.80" hotspot_x="13" hotspot_y="6" link_type="simple">
|
||||||
<names>
|
<names>
|
||||||
<name lang="de">2004-407</name>
|
<name lang="de">2004-407</name>
|
||||||
<name lang="en">2004-407</name>
|
<name lang="en">2004-407</name>
|
||||||
@@ -6,15 +6,14 @@
|
|||||||
<name lang="cs">2004-407</name>
|
<name lang="cs">2004-407</name>
|
||||||
</names>
|
</names>
|
||||||
<elementInformations>
|
<elementInformations>
|
||||||
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
|
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
|
||||||
<elementInformation show="1" name="designation">2004-407</elementInformation>
|
<elementInformation name="designation" show="1">2004-407</elementInformation>
|
||||||
</elementInformations>
|
</elementInformations>
|
||||||
<informations>
|
<informations>Author: plc-user for QElectroTech
|
||||||
Author: plc-user for QElectroTech
|
|
||||||
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
License:see https://qelectrotech.org/wiki_new/doc/elements_license
|
||||||
</informations>
|
</informations>
|
||||||
<description>
|
<description>
|
||||||
<polygon y1="-7.12" x3="131.9" x4="-18.85" antialias="false" y2="-7.12" x1="-18.85" x2="131.9" y4="7.06" style="line-style:normal;line-weight:thin;filling:white;color:black" y3="7.06"/>
|
<polygon x1="-10.77" x2="75.39" x3="75.39" x4="-10.77" y1="-4.07" y2="-4.07" y3="4.04" y4="4.04" style="line-style:normal;line-weight:thin;filling:white;color:black" antialias="false"/>
|
||||||
<text color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="2004-407" y="1.9" rotation="0" x="45.5"/>
|
<text x="26.01" y="1.09" font="Sans Serif,1.71,-1,5,50,0,0,0,0,0" text="2004-407" color="#000000" rotation="0"/>
|
||||||
</description>
|
</description>
|
||||||
</definition>
|
</definition>
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user