Compare commits

..

1 Commits

Author SHA1 Message Date
joshua
de2f161566 Add a combo box to change the QPicture scale of element picture
This is a test commit to see if we can fix the wrong scale of element in
some screen size.:
Add a QComboBox into the QToolBar of the diagram editor to change the
current scale factor of the element QPicture.
2021-04-17 09:50:32 +02:00
1151 changed files with 124485 additions and 150037 deletions

View File

@@ -154,52 +154,6 @@ 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.

View File

@@ -78,17 +78,18 @@
]
},
{
"name": "python3-PySimpleGUI",
"buildsystem": "simple",
"build-commands": [
"pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} PySimpleGUI"
],
"name": "python3.6.0",
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/d0/c3/c1ce811a1e48d5e0f2df0b393ff189fae4842ec840bb6e4db79c8da55e74/PySimpleGUI-4.41.2.tar.gz",
"sha256": "cf42d9f61f28c8e790a9c031ce900a9cee5fd2f950da2f055ed36bbc487dcf11"
"type": "archive",
"url": "https://www.python.org/ftp/python/3.6.0/Python-3.6.0.tar.xz",
"sha256": "b0c5f904f685e32d9232f7bdcbece9819a892929063b6e385414ad2dd6a23622"
}
],
"config-opts": ["--enable-shared"],
"post-install": [
"chmod +w ${FLATPAK_DEST}/lib/libpython3.6m.so.1.0",
"chmod +w ${FLATPAK_DEST}/lib/libpython3.so"
]
},
{
@@ -100,10 +101,25 @@
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/45/be/d5940d365ebf256e490bc6c10837244e0b8dda08a7d790691767263c318d/qet_tb_generator-1.2.5.tar.gz",
"sha256": "37c3298602244f3152fbb7601caba9b4862bac782991fbb472eab91afb70d09c"
"url": "https://files.pythonhosted.org/packages/9e/c3/aaad3309a5f2ca08e2fa0ab01123bb6fafb15a92854bff88042039192a67/qet_tb_generator-1.1.7.tar.gz",
"sha256": "f626ab7bf4d9091fc85f63d33136585e611272b347499b448ece4e33cc04eeed"
}
]
},
{
"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/"
]
}
]
}

View File

@@ -60,7 +60,6 @@ parts:
plugin: python
python-version: python3
source: https://github.com/qelectrotech/qet_tb_generator.git
python-packages: [PySimpleGUI]
stage-packages:
- python3-lxml
- python3-tk

View File

@@ -2,7 +2,6 @@
<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>

View File

@@ -9,7 +9,6 @@
<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>

View File

@@ -10,7 +10,6 @@
<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>

View File

@@ -9,7 +9,6 @@
<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>

View File

@@ -8,7 +8,6 @@
<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>

View File

@@ -4,7 +4,6 @@
<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>

View File

@@ -9,7 +9,6 @@
<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>

View File

@@ -9,7 +9,6 @@
<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>

View File

@@ -7,7 +7,6 @@
<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>

View File

@@ -8,7 +8,6 @@
<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>

View File

@@ -14,6 +14,5 @@
<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>

View File

@@ -7,7 +7,6 @@
<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>

View File

@@ -9,7 +9,6 @@
<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>

View File

@@ -10,7 +10,6 @@
<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

View File

@@ -6,7 +6,6 @@
<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>

View File

@@ -9,7 +9,6 @@
<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>

View File

@@ -8,7 +8,6 @@
<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>

View File

@@ -4,7 +4,6 @@
<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>

View File

@@ -3,7 +3,6 @@
<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>

View File

@@ -3,7 +3,6 @@
<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>

View File

@@ -2,7 +2,6 @@
<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>

View File

@@ -1,40 +0,0 @@
<definition hotspot_y="24" type="element" link_type="simple" height="50" width="60" orientation="dyyy" version="0.80" hotspot_x="28">
<uuid uuid="{4f9e99c4-8b9f-4727-837a-c145a41669dc}"/>
<names>
<name lang="de">Fußschalter 2-polig Schliesser/Öffner</name>
<name lang="en">Foot Switch (NO/NC)</name>
<name lang="pl">Łącznik wielozestykowy napędzany nogą</name>
<name lang="it">Comando a pedale (NO/NC)</name>
<name lang="ar">مفتاح بدوّاسة (NO/NC)</name>
<name lang="el">Ποδοδιακόπτης, ανοικτή και κλειστή επαφή</name>
<name lang="cs">Pedálový spínač (NO/NC)</name>
<name lang="es">Paro de emergencia con pedal (NA/NC)</name>
<name lang="fr">Interrupteur à pedale (NO/NC)</name>
<name lang="nl">Voetschakelaar (NO/NC)</name>
</names>
<elementInformations/>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<line x2="-15" length1="1.5" y1="-9" y2="-9" length2="1.5" antialias="false" end1="none" end2="none" x1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{6e15cbca-5884-432a-b376-0eeeaf93807b}" frame="false" Valignment="AlignTop" z="4" Halignment="AlignLeft" x="-25" rotation="0" text_width="-1" text_from="ElementInfo" y="-23">
<text></text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{fec82be4-22c7-47c0-9f88-03e4aa98453b}" frame="false" Valignment="AlignTop" z="5" Halignment="AlignLeft" x="-24" rotation="0" text_width="-1" text_from="ElementInfo" y="9">
<text></text>
</dynamic_text>
<polygon x2="-22" x3="-16" y1="20" y2="10" antialias="true" y3="-10" closed="false" x1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="28" length1="1.5" y1="0" y2="0" length2="1.5" antialias="false" end1="none" end2="none" x1="-23" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<line x2="-22" length1="1.5" y1="-20" y2="-9" length2="1.5" antialias="false" end1="none" end2="none" x1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x2="25" x3="19" y1="20" y2="10" antialias="true" y3="-10" closed="false" x1="25" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="25" length1="1.5" y1="-20" y2="-9" length2="1.5" antialias="false" end1="none" end2="none" x1="25" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{710338b0-9eaa-4d59-83d7-04c5d943f372}" frame="false" Valignment="AlignTop" z="12" Halignment="AlignLeft" x="-16" rotation="0" text_width="-1" text_from="ElementInfo" y="-7.8334">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal uuid="{d0344bb5-2bee-4b7e-a546-3d1e93cc6c6e}" name="" x="-22" orientation="n" y="-20"/>
<terminal uuid="{e5ce146b-8ee7-4911-8b16-3df6e5db95f7}" name="" x="25" orientation="s" y="20"/>
<terminal uuid="{cb1c6234-2e2b-4182-a41e-0bd903308857}" name="" x="25" orientation="n" y="-20"/>
<terminal uuid="{4c78277d-8476-4fb2-9ca3-49c4e85e6dd3}" name="" x="-22" orientation="s" y="20"/>
</description>
</definition>

View File

@@ -1,53 +0,0 @@
<definition hotspot_x="34" type="element" version="0.90" link_type="simple" width="190" height="60" hotspot_y="30">
<uuid uuid="{1493c806-dd66-4b97-8f60-7fe6805d7364}"/>
<names>
<name lang="fr">Commutateur à 3 positions A/0/M </name>
</names>
<elementInformations>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<text x="-22" color="#000000" text="0" y="-6" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0"/>
<polygon x3="150" x1="145" y1="-10" y2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="20" closed="false" antialias="true" x2="150"/>
<text x="-19" color="#000000" text="I" y="-6" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0"/>
<line end1="none" length1="1.5" x1="150" y1="-20" y2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" antialias="false" x2="150"/>
<polygon x3="50" x1="45" y1="-10" y2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="20" closed="false" antialias="true" x2="50"/>
<text x="-10" color="#000000" text="III" y="-6" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0"/>
<polygon x3="100" x1="95" y1="-10" y2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="20" closed="false" antialias="true" x2="100"/>
<line end1="none" length1="1.5" x1="50" y1="-20" y2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" antialias="false" x2="50"/>
<line end1="none" length1="1.5" x1="100" y1="-20" y2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" antialias="false" x2="100"/>
<line end1="none" length1="1.5" x1="-15" y1="5" y2="-5" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" antialias="false" x2="-9"/>
<line end1="none" length1="1.5" x1="-21" y1="-5" y2="5" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" antialias="false" x2="-15"/>
<line end1="none" length1="1.5" x1="147" y1="0" y2="0" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" antialias="false" x2="-23.0136"/>
<text x="-14" color="#000000" text="II" y="-6" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0"/>
<dynamic_text x="160" text_width="-1" y="-10" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" z="13" rotation="0" frame="false" uuid="{f223e627-8712-4f6f-9c88-ec96bed2375e}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<polygon x3="-27" x1="-24" y1="-5" y2="-5" style="line-style:normal;line-weight:thin;filling:none;color:black" x4="-30" y4="5" y3="5" closed="false" antialias="false" x2="-27"/>
<polygon x3="0" x1="-5" y1="-10" y2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="20" closed="false" antialias="true" x2="0"/>
<line end1="none" length1="1.5" x1="0" y1="-20" y2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" antialias="false" x2="0"/>
<line end1="none" length1="1.5" x1="-15" y1="5" y2="-6" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" antialias="false" x2="-18"/>
<line end1="none" length1="1.5" x1="-13" y1="-6" y2="5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" antialias="false" x2="-15"/>
<terminal x="0" name="" orientation="s" type="Generic" y="21" uuid="{80d55e51-fb45-4e4b-9321-113e221eb3fb}"/>
<terminal x="150" name="" orientation="s" type="Generic" y="21" uuid="{35246de8-5510-4491-ac36-9f168d0f2c67}"/>
<terminal x="100" name="" orientation="s" type="Generic" y="21" uuid="{276a6a53-a111-4c37-bd44-62a391f3790d}"/>
<terminal x="0" name="" orientation="n" type="Generic" y="-21" uuid="{98679cb1-c7aa-472f-8fba-2176b61cdb84}"/>
<terminal x="50" name="" orientation="s" type="Generic" y="21" uuid="{e8f43154-6943-4015-b5cf-d7cff3a3bf59}"/>
<terminal x="150" name="" orientation="n" type="Generic" y="-22" uuid="{b7eafdd7-085a-4b99-961c-5518e9f89a89}"/>
<terminal x="50" name="" orientation="n" type="Generic" y="-21" uuid="{73d98523-0345-48f2-a752-89d6f99646c0}"/>
<terminal x="100" name="" orientation="n" type="Generic" y="-21" uuid="{ecb47209-ebde-4018-9bfb-234a6719c1ab}"/>
</description>
</definition>

View File

@@ -1,76 +0,0 @@
<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>

View File

@@ -1,109 +0,0 @@
<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>

View File

@@ -1,95 +0,0 @@
<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>

View File

@@ -1,168 +0,0 @@
<definition type="element" width="410" version="0.90" height="120" hotspot_x="204" link_type="simple" hotspot_y="54">
<uuid uuid="{da23a4eb-cd62-412f-807f-dc23e62c0c81}"/>
<names>
<name lang="fr">KEB 07 Ver. 3</name>
<name lang="it">KEB 07 Ver. 3</name>
</names>
<elementInformations>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="quantity" show="1">1</elementInformation>
<elementInformation name="designation" show="1">07-F5-C1B-3B0A</elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">KEB</elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="comment" show="1">https://www.keb.it/</elementInformation>
<elementInformation name="description" show="1">INVERTER 0,75KW</elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>Orlandi Luca
</informations>
<description>
<rect y="-50" width="402" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="110" antialias="false" x="-200" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="-180" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="-160" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="-140" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="20" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="40" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="60" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="80" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="100" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="120" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="140" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="160" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="-180" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="-160" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="-140" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="-120" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="-70" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="-30" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="40" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="60" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="80" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="100" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="120" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="140" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="160" ry="0"/>
<dynamic_text y="-51" uuid="{9cb0293b-f01c-408c-a9f1-13d5d6b4c4ba}" frame="false" z="49" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="61" Halignment="AlignLeft">
<text>14
AV</text>
</dynamic_text>
<dynamic_text y="-51" uuid="{9cb0293b-f01c-408c-a9f1-13d5d6b4c4ba}" frame="false" z="49" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="41" Halignment="AlignLeft">
<text>15
IND</text>
</dynamic_text>
<dynamic_text y="-48" uuid="{7e016c13-b7ea-4375-a810-ed38d55a3169}" frame="false" z="51" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="-158" Halignment="AlignLeft">
<text>L2</text>
</dynamic_text>
<dynamic_text y="-48" uuid="{fc40d53e-c485-4b7e-a55b-5e33d1d9e29f}" frame="false" z="52" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="-138" Halignment="AlignLeft">
<text>L3</text>
</dynamic_text>
<dynamic_text y="-51" uuid="{357fbc4b-85c9-4616-901a-7c9f354261ae}" frame="false" z="53" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="21" Halignment="AlignLeft">
<text>16
ST</text>
</dynamic_text>
<dynamic_text y="-48" uuid="{54791f27-cca1-4867-850c-39692defb40d}" frame="false" z="54" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="-178" Halignment="AlignLeft">
<text>L1</text>
</dynamic_text>
<dynamic_text y="-51" uuid="{4d741ebe-42d5-41bd-99dd-6c70c631a29e}" frame="false" z="56" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="78" Halignment="AlignLeft">
<text>10
VEL1</text>
</dynamic_text>
<dynamic_text y="-52" uuid="{9fa01c09-bc93-47e5-90e0-67b6d40bddde}" frame="false" z="57" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="98" Halignment="AlignLeft">
<text>8
COM</text>
</dynamic_text>
<dynamic_text y="-52" uuid="{26cb261b-71b3-4a42-96d6-b08569d05588}" frame="false" z="58" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="118" Halignment="AlignLeft">
<text>2
AN1-</text>
</dynamic_text>
<dynamic_text y="-52" uuid="{5820016c-4f37-434d-94cf-6adc4584313f}" frame="false" z="59" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="137" Halignment="AlignLeft">
<text>1
AN1+</text>
</dynamic_text>
<dynamic_text y="-50" uuid="{77ff43f4-c483-4066-bdc1-04e5cf240174}" frame="false" z="60" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="160" Halignment="AlignLeft">
<text>PE</text>
</dynamic_text>
<dynamic_text y="35" uuid="{8fb29f73-28ef-44c8-8444-2b8dcd47b78b}" frame="false" z="61" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="160" Halignment="AlignLeft">
<text>29
FLC</text>
</dynamic_text>
<dynamic_text y="35" uuid="{fdc2e3b2-0a2b-4773-ab86-24a47dd1b8d2}" frame="false" z="62" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="140" Halignment="AlignLeft">
<text>28
FLB</text>
</dynamic_text>
<dynamic_text y="35" uuid="{bf3caefc-ae40-4597-8485-d3d657804bb2}" frame="false" z="63" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="120" Halignment="AlignLeft">
<text>27
FLA</text>
</dynamic_text>
<dynamic_text y="35" uuid="{0e78d55a-d0fc-4a02-b52e-a2dd272a7c09}" frame="false" z="64" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="100" Halignment="AlignLeft">
<text>26
RLC</text>
</dynamic_text>
<dynamic_text y="35" uuid="{8d8f923d-53c0-4dc6-8fcf-19e03583cd59}" frame="false" z="65" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="80" Halignment="AlignLeft">
<text>25
RLB</text>
</dynamic_text>
<dynamic_text y="35" uuid="{c1249468-5f0f-4d16-bc69-ce9a21ca44c6}" frame="false" z="66" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="40" Halignment="AlignLeft">
<text>22
0V</text>
</dynamic_text>
<dynamic_text y="35" uuid="{6df6044a-96d3-4bc8-9e11-3f68f3b2f42c}" frame="false" z="67" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="60" Halignment="AlignLeft">
<text>24
RLA</text>
</dynamic_text>
<dynamic_text y="40" uuid="{f0b87066-bdc9-43bb-8817-2e2d3943869c}" frame="false" z="69" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="-30" Halignment="AlignLeft">
<text>PB</text>
</dynamic_text>
<dynamic_text y="40" uuid="{da388457-8a0d-4ee8-8298-ae0654b3d465}" frame="false" z="70" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="-70" Halignment="AlignLeft">
<text>++</text>
</dynamic_text>
<dynamic_text y="40" uuid="{07b62cd2-8619-4098-8672-d730cbe07568}" frame="false" z="71" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="-176" Halignment="AlignLeft">
<text>U</text>
</dynamic_text>
<dynamic_text y="40" uuid="{830025d1-2c7d-4d27-9f6b-1b6966accc90}" frame="false" z="72" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="-156" Halignment="AlignLeft">
<text>V</text>
</dynamic_text>
<dynamic_text y="40" uuid="{925db9fa-a0cb-446b-a679-a128882a6f62}" frame="false" z="73" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="-138" Halignment="AlignLeft">
<text>W</text>
</dynamic_text>
<dynamic_text y="40" uuid="{2c88d7bc-142e-4b57-b2a7-db5bbf800b9c}" frame="false" z="74" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="-118" Halignment="AlignLeft">
<text>PE</text>
</dynamic_text>
<dynamic_text y="-10" uuid="{18e9df4e-18d4-4201-941e-10cc9e39a3d3}" frame="false" z="76" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="UserText" Valignment="AlignTop" x="0" Halignment="AlignLeft">
<text>KEB 07-F5-C1B-3B0A</text>
</dynamic_text>
<dynamic_text y="-10" uuid="{64362627-e08c-4de8-a011-8a91f80ea3f3}" frame="false" z="77" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="CompositeText" Valignment="AlignTop" x="-190" Halignment="AlignLeft">
<text></text>
<composite_text>%{label}</composite_text>
</dynamic_text>
<terminal y="60" type="Generic" uuid="{a8a57318-743a-445a-98f1-05eff0fa3360}" name="" x="-60" orientation="s"/>
<terminal y="-50" type="Generic" uuid="{ada5508e-8781-495e-ab9f-de095dcb529f}" name="" x="110" orientation="n"/>
<terminal y="-50" type="Generic" uuid="{8450ecc9-1784-42fa-b230-e908845009ef}" name="" x="-170" orientation="n"/>
<terminal y="60" type="Generic" uuid="{b17a8eb8-8d52-4415-895d-a2917b70fabf}" name="" x="-170" orientation="s"/>
<terminal y="60" type="Generic" uuid="{d44e7aed-c0be-43bb-bacd-470f98a2215c}" name="" x="170" orientation="s"/>
<terminal y="60" type="Generic" uuid="{556953b1-0a70-458a-b0bf-7517bfddba73}" name="" x="-110" orientation="s"/>
<terminal y="60" type="Generic" uuid="{5c9b9f07-4618-4448-8709-517276072927}" name="" x="-20" orientation="s"/>
<terminal y="60" type="Generic" uuid="{d63dd818-ba61-4d6f-9016-86256ce3db2a}" name="" x="50" orientation="s"/>
<terminal y="60" type="Generic" uuid="{53702f57-3a9a-407b-8b5d-c85d0d97c15f}" name="" x="90" orientation="s"/>
<terminal y="-50" type="Generic" uuid="{4530818e-4887-4f5d-a14d-1ec06725d318}" name="" x="50" orientation="n"/>
<terminal y="60" type="Generic" uuid="{4ce01c4c-0957-4e60-89ae-01d9340b13c9}" name="" x="70" orientation="s"/>
<terminal y="-50" type="Generic" uuid="{f90acc4f-8fa9-4c35-b0ad-b718c32edc60}" name="" x="90" orientation="n"/>
<terminal y="-50" type="Generic" uuid="{e26ce392-59e9-4355-b5da-6c9d503e98f4}" name="" x="150" orientation="n"/>
<terminal y="60" type="Generic" uuid="{e4e6c91e-314e-481d-b823-79107b2a07e5}" name="" x="-150" orientation="s"/>
<terminal y="-50" type="Generic" uuid="{38f76479-7ab0-458a-a8d0-98619bdd7452}" name="" x="-150" orientation="n"/>
<terminal y="-50" type="Generic" uuid="{98a61dbc-cfd3-46e9-b66f-7a43ff70c6c5}" name="" x="30" orientation="n"/>
<terminal y="60" type="Generic" uuid="{82089374-d2ac-4685-8fc4-467775379414}" name="" x="110" orientation="s"/>
<terminal y="60" type="Generic" uuid="{3fd7eba7-04e9-46be-b760-58a729f08a86}" name="" x="150" orientation="s"/>
<terminal y="60" type="Generic" uuid="{1516037c-d587-4307-90ef-b73e9942c054}" name="" x="-130" orientation="s"/>
<terminal y="-50" type="Generic" uuid="{34b7d467-f840-449a-9522-a369c66200be}" name="" x="170" orientation="n"/>
<terminal y="-50" type="Generic" uuid="{e57379ac-5e53-4d4f-aa5d-10be4d29ae07}" name="" x="70" orientation="n"/>
<terminal y="60" type="Generic" uuid="{52f7e8cb-932f-453f-8a5d-77c3832cfc27}" name="" x="130" orientation="s"/>
<terminal y="-50" type="Generic" uuid="{6b914462-715c-4d4e-abda-b59743dd5451}" name="" x="130" orientation="n"/>
<terminal y="-50" type="Generic" uuid="{e6f61287-b683-4b7b-afa5-e324c6480ccd}" name="" x="-130" orientation="n"/>
</description>
</definition>

View File

@@ -1,168 +0,0 @@
<definition type="element" width="410" version="0.90" height="120" hotspot_x="204" link_type="simple" hotspot_y="54">
<uuid uuid="{9c01b270-f1a3-4899-b2b6-2e904faa4d49}"/>
<names>
<name lang="fr">KEB 09 Ver. 3</name>
<name lang="it">KEB 09 Ver. 3</name>
</names>
<elementInformations>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="quantity" show="1">1</elementInformation>
<elementInformation name="designation" show="1">09-F5-C1B-3A0A</elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">KEB</elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="comment" show="1">https://www.keb.it/</elementInformation>
<elementInformation name="description" show="1">INVERTER 1,5KW</elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>Orlandi Luca
</informations>
<description>
<rect y="-50" width="402" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="110" antialias="false" x="-200" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="-180" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="-160" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="-140" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="20" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="40" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="60" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="80" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="100" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="120" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="140" ry="0"/>
<rect y="-50" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="160" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="-180" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="-160" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="-140" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="-120" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="-70" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="-30" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="40" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="60" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="80" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="100" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="120" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="140" ry="0"/>
<rect y="40" width="20" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" x="160" ry="0"/>
<dynamic_text y="-51" uuid="{9cb0293b-f01c-408c-a9f1-13d5d6b4c4ba}" frame="false" z="49" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="41" Halignment="AlignLeft">
<text>15
IND</text>
</dynamic_text>
<dynamic_text y="-51" uuid="{9cb0293b-f01c-408c-a9f1-13d5d6b4c4ba}" frame="false" z="49" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="61" Halignment="AlignLeft">
<text>14
AV</text>
</dynamic_text>
<dynamic_text y="-48" uuid="{7e016c13-b7ea-4375-a810-ed38d55a3169}" frame="false" z="51" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="-158" Halignment="AlignLeft">
<text>L2</text>
</dynamic_text>
<dynamic_text y="-48" uuid="{fc40d53e-c485-4b7e-a55b-5e33d1d9e29f}" frame="false" z="52" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="-138" Halignment="AlignLeft">
<text>L3</text>
</dynamic_text>
<dynamic_text y="-51" uuid="{357fbc4b-85c9-4616-901a-7c9f354261ae}" frame="false" z="53" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="21" Halignment="AlignLeft">
<text>16
ST</text>
</dynamic_text>
<dynamic_text y="-48" uuid="{54791f27-cca1-4867-850c-39692defb40d}" frame="false" z="54" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="-178" Halignment="AlignLeft">
<text>L1</text>
</dynamic_text>
<dynamic_text y="-51" uuid="{4d741ebe-42d5-41bd-99dd-6c70c631a29e}" frame="false" z="56" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="78" Halignment="AlignLeft">
<text>10
VEL1</text>
</dynamic_text>
<dynamic_text y="-52" uuid="{9fa01c09-bc93-47e5-90e0-67b6d40bddde}" frame="false" z="57" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="98" Halignment="AlignLeft">
<text>8
COM</text>
</dynamic_text>
<dynamic_text y="-52" uuid="{26cb261b-71b3-4a42-96d6-b08569d05588}" frame="false" z="58" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="118" Halignment="AlignLeft">
<text>2
AN1-</text>
</dynamic_text>
<dynamic_text y="-52" uuid="{5820016c-4f37-434d-94cf-6adc4584313f}" frame="false" z="59" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="137" Halignment="AlignLeft">
<text>1
AN1+</text>
</dynamic_text>
<dynamic_text y="-50" uuid="{77ff43f4-c483-4066-bdc1-04e5cf240174}" frame="false" z="60" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="160" Halignment="AlignLeft">
<text>PE</text>
</dynamic_text>
<dynamic_text y="35" uuid="{8fb29f73-28ef-44c8-8444-2b8dcd47b78b}" frame="false" z="61" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="160" Halignment="AlignLeft">
<text>29
FLC</text>
</dynamic_text>
<dynamic_text y="35" uuid="{fdc2e3b2-0a2b-4773-ab86-24a47dd1b8d2}" frame="false" z="62" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="140" Halignment="AlignLeft">
<text>28
FLB</text>
</dynamic_text>
<dynamic_text y="35" uuid="{bf3caefc-ae40-4597-8485-d3d657804bb2}" frame="false" z="63" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="120" Halignment="AlignLeft">
<text>27
FLA</text>
</dynamic_text>
<dynamic_text y="35" uuid="{0e78d55a-d0fc-4a02-b52e-a2dd272a7c09}" frame="false" z="64" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="100" Halignment="AlignLeft">
<text>26
RLC</text>
</dynamic_text>
<dynamic_text y="35" uuid="{8d8f923d-53c0-4dc6-8fcf-19e03583cd59}" frame="false" z="65" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="80" Halignment="AlignLeft">
<text>25
RLB</text>
</dynamic_text>
<dynamic_text y="35" uuid="{c1249468-5f0f-4d16-bc69-ce9a21ca44c6}" frame="false" z="66" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="40" Halignment="AlignLeft">
<text>22
0V</text>
</dynamic_text>
<dynamic_text y="35" uuid="{6df6044a-96d3-4bc8-9e11-3f68f3b2f42c}" frame="false" z="67" rotation="0" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="60" Halignment="AlignLeft">
<text>24
RLA</text>
</dynamic_text>
<dynamic_text y="40" uuid="{f0b87066-bdc9-43bb-8817-2e2d3943869c}" frame="false" z="69" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="-30" Halignment="AlignLeft">
<text>PB</text>
</dynamic_text>
<dynamic_text y="40" uuid="{da388457-8a0d-4ee8-8298-ae0654b3d465}" frame="false" z="70" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="-70" Halignment="AlignLeft">
<text>++</text>
</dynamic_text>
<dynamic_text y="40" uuid="{07b62cd2-8619-4098-8672-d730cbe07568}" frame="false" z="71" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="-176" Halignment="AlignLeft">
<text>U</text>
</dynamic_text>
<dynamic_text y="40" uuid="{830025d1-2c7d-4d27-9f6b-1b6966accc90}" frame="false" z="72" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="-156" Halignment="AlignLeft">
<text>V</text>
</dynamic_text>
<dynamic_text y="40" uuid="{925db9fa-a0cb-446b-a679-a128882a6f62}" frame="false" z="73" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="-138" Halignment="AlignLeft">
<text>W</text>
</dynamic_text>
<dynamic_text y="40" uuid="{2c88d7bc-142e-4b57-b2a7-db5bbf800b9c}" frame="false" z="74" rotation="0" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" text_width="-1" text_from="UserText" Valignment="AlignTop" x="-118" Halignment="AlignLeft">
<text>PE</text>
</dynamic_text>
<dynamic_text y="-10" uuid="{18e9df4e-18d4-4201-941e-10cc9e39a3d3}" frame="false" z="76" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="UserText" Valignment="AlignTop" x="0" Halignment="AlignLeft">
<text>KEB 09-F5-C1B-3A0A</text>
</dynamic_text>
<dynamic_text y="-10" uuid="{64362627-e08c-4de8-a011-8a91f80ea3f3}" frame="false" z="77" rotation="0" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="CompositeText" Valignment="AlignTop" x="-190" Halignment="AlignLeft">
<text></text>
<composite_text>%{label}</composite_text>
</dynamic_text>
<terminal y="60" type="Generic" uuid="{352bbd57-c330-4361-be14-646663379930}" name="" x="50" orientation="s"/>
<terminal y="60" type="Generic" uuid="{1b5c8bb2-cb99-4ce8-8139-a2c9f7856ff8}" name="" x="-20" orientation="s"/>
<terminal y="60" type="Generic" uuid="{df266207-2d4a-4fe1-b7af-9b9100b25dea}" name="" x="150" orientation="s"/>
<terminal y="-50" type="Generic" uuid="{0f2ba55c-7544-4fdd-8696-d43fde72c0d6}" name="" x="30" orientation="n"/>
<terminal y="60" type="Generic" uuid="{61505e83-28d6-479e-897c-d307512749ec}" name="" x="90" orientation="s"/>
<terminal y="60" type="Generic" uuid="{0ffe4301-45d0-4899-a9c8-0c378093173e}" name="" x="-150" orientation="s"/>
<terminal y="-50" type="Generic" uuid="{a0085436-ad3c-43d1-a2d0-6097d0d642e1}" name="" x="170" orientation="n"/>
<terminal y="-50" type="Generic" uuid="{9a94df2f-84cf-4cde-85f1-3adf09dd4830}" name="" x="110" orientation="n"/>
<terminal y="-50" type="Generic" uuid="{22ac218a-2ecf-49e2-a518-81c59e4bf819}" name="" x="50" orientation="n"/>
<terminal y="60" type="Generic" uuid="{7a44c541-ca18-4c49-b04f-6003df0e93b9}" name="" x="-170" orientation="s"/>
<terminal y="60" type="Generic" uuid="{27d8582b-b03c-4b13-a4c7-6d95e3343bc3}" name="" x="170" orientation="s"/>
<terminal y="-50" type="Generic" uuid="{557131f5-5b0e-4418-8458-1ea40c4d2f51}" name="" x="90" orientation="n"/>
<terminal y="-50" type="Generic" uuid="{239c45cc-61be-4848-9065-e62dfaccdc95}" name="" x="-150" orientation="n"/>
<terminal y="-50" type="Generic" uuid="{f932ba17-6352-4c0a-b1e5-79cb9c263892}" name="" x="150" orientation="n"/>
<terminal y="60" type="Generic" uuid="{7b0c483a-53a9-4e49-a4c7-94a8f782d0fb}" name="" x="130" orientation="s"/>
<terminal y="60" type="Generic" uuid="{2e1384da-6141-407c-b055-bf76756e7ecb}" name="" x="70" orientation="s"/>
<terminal y="60" type="Generic" uuid="{12c206c6-64b9-4b5e-85bb-d25edc905af8}" name="" x="110" orientation="s"/>
<terminal y="-50" type="Generic" uuid="{d11c1e81-521f-4c42-b072-94dd5dc63263}" name="" x="130" orientation="n"/>
<terminal y="60" type="Generic" uuid="{ab9b57cd-e54a-4152-b7b3-5fb4300d8c61}" name="" x="-130" orientation="s"/>
<terminal y="-50" type="Generic" uuid="{fc04d19d-03b6-49e7-ad1e-945f55d36ba1}" name="" x="70" orientation="n"/>
<terminal y="-50" type="Generic" uuid="{3e2edf8f-c025-42ac-a2d5-69bd43018fc2}" name="" x="-170" orientation="n"/>
<terminal y="-50" type="Generic" uuid="{7998f992-81b8-4084-b967-564a564cfdb0}" name="" x="-130" orientation="n"/>
<terminal y="60" type="Generic" uuid="{a482d49f-063e-4698-b38e-72617cf348b1}" name="" x="-110" orientation="s"/>
<terminal y="60" type="Generic" uuid="{b3eeddf5-c78c-464e-8dcf-f2d01091af95}" name="" x="-60" orientation="s"/>
</description>
</definition>

View File

@@ -1,165 +0,0 @@
<definition hotspot_x="204" orientation="dyyy" version="0.70" width="410" link_type="simple" type="element" height="120" hotspot_y="54">
<uuid uuid="{8b1f62d0-ba6a-499e-a809-027a3480ac85}"/>
<names>
<name lang="it">KEB 12 Ver. 3</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="description">INVERTER 4KW</elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="designation">12-F5-C1B-350A</elementInformation>
<elementInformation show="1" name="manufacturer">KEB</elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="quantity">1</elementInformation>
<elementInformation show="1" name="comment">https://www.keb.it/</elementInformation>
</elementInformations>
<informations>Orlandi Luca
</informations>
<description>
<rect x="-200" width="402" height="110" y="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="-180" width="20" height="20" y="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="-160" width="20" height="20" y="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="-140" width="20" height="20" y="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="20" width="20" height="20" y="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="40" width="20" height="20" y="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="60" width="20" height="20" y="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="80" width="20" height="20" y="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="100" width="20" height="20" y="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="120" width="20" height="20" y="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="140" width="20" height="20" y="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="160" width="20" height="20" y="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="-180" width="20" height="20" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="-160" width="20" height="20" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="-140" width="20" height="20" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="-120" width="20" height="20" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="-70" width="20" height="20" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="-30" width="20" height="20" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="40" width="20" height="20" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="60" width="20" height="20" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="80" width="20" height="20" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="100" width="20" height="20" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="120" width="20" height="20" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="140" width="20" height="20" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<rect x="160" width="20" height="20" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" ry="0"/>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="60" rotation="0" frame="false" uuid="{9cb0293b-f01c-408c-a9f1-13d5d6b4c4ba}" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" z="49" y="-50" Valignment="AlignTop" text_from="UserText">
<text>14
AV</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="41" rotation="0" frame="false" uuid="{9cb0293b-f01c-408c-a9f1-13d5d6b4c4ba}" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" z="49" y="-51" Valignment="AlignTop" text_from="UserText">
<text>15
IND</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="-158" rotation="0" frame="false" uuid="{7e016c13-b7ea-4375-a810-ed38d55a3169}" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" z="51" y="-48" Valignment="AlignTop" text_from="UserText">
<text>L2</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="-138" rotation="0" frame="false" uuid="{fc40d53e-c485-4b7e-a55b-5e33d1d9e29f}" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" z="52" y="-48" Valignment="AlignTop" text_from="UserText">
<text>L3</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="21" rotation="0" frame="false" uuid="{357fbc4b-85c9-4616-901a-7c9f354261ae}" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" z="53" y="-51" Valignment="AlignTop" text_from="UserText">
<text>16
ST</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="-178" rotation="0" frame="false" uuid="{54791f27-cca1-4867-850c-39692defb40d}" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" z="54" y="-48" Valignment="AlignTop" text_from="UserText">
<text>L1</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="78" rotation="0" frame="false" uuid="{4d741ebe-42d5-41bd-99dd-6c70c631a29e}" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" z="56" y="-51" Valignment="AlignTop" text_from="UserText">
<text>10
VEL1</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="98" rotation="0" frame="false" uuid="{9fa01c09-bc93-47e5-90e0-67b6d40bddde}" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" z="57" y="-52" Valignment="AlignTop" text_from="UserText">
<text>8
COM</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="118" rotation="0" frame="false" uuid="{26cb261b-71b3-4a42-96d6-b08569d05588}" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" z="58" y="-52" Valignment="AlignTop" text_from="UserText">
<text>2
AN1-</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="137" rotation="0" frame="false" uuid="{5820016c-4f37-434d-94cf-6adc4584313f}" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" z="59" y="-52" Valignment="AlignTop" text_from="UserText">
<text>1
AN1+</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="160" rotation="0" frame="false" uuid="{77ff43f4-c483-4066-bdc1-04e5cf240174}" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" z="60" y="-50" Valignment="AlignTop" text_from="UserText">
<text>PE</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="160" rotation="0" frame="false" uuid="{8fb29f73-28ef-44c8-8444-2b8dcd47b78b}" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" z="61" y="35" Valignment="AlignTop" text_from="UserText">
<text>29
FLC</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="140" rotation="0" frame="false" uuid="{fdc2e3b2-0a2b-4773-ab86-24a47dd1b8d2}" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" z="62" y="35" Valignment="AlignTop" text_from="UserText">
<text>28
FLB</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="120" rotation="0" frame="false" uuid="{bf3caefc-ae40-4597-8485-d3d657804bb2}" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" z="63" y="35" Valignment="AlignTop" text_from="UserText">
<text>27
FLA</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="100" rotation="0" frame="false" uuid="{0e78d55a-d0fc-4a02-b52e-a2dd272a7c09}" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" z="64" y="35" Valignment="AlignTop" text_from="UserText">
<text>26
RLC</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="80" rotation="0" frame="false" uuid="{8d8f923d-53c0-4dc6-8fcf-19e03583cd59}" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" z="65" y="35" Valignment="AlignTop" text_from="UserText">
<text>25
RLB</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="40" rotation="0" frame="false" uuid="{c1249468-5f0f-4d16-bc69-ce9a21ca44c6}" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" z="66" y="35" Valignment="AlignTop" text_from="UserText">
<text>22
0V</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="60" rotation="0" frame="false" uuid="{6df6044a-96d3-4bc8-9e11-3f68f3b2f42c}" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Grassetto" z="67" y="35" Valignment="AlignTop" text_from="UserText">
<text>24
RLA</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="-30" rotation="0" frame="false" uuid="{f0b87066-bdc9-43bb-8817-2e2d3943869c}" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" z="69" y="40" Valignment="AlignTop" text_from="UserText">
<text>PB</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="-70" rotation="0" frame="false" uuid="{da388457-8a0d-4ee8-8298-ae0654b3d465}" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" z="70" y="40" Valignment="AlignTop" text_from="UserText">
<text>++</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="-176" rotation="0" frame="false" uuid="{07b62cd2-8619-4098-8672-d730cbe07568}" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" z="71" y="40" Valignment="AlignTop" text_from="UserText">
<text>U</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="-156" rotation="0" frame="false" uuid="{830025d1-2c7d-4d27-9f6b-1b6966accc90}" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" z="72" y="40" Valignment="AlignTop" text_from="UserText">
<text>V</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="-138" rotation="0" frame="false" uuid="{925db9fa-a0cb-446b-a679-a128882a6f62}" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" z="73" y="40" Valignment="AlignTop" text_from="UserText">
<text>W</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="-118" rotation="0" frame="false" uuid="{2c88d7bc-142e-4b57-b2a7-db5bbf800b9c}" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Grassetto" z="74" y="40" Valignment="AlignTop" text_from="UserText">
<text>PE</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="0" rotation="0" frame="false" uuid="{18e9df4e-18d4-4201-941e-10cc9e39a3d3}" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" z="76" y="-10" Valignment="AlignTop" text_from="UserText">
<text>KEB 12-F5-C1B-350A</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="-190" rotation="0" frame="false" uuid="{64362627-e08c-4de8-a011-8a91f80ea3f3}" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" z="77" y="-10" Valignment="AlignTop" text_from="CompositeText">
<text></text>
<composite_text>%{label}</composite_text>
</dynamic_text>
<terminal x="150" orientation="s" y="60"/>
<terminal x="50" orientation="s" y="60"/>
<terminal x="-20" orientation="s" y="60"/>
<terminal x="30" orientation="n" y="-50"/>
<terminal x="90" orientation="s" y="60"/>
<terminal x="-150" orientation="s" y="60"/>
<terminal x="170" orientation="n" y="-50"/>
<terminal x="110" orientation="n" y="-50"/>
<terminal x="50" orientation="n" y="-50"/>
<terminal x="-170" orientation="s" y="60"/>
<terminal x="90" orientation="n" y="-50"/>
<terminal x="-150" orientation="n" y="-50"/>
<terminal x="70" orientation="s" y="60"/>
<terminal x="-110" orientation="s" y="60"/>
<terminal x="150" orientation="n" y="-50"/>
<terminal x="170" orientation="s" y="60"/>
<terminal x="70" orientation="n" y="-50"/>
<terminal x="110" orientation="s" y="60"/>
<terminal x="130" orientation="n" y="-50"/>
<terminal x="130" orientation="s" y="60"/>
<terminal x="-60" orientation="s" y="60"/>
<terminal x="-170" orientation="n" y="-50"/>
<terminal x="-130" orientation="n" y="-50"/>
<terminal x="-130" orientation="s" y="60"/>
</description>
</definition>

View File

@@ -1,196 +1,133 @@
<definition hotspot_x="25" orientation="dyyy" version="0.70" width="330" link_type="simple" type="element" height="100" hotspot_y="24">
<uuid uuid="{ced753fd-16ee-4334-82cc-8e13b5525568}"/>
<definition width="330" height="100" link_type="simple" hotspot_x="25" version="0.5" hotspot_y="24" type="element">
<uuid uuid="{7a422ea3-bd26-47ef-ad5b-e21b81f6f5fe}"/>
<names>
<name lang="fr">J1000</name>
<name lang="it">OMRON J1000</name>
<name lang="cs">J1000</name>
<name lang="it">J1000</name>
<name lang="nl">J1000</name>
<name lang="pl">J1000</name>
<name lang="cs">J1000</name>
<name lang="fr">J1000</name>
<name lang="ar">J1000</name>
<name lang="el">J1000</name>
<name lang="en">J1000</name>
<name lang="ar">J1000</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="description">INVERTER 1,1KW</elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="designation">JZAB0P7BAA</elementInformation>
<elementInformation show="1" name="manufacturer">OMRON</elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<line x1="173" y2="68" end1="none" end2="none" x2="247" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="68" length1="1.5"/>
<line x1="72" y2="68" end1="none" end2="none" x2="127" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="68" length1="1.5"/>
<line x1="203" y2="-18" end1="none" end2="none" x2="239" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="-18" length1="1.5"/>
<polygon x1="282" y2="-18" x3="300" x2="300" y4="68" x4="273" x5="273" style="line-style:normal;line-weight:normal;filling:none;color:black" y5="68" antialias="false" y1="-18" y3="68" closed="false"/>
<line x1="182.5" y2="-18" end1="none" end2="none" x2="197.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="-18" length1="1.5"/>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="-17.5" rotation="270" frame="false" uuid="{70337a87-1e34-4309-9c56-29b68278151e}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="6" y="7" Valignment="AlignTop" text_from="UserText">
<text>B2</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="-17.5" rotation="270" frame="false" uuid="{f4332356-4714-418c-bee6-af9377cd41be}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="7" y="18" Valignment="AlignTop" text_from="UserText">
<text>B1</text>
</dynamic_text>
<line x1="-16.75" y2="37" end1="none" end2="none" x2="-16.75" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="28" length1="1.5"/>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="192" rotation="270" frame="false" uuid="{7a15f99c-218b-493a-97a2-3fda445d0cc8}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="9" y="-2" Valignment="AlignTop" text_from="UserText">
<text>SC</text>
</dynamic_text>
<line x1="-16.75" y2="22" end1="none" end2="none" x2="-16.75" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="12" length1="1.5"/>
<circle x="198.264" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<polygon x1="-16.75" y2="68" x3="7.25" x2="-16.75" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="52" y3="68" closed="false"/>
<polygon x1="-16.75" y2="-18" x3="11" x2="-16.75" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="-3" y3="-18" closed="false"/>
<line x1="-16.75" y2="47" end1="none" end2="none" x2="-16.75" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="42" length1="1.5"/>
<line x1="162.5" y2="-18" end1="none" end2="none" x2="177.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="-18" length1="1.5"/>
<line x1="-16.75" y2="7" end1="none" end2="none" x2="-16.75" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="2" length1="1.5"/>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="172" rotation="270" frame="false" uuid="{af4d4227-f706-453d-95ea-d4e6ae7e7985}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="17" y="-2" Valignment="AlignTop" text_from="UserText">
<text>S5</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="-18.25" rotation="270" frame="false" uuid="{f61954b5-b4d4-4ad6-9063-169383b263f1}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="18" y="30" Valignment="AlignTop" text_from="UserText">
<text>-</text>
</dynamic_text>
<line x1="262" y2="-18" end1="none" end2="none" x2="277" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="-18" length1="1.5"/>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="-18.25" rotation="270" frame="false" uuid="{a874881d-2e39-45d9-ada7-52326819afa1}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="20" y="59" Valignment="AlignTop" text_from="UserText">
<text>+2</text>
</dynamic_text>
<circle x="178.264" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle x="-18.986" y="22.7639" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<line x1="152.5" y2="68" end1="none" end2="none" x2="167.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="68" length1="1.5"/>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="-18.25" rotation="270" frame="false" uuid="{e87325f5-1c29-461b-b6dc-2a51be8af403}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="24" y="48" Valignment="AlignTop" text_from="UserText">
<text>+1</text>
</dynamic_text>
<line x1="254" y2="68" end1="none" end2="none" x2="268" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="68" length1="1.5"/>
<circle x="-18.986" y="7.7639" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle x="-18.986" y="-2.2361" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle x="-18.986" y="47.7639" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="262" rotation="270" frame="false" uuid="{5715126c-5207-4095-87c1-a2fc5c85e416}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="29" y="67" Valignment="AlignTop" text_from="UserText">
<text>AC</text>
</dynamic_text>
<circle x="-18.986" y="37.7639" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="243" rotation="270" frame="false" uuid="{d157b7c4-ba19-4bfe-84e2-8d0c31feabeb}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="31" y="67" Valignment="AlignTop" text_from="UserText">
<text>AM</text>
</dynamic_text>
<circle x="267.764" y="65.7639" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="161.5" rotation="270" frame="false" uuid="{f18c2bfc-4993-4248-ada5-96122a884776}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="33" y="67" Valignment="AlignTop" text_from="UserText">
<text>MC</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="141" rotation="270" frame="false" uuid="{bf78ee2c-d08d-4833-94f2-9db57dd21d80}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="34" y="67" Valignment="AlignTop" text_from="UserText">
<text>MB</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="121.5" rotation="270" frame="false" uuid="{132c76fe-1da9-4443-a89c-fc7d33253dc1}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="35" y="67" Valignment="AlignTop" text_from="UserText">
<text>MA</text>
</dynamic_text>
<line x1="132.5" y2="68" end1="none" end2="none" x2="147.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="68" length1="1.5"/>
<circle x="148.264" y="65.7639" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle x="247.764" y="65.7639" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<line x1="12" y2="-18" end1="none" end2="none" x2="27" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="-18" length1="1.5"/>
<line x1="243" y2="-18" end1="none" end2="none" x2="258" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="-18" length1="1.5"/>
<circle x="168.264" y="65.7639" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle x="128.264" y="65.7639" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<line x1="12.45" y2="67.95" end1="none" end2="none" x2="27.45" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="67.95" length1="1.5"/>
<circle x="7.7639" y="65.7639" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<line x1="122" y2="-18" end1="none" end2="none" x2="137" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="-18" length1="1.5"/>
<line x1="102" y2="-18" end1="none" end2="none" x2="117" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="-18" length1="1.5"/>
<line x1="8" y2="48" end1="none" end2="none" x2="12" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="48" length1="1.5"/>
<line x1="9" y2="46" end1="none" end2="none" x2="11" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="46" length1="1.5"/>
<line x1="6" y2="50" end1="none" end2="none" x2="14" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="50" length1="1.5"/>
<line x1="10" y2="50" end1="none" end2="none" x2="10" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="66" length1="1.5"/>
<circle x="257.764" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle x="237.764" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<line x1="142" y2="-18" end1="none" end2="none" x2="157" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="-18" length1="1.5"/>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="252" rotation="270" frame="false" uuid="{2c59b231-18f3-4262-a811-545e246df378}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="56" y="-2" Valignment="AlignTop" text_from="UserText">
<text>A1</text>
</dynamic_text>
<line x1="72" y2="-18" end1="none" end2="none" x2="97" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="-18" length1="1.5"/>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="232.5" rotation="270" frame="false" uuid="{5315189f-5dfe-4c8c-913b-1afb88b30a5d}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="57" y="-2" Valignment="AlignTop" text_from="UserText">
<text>+V</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="111.5" rotation="270" frame="false" uuid="{2acae964-06ff-4e20-a467-7d51ca55e543}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="58" y="-2" Valignment="AlignTop" text_from="UserText">
<text>S2</text>
</dynamic_text>
<circle x="277.764" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle x="157.764" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle x="137.764" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<line x1="32.45" y2="67.95" end1="none" end2="none" x2="47.45" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="67.95" length1="1.5"/>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="152" rotation="270" frame="false" uuid="{fd375516-aeb8-4c60-b74d-2cdd1b8d901c}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="64" y="-2" Valignment="AlignTop" text_from="UserText">
<text>S4</text>
</dynamic_text>
<line x1="52.45" y2="67.95" end1="none" end2="none" x2="67.45" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="67.95" length1="1.5"/>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="271.5" rotation="270" frame="false" uuid="{b2dca727-f65b-460a-b606-a050d7053a4b}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="65" y="-2" Valignment="AlignTop" text_from="UserText">
<text>AC</text>
</dynamic_text>
<line x1="52" y2="-18" end1="none" end2="none" x2="67" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="-18" length1="1.5"/>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="131.5" rotation="270" frame="false" uuid="{f0eb86b9-6190-44f9-8510-aa9d82f966da}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="67" y="-2" Valignment="AlignTop" text_from="UserText">
<text>S3</text>
</dynamic_text>
<line x1="32" y2="-18" end1="none" end2="none" x2="47" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="-18" length1="1.5"/>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="90.5" rotation="270" frame="false" uuid="{e5a12c4c-513f-4844-8832-dc54cd622290}" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="69" y="-2" Valignment="AlignTop" text_from="UserText">
<text>S1</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="19" rotation="270" frame="false" uuid="{ca6ebc03-1dcb-417f-b074-3ddab9820f2a}" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="70" y="64" Valignment="AlignTop" text_from="UserText">
<text>U</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="18.5" rotation="270" frame="false" uuid="{9cafd592-b384-4d33-bc60-b6e373bc82a0}" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="71" y="5" Valignment="AlignTop" text_from="UserText">
<text>L1</text>
</dynamic_text>
<circle x="67.7639" y="65.7639" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle x="47.7639" y="65.7639" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle x="27.7639" y="65.7639" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="60" rotation="270" frame="false" uuid="{2cd8c81b-a1ec-4f8a-a88d-e13c94510247}" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="76" y="64" Valignment="AlignTop" text_from="UserText">
<text>W</text>
</dynamic_text>
<circle x="117.764" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="39" rotation="270" frame="false" uuid="{37ecff10-3cc9-46d2-8202-acf77b281d5b}" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="77" y="64" Valignment="AlignTop" text_from="UserText">
<text>V</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="58" rotation="270" frame="false" uuid="{71a70411-218b-400d-acba-6cd45a2c7d3a}" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="78" y="5" Valignment="AlignTop" text_from="UserText">
<text>L3</text>
</dynamic_text>
<circle x="97.764" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="39" rotation="270" frame="false" uuid="{9e68993a-6cb0-4f27-9dd7-b127d7aa2d65}" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="79" y="5" Valignment="AlignTop" text_from="UserText">
<text>L2</text>
</dynamic_text>
<circle x="67.7639" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle x="47.7639" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<circle x="27.7639" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="145" rotation="0" frame="false" uuid="{7f8d05ee-4211-43b9-94c0-94fbce8560b7}" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="88" y="0" Valignment="AlignTop" text_from="UserText">
<text>OMRON J1000 1,1KW
JZAB0P7BAA</text>
</dynamic_text>
<dynamic_text text_width="-1" Halignment="AlignLeft" x="5" rotation="0" frame="false" uuid="{95cbe7e6-5a22-4f96-bdb1-c031d5f98b64}" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="89" y="10" Valignment="AlignTop" text_from="ElementInfo">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="-18.75" orientation="w" y="0"/>
<terminal x="160" orientation="n" y="-20"/>
<terminal x="50" orientation="n" y="-20"/>
<terminal x="170" orientation="s" y="70"/>
<terminal x="-18.75" orientation="w" y="40"/>
<terminal x="250" orientation="s" y="70"/>
<terminal x="10" orientation="s" y="70"/>
<terminal x="70" orientation="s" y="70"/>
<terminal x="240" orientation="n" y="-20"/>
<terminal x="180" orientation="n" y="-20"/>
<terminal x="270" orientation="s" y="70"/>
<terminal x="150" orientation="s" y="70"/>
<terminal x="-18.75" orientation="w" y="50"/>
<terminal x="30" orientation="s" y="70"/>
<terminal x="130" orientation="s" y="70"/>
<terminal x="140" orientation="n" y="-20"/>
<terminal x="280" orientation="n" y="-20"/>
<terminal x="30" orientation="n" y="-20"/>
<terminal x="70" orientation="n" y="-20"/>
<terminal x="-18.75" orientation="w" y="10"/>
<terminal x="200" orientation="n" y="-20"/>
<terminal x="100" orientation="n" y="-20"/>
<terminal x="260" orientation="n" y="-20"/>
<terminal x="50" orientation="s" y="70"/>
<terminal x="120" orientation="n" y="-20"/>
<terminal x="-18.75" orientation="w" y="25"/>
<line length1="1.5" y1="68" x2="247" end1="none" antialias="false" y2="68" end2="none" x1="173" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="68" x2="127" end1="none" antialias="false" y2="68" end2="none" x1="72" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="-18" x2="239" end1="none" antialias="false" y2="-18" end2="none" x1="203" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon y4="68" closed="false" y1="-18" x2="300" y5="68" antialias="false" y2="-18" x1="282" x5="273" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="68" x3="300" x4="273"/>
<line length1="1.5" y1="-18" x2="197.5" end1="none" antialias="false" y2="-18" end2="none" x1="182.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input tagg="none" rotation="270" size="4" text="B2" x="-9.5" y="7" rotate="true"/>
<input tagg="none" rotation="270" size="4" text="B1" x="-9.5" y="18" rotate="true"/>
<line length1="1.5" y1="28" x2="-16.75" end1="none" antialias="false" y2="37" end2="none" x1="-16.75" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input tagg="none" rotation="270" size="4" text="SC" x="200" y="-2" rotate="true"/>
<line length1="1.5" y1="12" x2="-16.75" end1="none" antialias="false" y2="22" end2="none" x1="-16.75" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="198.264" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon closed="false" y1="52" x2="-16.75" antialias="false" y2="68" x1="-16.75" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="68" x3="7.25"/>
<polygon closed="false" y1="-3" x2="-16.75" antialias="false" y2="-18" x1="-16.75" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="-18" x3="7.25"/>
<line length1="1.5" y1="42" x2="-16.75" end1="none" antialias="false" y2="47" end2="none" x1="-16.75" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="-18" x2="177.5" end1="none" antialias="false" y2="-18" end2="none" x1="162.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="2" x2="-16.75" end1="none" antialias="false" y2="7" end2="none" x1="-16.75" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input tagg="none" rotation="270" size="4" text="S5" x="180" y="-2" rotate="true"/>
<input tagg="none" rotation="270" size="4" text="-" x="-10.25" y="30" rotate="true"/>
<line length1="1.5" y1="-18" x2="277" end1="none" antialias="false" y2="-18" end2="none" x1="262" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input tagg="none" rotation="270" size="4" text="+2" x="-10.25" y="59" rotate="true"/>
<circle diameter="4.4721" antialias="true" x="178.264" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="-18.986" y="22.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="68" x2="167.5" end1="none" antialias="false" y2="68" end2="none" x1="152.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input tagg="none" rotation="270" size="4" text="+1" x="-10.25" y="48" rotate="true"/>
<line length1="1.5" y1="68" x2="268" end1="none" antialias="false" y2="68" end2="none" x1="254" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="-18.986" y="7.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="-18.986" y="-2.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="-18.986" y="47.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input tagg="none" rotation="270" size="4" text="AC" x="270" y="67" rotate="true"/>
<circle diameter="4.4721" antialias="true" x="-18.986" y="37.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input tagg="none" rotation="270" size="4" text="AM" x="251" y="67" rotate="true"/>
<circle diameter="4.4721" antialias="true" x="267.764" y="65.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input tagg="none" rotation="270" size="4" text="MC" x="169.5" y="67" rotate="true"/>
<input tagg="none" rotation="270" size="4" text="MB" x="149" y="67" rotate="true"/>
<input tagg="none" rotation="270" size="4" text="MA" x="129.5" y="67" rotate="true"/>
<line length1="1.5" y1="68" x2="147.5" end1="none" antialias="false" y2="68" end2="none" x1="132.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="148.264" y="65.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="247.764" y="65.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="-18" x2="27" end1="none" antialias="false" y2="-18" end2="none" x1="12" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="-18" x2="258" end1="none" antialias="false" y2="-18" end2="none" x1="243" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="168.264" y="65.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="128.264" y="65.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="67.95" x2="27.45" end1="none" antialias="false" y2="67.95" end2="none" x1="12.45" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="7.7639" y="65.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="-18" x2="137" end1="none" antialias="false" y2="-18" end2="none" x1="122" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="7.7639" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="-18" x2="117" end1="none" antialias="false" y2="-18" end2="none" x1="102" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="48" x2="12" end1="none" antialias="false" y2="48" end2="none" x1="8" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="46" x2="11" end1="none" antialias="false" y2="46" end2="none" x1="9" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="50" x2="14" end1="none" antialias="false" y2="50" end2="none" x1="6" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="66" x2="10" end1="none" antialias="false" y2="50" end2="none" x1="10" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="2" x2="12" end1="none" antialias="false" y2="2" end2="none" x1="8" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="4" x2="11" end1="none" antialias="false" y2="4" end2="none" x1="9" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="0" x2="14" end1="none" antialias="false" y2="0" end2="none" x1="6" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="0" x2="10" end1="none" antialias="false" y2="-15" end2="none" x1="10" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input tagg="none" rotation="270" size="4" text="A1" x="260" y="-2" rotate="true"/>
<input tagg="none" rotation="270" size="4" text="+V" x="240.5" y="-2" rotate="true"/>
<input tagg="none" rotation="270" size="4" text="S2" x="119.5" y="-2" rotate="true"/>
<circle diameter="4.4721" antialias="true" x="257.764" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="237.764" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="-18" x2="157" end1="none" antialias="false" y2="-18" end2="none" x1="142" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="-18" x2="97" end1="none" antialias="false" y2="-18" end2="none" x1="72" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="277.764" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input tagg="none" rotation="270" size="4" text="S4" x="160" y="-2" rotate="true"/>
<input tagg="none" rotation="270" size="4" text="AC" x="279.5" y="-2" rotate="true"/>
<circle diameter="4.4721" antialias="true" x="157.764" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input tagg="none" rotation="270" size="4" text="S3" x="139.5" y="-2" rotate="true"/>
<circle diameter="4.4721" antialias="true" x="137.764" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input tagg="none" rotation="270" size="4" text="S1" x="98.5" y="-2" rotate="true"/>
<input tagg="none" rotation="270" size="7" text="U" x="30" y="64" rotate="true"/>
<input tagg="none" rotation="270" size="7" text="L1" x="29.5" y="5" rotate="true"/>
<line length1="1.5" y1="67.95" x2="47.45" end1="none" antialias="false" y2="67.95" end2="none" x1="32.45" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="67.95" x2="67.45" end1="none" antialias="false" y2="67.95" end2="none" x1="52.45" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="-18" x2="67" end1="none" antialias="false" y2="-18" end2="none" x1="52" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="-18" x2="47" end1="none" antialias="false" y2="-18" end2="none" x1="32" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input tagg="none" rotation="270" size="7" text="W" x="71" y="64" rotate="true"/>
<input tagg="none" rotation="270" size="7" text="V" x="50" y="64" rotate="true"/>
<input tagg="none" rotation="270" size="7" text="L3" x="69" y="5" rotate="true"/>
<input tagg="none" rotation="270" size="7" text="L2" x="50" y="5" rotate="true"/>
<circle diameter="4.4721" antialias="true" x="67.7639" y="65.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="47.7639" y="65.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="27.7639" y="65.7639" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="117.764" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="97.764" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="67.7639" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="47.7639" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="4.4721" antialias="true" x="27.7639" y="-20.2361" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input tagg="none" size="9" text="J1000" x="10" y="26.5" rotate="true"/>
<input tagg="label" size="9" text="_" x="90" y="25" rotate="true"/>
<terminal orientation="s" x="130" y="70"/>
<terminal orientation="s" x="170" y="70"/>
<terminal orientation="s" x="150" y="70"/>
<terminal orientation="s" x="270" y="70"/>
<terminal orientation="n" x="180" y="-20"/>
<terminal orientation="w" x="-18.75" y="0"/>
<terminal orientation="w" x="-18.75" y="10"/>
<terminal orientation="w" x="-18.75" y="40"/>
<terminal orientation="w" x="-18.75" y="50"/>
<terminal orientation="w" x="-18.75" y="25"/>
<terminal orientation="n" x="200" y="-20"/>
<terminal orientation="n" x="240" y="-20"/>
<terminal orientation="n" x="260" y="-20"/>
<terminal orientation="n" x="10" y="-20"/>
<terminal orientation="s" x="10" y="70"/>
<terminal orientation="s" x="250" y="70"/>
<terminal orientation="s" x="30" y="70"/>
<terminal orientation="n" x="30" y="-20"/>
<terminal orientation="s" x="50" y="70"/>
<terminal orientation="n" x="70" y="-20"/>
<terminal orientation="n" x="50" y="-20"/>
<terminal orientation="n" x="280" y="-20"/>
<terminal orientation="s" x="70" y="70"/>
<terminal orientation="n" x="100" y="-20"/>
<terminal orientation="n" x="120" y="-20"/>
<terminal orientation="n" x="140" y="-20"/>
<terminal orientation="n" x="160" y="-20"/>
</description>
</definition>

View File

@@ -1,7 +0,0 @@
<qet-directory>
<names>
<name lang="en">Pinball</name>
<name lang="nl">Pinball</name>
<name lang="fr">Flipper</name>
</names>
</qet-directory>

View File

@@ -1,81 +0,0 @@
<definition hotspot_y="145" hotspot_x="145" version="0.90" width="320" height="270" link_type="simple" type="element">
<uuid uuid="{4b2d55b8-3d68-4af8-8077-0cf5aa343ff4}"/>
<names>
<name lang="fr">PLC S7 1500</name>
<name lang="it">PLC S7 1500</name>
</names>
<elementInformations>
<elementInformation name="description" show="1">CPU 1510SP-1PN</elementInformation>
<elementInformation name="designation" show="1">6ES7510-1DJ01-0AB0</elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">SIEMENS</elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<rect rx="0" x="-140" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-140" width="310" height="260" ry="0"/>
<circle diameter="10" x="-105" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="65"/>
<polygon y6="-70" x1="-27" x2="-47" y9="-60" x9="-51" y1="-82" x4="-51" y5="-70" x3="-47" y12="-52" y8="-64" y10="-60" x7="-53" x11="-47" x5="-51" y4="-74" y11="-52" y2="-82" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="-74" y7="-64" x8="-51" x6="-53" x10="-47" antialias="false" x12="-27"/>
<polygon y6="-110" x1="-97" x2="-117" y9="-100" x9="-121" y1="-122" x4="-121" y5="-110" x3="-117" y12="-92" y8="-104" y10="-100" x7="-123" x11="-117" x5="-121" y4="-114" y11="-92" y2="-122" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="-114" y7="-104" x8="-121" x6="-123" x10="-117" antialias="false" x12="-97"/>
<rect rx="0" x="-125" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="85" width="10" height="3" ry="0"/>
<rect rx="0" x="-105" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="85" width="10" height="3" ry="0"/>
<rect rx="0" x="-105" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="78" width="10" height="3" ry="0"/>
<rect rx="0" x="134" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-11" width="2" height="2" ry="0"/>
<rect rx="0" x="135" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-112" width="2" height="2" ry="0"/>
<rect rx="0" x="139" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-112" width="2" height="2" ry="0"/>
<circle diameter="10" x="-105" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="90"/>
<circle diameter="10" x="-125" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="90"/>
<line x2="0" y1="-140" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" x1="0" length1="1.5" length2="1.5" y2="120"/>
<line x2="170" y1="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" x1="0" length1="1.5" length2="1.5" y2="0"/>
<rect rx="0" x="145" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="50" width="5" height="60" ry="0"/>
<rect rx="0" x="140" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="10" width="20" height="30" ry="0"/>
<circle diameter="10" x="145" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="20"/>
<polygon x3="169" x6="151" x2="167" y3="16" y1="23" y6="27" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x1="148" y2="12" x5="151" x4="151" y4="27" closed="false" y5="27"/>
<rect rx="0" x="-130" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="60" width="40" height="50" ry="0"/>
<circle diameter="10" x="-125" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="65"/>
<rect rx="0" x="-125" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="78" width="10" height="3" ry="0"/>
<rect rx="0" x="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-140" width="60" height="140" ry="0"/>
<polygon y6="-30" x1="-27" x2="-47" y9="-20" x9="-51" y1="-42" x4="-51" y5="-30" x3="-47" y12="-12" y8="-24" y10="-20" x7="-53" x11="-47" x5="-51" y4="-34" y11="-12" y2="-42" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="-34" y7="-24" x8="-51" x6="-53" x10="-47" antialias="false" x12="-27"/>
<rect rx="0" x="-130" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-130" width="50" height="50" ry="0"/>
<rect rx="0" x="-130" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-30" width="50" height="30" ry="0"/>
<rect rx="0" x="9" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-102" width="26" height="70" ry="0"/>
<circle diameter="20" x="12" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-59"/>
<dynamic_text text_from="UserText" x="0" z="29" frame="false" y="-140" uuid="{4f28072a-87ff-494d-b0c5-cf2502e857b6}" Halignment="AlignLeft" Valignment="AlignTop" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" rotation="0" text_width="-1">
<text>SIEMENS</text>
</dynamic_text>
<dynamic_text text_from="UserText" x="100" z="30" frame="false" y="-136" uuid="{e987c236-c24a-43f9-a2df-07a4d54ea22d}" Halignment="AlignLeft" Valignment="AlignTop" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" rotation="0" text_width="-1">
<text>CPU 1510SP-1PN</text>
</dynamic_text>
<dynamic_text text_from="UserText" x="-130" z="31" frame="false" y="0" uuid="{1100ef2a-3c70-43ec-955a-57f2b0f3c7d7}" Halignment="AlignLeft" Valignment="AlignTop" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" rotation="0" text_width="-1">
<text>MAC ADDRESS</text>
</dynamic_text>
<dynamic_text text_from="UserText" x="-130" z="32" frame="false" y="-80" uuid="{3b4d1c48-fb6b-4199-b37f-1af59de5e302}" Halignment="AlignLeft" Valignment="AlignTop" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" rotation="0" text_width="-1">
<text>X1P3
PROFINET
(LAN)</text>
</dynamic_text>
<line x2="170" y1="-116" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end1="none" x1="0" length1="1.5" length2="1.5" y2="-116"/>
<rect rx="0" x="131" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-112" width="2" height="2" ry="0"/>
<dynamic_text text_from="UserText" x="5" z="34" frame="false" y="-35" uuid="{22d027ee-bb15-4b31-8b1e-4f9a23660f82}" Halignment="AlignLeft" Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" rotation="0" text_width="-1">
<text>SIMATIC
ET200SP</text>
</dynamic_text>
<rect rx="0" x="12" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-100" width="20" height="19" ry="0"/>
<polygon y6="-99" x1="27" x2="27" y9="-98" closed="false" x9="30" y1="-99" y13="-94" x4="31" y5="-99" x3="31" y12="-96" y8="-94" y10="-98" x7="28" x11="29" x13="29" x5="31" y4="-93" y11="-95" y2="-93" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="-93" y7="-94" x8="30" x6="28" x10="29" antialias="false" x12="29"/>
<polygon x7="29" x5="31" y13="-83" x15="23" antialias="false" x6="29" y3="-91" x18="21" y10="-82" y15="-87" style="line-style:normal;line-weight:normal;filling:none;color:black" y4="-91" y5="-82" x13="14" y2="-92" x2="25" y14="-83" closed="false" y16="-87" x10="25" x12="14" x9="27" x4="31" y6="-82" x8="27" y11="-89" y17="-85" y8="-89" x16="15" y18="-85" y7="-89" x11="25" y12="-89" x14="23" x3="25" x17="15" y1="-100" x1="25" y9="-82"/>
<polygon y6="-96" x1="21" x2="21" y9="-93" closed="false" x9="19" y1="-85" x4="14" y5="-91" x3="14" y12="-94" y8="-93" y10="-94" x7="16" x11="18" x5="23" y4="-91" y11="-94" y2="-98" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="-98" y7="-96" x8="16" x6="23" x10="19" antialias="false" x12="18"/>
<terminal x="-40" y="-80" uuid="{06911fda-c495-4457-b2c0-e8db1b7208d1}" orientation="n" name="" type="Generic"/>
<terminal x="-40" y="-40" uuid="{a18593af-b395-4ad6-a492-61980b5d409a}" orientation="n" name="" type="Generic"/>
<terminal x="-110" y="-120" uuid="{3ca0008a-fa82-4394-a84f-11d939981c3a}" orientation="n" name="" type="Generic"/>
<terminal x="-120" y="105" uuid="{2c1155db-f31c-42fd-bcde-1ec66ec40289}" orientation="s" name="" type="Generic"/>
<terminal x="-100" y="105" uuid="{fc74acbf-cad0-44f6-a99f-c7d80c8d947a}" orientation="s" name="" type="Generic"/>
</description>
</definition>

View File

@@ -1,114 +0,0 @@
<definition hotspot_y="136" type="element" link_type="simple" version="0.90" width="490" hotspot_x="245" height="330">
<uuid uuid="{af77f081-9e23-4c8a-8c04-c6aacd0d9828}"/>
<names>
<name lang="fr">KTP700 HMI</name>
<name lang="it">KTP700 HMI</name>
</names>
<elementInformations>
<elementInformation show="1" name="description">PANNELLO OPERATORE</elementInformation>
<elementInformation show="1" name="designation">6AV2123-2GB03-0AX0</elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="manufacturer">SIEMENS</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<line y1="45" y2="25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="109" x1="79" antialias="false" end2="none" end1="none" length1="1.5"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" width="27.72" antialias="false" y="159.75" x="-74.25" height="23.52" ry="0"/>
<line y1="105.4" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="56.14" x1="56.14" antialias="false" end2="none" end1="none" length1="1.5"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="-X1_P1" color="#000000" y="180" rotation="0" x="-40"/>
<line y1="55" y2="35" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="109" x1="79" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="90.25" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="65.14" x1="65.14" antialias="false" end2="none" end1="none" length1="1.5"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="PROFINET" color="#000000" y="157.75" rotation="0" x="-73.25"/>
<line y1="105.4" y2="85.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="75.64" x1="75.64" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="105.4" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="84.64" x1="84.64" antialias="false" end2="none" end1="none" length1="1.5"/>
<dynamic_text text_from="UserText" Valignment="AlignTop" z="10" font="Sans Serif,6,-1,5,50,0,0,0,0,0" frame="false" text_width="-1" Halignment="AlignLeft" y="155" rotation="0" x="-230" uuid="{f0956cdd-d979-41e4-9d0b-23cd2cd12b8d}">
<text>Panel KTP700 Basic Color PN</text>
</dynamic_text>
<line y1="90.25" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="93.64" x1="93.64" antialias="false" end2="none" end1="none" length1="1.5"/>
<polygon y1="179.91" x14="-70.785" y15="179.91" y5="163.11" y2="166.47" x10="-53.46" closed="false" x2="-70.785" y13="179.91" x6="-63.855" y3="166.47" x11="-49.995" x13="-70.785" x4="-67.32" y6="161.43" x9="-53.46" style="line-style:normal;line-weight:thin;filling:none;color:black" x3="-67.32" antialias="false" y8="163.11" y4="163.11" y14="179.91" x15="-70.785" y9="163.11" y7="161.43" y12="179.91" x1="-70.785" x12="-49.995" x5="-63.855" x8="-56.925" y11="166.47" y10="166.47" x7="-56.925"/>
<line y1="105.4" y2="85.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="104.14" x1="104.14" antialias="false" end2="none" end1="none" length1="1.5"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="0V" color="#000000" y="171.75" rotation="270" x="121.75"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" text="SIEMENS Simatic HMI" color="#000000" y="147.75" rotation="0" x="-227.25"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" text="6AV2123-2GB03-0AX0" color="#000000" y="159.75" rotation="0" x="-227.25"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="L+" color="#000000" y="180.75" rotation="0" x="95.75"/>
<line y1="90.25" y2="90.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="65.14" x1="56.14" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="90.25" y2="90.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="93.64" x1="84.64" antialias="false" end2="none" end1="none" length1="1.5"/>
<circle diameter="5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="183.25" x="97.25"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" text="M" color="#000000" y="180.75" rotation="0" x="116.75"/>
<circle diameter="5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="183.25" x="117.25"/>
<circle diameter="5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="183.25" x="207.25"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="+24V" color="#000000" y="171.75" rotation="270" x="101.75"/>
<line y1="85.75" y2="85.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="93.64" x1="104.14" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="85.75" y2="85.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="65.14" x1="75.64" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="174.75" y2="174.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="211.75" x1="207.75" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="172.75" y2="172.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="210.75" x1="208.75" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="176.75" y2="176.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="213.75" x1="205.75" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="81.25" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="84.64" x1="93.64" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="81.25" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="56.14" x1="65.14" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="176.75" y2="183.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="209.75" x1="209.75" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="185.75" y2="185.75" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="102.75" x1="116.75" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="105.4" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-115.86" x1="-115.86" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="90.25" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-106.86" x1="-106.86" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="105.4" y2="85.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-96.36" x1="-96.36" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="105.4" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-87.36" x1="-87.36" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="90.25" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-78.36" x1="-78.36" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="105.4" y2="85.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-67.86" x1="-67.86" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="105.4" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-58.86" x1="-58.86" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="90.25" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-49.86" x1="-49.86" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="105.4" y2="85.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-39.36" x1="-39.36" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="105.4" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-30.36" x1="-30.36" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="90.25" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-21.36" x1="-21.36" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="105.4" y2="85.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-10.86" x1="-10.86" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="105.4" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-1.86" x1="-1.86" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="90.25" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="7.14" x1="7.14" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="105.4" y2="85.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="17.64" x1="17.64" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="105.4" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="26.64" x1="26.64" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="90.25" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="35.64" x1="35.64" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="105.4" y2="85.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="46.14" x1="46.14" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="90.25" y2="90.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-106.86" x1="-115.86" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="90.25" y2="90.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-78.36" x1="-87.36" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="90.25" y2="90.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-49.86" x1="-58.86" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="90.25" y2="90.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-21.36" x1="-30.36" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="90.25" y2="90.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="7.14" x1="-1.86" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="90.25" y2="90.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="35.64" x1="26.64" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="85.75" y2="85.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="35.64" x1="46.14" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="85.75" y2="85.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="7.14" x1="17.64" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="85.75" y2="85.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-21.36" x1="-10.86" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="85.75" y2="85.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-49.86" x1="-39.36" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="85.75" y2="85.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-78.36" x1="-67.86" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="85.75" y2="85.75" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-106.86" x1="-96.36" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="81.25" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="26.64" x1="35.64" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="81.25" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-1.86" x1="7.14" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="81.25" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-30.36" x1="-21.36" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="81.25" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-58.86" x1="-49.86" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="81.25" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-87.36" x1="-78.36" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="81.25" y2="81.25" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-115.86" x1="-106.86" antialias="false" end2="none" end1="none" length1="1.5"/>
<polygon y1="185.75" y2="185.75" style="line-style:normal;line-weight:normal;filling:none;color:black" x4="239.75" x5="239.75" x2="-240.25" closed="false" x6="212.75" x1="96.75" x3="-240.25" antialias="false" y3="-134.25" y4="-134.25" y5="185.75" y6="185.75"/>
<line y1="125.75" y2="125.75" style="line-style:normal;line-weight:thin;filling:none;color:gray" length2="1.5" x2="239.75" x1="-240.25" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="185.75" y2="185.75" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="206.75" x1="122.75" antialias="false" end2="none" end1="none" length1="1.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" width="340" antialias="false" y="-105" x="-168" height="210" ry="0"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" width="240" antialias="false" y="-75" x="-118" height="140" ry="0"/>
<line y1="-43" y2="-63" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-73" x1="-103" antialias="false" end2="none" end1="none" length1="1.5"/>
<line y1="-33" y2="-53" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" x2="-73" x1="-103" antialias="false" end2="none" end1="none" length1="1.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" width="350" antialias="false" y="-110" x="-175" height="220" ry="0"/>
<dynamic_text text_from="UserText" Valignment="AlignTop" z="527" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" frame="false" text_width="-1" Halignment="AlignLeft" y="-105" rotation="0" x="-160" uuid="{c598dc3c-4921-4f8e-bd91-fd43b042d6da}">
<text>SIEMENS</text>
</dynamic_text>
<dynamic_text text_from="UserText" Valignment="AlignTop" z="528" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" frame="false" text_width="-1" Halignment="AlignLeft" y="-105" rotation="0" x="92" uuid="{d0330147-227f-41fa-9073-9d07ee6565ba}">
<text>SIMATIC HMI</text>
</dynamic_text>
<terminal type="Generic" orientation="s" y="188.75" x="209.75" uuid="{af2b15b6-6730-4cfa-aeb5-59f3ded75ba1}" name=""/>
<terminal type="Generic" orientation="s" y="188.75" x="99.75" uuid="{cded0f2c-87ea-432d-b750-23e15ef279ab}" name=""/>
<terminal type="Generic" orientation="s" y="188.75" x="119.75" uuid="{79737af6-31d0-44ba-93ab-95b7c3e53e17}" name=""/>
<terminal type="Generic" orientation="s" y="185.75" x="-60.25" uuid="{b1558d1f-9203-4e1d-8709-2cd1f5ef7990}" name=""/>
</description>
</definition>

View File

@@ -1,40 +1,40 @@
<definition version="0.90" link_type="simple" hotspot_y="69" type="element" width="150" hotspot_x="55" height="80">
<uuid uuid="{6fefe585-487d-42ed-9777-44edd7a26549}"/>
<definition type="element" width="150" hotspot_y="69" link_type="simple" hotspot_x="55" height="80" version="0.80">
<uuid uuid="{3b90cdf6-8d46-4b10-930e-ccb5964c922e}"/>
<names>
<name lang="fr">Servomoteur Siemens 230V 3 POINTS</name>
<name lang="cs">Servomotor Siemens 230V 3 POINTS</name>
</names>
<elementInformations>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="description">Servo moteur 230V 3 Points</elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="manufacturer">Siemens</elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="designation">SAS31</elementInformation>
<elementInformation name="manufacturer" show="1">Siemens</elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="designation" show="1">SAS31</elementInformation>
<elementInformation name="description" show="1">Servo moteur 230V 3 Points</elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
</elementInformations>
<informations>s.deffaux</informations>
<description>
<circle y="-50" diameter="40" x="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
<rect ry="0" y="-65" x="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" width="140" antialias="false" height="70" rx="0"/>
<rect ry="0" y="-55" x="-35" style="line-style:normal;line-weight:normal;filling:none;color:black" width="50" antialias="false" height="50" rx="0"/>
<text text="Y1" y="-56" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-32" rotation="0"/>
<text text="Y2" y="-56" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="4" rotation="0"/>
<text text="N" y="4" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="-8" rotation="0"/>
<text text="M" y="-26" font="Sans Serif,14,-1,5,50,0,0,0,0,0" color="#000000" x="-17" rotation="0"/>
<line y1="-20" x1="-20" x2="0" length1="1.5" end2="none" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y2="-20"/>
<line y1="-65" x1="-20" x2="-20" length1="1.5" end2="none" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y2="-55"/>
<line y1="-65" x1="0" x2="0" length1="1.5" end2="none" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y2="-55"/>
<line y1="5" x1="-10" x2="-10" length1="1.5" end2="none" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y2="-5"/>
<line y1="-15" x1="-20" x2="0" length1="1.5" end2="none" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y2="-15"/>
<dynamic_text y="-35" z="13" font="MS Shell Dlg 2,8,-1,5,50,0,0,0,0,0,Normal" frame="false" uuid="{71dd108f-a054-4991-94f6-8e023b46201d}" Halignment="AlignLeft" text_from="ElementInfo" Valignment="AlignTop" x="35" text_width="-1" rotation="0">
<circle x="-30" diameter="40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-50"/>
<rect x="-50" width="140" antialias="false" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="70" y="-65"/>
<rect x="-35" width="50" antialias="false" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="50" y="-55"/>
<text x="-32" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="Y1" color="#000000" y="-56"/>
<text x="4" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="Y2" color="#000000" y="-56"/>
<text x="-8" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" text="N" color="#000000" y="4"/>
<text x="-17" font="Sans Serif,14,-1,5,50,0,0,0,0,0" rotation="0" text="M" color="#000000" y="-26"/>
<line end2="none" x1="-20" y2="-20" antialias="false" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" length2="1.5" y1="-20"/>
<line end2="none" x1="-20" y2="-55" antialias="false" x2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" length2="1.5" y1="-60"/>
<line end2="none" x1="0" y2="-55" antialias="false" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" length2="1.5" y1="-60"/>
<line end2="none" x1="-10" y2="-5" antialias="false" x2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" length2="1.5" y1="0"/>
<line end2="none" x1="-20" y2="-15" antialias="false" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" length2="1.5" y1="-15"/>
<dynamic_text x="35" z="13" font="MS Shell Dlg 2,8,-1,5,50,0,0,0,0,0,Normal" Valignment="AlignTop" rotation="0" frame="false" Halignment="AlignLeft" text_width="-1" text_from="ElementInfo" uuid="{71dd108f-a054-4991-94f6-8e023b46201d}" y="-35">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal y="-65" uuid="{c3560165-8b11-41f2-b3a1-34fea66d99e1}" type="Generic" orientation="n" x="0" name=""/>
<terminal y="5" uuid="{6f2ed426-0fb2-490c-9cb5-998c13eb3336}" type="Generic" orientation="s" x="-10" name=""/>
<terminal y="-65" uuid="{64dda8f5-8326-415f-b6d4-07b4f8259dda}" type="Generic" orientation="n" x="-20" name=""/>
<terminal x="-10" orientation="s" y="5"/>
<terminal x="-20" orientation="n" y="-65"/>
<terminal x="0" orientation="n" y="-65"/>
</description>
</definition>

View File

@@ -1,56 +1,56 @@
<definition version="0.90" type="element" height="90" width="150" link_type="master" hotspot_x="55" hotspot_y="74">
<uuid uuid="{8e875620-2d0b-47cf-80fe-8570eae58b8f}"/>
<definition hotspot_x="55" type="element" hotspot_y="74" width="150" version="0.80" link_type="master" height="90">
<uuid uuid="{d39ff91e-0e2b-4526-8541-c467bbf2e829}"/>
<names>
<name lang="fr">Servomoteur Siemens 24V 0-10V</name>
<name lang="cs">Servomotor Siemens 24V 0-10V</name>
</names>
<kindInformations>
<kindInformation name="type">commutator</kindInformation>
<kindInformation name="type" show="1">commutator</kindInformation>
</kindInformations>
<elementInformations>
<elementInformation name="manufacturer" show="1">Siemens</elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="designation" show="1">SAS61</elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="description" show="1">Servo-moteur 24V 0/10V</elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Siemens</elementInformation>
<elementInformation name="designation" show="1">SAS61</elementInformation>
</elementInformations>
<informations>s.deffaux</informations>
<description>
<circle diameter="40" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-30" antialias="false" y="-50"/>
<polygon x2="33" x3="30" style="line-style:normal;line-weight:normal;filling:black;color:black" x1="27" y1="5" y2="5" y4="5" y5="5" antialias="false" x5="27" y3="11" x4="27"/>
<rect height="70" width="140" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-50" antialias="false" y="-65" rx="0"/>
<rect height="50" width="80" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-35" antialias="false" y="-55" rx="0"/>
<text text="G" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="-19" y="-57"/>
<text text="Y" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="35" y="-56"/>
<text text="G0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="-24" y="4"/>
<text text="M" font="Sans Serif,14,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="-17" y="-26"/>
<line x2="0" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-20" y1="-20" y2="-20" antialias="false" length2="1.5" length1="1.5"/>
<line x2="-10" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y1="-65" y2="-55" antialias="false" length2="1.5" length1="1.5"/>
<line x2="30" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="30" y1="-65" y2="-55" antialias="false" length2="1.5" length1="1.5"/>
<line x2="-10" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y1="5" y2="-5" antialias="false" length2="1.5" length1="1.5"/>
<line x2="0" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-20" y1="-15" y2="-15" antialias="false" length2="1.5" length1="1.5"/>
<line x2="30" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="30" y1="-5" y2="5" antialias="false" length2="1.5" length1="1.5"/>
<text text="U" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="35" y="5"/>
<polygon x2="33" x3="30" style="line-style:normal;line-weight:normal;filling:black;color:black" x1="27" y1="-70" y2="-70" y4="-70" y5="-70" antialias="false" x5="27" y3="-64" x4="27"/>
<rect height="25" width="10" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="25" antialias="false" y="-43" rx="0"/>
<line x2="30" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="30" y1="-49" y2="-44" antialias="false" length2="1.5" length1="1.5"/>
<line x2="30" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="30" y1="-17" y2="-12" antialias="false" length2="1.5" length1="1.5"/>
<line x2="25" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="10" y1="-30" y2="-30" antialias="false" length2="1.5" length1="1.5"/>
<polygon x2="25" x3="25" style="line-style:normal;line-weight:normal;filling:black;color:black" x1="35" y1="-43" y2="-18" y4="-43" y5="-43" antialias="false" x5="35" y3="-43" x4="35"/>
<text text="0%" font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="35" y="-10"/>
<text text="100%" font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="35" y="-45"/>
<text text="0-10V" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="12.7174" y="-57.9265"/>
<dynamic_text font="MS Shell Dlg 2,8,-1,5,50,0,0,0,0,0,Normal" text_from="ElementInfo" rotation="0" uuid="{b140ac8a-4981-42ed-a21e-cbe27a3c6e0f}" x="56" text_width="-1" Halignment="AlignLeft" z="25" Valignment="AlignTop" y="-36" frame="false">
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" y="-50" diameter="40" x="-30" antialias="false"/>
<polygon y1="5" style="line-style:normal;line-weight:normal;filling:black;color:black" y5="5" y3="11" x1="27" x3="30" x4="27" x2="33" x5="27" y2="5" y4="5" antialias="false"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" width="140" height="70" rx="0" y="-65" ry="0" x="-50" antialias="false"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" width="80" height="50" rx="0" y="-55" ry="0" x="-35" antialias="false"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="G" y="-57" color="#000000" rotation="0" x="-19"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="Y" y="-56" color="#000000" rotation="0" x="35"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="G0" y="4" color="#000000" rotation="0" x="-24"/>
<text font="Sans Serif,14,-1,5,50,0,0,0,0,0" text="M" y="-26" color="#000000" rotation="0" x="-17"/>
<line end2="none" y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" x2="0" length1="1.5" end1="none" y2="-20" length2="1.5" antialias="false"/>
<line end2="none" y1="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" x2="-10" length1="1.5" end1="none" y2="-55" length2="1.5" antialias="false"/>
<line end2="none" y1="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="30" x2="30" length1="1.5" end1="none" y2="-55" length2="1.5" antialias="false"/>
<line end2="none" y1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" x2="-10" length1="1.5" end1="none" y2="-5" length2="1.5" antialias="false"/>
<line end2="none" y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" x2="0" length1="1.5" end1="none" y2="-15" length2="1.5" antialias="false"/>
<line end2="none" y1="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="30" x2="30" length1="1.5" end1="none" y2="5" length2="1.5" antialias="false"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="U" y="5" color="#000000" rotation="0" x="35"/>
<polygon y1="-70" style="line-style:normal;line-weight:normal;filling:black;color:black" y5="-70" y3="-64" x1="27" x3="30" x4="27" x2="33" x5="27" y2="-70" y4="-70" antialias="false"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" height="25" rx="0" y="-43" ry="0" x="25" antialias="false"/>
<line end2="none" y1="-49" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="30" x2="30" length1="1.5" end1="none" y2="-44" length2="1.5" antialias="false"/>
<line end2="none" y1="-17" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="30" x2="30" length1="1.5" end1="none" y2="-12" length2="1.5" antialias="false"/>
<line end2="none" y1="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="10" x2="25" length1="1.5" end1="none" y2="-30" length2="1.5" antialias="false"/>
<polygon y1="-43" style="line-style:normal;line-weight:normal;filling:black;color:black" y5="-43" y3="-43" x1="35" x3="25" x4="35" x2="25" x5="35" y2="-18" y4="-43" antialias="false"/>
<text font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="0%" y="-10" color="#000000" rotation="0" x="35"/>
<text font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="100%" y="-45" color="#000000" rotation="0" x="35"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="0-10V" y="-57.9265" color="#000000" rotation="0" x="12.7174"/>
<dynamic_text font="MS Shell Dlg 2,8,-1,5,50,0,0,0,0,0,Normal" text_from="ElementInfo" frame="false" text_width="-1" y="-36" z="25" uuid="{b140ac8a-4981-42ed-a21e-cbe27a3c6e0f}" Valignment="AlignTop" Halignment="AlignLeft" rotation="0" x="56">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal type="Generic" orientation="n" uuid="{f22a5746-9265-4105-a36e-243e70e1c033}" x="-10" name="" y="-65"/>
<terminal type="Generic" orientation="n" uuid="{e0d5b373-653b-4277-924c-f40a2dd27b49}" x="30" name="" y="-65"/>
<terminal type="Generic" orientation="s" uuid="{e97f3ae9-0242-41ad-aee8-b0cefbc83cb5}" x="-10" name="" y="5"/>
<terminal type="Generic" orientation="s" uuid="{a8061a86-56d8-4b9d-ad63-07f9e3390852}" x="30" name="" y="5"/>
<terminal orientation="n" y="-65" x="-10"/>
<terminal orientation="n" y="-65" x="30"/>
<terminal orientation="s" y="5" x="30"/>
<terminal orientation="s" y="5" x="-10"/>
</description>
</definition>

View File

@@ -1,59 +0,0 @@
<definition hotspot_x="205" hotspot_y="74" type="element" version="0.80" link_type="simple" height="160" width="410">
<uuid uuid="{9b67466b-dfe6-4be7-8e71-85d42046e09e}"/>
<names>
<name lang="en">Board 6DO</name>
<name lang="fr">Carte 6 DO</name>
<name lang="es">Tarjeta 6DO</name>
<name lang="it">Scheda 6DO</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer">Sofrel</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="label">4-DO</elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="designation">4-DO</elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="description">Carte de sorties digitales</elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<text text="6A" rotation="0" x="130" y="70" font="Sans Serif,10,-1,5,50,0,0,0,0,0" color="#000000"/>
<text text="6B" rotation="0" x="160" y="70" font="Sans Serif,10,-1,5,50,0,0,0,0,0" color="#000000"/>
<text text="4B" rotation="0" x="35" y="70" font="Sans Serif,10,-1,5,50,0,0,0,0,0" color="#000000"/>
<text text="5B" rotation="0" x="100" y="70" font="Sans Serif,10,-1,5,50,0,0,0,0,0" color="#000000"/>
<text text="5A" rotation="0" x="70" y="70" font="Sans Serif,10,-1,5,50,0,0,0,0,0" color="#000000"/>
<text text="3B" rotation="0" x="-25" y="70" font="Sans Serif,10,-1,5,50,0,0,0,0,0" color="#000000"/>
<text text="2B" rotation="0" x="-85" y="70" font="Sans Serif,10,-1,5,50,0,0,0,0,0" color="#000000"/>
<text text="4A" rotation="0" x="5" y="70" font="Sans Serif,10,-1,5,50,0,0,0,0,0" color="#000000"/>
<text text="1B" rotation="0" x="-145" y="70" font="Sans Serif,10,-1,5,50,0,0,0,0,0" color="#000000"/>
<text text="3A" rotation="0" x="-55" y="70" font="Sans Serif,10,-1,5,50,0,0,0,0,0" color="#000000"/>
<text text="2A" rotation="0" x="-115" y="70" font="Sans Serif,10,-1,5,50,0,0,0,0,0" color="#000000"/>
<rect rx="0" x="-200" y="-70" style="line-style:normal;line-weight:normal;filling:none;color:black" height="150" ry="0" width="400" antialias="false"/>
<text text="EMPLACEMENT" rotation="0" x="70" y="-55" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
<text text="1A" rotation="0" x="-175" y="70" font="Sans Serif,10,-1,5,50,0,0,0,0,0" color="#000000"/>
<text text="CARTE 6DO" rotation="0" x="-100" y="0" font="Sans Serif,25,-1,5,50,0,0,0,0,0" color="#000000"/>
<line x1="160" length1="1.5" y1="-50" y2="-70" end2="none" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x2="160" antialias="false"/>
<line x1="60" length1="1.5" y1="-70" y2="-50" end2="none" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x2="60" antialias="false"/>
<line x1="-200" length1="1.5" y1="50" y2="50" end2="none" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x2="200" antialias="false"/>
<line x1="-201" length1="1.5" y1="-50" y2="-50" end2="none" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x2="200" antialias="false"/>
<dynamic_text text_from="UserText" frame="false" Halignment="AlignLeft" z="27" rotation="0" x="160" y="-70" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" Valignment="AlignTop" text_width="-1" uuid="{03c9655f-539b-46ab-8f40-b86905aa1ec8}">
<text>_</text>
</dynamic_text>
<terminal x="-120" y="80" orientation="s" name="2A" uuid="{69c722cf-abe3-443e-96bc-69a0abdbc4aa}"/>
<terminal x="-30" y="80" orientation="s" name="3B" uuid="{34ba30c5-0ed6-48cc-a763-01b236383c3f}"/>
<terminal x="120" y="80" orientation="s" name="5B" uuid="{54e6e880-e22c-4807-b169-7478a038706b}"/>
<terminal x="-90" y="80" orientation="s" name="2B" uuid="{a2f2eab5-9e48-4b52-8b22-cbd2fddc244d}"/>
<terminal x="90" y="80" orientation="s" name="5B" uuid="{26145ee0-ff1c-462e-8d49-73bd4d99922f}"/>
<terminal x="60" y="80" orientation="s" name="5A" uuid="{d850a0f4-1864-4ba0-992b-645e8af0f1dc}"/>
<terminal x="-150" y="80" orientation="s" name="1B" uuid="{f803d8d7-631b-49a5-a086-6519c57a6dbf}"/>
<terminal x="0" y="80" orientation="s" name="3A" uuid="{60cb45f4-730a-450d-a30b-4d349ec41871}"/>
<terminal x="180" y="80" orientation="s" name="6B" uuid="{b5dd4533-efd8-4319-a61c-99c6bd032d88}"/>
<terminal x="30" y="80" orientation="s" name="4B" uuid="{a6ef0fc0-ba3f-40d8-a93f-e8d4e3a0da18}"/>
<terminal x="-60" y="80" orientation="s" name="3B" uuid="{d3ea7483-97ea-4db6-b620-95f1380ecf1e}"/>
<terminal x="-180" y="80" orientation="s" name="1A" uuid="{f14c0780-af2d-4b6d-997f-74506251600b}"/>
<terminal x="150" y="80" orientation="s" name="6A" uuid="{e7920d86-9976-4086-9429-283b680bafa4}"/>
</description>
</definition>

View File

@@ -1,55 +0,0 @@
<definition height="50" hotspot_y="6" version="0.80" width="60" link_type="simple" type="element" hotspot_x="6">
<uuid uuid="{f25a94c8-99c5-41a2-ad53-d864b44b310c}"/>
<names>
<name lang="fr">Switch 4Ai 2500 Ohms</name>
</names>
<elementInformations>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="description" show="1">Carte d'entrées analogiques</elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="designation" show="1">4-Ai</elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="label" show="1">4-AI</elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Sofrel</elementInformation>
</elementInformations>
<informations>s.deffaux</informations>
<description>
<rect height="40" antialias="false" rx="0" x="0" y="0" width="50" ry="0" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect height="15" antialias="false" rx="0" x="41" y="6.5" width="3" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect height="7.5" antialias="false" rx="0" x="41" y="14" width="3" ry="0" style="line-style:normal;line-weight:thin;filling:black;color:black"/>
<rect height="15" antialias="false" rx="0" x="37" y="6.5" width="3" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect height="15" antialias="false" rx="0" x="33" y="6.5" width="3" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect height="7.5" antialias="false" rx="0" x="33" y="14" width="3" ry="0" style="line-style:normal;line-weight:thin;filling:black;color:black"/>
<rect height="7.5" antialias="false" rx="0" x="25" y="14" width="3" ry="0" style="line-style:normal;line-weight:none;filling:black;color:black"/>
<rect height="7.5" antialias="false" rx="0" x="37" y="6.5" width="3" ry="0" style="line-style:normal;line-weight:thin;filling:black;color:black"/>
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="29.5" y="3.5" text="C"/>
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="21.5" y="3.5" text="A"/>
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="41.5" y="3.5" text="F"/>
<rect height="15" antialias="false" rx="0" x="29" y="6.5" width="3" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="33.5" y="3.5" text="D"/>
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="25.5" y="3.5" text="B"/>
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="35" y="34.5" text="G"/>
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="37.5" y="3.5" text="E"/>
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="12" y="3.5" text="H"/>
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="33.5" y="24.5" text="4"/>
<rect height="15" antialias="false" rx="0" x="25" y="6.5" width="3" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="21.5" y="24.5" text="1"/>
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="29.5" y="24.5" text="3"/>
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="25.5" y="24.5" text="2"/>
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="41.5" y="24.5" text="6"/>
<text font="Sans Serif,2,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="37.5" y="24.5" text="5"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="5" y="24.5" text="B"/>
<rect height="20" antialias="false" rx="0" x="10" y="4.5" width="5" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="5" y="11.5" text="A"/>
<rect height="10" antialias="false" rx="0" x="10" y="14.5" width="5" ry="0" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<rect height="5" antialias="false" rx="0" x="10" y="31.5" width="20" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="5" antialias="false" rx="0" x="9.5" y="31.5" width="10" ry="0" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<rect height="21" antialias="false" rx="0" x="19" y="4.5" width="27" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect height="15" antialias="false" rx="0" x="21" y="6.5" width="3" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect height="7.5" antialias="false" rx="0" x="29" y="6.5" width="3" ry="0" style="line-style:normal;line-weight:thin;filling:black;color:black"/>
<rect height="7.5" antialias="false" rx="0" x="21" y="14" width="3" ry="0" style="line-style:normal;line-weight:none;filling:black;color:black"/>
<text font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" rotation="270" x="4" y="37" text="2500 Ohms"/>
</description>
</definition>

View File

@@ -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"/>

View File

@@ -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"/>

View File

@@ -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"/>

View File

@@ -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"/>

View File

@@ -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"/>

View File

@@ -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"/>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,20 +1,21 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,20 +1,21 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,20 +1,21 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,20 +1,21 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,20 +1,21 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,20 +1,21 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,20 +1,21 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,20 +1,21 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,20 +1,21 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,20 +1,21 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,20 +1,21 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,20 +1,21 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,20 +1,21 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,20 +1,21 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,20 +1,21 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,20 +1,21 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

View File

@@ -1,19 +1,20 @@
<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
<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
License:see https://qelectrotech.org/wiki_new/doc/elements_license
</informations>
<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>
<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>
</definition>

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