Compare commits

...

60 Commits

Author SHA1 Message Date
Laurent Trinques 6f736cb785 Add new ewon element, thanks Vbxler 2021-07-06 19:55:57 +02:00
joshua 52e884b793 Minor fix : slave Xref item is not updated when variable %F is used 2021-06-28 21:31:15 +02:00
joshua 5912a99c16 Minor fix : master XRef is not updated when variable %F is used 2021-06-28 21:24:28 +02:00
joshua 8f051fc612 Remove table useless qetgraphicstableitem when model is reseted
When the model of a qetgraphicstableitem is reseted (for exemple when
the sql query is modified) we check if there is useless tables (table
with 0 row displayed) and remove it.
2021-06-24 19:46:18 +02:00
joshua bd96faa14f Fix crash
When a qetgraphicstable is deleted, the next and previous table is not
aware about the deletion and keep a dangled pointer of the deleted table
who cause a segfault.
2021-06-24 19:15:24 +02:00
joshua bb26954bd4 Revert "Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet into terminal_strip"
This reverts commit 364bce618c, reversing
changes made to efb4a8dd71.
2021-06-07 20:00:52 +02:00
joshua 4615e6d060 Revert "Add terminalStripModel class"
This reverts commit a1e18d2bba.
2021-06-07 19:45:45 +02:00
joshua a1e18d2bba Add terminalStripModel class 2021-06-07 19:26:41 +02:00
joshua 364bce618c Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet into terminal_strip 2021-06-07 19:25:30 +02:00
artgg7300 efb4a8dd71 translated hungarian element names 2021-06-05 07:43:06 +02:00
plc-user f1e353b342 added some additional front-views (100mm->200px) 2021-06-04 21:43:38 +02:00
plc-user 78a48e48c1 changed scaling of front-views to 100mm->200px 2021-06-04 21:43:38 +02:00
Kevin Tee b448c26d71 Fix typo.
Fix typo.
Also, can we add more screenshots?
2021-05-26 22:40:15 +02:00
Laurent Trinques c7648fe2af Snap : try to add PySimpleGUI python-packages 2021-05-21 19:38:11 +02:00
joshua 6660caa70f Merge branch 'master' into terminal_strip 2021-05-21 19:18:16 +02:00
joshua fdbfca9a8c Change ElementData enum
Change enum value 'ground' from enum 'function' to enum 'type'
2021-05-21 19:15:26 +02:00
Laurent Trinques 93b164d077 Update Flatpak, thanks kevinsmia1939 2021-05-20 16:10:01 +02:00
Laurent Trinques 8ed4e742f5 Minor 2021-05-18 08:09:36 +02:00
joshua c1fdc1adaa Fix xrefproperties bug
Change only slave Xrefproperties is not applied due to overload operator
== who don't compare the formula string of slave.
2021-05-15 18:58:26 +02:00
joshua 789e195ace Fix include path from previous commit 2021-05-14 19:50:30 +02:00
joshua 3220a58b96 Move file 2021-05-14 19:37:36 +02:00
joshua 21c35bc744 Minor improvement at element picture creation
Call once the uuid() method of element location instead of four (and so
parse once time the xml) to store the uuid/picture and uuid/primitive to
hash.
2021-05-14 16:15:49 +02:00
joshua fd9ab47041 Load project from xml is a little more faster
Like previous commit, in the method loadDiadrams() we call the method
diagramAdded(), in this method we call rebuildDiagramsMap()
updateAllTabsTitle() and these methods operate a loop for each existing
DiagramView.

Now loadDiagrams don't call diagramAdded (which must be used only when
user add a diagram during the use of QElectroTech) but make operations
itself and when all DiagramView are added, call rebuildDiagramsMap()
updateAllTabsTitle() only once.
2021-05-14 15:47:10 +02:00
joshua 71636ba874 Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet 2021-05-14 13:39:33 +02:00
joshua 0aea48bdaa Open project is a litle more faster
In the methods readDiagramsXml we call addDiagram for each diagrams
loaded from xml, inside the addDiagram method we call the method
updateDiagramsFolioData() and to finish this method operate a loop for
each existing diagram.

Then when we load a project from xml of
10 folios, loop inside updateDiagramsFolioData() is called 55 time.
50 folios, loop inside updateDiagramsFolioData() is called 1275 time.
100 folios, loop inside updateDiagramsFolioData() is called 5050 time.

Now instead of call addDiagram, we add diagram directly inside the
methods readDiagramsXml and call the method updateDiagramsFolioData()
only once when all diagrams are loaded.
2021-05-14 13:38:59 +02:00
Ole Carlsen dd51819403 Updated Danish Translation 2021-05-13 21:39:48 +02:00
joshua ffabeb9caa Avoid excessive debug outputs
Avoid excessive debug outputs when terminal type doesn't exist (99.99%
of actual elements collections).
2021-05-13 20:48:56 +02:00
dlee99 bfc1df633e modified: lang/qet_nl.qm
modified:   lang/qet_nl.ts
2021-05-12 21:06:49 +02:00
joshua 507c1b4f73 Minor gui behavior improvement 2021-05-11 18:46:12 +02:00
joshua 580ebe8b97 Terminal strip can now be edited and managed by undo command 2021-05-11 18:20:46 +02:00
joshua e0579b3040 Add widgets to edit terminal strip data (WIP) 2021-05-11 18:20:46 +02:00
joshua ded4ea555f Terminal element can be removed from a terminal strip 2021-05-11 18:20:46 +02:00
joshua f07f4cb150 Fix drag and drop bug 2021-05-11 18:20:46 +02:00
joshua dbb21373e1 Read terminal strip from xml 2021-05-11 18:20:46 +02:00
joshua 89f3ce1eb3 terminal strip can be saved to xml 2021-05-11 18:20:46 +02:00
joshua 36068abce7 Add a reload push button
Add a reload push button to quickly reload/update the gui according to
the current state of the terminal strip.
2021-05-11 18:20:46 +02:00
joshua d551c8e6b9 Improve undo command when remove a terminal strip 2021-05-11 18:20:46 +02:00
joshua 2572e1c25d Display terminals owned by terminal strip in the tree view 2021-05-11 18:20:46 +02:00
joshua b158984464 Set parent terminal strip of terminal element
Call the method :
void TerminalElement::setParentTerminalStrip(TerminalStrip *strip)
when a terminal element is added to a terminal strip.
2021-05-11 18:20:46 +02:00
joshua 256d42d030 Add and move terminal element to strip is managed by undo 2021-05-11 18:20:46 +02:00
joshua 171e95fb17 Enable drag and drop of terminal tree widget item 2021-05-11 18:20:46 +02:00
joshua d3ad490b84 Initial comit to use drag and drop 2021-05-11 18:20:46 +02:00
joshua df07f373d8 Terminal strip add/remove is managed by undo stack 2021-05-11 18:20:46 +02:00
joshua 5d17461c6e Add RemoveTerminalStripCommand class 2021-05-11 18:20:46 +02:00
joshua 2cf5ea11fd Fix : undo code is executed in redo function and vice versa
Need to sleep ?
2021-05-11 18:20:46 +02:00
joshua 573c0c236a Add undo command for add/remove a terminal strip 2021-05-11 18:20:46 +02:00
joshua 63429ab087 Terminal strip editor display the free terminal elements 2021-05-11 18:20:46 +02:00
joshua 00846c1418 Add "parent terminal" strip member to TerminalElement class 2021-05-11 18:20:46 +02:00
joshua a3f776b7db Add 'comment' to terminal strip 2021-05-11 18:20:46 +02:00
joshua 91db58bb64 Add dialog to create terminal strip + display existing terminal strip 2021-05-11 18:20:46 +02:00
joshua 0a2ec297bf Minor 2021-05-11 18:20:46 +02:00
joshua bbfe9ed377 Add terminal strip editor widget 2021-05-11 18:20:46 +02:00
joshua 39aee4ad07 Add terminal strip data class 2021-05-11 18:20:46 +02:00
joshua 49674e7d33 Add terminal strip class 2021-05-11 18:20:46 +02:00
joshua 12c0dbd8d1 Minor gui change 2021-05-11 18:20:19 +02:00
artgg7300 734e70ffb1 translated hungarian lang files 2021-05-11 06:11:43 +02:00
Laurent Trinques 480066cc6d Update *TS files 2021-05-09 12:46:47 +02:00
joshua 74dcf96e4b Element editor: make element text option "keep visual rotation" editable. 2021-05-08 22:14:15 +02:00
Laurent Trinques 222c86f550 Minor update README.md 2021-05-06 23:34:18 +02:00
Laurent Trinques b255423245 Update README.md 2021-05-06 23:27:09 +02:00
1089 changed files with 71511 additions and 63124 deletions
+46
View File
@@ -154,6 +154,52 @@ Alternatively, you can export to vector (svg) or pixel (png, jpg, bmp) format im
* conductors num can be exported to csv file.
* ***
Nomenclature
A new nomenclature tool appears in the menu: project -> Add a nomenclature.
The nomenclature is presented in the form of a configurable table separated into two parts: the display (the form) and the content (the background).
- Display: the size and position of the table, the margins between text and the table cell, the alignment of the text in the cells and the font. The configuration of the table headers and the table itself are separate.
- Content: the information to display in the table and the order in which it should be displayed.
![](https://download.tuxfamily.org/qet/images_depeche_linuxfr/08/dialogue_nomenclature.png "nomenclature dialogue")
In order to speed up the establishment of a nomenclature, it is possible to export / import the display and content configurations separately. This is the "Configuration" part that can be seen in the photos above.
Behind the scenes, an SQLite database does the work, so setting up the content is nothing more or less than an SQL query created using a dialog (screenshot by right).
The SQL query is configured as follows (from top to bottom in the screenshot):
- “Available information”: the information to display;
- "Filter": filter the information (is not empty, is empty, contains, does not contain, is equal to, is not equal to) only one filter can be applied per information, it is not possible combine several;
- "Type of elements": allows you to filter on what type of element you want to obtain information.
At the bottom, a checkmark "SQL query" allows you to edit a personalized query, if the basic options are not sufficient.
When a nomenclature is too large to be contained in a single folio, it is possible to separate it on several folios, the tables of each folio are then linked together. When creating a nomenclature, this option is activated by default, which has the effect of adding the necessary number of folios, adding a table in each of them and linking them together.
Finally two buttons are available in the property panel:
- "Fit the table to the folio": positions and adjusts the size and determines the number of rows in the table in relation to the folio;
- "Apply geometry to all tables linked to this one": applies the three properties mentioned above to all linked tables in order to save time and maintain aesthetic consistency.
And to finish a table
![](https://download.tuxfamily.org/qet/images_depeche_linuxfr/08/tableau.png "table")
Summary
The old summary has been completely removed from the code in order to make room for the new one which is exactly the same as the nomenclature (a large amount of the code is common), with the exception of the SQL query (and its dialog to configure it) which offers specific information for editing a summary.
Export of the internal database
The database used by the nomenclature and the summary can be exported in a “.sqlite” file.
Currently this is irrelevant, as the function was created during development for debugging purposes, we left it.
Note that the database will become increasingly important in the future of Qet.
Export of the wiring list
In order to be able to use the wiring number printers more easily, the names of conductors can be exported in CSV format, the export respects the quantity of conductors in order to print the right quantity of numbers, for example a potential numbered 240 composed of 3 wires will give 6 × 240 (2 numbers per wire × 3 wires) in the CSV.
### Story
The QElectroTech project was founded in 2007 by two french students, Xavier and Benoit.
@@ -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": [
{
"type": "archive",
"url": "https://www.python.org/ftp/python/3.6.0/Python-3.6.0.tar.xz",
"sha256": "b0c5f904f685e32d9232f7bdcbece9819a892929063b6e385414ad2dd6a23622"
"type": "file",
"url": "https://files.pythonhosted.org/packages/d0/c3/c1ce811a1e48d5e0f2df0b393ff189fae4842ec840bb6e4db79c8da55e74/PySimpleGUI-4.41.2.tar.gz",
"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": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/9e/c3/aaad3309a5f2ca08e2fa0ab01123bb6fafb15a92854bff88042039192a67/qet_tb_generator-1.1.7.tar.gz",
"sha256": "f626ab7bf4d9091fc85f63d33136585e611272b347499b448ece4e33cc04eeed"
"url": "https://files.pythonhosted.org/packages/45/be/d5940d365ebf256e490bc6c10837244e0b8dda08a7d790691767263c318d/qet_tb_generator-1.2.5.tar.gz",
"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/"
]
}
]
}
+1
View File
@@ -60,6 +60,7 @@ parts:
plugin: python
python-version: python3
source: https://github.com/qelectrotech/qet_tb_generator.git
python-packages: [PySimpleGUI]
stage-packages:
- python3-lxml
- python3-tk
@@ -2,6 +2,7 @@
<uuid uuid="{45a179e7-866e-4756-965f-d2445ced8dd2}"/>
<names>
<name lang="cs">Časové relé</name>
<name lang="hu">Időzítő relé</name>
</names>
<kindInformations>
<kindInformation show="1" name="type">coil</kindInformation>
@@ -9,6 +9,7 @@
<name lang="es"> Relé insensible a la CA</name>
<name lang="nl">relais ongevoelig voor wisselspanning</name>
<name lang="el">Ρελέ με αντοχή σε AC</name>
<name lang="hu">AC-ra érzéketlen relé</name>
<name lang="be">Relais ongevoelig voor AC (wisselspanning)</name>
</names>
<kindInformations>
@@ -10,6 +10,7 @@
<name lang="cs">Polarizované relé</name>
<name lang="es">Relé polarizado</name>
<name lang="nl">relay polair</name>
<name lang="hu">Polarizált relé</name>
<name lang="be">Relais gepolariseerd</name>
</names>
<kindInformations>
@@ -9,6 +9,7 @@
<name lang="cs">Rychlé relé</name>
<name lang="es">Relé rapido</name>
<name lang="nl">relais snel</name>
<name lang="hu">Gyors működésű relé</name>
</names>
<kindInformations>
<kindInformation name="type" show="1">coil</kindInformation>
@@ -8,6 +8,7 @@
<name lang="es">Relé de remanencia</name>
<name lang="cs">Bistabilní remanentní relé</name>
<name lang="nl">remanent relais</name>
<name lang="hu">Remanencia relé</name>
</names>
<kindInformations>
<kindInformation name="type" show="1">coil</kindInformation>
@@ -4,6 +4,7 @@
<name lang="fr">Relais à mise au repos retardée</name>
<name lang="es">Relé con retardo de apertura</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="de">Relais rückfallverzögert</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="cs">Relé se zpožděným zapnutím a vypnutím</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>
<kindInformations>
<kindInformation name="type" show="1">coil</kindInformation>
@@ -9,6 +9,7 @@
<name lang="es">Relé de sobrecarga termica</name>
<name lang="cs">Tepelné relé</name>
<name lang="nl">Thermisch relais</name>
<name lang="hu">Thermikus túlterhelés védelmi relé</name>
</names>
<kindInformations>
<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="de">Relais ansprechverzögert</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="pl">Przekaźnik działający ze zwłoką przy wzbudzeniu</name>
</names>
@@ -8,6 +8,7 @@
<name lang="pl">Przekaźnik z blokadą mechaniczną</name>
<name lang="es">Relé con enclavamiento mecánico</name>
<name lang="cs">Mechanické blokovací relé</name>
<name lang="hu">Relé mechanikus retesszel</name>
</names>
<kindInformations>
<kindInformation name="type" show="1">coil</kindInformation>
@@ -14,5 +14,6 @@
<name lang="nl">Spoelen</name>
<name lang="be">Spoelen</name>
<name lang="da">Spoler</name>
<name lang="hu">Tekercsek/relék</name>
</names>
</qet-directory>
@@ -7,6 +7,7 @@
<name lang="de">Blinkrelais</name>
<name lang="it">Relè ciclico</name>
<name lang="el">Πηνίο ρελέ παλμού</name>
<name lang="hu">"Villogó" relé</name>
<name lang="pl">Przekaźnik migowy (cykliczny)</name>
</names>
<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="cs">Polarizované monostabilní relé</name>
<name lang="nl">Polair relais</name>
<name lang="hu">Polarizált relé</name>
</names>
<informations>License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
@@ -10,6 +10,7 @@
<name lang="el">Ηλεκτρονικό ρελέ</name>
<name lang="ar">مُرحّل استاتيكي</name>
<name lang="pl">Przekaźnik statyczny</name>
<name lang="hu">Szilárd test relé</name>
</names>
<kindInformations/>
<informations>Author: The QElectroTech team
@@ -6,6 +6,7 @@
<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="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>
</names>
<kindInformations>
@@ -9,6 +9,7 @@
<name lang="pl">Cewka</name>
<name lang="es">Relé biestable</name>
<name lang="cs">Bistabilní relé</name>
<name lang="hu">Bistabil relé</name>
</names>
<kindInformations>
<kindInformation name="type" show="1">coil</kindInformation>
@@ -8,6 +8,7 @@
<name lang="pl">Łącznik zdalnie sterowany</name>
<name lang="es">Interruptor a control remoto 1P1T</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>
</names>
<kindInformations>
@@ -4,6 +4,7 @@
<name lang="fr">Relais temporisé</name>
<name lang="en">Timed relay</name>
<name lang="cs">Časové relé</name>
<name lang="hu">Ütemadó relé</name>
</names>
<kindInformations>
<kindInformation show="1" name="type">coil</kindInformation>
@@ -3,6 +3,7 @@
<names>
<name lang="en">Timer T 816</name>
<name lang="cs">Timer T 816</name>
<name lang="hu">Időzítő relé T 816</name>
</names>
<kindInformations>
<kindInformation name="type" show="1">coil</kindInformation>
@@ -3,6 +3,7 @@
<names>
<name lang="en">Timer TMR48</name>
<name lang="cs">Timer TMR48</name>
<name lang="hu">Időzítő relé TMR48</name>
</names>
<kindInformations>
<kindInformation name="type" show="1">coil</kindInformation>
@@ -2,6 +2,7 @@
<uuid uuid="{90fe1aa6-d017-4064-8ce7-242a4b7b416a}"/>
<names>
<name lang="cs">Kontakt zpožděný odpad</name>
<name lang="hu">Késleltetett működésű záróérintkező</name>
</names>
<kindInformations>
<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
</informations>
<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"/>
<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"/>
<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"/>
@@ -14,10 +14,10 @@
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<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"/>
<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"/>
@@ -14,9 +14,9 @@
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<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"/>
@@ -14,9 +14,9 @@
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<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"/>
@@ -14,9 +14,9 @@
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<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"/>
@@ -14,11 +14,11 @@
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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="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"/>
<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"/>
<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"/>
@@ -1,20 +1,19 @@
<definition hotspot_y="10" hotspot_x="15" version="0.80" type="element" width="50" height="20" link_type="simple">
<names>
<name lang="en">859-402</name>
<name lang="fr">859-402</name>
<name lang="de">859-402</name>
<name lang="cs">859-402</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">859-402</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="29" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
<names>
<name lang="en">859-402</name>
<name lang="fr">859-402</name>
<name lang="de">859-402</name>
<name lang="cs">859-402</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">859-402</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text text="859-402" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2" x="-2"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_y="10" hotspot_x="14" version="0.80" type="element" width="70" height="20" link_type="simple">
<names>
<name lang="en">859-403</name>
<name lang="fr">859-403</name>
<name lang="de">859-403</name>
<name lang="cs">859-403</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">859-403</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="40" height="11" version="0.80" hotspot_x="8" hotspot_y="6" link_type="simple">
<names>
<name lang="en">859-403</name>
<name lang="fr">859-403</name>
<name lang="de">859-403</name>
<name lang="cs">859-403</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">859-403</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text text="859-403" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2" x="10"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_y="10" hotspot_x="14" version="0.80" type="element" width="90" height="20" link_type="simple">
<names>
<name lang="en">859-404</name>
<name lang="fr">859-404</name>
<name lang="de">859-404</name>
<name lang="cs">859-404</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">859-404</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="51" height="11" version="0.80" hotspot_x="8" hotspot_y="6" link_type="simple">
<names>
<name lang="en">859-404</name>
<name lang="fr">859-404</name>
<name lang="de">859-404</name>
<name lang="cs">859-404</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">859-404</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text text="859-404" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2" x="20"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_y="10" hotspot_x="13" version="0.80" type="element" width="110" height="20" link_type="simple">
<names>
<name lang="en">859-405</name>
<name lang="fr">859-405</name>
<name lang="de">859-405</name>
<name lang="cs">859-405</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">859-405</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="63" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
<names>
<name lang="en">859-405</name>
<name lang="fr">859-405</name>
<name lang="de">859-405</name>
<name lang="cs">859-405</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">859-405</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text text="859-405" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2" x="30"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_y="10" hotspot_x="13" version="0.80" type="element" width="130" height="20" link_type="simple">
<names>
<name lang="en">859-406</name>
<name lang="fr">859-406</name>
<name lang="de">859-406</name>
<name lang="cs">859-406</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">859-406</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="74" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
<names>
<name lang="en">859-406</name>
<name lang="fr">859-406</name>
<name lang="de">859-406</name>
<name lang="cs">859-406</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">859-406</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text text="859-406" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2" x="40"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_y="10" hotspot_x="12" version="0.80" type="element" width="150" height="20" link_type="simple">
<names>
<name lang="en">859-407</name>
<name lang="fr">859-407</name>
<name lang="de">859-407</name>
<name lang="cs">859-407</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">859-407</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="86" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
<names>
<name lang="en">859-407</name>
<name lang="fr">859-407</name>
<name lang="de">859-407</name>
<name lang="cs">859-407</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">859-407</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text text="859-407" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2" x="50"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_y="10" hotspot_x="16" version="0.80" type="element" width="180" height="20" link_type="simple">
<names>
<name lang="en">859-408</name>
<name lang="fr">859-408</name>
<name lang="de">859-408</name>
<name lang="cs">859-408</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">859-408</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="103" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
<names>
<name lang="en">859-408</name>
<name lang="fr">859-408</name>
<name lang="de">859-408</name>
<name lang="cs">859-408</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">859-408</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text text="859-408" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2" x="60"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_y="10" hotspot_x="16" version="0.80" type="element" width="200" height="20" link_type="simple">
<names>
<name lang="en">859-409</name>
<name lang="fr">859-409</name>
<name lang="de">859-409</name>
<name lang="cs">859-409</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">859-409</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="114" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
<names>
<name lang="en">859-409</name>
<name lang="fr">859-409</name>
<name lang="de">859-409</name>
<name lang="cs">859-409</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">859-409</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text text="859-409" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2" x="74"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_y="10" hotspot_x="15" version="0.80" type="element" width="220" height="20" link_type="simple">
<names>
<name lang="en">859-410</name>
<name lang="fr">859-410</name>
<name lang="de">859-410</name>
<name lang="cs">859-410</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">859-410</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="126" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
<names>
<name lang="en">859-410</name>
<name lang="fr">859-410</name>
<name lang="de">859-410</name>
<name lang="cs">859-410</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">859-410</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text text="859-410" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2" x="84"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_x="17" link_type="simple" type="element" width="30" hotspot_y="10" version="0.80" height="20">
<names>
<name lang="en">2000-402</name>
<name lang="fr">2000-402</name>
<name lang="de">2000-402</name>
<name lang="cs">2000-402</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2000-402</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="17" height="11" version="0.80" hotspot_x="10" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2000-402</name>
<name lang="fr">2000-402</name>
<name lang="de">2000-402</name>
<name lang="cs">2000-402</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2000-402</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_x="16" link_type="simple" type="element" width="40" hotspot_y="10" version="0.80" height="20">
<names>
<name lang="en">2000-403</name>
<name lang="fr">2000-403</name>
<name lang="de">2000-403</name>
<name lang="cs">2000-403</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2000-403</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="23" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2000-403</name>
<name lang="fr">2000-403</name>
<name lang="de">2000-403</name>
<name lang="cs">2000-403</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2000-403</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_x="19" link_type="simple" type="element" width="60" hotspot_y="10" version="0.80" height="20">
<names>
<name lang="en">2000-404</name>
<name lang="fr">2000-404</name>
<name lang="de">2000-404</name>
<name lang="cs">2000-404</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2000-404</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="34" height="11" version="0.80" hotspot_x="11" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2000-404</name>
<name lang="fr">2000-404</name>
<name lang="de">2000-404</name>
<name lang="cs">2000-404</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2000-404</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_x="18" link_type="simple" type="element" width="70" hotspot_y="10" version="0.80" height="20">
<names>
<name lang="en">2000-405</name>
<name lang="fr">2000-405</name>
<name lang="de">2000-405</name>
<name lang="cs">2000-405</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2000-405</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="40" height="11" version="0.80" hotspot_x="10" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2000-405</name>
<name lang="fr">2000-405</name>
<name lang="de">2000-405</name>
<name lang="cs">2000-405</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2000-405</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_x="16" link_type="simple" type="element" width="80" hotspot_y="10" version="0.80" height="20">
<names>
<name lang="en">2000-406</name>
<name lang="fr">2000-406</name>
<name lang="de">2000-406</name>
<name lang="cs">2000-406</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2000-406</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="46" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2000-406</name>
<name lang="fr">2000-406</name>
<name lang="de">2000-406</name>
<name lang="cs">2000-406</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2000-406</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_x="20" link_type="simple" type="element" width="100" hotspot_y="10" version="0.80" height="20">
<names>
<name lang="en">2000-407</name>
<name lang="fr">2000-407</name>
<name lang="de">2000-407</name>
<name lang="cs">2000-407</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2000-407</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="57" height="11" version="0.80" hotspot_x="11" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2000-407</name>
<name lang="fr">2000-407</name>
<name lang="de">2000-407</name>
<name lang="cs">2000-407</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2000-407</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_x="18" link_type="simple" type="element" width="110" hotspot_y="10" version="0.80" height="20">
<names>
<name lang="en">2000-408</name>
<name lang="fr">2000-408</name>
<name lang="de">2000-408</name>
<name lang="cs">2000-408</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2000-408</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="63" height="11" version="0.80" hotspot_x="10" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2000-408</name>
<name lang="fr">2000-408</name>
<name lang="de">2000-408</name>
<name lang="cs">2000-408</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2000-408</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_x="17" link_type="simple" type="element" width="120" hotspot_y="10" version="0.80" height="20">
<names>
<name lang="en">2000-409</name>
<name lang="fr">2000-409</name>
<name lang="de">2000-409</name>
<name lang="cs">2000-409</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2000-409</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="69" height="11" version="0.80" hotspot_x="10" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2000-409</name>
<name lang="fr">2000-409</name>
<name lang="de">2000-409</name>
<name lang="cs">2000-409</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2000-409</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_x="20" link_type="simple" type="element" width="140" hotspot_y="10" version="0.80" height="20">
<names>
<name lang="en">2000-410</name>
<name lang="fr">2000-410</name>
<name lang="de">2000-410</name>
<name lang="cs">2000-410</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2000-410</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="80" height="11" version="0.80" hotspot_x="11" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2000-410</name>
<name lang="fr">2000-410</name>
<name lang="de">2000-410</name>
<name lang="cs">2000-410</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2000-410</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
</description>
<description>
<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 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>
</definition>
@@ -1,21 +1,20 @@
<definition type="element" hotspot_y="10" version="0.80" link_type="simple" width="40" height="20" hotspot_x="16">
<names>
<name lang="fr">2000-433</name>
<name lang="de">2000-433</name>
<name lang="en">2000-433</name>
<name lang="cs">2000-433</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2000-433</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="23" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
<names>
<name lang="fr">2000-433</name>
<name lang="de">2000-433</name>
<name lang="en">2000-433</name>
<name lang="cs">2000-433</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2000-433</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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 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"/>
<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"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition type="element" hotspot_y="10" version="0.80" link_type="simple" width="60" height="20" hotspot_x="19">
<names>
<name lang="fr">2000-434</name>
<name lang="de">2000-434</name>
<name lang="en">2000-434</name>
<name lang="cs">2000-434</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2000-434</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="34" height="11" version="0.80" hotspot_x="11" hotspot_y="6" link_type="simple">
<names>
<name lang="fr">2000-434</name>
<name lang="de">2000-434</name>
<name lang="en">2000-434</name>
<name lang="cs">2000-434</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2000-434</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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 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"/>
<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"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition type="element" hotspot_y="10" version="0.80" link_type="simple" width="70" height="20" hotspot_x="18">
<names>
<name lang="fr">2000-435</name>
<name lang="de">2000-435</name>
<name lang="en">2000-435</name>
<name lang="cs">2000-435</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2000-435</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="40" height="11" version="0.80" hotspot_x="10" hotspot_y="6" link_type="simple">
<names>
<name lang="fr">2000-435</name>
<name lang="de">2000-435</name>
<name lang="en">2000-435</name>
<name lang="cs">2000-435</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2000-435</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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 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"/>
<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"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition hotspot_y="10" type="element" height="20" width="80" link_type="simple" hotspot_x="16" version="0.80">
<names>
<name lang="fr">2000-436</name>
<name lang="de">2000-436</name>
<name lang="en">2000-436</name>
<name lang="cs">2000-436</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2000-436</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="46" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
<names>
<name lang="fr">2000-436</name>
<name lang="de">2000-436</name>
<name lang="en">2000-436</name>
<name lang="cs">2000-436</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2000-436</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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 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"/>
<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"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition hotspot_y="10" type="element" height="20" width="100" link_type="simple" hotspot_x="20" version="0.80">
<names>
<name lang="fr">2000-437</name>
<name lang="de">2000-437</name>
<name lang="en">2000-437</name>
<name lang="cs">2000-437</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2000-437</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="57" height="11" version="0.80" hotspot_x="11" hotspot_y="6" link_type="simple">
<names>
<name lang="fr">2000-437</name>
<name lang="de">2000-437</name>
<name lang="en">2000-437</name>
<name lang="cs">2000-437</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2000-437</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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 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"/>
<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"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition hotspot_y="10" type="element" height="20" width="110" link_type="simple" hotspot_x="18" version="0.80">
<names>
<name lang="fr">2000-438</name>
<name lang="de">2000-438</name>
<name lang="en">2000-438</name>
<name lang="cs">2000-438</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2000-438</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="63" height="11" version="0.80" hotspot_x="10" hotspot_y="6" link_type="simple">
<names>
<name lang="fr">2000-438</name>
<name lang="de">2000-438</name>
<name lang="en">2000-438</name>
<name lang="cs">2000-438</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2000-438</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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 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"/>
<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"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition hotspot_y="10" type="element" height="20" width="120" link_type="simple" hotspot_x="17" version="0.80">
<names>
<name lang="fr">2000-439</name>
<name lang="de">2000-439</name>
<name lang="en">2000-439</name>
<name lang="cs">2000-439</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2000-439</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="69" height="11" version="0.80" hotspot_x="10" hotspot_y="6" link_type="simple">
<names>
<name lang="fr">2000-439</name>
<name lang="de">2000-439</name>
<name lang="en">2000-439</name>
<name lang="cs">2000-439</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2000-439</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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 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"/>
<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"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition hotspot_y="10" type="element" height="20" width="140" link_type="simple" hotspot_x="20" version="0.80">
<names>
<name lang="fr">2000-440</name>
<name lang="de">2000-440</name>
<name lang="en">2000-440</name>
<name lang="cs">2000-440</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2000-440</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="80" height="11" version="0.80" hotspot_x="11" hotspot_y="6" link_type="simple">
<names>
<name lang="fr">2000-440</name>
<name lang="de">2000-440</name>
<name lang="en">2000-440</name>
<name lang="cs">2000-440</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2000-440</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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 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"/>
<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"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_y="10" height="20" type="element" hotspot_x="12" link_type="simple" width="40" version="0.80">
<names>
<name lang="de">2001-402</name>
<name lang="en">2001-402</name>
<name lang="fr">2001-402</name>
<name lang="cs">2001-402</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2001-402</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="23" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2001-402</name>
<name lang="en">2001-402</name>
<name lang="fr">2001-402</name>
<name lang="cs">2001-402</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2001-402</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition version="0.80" width="50" height="20" type="element" link_type="simple" hotspot_x="14" hotspot_y="10">
<names>
<name lang="fr">2001-403</name>
<name lang="de">2001-403</name>
<name lang="en">2001-403</name>
<name lang="cs">2001-403</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2001-403</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="29" height="11" version="0.80" hotspot_x="8" hotspot_y="6" link_type="simple">
<names>
<name lang="fr">2001-403</name>
<name lang="de">2001-403</name>
<name lang="en">2001-403</name>
<name lang="cs">2001-403</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2001-403</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text text="2001-403" rotation="0" y="2" x="-3" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition height="20" width="70" hotspot_y="10" hotspot_x="16" type="element" version="0.80" link_type="simple">
<names>
<name lang="en">2001-404</name>
<name lang="fr">2001-404</name>
<name lang="de">2001-404</name>
<name lang="cs">2001-404</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2001-404</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="40" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2001-404</name>
<name lang="fr">2001-404</name>
<name lang="de">2001-404</name>
<name lang="cs">2001-404</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2001-404</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text text="2001-404" rotation="0" y="2" x="5" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition type="element" version="0.80" width="80" hotspot_y="10" link_type="simple" height="20" hotspot_x="14">
<names>
<name lang="de">2001-405</name>
<name lang="en">2001-405</name>
<name lang="fr">2001-405</name>
<name lang="cs">2001-405</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2001-405</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="46" height="11" version="0.80" hotspot_x="8" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2001-405</name>
<name lang="en">2001-405</name>
<name lang="fr">2001-405</name>
<name lang="cs">2001-405</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2001-405</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text rotation="0" text="2001-405" color="#000000" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0" x="13"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition width="100" version="0.80" type="element" hotspot_y="10" link_type="simple" height="20" hotspot_x="16">
<names>
<name lang="fr">2001-406</name>
<name lang="en">2001-406</name>
<name lang="de">2001-406</name>
<name lang="cs">2001-406</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2001-406</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="57" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
<names>
<name lang="fr">2001-406</name>
<name lang="en">2001-406</name>
<name lang="de">2001-406</name>
<name lang="cs">2001-406</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2001-406</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text color="#000000" text="2001-406" y="2" x="18" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition version="0.80" link_type="simple" width="110" hotspot_y="10" type="element" height="20" hotspot_x="14">
<names>
<name lang="en">2001-407</name>
<name lang="de">2001-407</name>
<name lang="fr">2001-407</name>
<name lang="cs">2001-407</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2001-407</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="63" height="11" version="0.80" hotspot_x="8" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2001-407</name>
<name lang="de">2001-407</name>
<name lang="fr">2001-407</name>
<name lang="cs">2001-407</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2001-407</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text x="28" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" text="2001-407"/>
</description>
<description>
<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="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>
</definition>
@@ -1,20 +1,19 @@
<definition version="0.80" hotspot_y="10" link_type="simple" height="20" hotspot_x="16" type="element" width="130">
<names>
<name lang="fr">2001-408</name>
<name lang="de">2001-408</name>
<name lang="en">2001-408</name>
<name lang="cs">2001-408</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2001-408</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="74" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
<names>
<name lang="fr">2001-408</name>
<name lang="de">2001-408</name>
<name lang="en">2001-408</name>
<name lang="cs">2001-408</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2001-408</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text text="2001-408" rotation="0" x="37" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition type="element" width="140" version="0.80" height="20" link_type="simple" hotspot_y="10" hotspot_x="14">
<names>
<name lang="de">2001-409</name>
<name lang="fr">2001-409</name>
<name lang="en">2001-409</name>
<name lang="cs">2001-409</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2001-409</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="80" height="11" version="0.80" hotspot_x="8" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2001-409</name>
<name lang="fr">2001-409</name>
<name lang="en">2001-409</name>
<name lang="cs">2001-409</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2001-409</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="2" text="2001-409" x="47" rotation="0" color="#000000"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition version="0.80" width="160" hotspot_y="10" type="element" height="20" link_type="simple" hotspot_x="16">
<names>
<name lang="de">2001-410</name>
<name lang="fr">2001-410</name>
<name lang="en">2001-410</name>
<name lang="cs">2001-410</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2001-410</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="91" height="11" version="0.80" hotspot_x="9" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2001-410</name>
<name lang="fr">2001-410</name>
<name lang="en">2001-410</name>
<name lang="cs">2001-410</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2001-410</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text text="2001-410" x="51" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" y="2"/>
</description>
<description>
<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 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>
</definition>
@@ -1,21 +1,20 @@
<definition type="element" width="50" hotspot_y="10" version="0.80" height="20" hotspot_x="10" link_type="simple">
<names>
<name lang="de">2001-433</name>
<name lang="fr">2001-433</name>
<name lang="en">2001-433</name>
<name lang="cs">2001-433</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2001-433</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="29" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2001-433</name>
<name lang="fr">2001-433</name>
<name lang="en">2001-433</name>
<name lang="cs">2001-433</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2001-433</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<text text="2001-433" color="#000000" x="3" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition type="element" width="70" hotspot_y="10" version="0.80" height="20" hotspot_x="12" link_type="simple">
<names>
<name lang="de">2001-434</name>
<name lang="fr">2001-434</name>
<name lang="en">2001-434</name>
<name lang="cs">2001-434</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2001-434</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="40" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2001-434</name>
<name lang="fr">2001-434</name>
<name lang="en">2001-434</name>
<name lang="cs">2001-434</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2001-434</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<text text="2001-434" color="#000000" x="10" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition type="element" width="80" hotspot_y="10" version="0.80" height="20" hotspot_x="10" link_type="simple">
<names>
<name lang="de">2001-435</name>
<name lang="fr">2001-435</name>
<name lang="en">2001-435</name>
<name lang="cs">2001-435</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2001-435</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="46" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2001-435</name>
<name lang="fr">2001-435</name>
<name lang="en">2001-435</name>
<name lang="cs">2001-435</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2001-435</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<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"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition type="element" width="100" hotspot_y="10" version="0.80" height="20" hotspot_x="12" link_type="simple">
<names>
<name lang="de">2001-436</name>
<name lang="fr">2001-436</name>
<name lang="en">2001-436</name>
<name lang="cs">2001-436</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2001-436</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="57" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2001-436</name>
<name lang="fr">2001-436</name>
<name lang="en">2001-436</name>
<name lang="cs">2001-436</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2001-436</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<text text="2001-436" color="#000000" x="25" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition type="element" width="110" hotspot_y="10" version="0.80" height="20" hotspot_x="10" link_type="simple">
<names>
<name lang="de">2001-437</name>
<name lang="fr">2001-437</name>
<name lang="en">2001-437</name>
<name lang="cs">2001-437</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2001-437</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="63" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2001-437</name>
<name lang="fr">2001-437</name>
<name lang="en">2001-437</name>
<name lang="cs">2001-437</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2001-437</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<text text="2001-437" color="#000000" x="33" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition type="element" width="130" hotspot_y="10" version="0.80" height="20" hotspot_x="12" link_type="simple">
<names>
<name lang="de">2001-438</name>
<name lang="fr">2001-438</name>
<name lang="en">2001-438</name>
<name lang="cs">2001-438</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2001-438</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="74" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2001-438</name>
<name lang="fr">2001-438</name>
<name lang="en">2001-438</name>
<name lang="cs">2001-438</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2001-438</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<text text="2001-438" color="#000000" x="41" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition type="element" width="140" hotspot_y="10" version="0.80" height="20" hotspot_x="10" link_type="simple">
<names>
<name lang="de">2001-439</name>
<name lang="fr">2001-439</name>
<name lang="en">2001-439</name>
<name lang="cs">2001-439</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2001-439</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="80" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2001-439</name>
<name lang="fr">2001-439</name>
<name lang="en">2001-439</name>
<name lang="cs">2001-439</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2001-439</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<text text="2001-439" color="#000000" x="51" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition type="element" width="160" hotspot_y="10" version="0.80" height="20" hotspot_x="12" link_type="simple">
<names>
<name lang="de">2001-440</name>
<name lang="fr">2001-440</name>
<name lang="en">2001-440</name>
<name lang="cs">2001-440</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2001-440</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="91" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2001-440</name>
<name lang="fr">2001-440</name>
<name lang="en">2001-440</name>
<name lang="cs">2001-440</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2001-440</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<text text="2001-440" color="#000000" x="56" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_y="10" version="0.80" height="20" width="40" link_type="simple" type="element" hotspot_x="10">
<names>
<name lang="en">2002-402</name>
<name lang="fr">2002-402</name>
<name lang="de">2002-402</name>
<name lang="cs">2002-402</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2002-402</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="23" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2002-402</name>
<name lang="fr">2002-402</name>
<name lang="de">2002-402</name>
<name lang="cs">2002-402</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2002-402</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text x="-3" rotation="0" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="2002-402"/>
</description>
<description>
<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="-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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_y="10" version="0.80" height="20" width="60" link_type="simple" type="element" hotspot_x="10">
<names>
<name lang="en">2002-403</name>
<name lang="fr">2002-403</name>
<name lang="de">2002-403</name>
<name lang="cs">2002-403</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2002-403</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="34" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2002-403</name>
<name lang="fr">2002-403</name>
<name lang="de">2002-403</name>
<name lang="cs">2002-403</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2002-403</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text x="6" rotation="0" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="2002-403"/>
</description>
<description>
<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="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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_y="10" version="0.80" height="20" width="80" link_type="simple" type="element" hotspot_x="11">
<names>
<name lang="en">2002-404</name>
<name lang="fr">2002-404</name>
<name lang="de">2002-404</name>
<name lang="cs">2002-404</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2002-404</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="46" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2002-404</name>
<name lang="fr">2002-404</name>
<name lang="de">2002-404</name>
<name lang="cs">2002-404</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2002-404</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text x="12" rotation="0" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="2002-404"/>
</description>
<description>
<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="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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_y="10" version="0.80" height="20" width="100" link_type="simple" type="element" hotspot_x="11">
<names>
<name lang="en">2002-405</name>
<name lang="fr">2002-405</name>
<name lang="de">2002-405</name>
<name lang="cs">2002-405</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2002-405</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="57" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2002-405</name>
<name lang="fr">2002-405</name>
<name lang="de">2002-405</name>
<name lang="cs">2002-405</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2002-405</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text x="23" rotation="0" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="2002-405"/>
</description>
<description>
<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="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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_y="10" version="0.80" height="20" width="120" link_type="simple" type="element" hotspot_x="12">
<names>
<name lang="en">2002-406</name>
<name lang="fr">2002-406</name>
<name lang="de">2002-406</name>
<name lang="cs">2002-406</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2002-406</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="69" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2002-406</name>
<name lang="fr">2002-406</name>
<name lang="de">2002-406</name>
<name lang="cs">2002-406</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2002-406</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text x="32" rotation="0" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="2002-406"/>
</description>
<description>
<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="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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_y="10" version="0.80" height="20" width="140" link_type="simple" type="element" hotspot_x="12">
<names>
<name lang="en">2002-407</name>
<name lang="fr">2002-407</name>
<name lang="de">2002-407</name>
<name lang="cs">2002-407</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2002-407</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="80" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2002-407</name>
<name lang="fr">2002-407</name>
<name lang="de">2002-407</name>
<name lang="cs">2002-407</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2002-407</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text x="41" rotation="0" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="2002-407"/>
</description>
<description>
<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="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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_y="10" version="0.80" height="20" width="160" link_type="simple" type="element" hotspot_x="13">
<names>
<name lang="en">2002-408</name>
<name lang="fr">2002-408</name>
<name lang="de">2002-408</name>
<name lang="cs">2002-408</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2002-408</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="91" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2002-408</name>
<name lang="fr">2002-408</name>
<name lang="de">2002-408</name>
<name lang="cs">2002-408</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2002-408</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text x="51" rotation="0" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="2002-408"/>
</description>
<description>
<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="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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_y="10" version="0.80" height="20" width="180" link_type="simple" type="element" hotspot_x="13">
<names>
<name lang="en">2002-409</name>
<name lang="fr">2002-409</name>
<name lang="de">2002-409</name>
<name lang="cs">2002-409</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2002-409</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="103" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2002-409</name>
<name lang="fr">2002-409</name>
<name lang="de">2002-409</name>
<name lang="cs">2002-409</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2002-409</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<text x="57" rotation="0" y="2" color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="2002-409"/>
</description>
<description>
<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="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>
</definition>
@@ -1,20 +1,19 @@
<definition hotspot_y="10" version="0.80" height="20" width="190" link_type="simple" type="element" hotspot_x="9">
<names>
<name lang="en">2002-410</name>
<name lang="fr">2002-410</name>
<name lang="de">2002-410</name>
<name lang="cs">2002-410</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2002-410</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="109" height="11" version="0.80" hotspot_x="5" hotspot_y="6" link_type="simple">
<names>
<name lang="en">2002-410</name>
<name lang="fr">2002-410</name>
<name lang="de">2002-410</name>
<name lang="cs">2002-410</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2002-410</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
</description>
<description>
<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="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>
</definition>
@@ -1,21 +1,20 @@
<definition type="element" width="60" hotspot_y="10" version="0.80" height="20" hotspot_x="10" link_type="simple">
<names>
<name lang="de">2002-433</name>
<name lang="fr">2002-433</name>
<name lang="en">2002-433</name>
<name lang="cs">2002-433</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2002-433</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="34" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2002-433</name>
<name lang="fr">2002-433</name>
<name lang="en">2002-433</name>
<name lang="cs">2002-433</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2002-433</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<text text="2002-433" color="#000000" x="7" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition type="element" width="80" hotspot_y="10" version="0.80" height="20" hotspot_x="11" link_type="simple">
<names>
<name lang="de">2002-434</name>
<name lang="fr">2002-434</name>
<name lang="en">2002-434</name>
<name lang="cs">2002-434</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2002-434</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="46" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2002-434</name>
<name lang="fr">2002-434</name>
<name lang="en">2002-434</name>
<name lang="cs">2002-434</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2002-434</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<text text="2002-434" color="#000000" x="16" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition type="element" width="100" hotspot_y="10" version="0.80" height="20" hotspot_x="11" link_type="simple">
<names>
<name lang="de">2002-435</name>
<name lang="fr">2002-435</name>
<name lang="en">2002-435</name>
<name lang="cs">2002-435</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2002-435</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="57" height="11" version="0.80" hotspot_x="6" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2002-435</name>
<name lang="fr">2002-435</name>
<name lang="en">2002-435</name>
<name lang="cs">2002-435</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2002-435</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<text text="2002-435" color="#000000" x="27" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition type="element" width="120" hotspot_y="10" version="0.80" height="20" hotspot_x="12" link_type="simple">
<names>
<name lang="de">2002-436</name>
<name lang="fr">2002-436</name>
<name lang="en">2002-436</name>
<name lang="cs">2002-436</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2002-436</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="69" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2002-436</name>
<name lang="fr">2002-436</name>
<name lang="en">2002-436</name>
<name lang="cs">2002-436</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2002-436</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<text text="2002-436" color="#000000" x="38" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition type="element" width="140" hotspot_y="10" version="0.80" height="20" hotspot_x="12" link_type="simple">
<names>
<name lang="de">2002-437</name>
<name lang="fr">2002-437</name>
<name lang="en">2002-437</name>
<name lang="cs">2002-437</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2002-437</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="80" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2002-437</name>
<name lang="fr">2002-437</name>
<name lang="en">2002-437</name>
<name lang="cs">2002-437</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2002-437</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<text text="2002-437" color="#000000" x="41" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition type="element" width="160" hotspot_y="10" version="0.80" height="20" hotspot_x="13" link_type="simple">
<names>
<name lang="de">2002-438</name>
<name lang="fr">2002-438</name>
<name lang="en">2002-438</name>
<name lang="cs">2002-438</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2002-438</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="91" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2002-438</name>
<name lang="fr">2002-438</name>
<name lang="en">2002-438</name>
<name lang="cs">2002-438</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2002-438</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<text text="2002-438" color="#000000" x="58" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition type="element" width="180" hotspot_y="10" version="0.80" height="20" hotspot_x="13" link_type="simple">
<names>
<name lang="de">2002-439</name>
<name lang="fr">2002-439</name>
<name lang="en">2002-439</name>
<name lang="cs">2002-439</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2002-439</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="103" height="11" version="0.80" hotspot_x="7" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2002-439</name>
<name lang="fr">2002-439</name>
<name lang="en">2002-439</name>
<name lang="cs">2002-439</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2002-439</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<text text="2002-439" color="#000000" x="64" rotation="0" y="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,21 +1,20 @@
<definition type="element" width="190" hotspot_y="10" version="0.80" height="20" hotspot_x="9" link_type="simple">
<names>
<name lang="de">2002-440</name>
<name lang="fr">2002-440</name>
<name lang="en">2002-440</name>
<name lang="cs">2002-440</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2002-440</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="109" height="11" version="0.80" hotspot_x="5" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2002-440</name>
<name lang="fr">2002-440</name>
<name lang="en">2002-440</name>
<name lang="cs">2002-440</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2002-440</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
<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"/>
</description>
<description>
<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 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 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>
</definition>
@@ -1,20 +1,19 @@
<definition height="20" hotspot_x="23" hotspot_y="10" version="0.80" link_type="simple" type="element" width="50">
<names>
<name lang="de">2004-402</name>
<name lang="en">2004-402</name>
<name lang="fr">2004-402</name>
<name lang="cs">2004-402</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2004-402</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="29" height="11" version="0.80" hotspot_x="13" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2004-402</name>
<name lang="en">2004-402</name>
<name lang="fr">2004-402</name>
<name lang="cs">2004-402</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2004-402</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition height="20" hotspot_x="22" hotspot_y="10" version="0.80" link_type="simple" type="element" width="70">
<names>
<name lang="de">2004-403</name>
<name lang="en">2004-403</name>
<name lang="fr">2004-403</name>
<name lang="cs">2004-403</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2004-403</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="40" height="11" version="0.80" hotspot_x="13" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2004-403</name>
<name lang="en">2004-403</name>
<name lang="fr">2004-403</name>
<name lang="cs">2004-403</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2004-403</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition height="20" hotspot_x="22" hotspot_y="10" version="0.80" link_type="simple" type="element" width="90">
<names>
<name lang="de">2004-404</name>
<name lang="en">2004-404</name>
<name lang="fr">2004-404</name>
<name lang="cs">2004-404</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2004-404</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="51" height="11" version="0.80" hotspot_x="13" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2004-404</name>
<name lang="en">2004-404</name>
<name lang="fr">2004-404</name>
<name lang="cs">2004-404</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2004-404</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition height="20" hotspot_x="25" hotspot_y="10" version="0.80" link_type="simple" type="element" width="120">
<names>
<name lang="de">2004-405</name>
<name lang="en">2004-405</name>
<name lang="fr">2004-405</name>
<name lang="cs">2004-405</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2004-405</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="69" height="11" version="0.80" hotspot_x="14" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2004-405</name>
<name lang="en">2004-405</name>
<name lang="fr">2004-405</name>
<name lang="cs">2004-405</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2004-405</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
</description>
<description>
<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 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>
</definition>
@@ -1,20 +1,19 @@
<definition height="20" hotspot_x="24" hotspot_y="10" version="0.80" link_type="simple" type="element" width="140">
<names>
<name lang="de">2004-406</name>
<name lang="en">2004-406</name>
<name lang="fr">2004-406</name>
<name lang="cs">2004-406</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">WAGO</elementInformation>
<elementInformation show="1" name="designation">2004-406</elementInformation>
</elementInformations>
<informations>
Author: plc-user for QElectroTech
<definition type="element" width="80" height="11" version="0.80" hotspot_x="14" hotspot_y="6" link_type="simple">
<names>
<name lang="de">2004-406</name>
<name lang="en">2004-406</name>
<name lang="fr">2004-406</name>
<name lang="cs">2004-406</name>
</names>
<elementInformations>
<elementInformation name="manufacturer" show="1">WAGO</elementInformation>
<elementInformation name="designation" show="1">2004-406</elementInformation>
</elementInformations>
<informations>Author: plc-user for QElectroTech
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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"/>
<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"/>
</description>
<description>
<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 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>
</definition>

Some files were not shown because too many files have changed in this diff Show More