Compare commits

..

1 Commits

Author SHA1 Message Date
scorpio810
347cf7df73 Tag de la version 0.70-RC1
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/tags/0.70rc1@5833 bfdf4180-ca20-0410-9c96-a3a8aa849046
2019-04-12 04:31:32 +00:00
2381 changed files with 22928 additions and 111090 deletions

1
.gitignore vendored
View File

@@ -1 +0,0 @@
*.snap

117
ChangeLog
View File

@@ -1,75 +1,3 @@
====== ChangeLog from 0.7 to 0.8 ======
* Element editor :
* with Ctrl key you can moving by keyboard primitives selected by 0.1 point instead by 1 points, added the same feature for moving the selected aera.
* Improve polygon widget editor on elements editor.
* Diagram editor :
* User can choose now folio list emplacement in project by select position number in settings :
1 for the first position
2 for the second position
etc
0 for always at the end of project
Because index folio is 0 and not 1 we apply -1 in formula to not complicate your life..
* macOS :
* Add Fusion style and fix tilesets tab bar size
* Enable mouse wheel on tilesets tab bar with command keyboard, thanks Giovanni.
(removed by Qt upstream) https://codereview.qt-project.org/gitweb?p=qt/qtbase.git;a=commitdiff;h=ea47d152b35158ba07a55d009f57df0e4c2a048f;hp=08cc9b9991ae9ab51bed5b857b6257401401ff6f
* For the Flatpak package : remove the file name extension added
automatically to the saved files even if the user sets an unknown file
extension for the program.
====== ChangeLog from 0.6 to 0.7 ====== ====== ChangeLog from 0.6 to 0.7 ======
@@ -82,7 +10,6 @@ extension for the program.
* Alignment of text field can be edited. * Alignment of text field can be edited.
* Added two new actions in context menu for insert or remove point of a selected polygon. * Added two new actions in context menu for insert or remove point of a selected polygon.
* Rectangle can have rounded corner. * Rectangle can have rounded corner.
* Polyline: finish the creation of polyline with the last point at the same position of the first point, close the polyline.
* Diagram editor : * Diagram editor :
@@ -120,36 +47,13 @@ This commit fix it : When element is removed one or several conductors are creat
* Added 4 tools for edit the depth (Z value) of items. * Added 4 tools for edit the depth (Z value) of items.
* Element panel : elements can be searched by their name but also with by all their informations. * Element panel : elements can be searched by their name but also with by all their informations.
* New free selection style. * New free selection style.
* Diagram editor : dock used to edit the shape item, can now edit several items in the same time.
* Dynamic element text item : The font of the dynamic texts can be individually be setted.
* Adding or revoming diagram set project to modified
* When user cleanning an project, set project to modified
* Add a shortcut "Ctrl+Shift+P" to quickly open the dialog used for create the auto numbering rules.
* Add missing StatusTip of some QAction
* When user add a polygon, a message in statusBar show how to finish this shape
* Polyline: finish the creation of polyline with the last point at the same position of the first point, close the polyline.
* Plug-in : Add StatusTip instruction for install and launching DXF plugin depending on the operating system
* when plugin qet-tb-generator"generate terminal blocks and connectors" isn't installed show an QMessageBox instruction now depending on the operating system for install it
Add in QMessageBox url encoding/decoding for easy download packages
* Elementspanelwidget: adds keyboard shortcuts to quickly move up, down,or move the targeted folio to the beginning of the project
F3 MoveUp
F4 MoveDown
F5 MoveUpTop
* Title block editor : * Title block editor :
Added new title block variables %projectpath, %projectfilename, %projecttitle, previous-folio-num and next-folio-num Added new title block variables %projectpath, %projectfilename, %projecttitle, previous-folio-num and next-folio-num
"%saveddate, %savedtime, %savedfilename and %savedfilepath" they variables should be updated after file save or save as dialog is confirmed, "%saveddate, %savedtime, %savedfilename and %savedfilepath" they variables should be updated after file save or save as dialog is confirmed,
before file is saved. before file is saved.
* NameList widget : add a combo box for easily paste texts, like the variables for title block. * NameList widget : add a combo box for easily paste texts, like the variables for title block.
* The font of the dynamic text field can be edited.
* The font of the static text field can be edited.
* The color of the static text field can be edited.
@@ -160,8 +64,6 @@ If not a file dialog is showed to select the QET project.
* QET create a backup file, use to restore the project when a crash occur. * QET create a backup file, use to restore the project when a crash occur.
* Use KAutoSaveFile for the backup system, instead of home made function.
* Use of QSAveFile instead a QFile.
* User can enable and edit autosave timer. * User can enable and edit autosave timer.
* let user define the file system path of the common,custom elements collections, and custom title blocks template. * let user define the file system path of the common,custom elements collections, and custom title blocks template.
@@ -169,7 +71,6 @@ If not a file dialog is showed to select the QET project.
* QetGraphicsItem, remove the function applyRotation and rotateBy, and use instead the native function of QGraphicsItem : setRotation * QetGraphicsItem, remove the function applyRotation and rotateBy, and use instead the native function of QGraphicsItem : setRotation
* Conductor is an herited class of QGraphicsObject, instead of QObject and QGraphicsPathItem * Conductor is an herited class of QGraphicsObject, instead of QObject and QGraphicsPathItem
* Clean (and reduce the size) the class QETDiagramEditor, mostly by replacing the connection syntax "signal -> slot" by "signal -> lambda". * Clean (and reduce the size) the class QETDiagramEditor, mostly by replacing the connection syntax "signal -> slot" by "signal -> lambda".
* Replace deprecated QMatrix by QTransform.
* DXF export : fix some double items in dxf file. * DXF export : fix some double items in dxf file.
@@ -192,19 +93,8 @@ clear the element texts when paste an element with the option "Do not store the
* Fix : in some condition, dynamic text are not at the same position when open a project. * Fix : in some condition, dynamic text are not at the same position when open a project.
* On windows when user drag and drop an element from the common elements collection to the custom elements collection, * On windows when user drag and drop an element from the common elements collection to the custom elements collection,
the element file stay in read only mode, and so user can't save the element the element file stay in read only mode, and so user can't save the element
* Improvement : minimize the unwanted gap of the top right folio of the view (see https://qelectrotech.org/forum/viewtopic.php?pid=9379#p9379)
* Fix: bug 168
* Fix : when create multiple conductors with the free hand selection, the checking of existing potentiel don't search trought a folio report.
* Fix: DXF export.
* Minor fix : remove from the element information the html hexadecimal and decimal characters of line feed and carriage return.
* fix : in the diagram editor, when we select several shapes at the same time, the properties widget only apply the change to one shape.
* Bug fix : when user load a project which contains summary pages, project was marked modified (summary was created on the fly and moved from the end on second
position), now the project is no longer marked as amended when user have one or multiples summary pages when loading this project.
* Static text of element are now exported to dxf
* Fix Static text size of element exported to dxf
* Improvement : minimize the unwanted gap of the top right folio of the view
* Fix : when create multiple conductors with the free hand selection, the checking of existing potentiel don't search trought a folio report.
* Don't display gui when qet is launched with specific argument
@@ -481,5 +371,4 @@ Le dialogue "Exporter" (pour générer un fichier image d'un schéma) a égaleme
* Affinage du constructeur de la classe QETApp * Affinage du constructeur de la classe QETApp
* Moins d'avertissements à la compilation (testé avec gcc 4.3) * Moins d'avertissements à la compilation (testé avec gcc 4.3)
* Moins d'inclusions non pertinentes * Moins d'inclusions non pertinentes
* Nettoyage du trunk : déplacement des sources dans un sous-répertoire

View File

@@ -31,7 +31,7 @@ PROJECT_NAME = QElectroTech
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # if some version control system is used.
PROJECT_NUMBER = 0.70 PROJECT_NUMBER = 0.3a
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # base path where the generated documentation will be put.
@@ -124,7 +124,7 @@ FULL_PATH_NAMES = NO
# If left blank the directory from which doxygen is run is used as the # If left blank the directory from which doxygen is run is used as the
# path to strip. # path to strip.
STRIP_FROM_PATH = /home/laurent/Qet-svn/git/qet/ STRIP_FROM_PATH = /home/xavier/projets/qet/qelectrotech/
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
# the path mentioned in the documentation of a class, which tells # the path mentioned in the documentation of a class, which tells

0
SingleApplication/examples/basic/basic.pro Normal file → Executable file
View File

0
SingleApplication/examples/basic/main.cpp Normal file → Executable file
View File

0
SingleApplication/examples/sending_arguments/main.cpp Normal file → Executable file
View File

View File

0
dev_doc/ID_of_QUndoCommand.txt Normal file → Executable file
View File

View File

@@ -1,17 +0,0 @@
<definition version="0.80" link_type="simple" hotspot_y="13" type="element" height="250" hotspot_x="15" width="30" orientation="dyyy">
<uuid uuid="{bb4c314c-2020-4c8a-b465-632eb562e1f7}"/>
<names>
<name lang="fr">Cable</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<rect ry="0" y="0" x="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" height="230" rx="0" width="20" antialias="false"/>
<dynamic_text uuid="{3a1faa81-e74a-4640-af5a-3fb5c454f467}" rotation="270" text_width="-1" text_from="ElementInfo" font="Sans Serif,7,-1,5,50,0,0,0,0,0" frame="false" Valignment="AlignTop" y="200" x="-10" Halignment="AlignLeft" z="2">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line x1="0" x2="0" end1="none" end2="none" y2="0" length1="1.5" y1="-4" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
<terminal y="-4" x="0" orientation="n"/>
</description>
</definition>

View File

@@ -1,4 +1,4 @@
<definition width="10" version="0.4" hotspot_x="4" hotspot_y="15" height="20" link_type="terminal" type="element" ic="true" orientation="dyyy"> <definition width="10" version="0.4" hotspot_x="4" hotspot_y="15" height="20" link_type="simple" type="element" ic="true" orientation="dyyy">
<uuid uuid="{A4B7D0BD-2695-47D9-BF64-2DAD82C51772}"/><names> <uuid uuid="{A4B7D0BD-2695-47D9-BF64-2DAD82C51772}"/><names>
<name lang="ar">طرف نهائي</name> <name lang="ar">طرف نهائي</name>
<name lang="de">Endklemme</name> <name lang="de">Endklemme</name>

View File

@@ -1,4 +1,4 @@
<definition width="20" hotspot_y="14" height="20" hotspot_x="10" version="0.51" orientation="dyyy" link_type="terminal" type="element"> <definition width="20" hotspot_y="14" height="20" hotspot_x="10" version="0.51" orientation="dyyy" link_type="simple" type="element">
<uuid uuid="{ff1573e9-b618-45a8-93af-58562f69c9bb}"/> <uuid uuid="{ff1573e9-b618-45a8-93af-58562f69c9bb}"/>
<names> <names>
<name lang="ar">طرف نهائي</name> <name lang="ar">طرف نهائي</name>

View File

@@ -1,49 +0,0 @@
<definition height="50" hotspot_x="15" hotspot_y="23" orientation="dyyy" link_type="simple" type="element" version="0.80" width="30">
<uuid uuid="{f09c1826-5deb-4e5d-a565-992b010a8007}"/>
<names>
<name lang="it">Presa monofase</name>
<name lang="nl">Contact AC + aarde</name>
<name lang="pl">Gniazdo wtyczkowe</name>
<name lang="cs">Zásuvka jednopólová</name>
<name lang="de">Steckdose 3-polig</name>
<name lang="ar">مقبس أحادي الوجه</name>
<name lang="fr">PC mono 2P+ Terre</name>
<name lang="en">Outlet 3 poles</name>
<name lang="es">Toma corriente 3P</name>
</names>
<elementInformations>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<dynamic_text z="1" text_from="ElementInfo" rotation="0" text_width="-1" Valignment="AlignTop" frame="false" x="13" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-16" uuid="{9a66ab1b-c9d8-4de6-a786-a16ba182d28f}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line end1="none" x1="0" x2="0" end2="none" length1="1.5" length2="1.5" antialias="false" y1="9" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="18"/>
<circle x="-10.0499" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="20.0998" y="-10.0499"/>
<line end1="none" x1="-6" x2="-6" end2="none" length1="1.5" length2="1.5" antialias="false" y1="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-14"/>
<circle x="-6" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4" y="-6"/>
<circle x="-2" antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="4" y="4"/>
<line end1="none" x1="6" x2="6" end2="none" length1="1.5" length2="1.5" antialias="false" y1="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-14"/>
<circle x="2" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4" y="-6"/>
<line end1="none" x1="0" x2="0" end2="none" length1="1.5" length2="1.5" antialias="false" y1="5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="3"/>
<line end1="none" x1="1.3" x2="-1.3" end2="none" length1="1.5" length2="1.5" antialias="false" y1="1" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="1"/>
<line end1="none" x1="-2.3" x2="2.3" end2="none" length1="1.5" length2="1.5" antialias="false" y1="2.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="2.5"/>
<line end1="none" x1="-0.6" x2="0.6" end2="none" length1="1.5" length2="1.5" antialias="false" y1="-0.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-0.5"/>
<terminal x="6" orientation="n" y="-15"/>
<terminal x="-6" orientation="n" y="-15"/>
<terminal x="0" orientation="s" y="17"/>
</description>
</definition>

View File

@@ -1,47 +0,0 @@
<definition width="60" hotspot_y="6" height="100" version="0.70" hotspot_x="7" link_type="master" type="element" orientation="dyyy">
<uuid uuid="{aa1df2e5-0495-4657-abda-0143e08e2314}"/>
<names>
<name lang="fr">Interrupteur sectionneur TETRA</name>
<name lang="es">Seccionador 3P mando de palanca</name>
</names>
<kindInformations>
<kindInformation name="type" show="1">protection</kindInformation>
</kindInformations>
<elementInformations/>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<circle y="18" x="16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4"/>
<circle y="58" x="16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4"/>
<circle y="38" x="16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4"/>
<line end2="none" end1="none" x1="5" length1="1.5" x2="15" antialias="false" y1="60" length2="1.5" y2="60" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end2="none" end1="none" x1="5" length1="1.5" x2="15" antialias="false" y1="40" length2="1.5" y2="40" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end2="none" end1="none" x1="5" length1="1.5" x2="15" antialias="false" y1="20" length2="1.5" y2="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="70" x="22" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4"/>
<line end2="none" end1="none" x1="15" length1="1.5" x2="15" antialias="false" y1="38" length2="1.5" y2="42" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end2="none" end1="none" x1="15" length1="1.5" x2="15" antialias="false" y1="18" length2="1.5" y2="22" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end2="none" end1="none" x1="15" length1="1.5" x2="15" antialias="false" y1="58" length2="1.5" y2="62" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end2="none" end1="none" x1="20" length1="1.5" x2="28" antialias="false" y1="67" length2="1.5" y2="60" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end2="none" end1="none" x1="20" length1="1.5" x2="28" antialias="false" y1="47" length2="1.5" y2="40" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end2="none" end1="none" x1="20" length1="1.5" x2="28" antialias="false" y1="27" length2="1.5" y2="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end2="none" end1="none" x1="28" length1="1.5" x2="40" antialias="false" y1="40" length2="1.5" y2="40" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end2="none" end1="none" x1="28" length1="1.5" x2="40" antialias="false" y1="20" length2="1.5" y2="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end2="none" end1="none" x1="28" length1="1.5" x2="40" antialias="false" y1="60" length2="1.5" y2="60" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="-2" x="16" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4"/>
<line end2="none" end1="none" x1="5" length1="1.5" x2="15" antialias="false" y1="0" length2="1.5" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end2="none" end1="none" x1="15" length1="1.5" x2="15" antialias="false" y1="-2" length2="1.5" y2="2" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end2="none" end1="none" x1="20" length1="1.5" x2="28" antialias="false" y1="7" length2="1.5" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end2="none" end1="none" x1="28" length1="1.5" x2="40" antialias="false" y1="0" length2="1.5" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end2="none" end1="none" x1="24" length1="1.5" x2="24" antialias="false" y1="5" length2="1.5" y2="70" style="line-style:dashed;line-weight:normal;filling:none;color:black"/>
<line end2="none" end1="none" x1="25" length1="1.5" x2="35" antialias="false" y1="75" length2="1.5" y2="90" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<terminal y="20" orientation="w" x="0"/>
<terminal y="20" orientation="w" x="0"/>
<terminal y="20" orientation="e" x="44"/>
<terminal y="0" orientation="e" x="44"/>
<terminal y="40" orientation="e" x="44"/>
<terminal y="40" orientation="w" x="0"/>
<terminal y="60" orientation="e" x="44"/>
<terminal y="60" orientation="w" x="0"/>
<terminal y="0" orientation="w" x="0"/>
</description>
</definition>

View File

@@ -1,59 +0,0 @@
<definition hotspot_x="61" orientation="dyyy" width="100" hotspot_y="23" version="0.70" link_type="master" height="50" type="element">
<uuid uuid="{ac09254a-46b6-491f-be79-15e36e8e2173}"/>
<names>
<name lang="fr">Interrupteur sectionneur tétrapolaire</name>
<name lang="en">Four pole switch disconnector</name>
</names>
<kindInformations>
<kindInformation show="1" name="type">protection</kindInformation>
</kindInformations>
<elementInformations>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="manufacturer"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<polygon x3="-10" x2="-10" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-9" antialias="true" x1="-15" y2="11" y3="21"/>
<circle diameter="4" y="-11" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="28"/>
<circle diameter="4" y="11" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="-52"/>
<polygon x3="30" x2="30" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-9" antialias="true" x1="25" y2="11" y3="21"/>
<circle diameter="4" y="-11" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="8"/>
<line end2="none" length2="1.5" end1="none" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" length1="1.5" antialias="false" x1="30" y2="-11"/>
<circle diameter="4" y="-11" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="-32"/>
<line end2="none" length2="1.5" end1="none" x2="28" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" length1="1.5" antialias="false" x1="32" y2="-11"/>
<circle diameter="4" y="-11" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="-12"/>
<dynamic_text frame="false" Halignment="AlignLeft" text_from="ElementInfo" y="-7" z="9" uuid="{951a9adc-1e0f-4e24-8137-16b3e55dd9ab}" rotation="0" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" x="32.75">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line end2="none" length2="1.5" end1="none" x2="-50" style="line-style:dashed;line-weight:normal;filling:none;color:black" y1="1" length1="1.5" antialias="false" x1="25" y2="1"/>
<polygon x3="-10" x2="-10" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-9" antialias="true" x1="-15" y2="11" y3="21"/>
<polygon x3="10" x2="10" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-9" antialias="true" x1="5" y2="11" y3="21"/>
<polygon x3="-30" x2="-30" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-9" antialias="true" x1="-35" y2="11" y3="21"/>
<line end2="none" length2="1.5" end1="none" x2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" length1="1.5" antialias="false" x1="-10" y2="-11"/>
<line end2="none" length2="1.5" end1="none" x2="-12" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" length1="1.5" antialias="false" x1="-8" y2="-11"/>
<line end2="none" length2="1.5" end1="none" x2="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" length1="1.5" antialias="false" x1="-30" y2="-11"/>
<line end2="none" length2="1.5" end1="none" x2="-32" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" length1="1.5" antialias="false" x1="-28" y2="-11"/>
<line end2="none" length2="1.5" end1="none" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19" length1="1.5" antialias="false" x1="10" y2="-11"/>
<line end2="none" length2="1.5" end1="none" x2="8" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-11" length1="1.5" antialias="false" x1="12" y2="-11"/>
<line end2="none" length2="1.5" end1="none" x2="-55" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="11" length1="1.5" antialias="false" x1="-50" y2="-9"/>
<terminal orientation="n" y="-19" x="-10"/>
<terminal orientation="n" y="-19" x="30"/>
<terminal orientation="s" y="21" x="10"/>
<terminal orientation="s" y="21" x="30"/>
<terminal orientation="n" y="-19" x="10"/>
<terminal orientation="n" y="-19" x="-30"/>
<terminal orientation="s" y="21" x="-30"/>
<terminal orientation="s" y="21" x="-10"/>
</description>
</definition>

View File

@@ -1,39 +0,0 @@
<definition link_type="master" hotspot_x="51" type="element" width="60" height="50" hotspot_y="24" version="0.70" orientation="dyyy">
<uuid uuid="{1efb43f5-78b4-401d-8031-581442217549}"/>
<names>
<name lang="fr">Interrupteur sectionneur biphasé</name>
<name lang="es">Seccionador 2P mando de palanca</name>
</names>
<kindInformations>
<kindInformation show="1" name="type">protection</kindInformation>
</kindInformations>
<elementInformations/>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<polygon y3="20" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x3="0" y2="10" closed="false" antialias="true" x1="-5" x2="0"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" x="-42" antialias="true" y="10" diameter="4"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" x="-22" antialias="true" y="-12" diameter="4"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" x="-2" antialias="true" y="-12" diameter="4"/>
<polygon y3="20" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x3="0" y2="10" closed="false" antialias="true" x1="-5" x2="0"/>
<polygon y3="20" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" x3="-20" y2="10" closed="false" antialias="true" x1="-25" x2="-20"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" y2="-12" antialias="false" x1="0" end1="none" length2="1.5" x2="0" end2="none"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-12" y2="-12" antialias="false" x1="2" end1="none" length2="1.5" x2="-2" end2="none"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" y2="-12" antialias="false" x1="-20" end1="none" length2="1.5" x2="-20" end2="none"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-12" y2="-12" antialias="false" x1="-18" end1="none" length2="1.5" x2="-22" end2="none"/>
<line length1="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:black" y1="0" y2="0" antialias="false" x1="-4" end1="none" length2="1.5" x2="-40" end2="none"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="10" y2="-10" antialias="false" x1="-40" end1="none" length2="1.5" x2="-45" end2="none"/>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="ElementInfo" uuid="{620b15e0-0261-49ea-a770-4bc5f7c1444e}" frame="false" x="8" y="-32" z="18">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" text_width="-1" text_from="ElementInfo" uuid="{61e061f0-9168-437d-86a6-72874b562b56}" frame="false" x="4" y="-8" z="19">
<text></text>
<info_name>comment</info_name>
</dynamic_text>
<terminal x="-20" y="20" orientation="s"/>
<terminal x="0" y="20" orientation="s"/>
<terminal x="0" y="-20" orientation="n"/>
<terminal x="-20" y="-20" orientation="n"/>
</description>
</definition>

View File

@@ -1,51 +1,44 @@
<definition width="60" version="0.70" type="element" hotspot_y="24" hotspot_x="33" orientation="dyyy" link_type="master" height="50"> <definition width="110" version="0.3" hotspot_x="32" hotspot_y="25" height="50" type="element" ic="true" orientation="dyyy" link_type="master">
<uuid uuid="{11c09304-97cd-40f4-825f-4329bdf7e5db}"/> <uuid uuid="{B78BD5BC-8612-47D3-BA7D-ED388110DB3A}"/><names>
<names>
<name lang="pt">Disjunctor diferencial</name>
<name lang="pl">Wyącznik różnicowoprądowy</name>
<name lang="es">Dispositivo diferencial residual</name>
<name lang="fr">Disjoncteur différentiel</name>
<name lang="en">Residual Circuit Breaker with Overload</name>
<name lang="ar">قاطع تفاضلي</name> <name lang="ar">قاطع تفاضلي</name>
<name lang="nl">Aardlekschakelaar + automaat</name>
<name lang="it">Interruttore differenziale</name>
<name lang="de">Fehlerstromschutzschalter 3-polig</name> <name lang="de">Fehlerstromschutzschalter 3-polig</name>
<name lang="ru">Дифавтомат</name> <name lang="ru">Дифавтомат</name>
<name lang="pt">Disjunctor diferencial</name>
<name lang="en">Residual Circuit Breaker with Overload</name>
<name lang="it">Interruttore differenziale</name>
<name lang="fr">Disjoncteur différentiel</name>
<name lang="pl">Wyącznik różnicowoprądowy</name>
<name lang="es">Dispositivo diferencial residual</name>
<name lang="cs">Rozdílový jistič</name> <name lang="cs">Rozdílový jistič</name>
<name lang="nl">Aardlekschakelaar + automaat</name>
</names> </names>
<kindInformations> <kindInformations>
<kindInformation show="1" name="type">protection</kindInformation> <kindInformation name="type" show="1">protection</kindInformation>
</kindInformations> </kindInformations>
<elementInformations/>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<line y1="-20" end1="none" end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="false" x1="0" y2="-10" length1="1.5"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="0" y2="-10" x2="0"/>
<line y1="-20" end1="none" end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" antialias="false" x1="20" y2="-10" length1="1.5"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="19.8" y2="-10" x2="19.8"/>
<line y1="-20" end1="none" end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-20" antialias="false" x1="-20" y2="-10" length1="1.5"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="-20" y2="-10" x2="-20"/>
<line y1="-12" end1="none" end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-2" antialias="false" x1="2" y2="-8" length1="1.5"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-12" x1="2" y2="-8" x2="-2"/>
<line y1="-12" end1="none" end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="17.8" antialias="false" x1="21.8" y2="-8" length1="1.5"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-12" x1="21.8" y2="-8" x2="17.8"/>
<line y1="-12" end1="none" end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="21.8" antialias="false" x1="17.8" y2="-8" length1="1.5"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-12" x1="17.8" y2="-8" x2="21.8"/>
<line y1="-12" end1="none" end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="2" antialias="false" x1="-2" y2="-8" length1="1.5"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-12" x1="-2" y2="-8" x2="2"/>
<polygon y1="20" closed="false" x3="-7" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="true" x1="0" y2="10" y3="-9"/> <polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="20" x1="0" y2="10" x2="0" y3="-9" x3="-7"/>
<polygon y1="20" closed="false" x3="13" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" antialias="true" x1="20" y2="10" y3="-9"/> <polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="20" x1="19.8" y2="10" x2="19.8" y3="-9" x3="12.8"/>
<dynamic_text y="-17.5" z="10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="40" frame="false" Valignment="AlignTop" text_width="-1" rotation="0" uuid="{0b158bf8-6742-41d8-ac12-73828f75194a}" text_from="ElementInfo" Halignment="AlignLeft"> <input x="40" y="-6.5" size="9" text="_" tagg="label"/>
<text></text> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-12" x1="-18" y2="-8" x2="-22"/>
<info_name>label</info_name> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-12" x1="-22" y2="-8" x2="-18"/>
</dynamic_text> <input x="44" y="10.5" size="5" rotate="true" text="___mA"/>
<line y1="-12" end1="none" end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-22" antialias="false" x1="-18" y2="-8" length1="1.5"/> <polygon antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="20" x1="-20" y2="10" x2="-20" y3="-9" x3="-27"/>
<line y1="-12" end1="none" end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-18" antialias="false" x1="-22" y2="-8" length1="1.5"/> <ellipse width="46" x="-23" y="12" antialias="true" height="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text y="2.5" z="13" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="44" frame="false" Valignment="AlignTop" text_width="-1" rotation="0" uuid="{1d22f9f7-bcad-4e1e-b191-78da97c93729}" text_from="UserText" Halignment="AlignLeft"> <polygon x4="-23" antialias="false" style="line-style:dashed;line-weight:thin;filling:none;color:black" closed="false" y1="0" x1="16" y2="0" x2="-30" y3="14" x3="-30" y4="14"/>
<text>___mA</text> <terminal x="-20" y="-20" nameHidden="0" number="" name="" orientation="n"/>
</dynamic_text> <terminal x="-20" y="20" nameHidden="0" number="" name="" orientation="s"/>
<polygon y1="20" closed="false" x3="-27" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-20" antialias="true" x1="-20" y2="10" y3="-9"/> <terminal x="0" y="-20" nameHidden="0" number="" name="" orientation="n"/>
<ellipse y="12" width="46" x="-23" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" height="4"/> <terminal x="0" y="20" nameHidden="0" number="" name="" orientation="s"/>
<polygon y1="0" closed="false" y4="14" x3="-30" style="line-style:dashed;line-weight:thin;filling:none;color:black" x2="-30" antialias="false" x1="16" x4="-23" y2="0" y3="14"/> <terminal x="19.8" y="-20" nameHidden="0" number="" name="" orientation="n"/>
<terminal y="20" x="-20" orientation="s"/> <terminal x="19.8" y="20" nameHidden="0" number="" name="" orientation="s"/>
<terminal y="-20" x="-20" orientation="n"/>
<terminal y="-20" x="20" orientation="n"/>
<terminal y="-20" x="0" orientation="n"/>
<terminal y="20" x="20" orientation="s"/>
<terminal y="20" x="0" orientation="s"/>
</description> </description>
</definition> </definition>

View File

@@ -1,66 +0,0 @@
<definition width="50" link_type="master" hotspot_x="27" height="80" hotspot_y="34" type="element" version="0.70" orientation="dyyy">
<uuid uuid="{daaec1a5-d463-4bb3-9a92-e26a13f5a0ec}"/>
<names>
<name lang="ar">مفتاح تفاضلي</name>
<name lang="de">Fehlerstromschutzschalter 2P</name>
<name lang="ru">УЗО</name>
<name lang="pt">Interruptor diferencial</name>
<name lang="en">Differential switch</name>
<name lang="it">Interruttore differenziale</name>
<name lang="fr">Interrupteur différentiel</name>
<name lang="pl">Rozłącznik różnicowoprądowy</name>
<name lang="es">Interruptor diferencial</name>
<name lang="cs">Rozdílový spínač</name>
<name lang="nl">Aardlekschakelaar</name>
</names>
<kindInformations>
<kindInformation name="type" show="1">protection</kindInformation>
</kindInformations>
<elementInformations>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1"></elementInformation>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<arc width="10" start="90" height="10" angle="180" style="line-style:dashed;line-weight:normal;filling:none;color:black" y="20" antialias="true" x="-20"/>
<line y2="40" x2="-10" x1="-10" end2="none" y1="3" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" length2="1.5" antialias="false"/>
<line y2="-10" x2="7" x1="-12" end2="none" y1="-10" end1="none" style="line-style:dashed;line-weight:thin;filling:none;color:black" length1="1.5" length2="1.5" antialias="false"/>
<polygon x3="-15" y2="0" y3="-20" x2="-10" x1="-10" y1="3" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true"/>
<line y2="40" x2="10" x1="10" end2="none" y1="4" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" length2="1.5" antialias="false"/>
<polygon x3="5" y2="0" y3="-20" x2="10" x1="10" y1="3" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true"/>
<dynamic_text uuid="{7c189aba-a86c-4286-964d-b437612ed744}" text_from="ElementInfo" z="6" text_width="-1" Halignment="AlignLeft" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-17" frame="false" x="20" rotation="0">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line y2="-20" x2="-10" x1="-10" end2="none" y1="-30" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" length2="1.5" antialias="false"/>
<line y2="-18" x2="-12" x1="-8" end2="none" y1="-22" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" length2="1.5" antialias="true"/>
<line y2="-18" x2="-8" x1="-12" end2="none" y1="-22" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" length2="1.5" antialias="true"/>
<line y2="-20" x2="10" x1="10" end2="none" y1="-30" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" length2="1.5" antialias="false"/>
<line y2="-18" x2="8" x1="12" end2="none" y1="-22" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" length2="1.5" antialias="true"/>
<line y2="-18" x2="12" x1="8" end2="none" y1="-22" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" length2="1.5" antialias="true"/>
<arc width="10" start="270" height="10" angle="180" style="line-style:dashed;line-weight:normal;filling:none;color:black" y="20" antialias="true" x="10"/>
<line y2="20" x2="15" x1="-15" end2="none" y1="20" end1="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" length1="1.5" length2="1.5" antialias="false"/>
<line y2="30" x2="15" x1="-15" end2="none" y1="30" end1="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" length1="1.5" length2="1.5" antialias="false"/>
<line y2="25" x2="-25" x1="-25" end2="none" y1="-10" end1="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" length1="1.5" length2="1.5" antialias="false"/>
<line y2="25" x2="-20" x1="-25" end2="none" y1="25" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" length2="1.5" antialias="false"/>
<line y2="-10" x2="-15" x1="-25" end2="none" y1="-10" end1="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" length1="1.5" length2="1.5" antialias="false"/>
<dynamic_text uuid="{1cb14ddb-caa4-45ed-92cd-1b59b3562cb9}" text_from="ElementInfo" z="25" text_width="-1" Halignment="AlignLeft" Valignment="AlignTop" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" y="20" frame="false" x="25" rotation="0">
<text></text>
<info_name>comment</info_name>
</dynamic_text>
<terminal orientation="n" y="-30" x="10"/>
<terminal orientation="s" y="40" x="10"/>
<terminal orientation="n" y="-30" x="-10"/>
<terminal orientation="s" y="40" x="-10"/>
</description>
</definition>

View File

@@ -1,37 +1,33 @@
<definition height="60" hotspot_x="18" hotspot_y="30" orientation="dyyy" link_type="simple" type="element" version="0.80" width="40"> <definition height="60" version="0.5" link_type="simple" width="40" orientation="dyyy" hotspot_x="18" hotspot_y="30" type="element">
<uuid uuid="{2aad9da5-665a-4189-9034-2bd6e1b00386}"/> <uuid uuid="{a091ae1e-5e4f-4afe-a478-25d13dc34e61}"/>
<names> <names>
<name lang="it">Protez. alimentazione</name>
<name lang="nl">Overspanning beveiligig</name>
<name lang="pl">Ogranicznik przepięć</name>
<name lang="de">Blitz-/Überspannungsschutz</name> <name lang="de">Blitz-/Überspannungsschutz</name>
<name lang="cs">Bleskojistka, ochrana proti nárazu</name>
<name lang="ar">حامي من الصواعق</name>
<name lang="el">Προστασία από υπέρταση</name> <name lang="el">Προστασία από υπέρταση</name>
<name lang="fr">Parafoudre</name> <name lang="pl">Ogranicznik przepięć</name>
<name lang="ar">حامي من الصواعق</name>
<name lang="it">Protez. alimentazione</name>
<name lang="en">Surge protection</name> <name lang="en">Surge protection</name>
<name lang="es">Protección contra descargas 2</name> <name lang="es">Protección contra descargas 2</name>
<name lang="cs">Bleskojistka, ochrana proti nárazu</name>
<name lang="fr">Parafoudre</name>
<name lang="nl">Overspanning beveiligig</name>
</names> </names>
<elementInformations/> <informations>Author: The QElectroTech team
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<dynamic_text z="1" text_from="ElementInfo" rotation="0" text_width="-1" Valignment="AlignTop" frame="false" x="18" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-15.45" uuid="{daef117a-d243-49f7-b089-6a8ffe076f69}" Halignment="AlignLeft"> <input tagg="label" y="-4.45" size="9" rotate="true" text="_" x="18"/>
<text></text> <text y="-16.6667" size="4" text="N" x="-10"/>
<info_name>label</info_name> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="24" length1="1.5" antialias="false" end2="none" length2="1.5" x2="14" x1="8" end1="none" y2="24"/>
</dynamic_text> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="22" length1="1.5" antialias="false" end2="none" length2="1.5" x2="16" x1="6" end1="none" y2="22"/>
<text rotation="0" x="-10" text="N" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" y="-16.6667"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="20" length1="1.5" antialias="false" end2="none" length2="1.5" x2="18" x1="4" end1="none" y2="20"/>
<line end1="none" x1="8" x2="14" end2="none" length1="1.5" length2="1.5" antialias="false" y1="24" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="24"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" length1="1.5" antialias="false" end2="none" length2="1.5" x2="-11" x1="-11" end1="none" y2="-20"/>
<line end1="none" x1="6" x2="16" end2="none" length1="1.5" length2="1.5" antialias="false" y1="22" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="22"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" y="-10" antialias="false" width="30" x="-15"/>
<line end1="none" x1="4" x2="18" end2="none" length1="1.5" length2="1.5" antialias="false" y1="20" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="20"/> <text y="14.3333" size="4" text="T" x="12.5"/>
<line end1="none" x1="-11" x2="-11" end2="none" length1="1.5" length2="1.5" antialias="false" y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-20"/> <text y="-16.6667" size="4" text="L1" x="11"/>
<rect height="20" x="-15" rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" y="-10" width="30"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="20" length1="1.5" antialias="false" end2="none" length2="1.5" x2="11" x1="11" end1="none" y2="10"/>
<text rotation="0" x="10" text="T" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" y="15"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" length1="1.5" antialias="false" end2="none" length2="1.5" x2="10" x1="10" end1="none" y2="-20"/>
<text rotation="0" x="11" text="L1" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" y="-16.6667"/> <terminal y="-21" orientation="n" x="10"/>
<line end1="none" x1="11" x2="11" end2="none" length1="1.5" length2="1.5" antialias="false" y1="20" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="10"/> <terminal y="17" orientation="s" x="11"/>
<line end1="none" x1="10" x2="10" end2="none" length1="1.5" length2="1.5" antialias="false" y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-20"/> <terminal y="-21" orientation="n" x="-11"/>
<terminal x="10" orientation="n" y="-21"/>
<terminal x="11" orientation="s" y="17"/>
<terminal x="-11" orientation="n" y="-21"/>
</description> </description>
</definition> </definition>

View File

@@ -1,51 +0,0 @@
<definition height="50" hotspot_x="30" hotspot_y="25" orientation="dyyy" link_type="simple" type="element" version="0.80" width="40">
<uuid uuid="{1a8ba1ea-6c13-41d0-996b-74c83bfdb91b}"/>
<names>
<name lang="it">Scaricatore</name>
<name lang="nl">Overspanning beveiliging</name>
<name lang="pl">Ogranicznik przepięć</name>
<name lang="de">Blitzschutz</name>
<name lang="cs">Bleskojistka, ochrana proti přepětí</name>
<name lang="fr">Parafoudre</name>
<name lang="en">Surge protector</name>
<name lang="es">Protección contra descargas</name>
</names>
<elementInformations>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>EN 60617: 07-22-03</informations>
<description>
<line end1="none" x1="0" x2="0" end2="none" length1="1.5" length2="1.5" antialias="false" y1="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-20"/>
<line end1="none" x1="-20" x2="-20" end2="none" length1="1.5" length2="1.5" antialias="false" y1="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-20"/>
<polygon y3="-8" x1="-2" x2="-2" antialias="true" x3="2" y1="-8" style="line-style:normal;line-weight:thin;filling:black;color:black" y2="-8" x5="-2" y5="-8" y4="-2" x4="0"/>
<polygon y3="-8" x1="-22" x2="-22" antialias="true" x3="-18" y1="-8" style="line-style:normal;line-weight:thin;filling:black;color:black" y2="-8" x5="-22" y5="-8" y4="-2" x4="-20"/>
<line end1="none" x1="0" x2="0" end2="none" length1="1.5" length2="1.5" antialias="false" y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="15"/>
<line end1="none" x1="-20" x2="-20" end2="none" length1="1.5" length2="1.5" antialias="false" y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="15"/>
<dynamic_text z="4" text_from="ElementInfo" rotation="0" text_width="-1" Valignment="AlignTop" frame="false" x="7" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-7.3334" uuid="{11a32e77-08cb-463c-9e17-0ac6633307ae}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line end1="none" x1="4" x2="4" end2="none" length1="1.5" length2="1.5" antialias="false" y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-10"/>
<line end1="none" x1="-16" x2="-16" end2="none" length1="1.5" length2="1.5" antialias="false" y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-10"/>
<line end1="none" x1="-4" x2="4" end2="none" length1="1.5" length2="1.5" antialias="false" y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="10"/>
<line end1="none" x1="-24" x2="-16" end2="none" length1="1.5" length2="1.5" antialias="false" y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="10"/>
<line end1="none" x1="4" x2="-4" end2="none" length1="1.5" length2="1.5" antialias="false" y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-10"/>
<line end1="none" x1="-16" x2="-24" end2="none" length1="1.5" length2="1.5" antialias="false" y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-10"/>
<line end1="none" x1="-24" x2="-24" end2="none" length1="1.5" length2="1.5" antialias="false" y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="10"/>
<line end1="none" x1="-4" x2="-4" end2="none" length1="1.5" length2="1.5" antialias="false" y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="10"/>
<line end1="none" x1="0" x2="-20" end2="none" length1="1.5" length2="1.5" antialias="false" y1="15" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="15"/>
<terminal x="-20" orientation="n" y="-21"/>
<terminal x="-10" orientation="s" y="20"/>
<terminal x="0" orientation="n" y="-21"/>
</description>
</definition>

View File

@@ -1,44 +0,0 @@
<definition width="50" type="element" version="0.70" hotspot_y="24" orientation="dyyy" hotspot_x="33" height="50" link_type="master">
<uuid uuid="{c1d17128-3672-44b5-a1dd-946af2444d6b}"/>
<names>
<name lang="fr">Relais temporisé</name>
<name lang="en">Timed relay</name>
</names>
<kindInformations>
<kindInformation show="1" name="type">coil</kindInformation>
</kindInformations>
<elementInformations/>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<line y2="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" x1="-20" y1="-20" x2="-20" end1="none" end2="none" antialias="false" length2="1.5"/>
<rect width="44" x="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-8" height="16" ry="0" antialias="false" rx="0"/>
<line y2="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" x1="0" y1="-20" x2="0" end1="none" end2="none" antialias="false" length2="1.5"/>
<dynamic_text x="-2" Valignment="AlignTop" y="6" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" rotation="0" Halignment="AlignLeft" frame="false" uuid="{7c9456fd-7999-4382-b8ca-364e7f56f26b}" text_width="-1" z="3">
<text>A2</text>
</dynamic_text>
<dynamic_text x="-22" Valignment="AlignTop" y="-20" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" rotation="0" Halignment="AlignLeft" frame="false" uuid="{1b2f4273-3fdf-4db0-a089-24ffa51e26a2}" text_width="-1" z="4">
<text>Y</text>
</dynamic_text>
<dynamic_text x="-2" Valignment="AlignTop" y="-20" font="Sans Serif,4,-1,5,25,0,0,0,0,0" text_from="UserText" rotation="0" Halignment="AlignLeft" frame="false" uuid="{1b2f4273-3fdf-4db0-a089-24ffa51e26a2}" text_width="-1" z="4">
<text>A1</text>
</dynamic_text>
<dynamic_text x="20" Valignment="AlignTop" y="-15" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" rotation="0" Halignment="AlignLeft" frame="false" uuid="{f4995b5d-50c3-44ed-bf88-0a296ff5f89e}" text_width="-1" z="6">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line y2="20" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" x1="0" y1="8" x2="0" end1="none" end2="none" antialias="false" length2="1.5"/>
<line y2="8" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" x1="-22" y1="-8" x2="-22" end1="none" end2="none" antialias="false" length2="1.5"/>
<line y2="8" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" x1="-14" y1="-8" x2="-14" end1="none" end2="none" antialias="false" length2="1.5"/>
<line y2="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" x1="-22" y1="8" x2="-14" end1="none" end2="none" antialias="false" length2="1.5"/>
<line y2="8" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" x1="-22" y1="-8" x2="-14" end1="none" end2="none" antialias="false" length2="1.5"/>
<dynamic_text x="20" Valignment="AlignTop" y="5" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" text_from="ElementInfo" rotation="0" Halignment="AlignLeft" frame="false" uuid="{2213004b-dac5-4b09-a030-bf2ff66456bd}" text_width="-1" z="12">
<text></text>
<info_name>comment</info_name>
</dynamic_text>
<rect width="8" x="-30" style="line-style:normal;line-weight:normal;filling:black;color:black" y="-8" height="16" ry="0" antialias="false" rx="0"/>
<terminal x="-20" orientation="n" y="-20"/>
<terminal x="0" orientation="s" y="20"/>
<terminal x="0" orientation="n" y="-20"/>
</description>
</definition>

View File

@@ -1,38 +0,0 @@
<definition height="50" link_type="slave" version="0.70" hotspot_y="24" orientation="dyyy" width="40" type="element" hotspot_x="33">
<uuid uuid="{e7b66dbd-a6cb-4907-87b2-eda3b4bc3b45}"/>
<names>
<name lang="en">Timed switch rest </name>
<name lang="fr">Inverseur temporisé repos</name>
</names>
<kindInformations>
<kindInformation show="1" name="number">1</kindInformation>
<kindInformation show="1" name="state">SW</kindInformation>
<kindInformation show="1" name="type">delayOff</kindInformation>
</kindInformations>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<polygon antialias="true" y3="20" x3="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="10" y1="-10" x2="0" x1="-15" closed="false"/>
<dynamic_text rotation="0" Halignment="AlignLeft" Valignment="AlignTop" uuid="{8e84a620-7969-4787-96bc-ad321e686495}" y="-14" text_width="-1" z="2" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="13" frame="false" text_from="ElementInfo">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="2" end1="none" length1="1.5" end2="none" y1="2" x2="-8" x1="-20" length2="1.5"/>
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-10" end1="none" length1="1.5" end2="none" y1="-20" x2="0" x1="0" length2="1.5"/>
<polygon antialias="false" y3="-8" x3="-12" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-8" y1="-20" x2="-20" x1="-20" closed="false"/>
<dynamic_text rotation="0" Halignment="AlignLeft" Valignment="AlignTop" uuid="{2b486564-141b-4d6b-b567-70313ba791b1}" y="-28" text_width="-1" z="5" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" x="-3" frame="false" text_from="UserText">
<text>18</text>
</dynamic_text>
<dynamic_text rotation="0" Halignment="AlignLeft" Valignment="AlignTop" uuid="{2b486564-141b-4d6b-b567-70313ba791b1}" y="10" text_width="-1" z="5" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" x="-2" frame="false" text_from="UserText">
<text>15</text>
</dynamic_text>
<dynamic_text rotation="0" Halignment="AlignLeft" Valignment="AlignTop" uuid="{2b486564-141b-4d6b-b567-70313ba791b1}" y="-28" text_width="-1" z="5" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" x="-22" frame="false" text_from="UserText">
<text>16</text>
</dynamic_text>
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="0" end1="none" length1="1.5" end2="none" y1="0" x2="-8" x1="-20" length2="1.5"/>
<arc height="8" antialias="true" y="-2.95082" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-27.6503" angle="180" start="270" width="8"/>
<terminal y="20" x="0" orientation="s"/>
<terminal y="-20" x="-20" orientation="n"/>
<terminal y="-20" x="0" orientation="n"/>
</description>
</definition>

View File

@@ -1,38 +0,0 @@
<definition height="50" link_type="slave" hotspot_y="24" hotspot_x="26" width="30" type="element" orientation="dyyy" version="0.70">
<uuid uuid="{fa856697-4b53-4292-b84b-a16ccfdfbb40}"/>
<names>
<name lang="en">timed switch work</name>
<name lang="fr">Inverseur temporisé travail</name>
</names>
<kindInformations>
<kindInformation show="1" name="state">SW</kindInformation>
<kindInformation show="1" name="type">delayOn</kindInformation>
<kindInformation show="1" name="number">1</kindInformation>
</kindInformations>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<polygon closed="false" x2="0" y3="20" y2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-15" x3="0" antialias="true" y1="-10"/>
<line end1="none" end2="none" length2="1.5" length1="1.5" x2="-8" y2="2" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-20" antialias="false" y1="2"/>
<dynamic_text y="-14" text_from="ElementInfo" Valignment="AlignTop" text_width="-1" x="13" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" uuid="{8e84a620-7969-4787-96bc-ad321e686495}" Halignment="AlignLeft" z="2">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line end1="none" end2="none" length2="1.5" length1="1.5" x2="0" y2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" antialias="false" y1="-20"/>
<polygon closed="false" x2="-20" y3="-8" y2="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" x3="-12" antialias="false" y1="-20"/>
<dynamic_text y="-28" text_from="UserText" Valignment="AlignTop" text_width="-1" x="-22" rotation="0" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false" uuid="{2b486564-141b-4d6b-b567-70313ba791b1}" Halignment="AlignLeft" z="5">
<text>16</text>
</dynamic_text>
<dynamic_text y="10" text_from="UserText" Valignment="AlignTop" text_width="-1" x="-2" rotation="0" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false" uuid="{2b486564-141b-4d6b-b567-70313ba791b1}" Halignment="AlignLeft" z="5">
<text>15</text>
</dynamic_text>
<dynamic_text y="-28" text_from="UserText" Valignment="AlignTop" text_width="-1" x="-3" rotation="0" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" frame="false" uuid="{2b486564-141b-4d6b-b567-70313ba791b1}" Halignment="AlignLeft" z="5">
<text>18</text>
</dynamic_text>
<line end1="none" end2="none" length2="1.5" length1="1.5" x2="-8" y2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-20" antialias="false" y1="0"/>
<arc height="8" start="90" y="-2.95082" width="8" angle="180" x="-23.6503" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true"/>
<terminal y="-20" x="-20" orientation="n"/>
<terminal y="-20" x="0" orientation="n"/>
<terminal y="20" x="0" orientation="s"/>
</description>
</definition>

View File

@@ -1,39 +0,0 @@
<definition width="40" type="element" height="50" hotspot_y="24" version="0.70" orientation="dyyy" hotspot_x="33" link_type="slave">
<uuid uuid="{9727aab9-91e4-4dfc-864e-8acf32485a7f}"/>
<names>
<name lang="en">Timed switch rest and work</name>
<name lang="fr">Inverseur temporisé repos et travail</name>
</names>
<kindInformations>
<kindInformation show="1" name="number">1</kindInformation>
<kindInformation show="1" name="state">SW</kindInformation>
<kindInformation show="1" name="type">delayOnOff</kindInformation>
</kindInformations>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<polygon x2="0" x1="-15" x3="0" y1="-10" closed="false" y3="20" y2="10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc width="8" start="90" y="-2.95082" height="8" angle="180" antialias="true" x="-19.6503" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text uuid="{8e84a620-7969-4787-96bc-ad321e686495}" Valignment="AlignTop" text_width="-1" z="2" y="-14" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" rotation="0" frame="false" x="13" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line x2="-8" length1="1.5" x1="-20" end1="none" end2="none" y1="2" length2="1.5" y2="2" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line x2="0" length1="1.5" x1="0" end1="none" end2="none" y1="-20" length2="1.5" y2="-10" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text uuid="{2b486564-141b-4d6b-b567-70313ba791b1}" Valignment="AlignTop" text_width="-1" z="5" y="-28" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0" frame="false" x="-3" Halignment="AlignLeft">
<text>18</text>
</dynamic_text>
<dynamic_text uuid="{2b486564-141b-4d6b-b567-70313ba791b1}" Valignment="AlignTop" text_width="-1" z="5" y="10" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0" frame="false" x="-2" Halignment="AlignLeft">
<text>15</text>
</dynamic_text>
<dynamic_text uuid="{2b486564-141b-4d6b-b567-70313ba791b1}" Valignment="AlignTop" text_width="-1" z="5" y="-28" font="Sans Serif,4,-1,5,0,0,0,0,0,0,normal" text_from="UserText" rotation="0" frame="false" x="-22" Halignment="AlignLeft">
<text>16</text>
</dynamic_text>
<polygon x2="-20" x1="-20" x3="-12" y1="-20" closed="false" y3="-8" y2="-8" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-8" length1="1.5" x1="-20" end1="none" end2="none" y1="0" length2="1.5" y2="0" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<arc width="8" start="270" y="-2.95082" height="8" angle="180" antialias="true" x="-27.6503" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<terminal y="20" orientation="s" x="0"/>
<terminal y="-20" orientation="n" x="-20"/>
<terminal y="-20" orientation="n" x="0"/>
</description>
</definition>

View File

@@ -1,29 +0,0 @@
<definition link_type="slave" hotspot_y="24" version="0.70" width="40" type="element" height="50" orientation="dyyy" hotspot_x="29">
<uuid uuid="{9bb6f34d-fccd-49a9-9d2b-523eb1e2459f}"/>
<names>
<name lang="en">Simple contact (NC / switch-on and off delay timer)</name>
<name lang="fr">Contact simple NF (tempo travail et repos)</name>
</names>
<kindInformations>
<kindInformation show="1" name="number">1</kindInformation>
<kindInformation show="1" name="type">delayOnOff</kindInformation>
<kindInformation show="1" name="state">NC</kindInformation>
</kindInformations>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<polygon x2="0" y2="10" x1="5" y1="-10" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x3="0" y3="20"/>
<arc start="90" y="-5" x="-25" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="true" width="10" angle="-180" height="10"/>
<line x2="2" y2="1.5" end1="none" end2="none" x1="-14.8" y1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length2="1.5" length1="1.5"/>
<line x2="6" y2="-9" end1="none" end2="none" x1="0" y1="-9" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" length1="1.5"/>
<line x2="2.5" y2="-1.5" end1="none" end2="none" x1="-14.8" y1="-1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length2="1.5" length1="1.5"/>
<dynamic_text z="6" y="-12" rotation="0" x="9" text_width="-1" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" uuid="{eb70ae75-4571-4a6c-912e-492db81b4a97}" Halignment="AlignLeft" text_from="ElementInfo">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<arc start="-90" y="-5" x="-15" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="true" width="10" angle="-180" height="10"/>
<line x2="0" y2="-10" end1="none" end2="none" x1="0" y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length2="1.5" length1="1.5"/>
<terminal y="-20" x="0" orientation="n"/>
<terminal y="20" x="0" orientation="s"/>
</description>
</definition>

View File

@@ -1,28 +0,0 @@
<definition type="element" height="50" width="40" orientation="dyyy" hotspot_x="21" hotspot_y="24" link_type="slave" version="0.70">
<uuid uuid="{248ac6e9-3f18-4c6e-8f85-914db7ef49c7}"/>
<names>
<name lang="fr">Contact simple NO (tempo repos et travail)</name>
<name lang="en">Simple contact (switch-on and off delay timer)</name>
</names>
<kindInformations>
<kindInformation name="type" show="1">delayOnOff</kindInformation>
<kindInformation name="state" show="1">NO</kindInformation>
<kindInformation name="number" show="1">1</kindInformation>
</kindInformations>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<arc height="10" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="-180" width="10" x="-14" y="-5" start="90" antialias="true"/>
<arc height="10" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="-180" width="10" x="-4" y="-5" start="270" antialias="true"/>
<polygon closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="5" y1="-10" antialias="true" x2="10" y2="10" x3="10" y3="20"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x1="-4" end2="none" length1="1.5" length2="1.5" y1="1.5" antialias="false" x2="7" y2="1.5"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x1="-4" end2="none" length1="1.5" length2="1.5" y1="-1.5" antialias="false" x2="7" y2="-1.5"/>
<dynamic_text Halignment="AlignLeft" rotation="0" x="12.75" text_from="ElementInfo" y="-8" uuid="{ba372a7c-21f3-4e1e-86bb-03e0e24bbb65}" text_width="-1" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" z="5">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="10" end2="none" length1="1.5" length2="1.5" y1="-20" antialias="false" x2="10" y2="-10"/>
<terminal x="10" orientation="n" y="-20"/>
<terminal x="10" orientation="s" y="20"/>
</description>
</definition>

View File

@@ -1,29 +1,26 @@
<definition orientation="dyyy" type="element" width="50" height="60" link_type="slave" version="0.80" hotspot_x="42" hotspot_y="44"> <definition type="element" hotspot_y="44" version="0.60" hotspot_x="42" link_type="slave" orientation="dyyy" width="50" height="60">
<uuid uuid="{9856a744-050c-4144-9743-a935fcd245ae}"/> <uuid uuid="{ad62e994-1c20-42c4-8a2f-40519cc56f5c}"/>
<names> <names>
<name lang="es">Contacto de disyuntor termico magnetico NA</name>
<name lang="fr">Contact NO disjoncteur magnéto-thermique GV</name> <name lang="fr">Contact NO disjoncteur magnéto-thermique GV</name>
<name lang="es">Contacto de disyuntor termico magnetico NA</name>
</names> </names>
<kindInformations> <kindInformations>
<kindInformation name="type" show="1">simple</kindInformation>
<kindInformation name="number" show="1">1</kindInformation> <kindInformation name="number" show="1">1</kindInformation>
<kindInformation name="state" show="1">NO</kindInformation> <kindInformation name="state" show="1">NC</kindInformation>
<kindInformation name="type" show="1">simple</kindInformation>
</kindInformations> </kindInformations>
<informations></informations> <informations></informations>
<description> <description>
<polygon style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x3="-22" y2="-20" y6="-30" y7="-30" closed="false" x5="-27" y5="-26" x2="-27" x4="-22" y1="-16" x6="-27" x7="-27" x1="-27" y4="-26" y3="-20"/> <polygon x3="-22" x6="-27" y4="-26" y2="-20" closed="false" x5="-27" y5="-26" y6="-30" x7="-27" x4="-22" x2="-27" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y1="-16" x1="-27" y7="-30"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" ry="0" rx="0" x="-37" width="20" height="28" y="-30"/> <rect y="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x="-37" width="20" height="28"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" text="I>" x="-34" rotation="0" y="-5" color="#000000"/> <text y="-5" text="I>" size="9" x="-34"/>
<dynamic_text font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="4" Valignment="AlignTop" rotation="0" text_from="ElementInfo" y="-24.5" Halignment="AlignLeft" uuid="{56a6a9aa-83b0-4fb3-9934-c55a1d9f5d7e}" z="4" frame="false" text_width="-1"> <input y="-13.5" text="_" size="8" tagg="label" rotate="true" x="4"/>
<text></text> <line length1="1.5" length2="1.5" y2="-16" end2="none" x2="-17" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="-16" x1="-37"/>
<info_name>label</info_name> <line length1="1.5" length2="1.5" y2="-40" end2="none" x2="0" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="-25" x1="0"/>
</dynamic_text> <line length1="1.5" length2="1.5" y2="-25" end2="none" x2="-10" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="-5" x1="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y2="-16" end2="none" x2="-17" length2="1.5" y1="-16" end1="none" x1="-37" length1="1.5"/> <line length1="1.5" length2="1.5" y2="-5" end2="none" x2="0" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y1="10" x1="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y2="-40" end2="none" x2="0" length2="1.5" y1="-25" end1="none" x1="0" length1="1.5"/> <line length1="1.5" length2="1.5" y2="-15" end2="none" x2="-7" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" y1="-15" x1="-15"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y2="-25" end2="none" x2="-10" length2="1.5" y1="-5" end1="none" x1="0" length1="1.5"/> <terminal y="-40" orientation="n" x="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y2="-5" end2="none" x2="0" length2="1.5" y1="10" end1="none" x1="0" length1="1.5"/> <terminal y="10" orientation="s" x="0"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" y2="-15" end2="none" x2="-7" length2="1.5" y1="-15" end1="none" x1="-15" length1="1.5"/>
<terminal orientation="n" x="0" y="-40"/>
<terminal orientation="s" x="0" y="10"/>
</description> </description>
</definition> </definition>

View File

@@ -1,66 +0,0 @@
<definition orientation="dyyy" version="0.70" height="80" hotspot_x="50" link_type="simple" hotspot_y="39" width="100" type="element">
<uuid uuid="{c4ecef4b-8696-443d-9548-83590289d1f6}"/>
<names>
<name lang="es">Fuente de poder AC/DC 3 polos</name>
<name lang="de">Netzteil AC/DC 3-polig</name>
<name lang="pl">Zasilacz trójfazowy</name>
<name lang="fr">ABL8RPS24050</name>
<name lang="en">Power supply AC/DC 3 poles</name>
</names>
<elementInformations>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="designation" show="1">ABL8RPS24050</elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">schneider</elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
</elementInformations>
<informations>EN 60617: 06-14-03</informations>
<description>
<text text="AC 3~" y="-7" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="-28"/>
<circle diameter="5" y="-32.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="27.5"/>
<text text="-" y="24" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="9"/>
<text text="-" y="24" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="29"/>
<text text="LV" y="-20" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="-14"/>
<line length1="1.5" y2="30" length2="1.5" end1="none" antialias="false" x1="13" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="30" x2="27" end2="none"/>
<text text="DC" y="12" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="18"/>
<line length1="1.5" y2="30" length2="1.5" end1="none" antialias="false" x1="-7" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="30" x2="7" end2="none"/>
<line length1="1.5" y2="30" length2="1.5" end1="none" antialias="false" x1="-27" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="30" x2="-13" end2="none"/>
<text text="+" y="24" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="-12"/>
<text text="C" y="-20" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="6"/>
<circle diameter="5" y="-32.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-12.5"/>
<text text="PE" y="-20" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="-34"/>
<text text="HV" y="-20" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="28"/>
<circle diameter="5" y="-32.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="7.5"/>
<circle diameter="5" y="27.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-32.5"/>
<circle diameter="5" y="27.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="27.5"/>
<circle diameter="5" y="27.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-12.5"/>
<circle diameter="5" y="27.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="7.5"/>
<dynamic_text Valignment="AlignTop" Halignment="AlignLeft" text_width="-1" y="-30" uuid="{85ca85a9-4d65-41f0-bf73-bacf801bfd0e}" text_from="ElementInfo" frame="false" z="20" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-80">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<text text="+" y="24" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" x="-32"/>
<polygon x3="-45" y2="30" y4="-29.8785" y5="-29.8785" closed="false" x4="-33" y6="-29.8785" x5="-33" x6="-33" antialias="false" x1="-33" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="30" x2="-45" y3="-29.8785"/>
<polygon x3="45" y2="-30.1383" y4="30" y5="30" closed="false" x4="33" y6="30" x5="33" x6="33" antialias="false" x1="33" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-30.1383" x2="45" y3="30"/>
<line length1="1.5" y2="-30" length2="1.5" end1="none" antialias="false" x1="-27" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-30" x2="-13" end2="none"/>
<line length1="1.5" y2="-30" length2="1.5" end1="none" antialias="false" x1="-7" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-30" x2="7" end2="none"/>
<line length1="1.5" y2="-30" length2="1.5" end1="none" antialias="false" x1="13" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-30" x2="27" end2="none"/>
<rect height="30" rx="0" y="-15" width="60" antialias="false" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" x="-30"/>
<line length1="1.5" y2="15" length2="1.5" end1="none" antialias="false" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-15" x2="-30" end2="none"/>
<circle diameter="5" y="-32.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-32.5"/>
<terminal orientation="n" y="-33" x="-10"/>
<terminal orientation="n" y="-33" x="-30"/>
<terminal orientation="s" y="33" x="-30"/>
<terminal orientation="s" y="33" x="-10"/>
<terminal orientation="n" y="-33" x="10"/>
<terminal orientation="s" y="33" x="10"/>
<terminal orientation="s" y="33" x="30"/>
<terminal orientation="n" y="-33" x="30"/>
</description>
</definition>

View File

@@ -1,47 +0,0 @@
<definition type="element" link_type="simple" width="70" height="60" hotspot_y="49" orientation="dyyy" hotspot_x="36" version="0.70">
<uuid uuid="{2bb4a252-1a7f-4893-b3bb-8a1c298d19a3}"/>
<names>
<name lang="pl">Zasilacz</name>
<name lang="nl">Gelijkrichter AC1/DC</name>
<name lang="en">Rectifier</name>
<name lang="it">Raddrizzatore AC/DC</name>
<name lang="be">Gelijkrichter AC1/DC</name>
<name lang="fr">Redresseur AC/DC</name>
<name lang="de">Netzteil AC/DC</name>
<name lang="ar">موحد محكوم</name>
<name lang="el">Ανορθωτής</name>
<name lang="cs">Proudový zdroj</name>
<name lang="es">Rectificador</name>
</names>
<elementInformations/>
<informations>EN 60617: 06-14-03</informations>
<description>
<line x1="10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-13" x2="20" end2="none" y2="-13" end1="none"/>
<line x1="10" antialias="false" length1="1.5" length2="1.5" style="line-style:dotted;line-weight:normal;filling:none;color:black" y1="-15" x2="22" end2="none" y2="-15" end1="none"/>
<rect antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-40" width="60" rx="0" height="40" x="-30"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{6b3b16fb-bd4b-4639-9469-076599faeba7}" Halignment="AlignLeft" y="-35.45" rotation="0" text_from="ElementInfo" z="2" Valignment="AlignTop" text_width="-1" x="33" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line x1="-12" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-4" x2="-8" end2="none" y2="-4" end1="none"/>
<line x1="8" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-4" x2="12" end2="none" y2="-4" end1="none"/>
<line x1="-30" antialias="true" length1="0" length2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x2="30" end2="simple" y2="-40" end1="simple"/>
<arc angle="-175" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-35.5" width="5" height="5" start="0" x="-19.5"/>
<arc angle="-175" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-35.5" width="5" height="5" start="180" x="-24.5"/>
<line x1="-25" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-28" x2="-14" end2="none" y2="-28" end1="none"/>
<line x1="10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-6" x2="10" end2="none" y2="-2" end1="none"/>
<line x1="-10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-45" x2="-10" end2="none" y2="-40" end1="none"/>
<line x1="10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-45" x2="10" end2="none" y2="-40" end1="none"/>
<line x1="-10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x2="-10" end2="none" y2="5" end1="none"/>
<line x1="10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x2="10" end2="none" y2="5" end1="none"/>
<dynamic_text font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" uuid="{8420c46b-909b-49f8-8bba-fc9aeea69895}" Halignment="AlignLeft" y="-20" rotation="0" text_from="ElementInfo" z="16" Valignment="AlignTop" text_width="-1" x="35" frame="false">
<text></text>
<info_name>comment</info_name>
</dynamic_text>
<terminal y="-20" orientation="w" x="-30"/>
<terminal y="-45" orientation="n" x="-10"/>
<terminal y="-45" orientation="n" x="10"/>
<terminal y="5" orientation="s" x="10"/>
<terminal y="5" orientation="s" x="-10"/>
</description>
</definition>

View File

@@ -1,135 +0,0 @@
<definition version="0.70" orientation="dyyy" type="element" width="450" height="90" hotspot_y="44" hotspot_x="225" link_type="simple">
<uuid uuid="{202b43e9-7b17-4df1-8a21-b0bbdd57c9ab}"/>
<names>
<name lang="fr">Carte à voyant</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="6.465" antialias="false" y="16.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-143.535" antialias="false" y="16.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="66.465" antialias="false" y="16.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="126.465" antialias="false" y="-23.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-170" rx="0" antialias="false" ry="0" width="20" height="10" y="-25"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-123.535" antialias="false" y="-23.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="126.465" antialias="false" y="16.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-150" rx="0" antialias="false" ry="0" width="20" height="10" y="-25"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-83.535" antialias="false" y="16.5"/>
<text x="-100" color="#000000" text="RD2" rotation="0" y="10" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-83.535" antialias="false" y="-23.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-143.535" antialias="false" y="-23.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="106.465" antialias="false" y="16.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="6.465" antialias="false" y="-23.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-13.535" antialias="false" y="16.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="186.465" antialias="false" y="16.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-103.535" antialias="false" y="16.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="46.465" antialias="false" y="16.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-163.535" antialias="false" y="16.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="80" rx="0" antialias="false" ry="0" width="60" height="10" y="15"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="66.465" antialias="false" y="-23.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-90" rx="0" antialias="false" ry="0" width="20" height="10" y="-25"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-190" rx="0" antialias="false" ry="0" width="60" height="10" y="15"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-130" rx="0" antialias="false" ry="0" width="60" height="10" y="15"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-130" rx="0" antialias="false" ry="0" width="40" height="10" y="-25"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="20" rx="0" antialias="false" ry="0" width="60" height="10" y="15"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-40" rx="0" antialias="false" ry="0" width="60" height="10" y="15"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="166.465" antialias="false" y="16.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-163.535" antialias="false" y="-23.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="186.465" antialias="false" y="-23.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-123.535" antialias="false" y="16.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-103.535" antialias="false" y="-23.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-183.535" antialias="false" y="16.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="86.465" antialias="false" y="16.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-33.535" antialias="false" y="16.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="26.465" antialias="false" y="16.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="106.465" antialias="false" y="-23.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-13.535" antialias="false" y="-23.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="46.465" antialias="false" y="-23.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-40" rx="0" antialias="false" ry="0" width="60" height="10" y="-25"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="166.465" antialias="false" y="-23.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="80" rx="0" antialias="false" ry="0" width="60" height="10" y="-25"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="20" rx="0" antialias="false" ry="0" width="60" height="10" y="-25"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="26.465" antialias="false" y="-23.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-33.535" antialias="false" y="-23.5"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="86.465" antialias="false" y="-23.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="140" rx="0" antialias="false" ry="0" width="60" height="10" y="-25"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="140" rx="0" antialias="false" ry="0" width="60" height="10" y="15"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="146.465" antialias="false" y="-23.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-220" rx="0" antialias="false" ry="0" width="440" height="80" y="-40"/>
<circle diameter="7" style="line-style:normal;line-weight:normal;filling:none;color:black" x="146.465" antialias="false" y="16.5"/>
<text x="-180" color="#000000" text="NO" rotation="0" y="35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="-160" color="#000000" text="C" rotation="0" y="35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="-140" color="#000000" text="NF" rotation="0" y="35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="-160" color="#000000" text="RD1" rotation="0" y="10" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
<text x="-120" color="#000000" text="NO" rotation="0" y="35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="-100" color="#000000" text="C" rotation="0" y="35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="-79" color="#000000" text="NF" rotation="0" y="35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="-29.8553" color="#000000" text="24" rotation="0" y="35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="-10" color="#000000" text="23" rotation="0" y="35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="10" color="#000000" text="22" rotation="0" y="35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="30" color="#000000" text="21" rotation="0" y="35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="50" color="#000000" text="20" rotation="0" y="35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="70" color="#000000" text="19" rotation="0" y="35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="90" color="#000000" text="18" rotation="0" y="35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="110" color="#000000" text="17" rotation="0" y="35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="130" color="#000000" text="16" rotation="0" y="35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="150" color="#000000" text="15" rotation="0" y="35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="170" color="#000000" text="14" rotation="0" y="35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="190" color="#000000" text="13" rotation="0" y="35" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="-30.9073" color="#000000" text="01" rotation="0" y="-30" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="-10" color="#000000" text="02" rotation="0" y="-30" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="30" color="#000000" text="04" rotation="0" y="-30" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="50" color="#000000" text="05" rotation="0" y="-30" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="70" color="#000000" text="06" rotation="0" y="-30" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="90" color="#000000" text="07" rotation="0" y="-30" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="110" color="#000000" text="08" rotation="0" y="-30" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="130" color="#000000" text="09" rotation="0" y="-30" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="150" color="#000000" text="10" rotation="0" y="-30" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="170" color="#000000" text="11" rotation="0" y="-30" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="190" color="#000000" text="12" rotation="0" y="-30" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="10" color="#000000" text="03" rotation="0" y="-30" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="-165" color="#000000" text="24VTp" rotation="0" y="-30" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="-145" color="#000000" text="+24V" rotation="0" y="-29" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="-126" color="#000000" text="24VAC" rotation="0" y="-29" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="-106" color="#000000" text="24VAC" rotation="0" y="-29" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text x="-83" color="#000000" text="0V" rotation="0" y="-29" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<line x1="-199.776" y2="0" length2="1.5" length1="1.5" y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" end2="none" x2="-199.776" end1="none"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-204" rx="0" antialias="false" ry="0" width="0" height="1" y="-17"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-204" rx="0" antialias="false" ry="0" width="8.4474" height="15" y="-17"/>
<terminal x="-29.8553" orientation="s" y="40"/>
<terminal x="10" orientation="n" y="-40"/>
<terminal x="-79.8553" orientation="s" y="40"/>
<terminal x="70.1447" orientation="s" y="40"/>
<terminal x="-9.8553" orientation="s" y="40"/>
<terminal x="-140" orientation="n" y="-40"/>
<terminal x="150" orientation="n" y="-40"/>
<terminal x="-120" orientation="n" y="-39"/>
<terminal x="50.1447" orientation="s" y="40"/>
<terminal x="70" orientation="n" y="-40"/>
<terminal x="-30" orientation="n" y="-40"/>
<terminal x="110" orientation="n" y="-40"/>
<terminal x="-119.855" orientation="s" y="40"/>
<terminal x="30" orientation="n" y="-40"/>
<terminal x="-99.8553" orientation="s" y="40"/>
<terminal x="-100" orientation="n" y="-40"/>
<terminal x="10.1447" orientation="s" y="40"/>
<terminal x="-160" orientation="n" y="-40"/>
<terminal x="130.145" orientation="s" y="40"/>
<terminal x="190" orientation="n" y="-40"/>
<terminal x="-139.855" orientation="s" y="40"/>
<terminal x="130" orientation="n" y="-40"/>
<terminal x="-180" orientation="s" y="40"/>
<terminal x="-160" orientation="s" y="40"/>
<terminal x="30.1447" orientation="s" y="40"/>
<terminal x="150.145" orientation="s" y="40"/>
<terminal x="90" orientation="n" y="-40"/>
<terminal x="109.883" orientation="s" y="40"/>
<terminal x="-80" orientation="n" y="-39"/>
<terminal x="90.1447" orientation="s" y="40"/>
<terminal x="50" orientation="n" y="-40"/>
<terminal x="170" orientation="n" y="-40"/>
<terminal x="190" orientation="s" y="40"/>
<terminal x="170.145" orientation="s" y="40"/>
<terminal x="-10" orientation="n" y="-40"/>
</description>
</definition>

View File

@@ -1,147 +0,0 @@
<definition hotspot_y="4" orientation="dyyy" hotspot_x="5" width="560" link_type="simple" type="element" height="150" version="0.70">
<uuid uuid="{0393ed13-81ec-405e-ad5b-5f99855e2cf6}"/>
<names>
<name lang="fr">Carte à voyant</name>
</names>
<elementInformations>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Best</elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<circle diameter="15" x="182.5" y="102.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="182.5" y="22.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="362.5" y="102.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="362.5" y="22.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="452.5" y="102.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="452.5" y="22.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="272.5" y="22.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="272.5" y="102.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="302.5" y="102.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="482.5" y="102.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="302.5" y="22.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="482.5" y="22.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="212.5" y="102.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="212.5" y="22.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="392.5" y="102.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="392.5" y="22.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="422.5" y="102.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="512.5" y="102.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="422.5" y="22.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="332.5" y="102.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="512.5" y="22.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect ry="0" x="355" y="100" width="90" height="20" rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="7" x="76.5" y="111.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect ry="0" x="445" y="100" width="90" height="20" rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="332.5" y="22.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect ry="0" x="355" y="20" width="90" height="20" rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect ry="0" x="265" y="100" width="90" height="20" rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="242.5" y="102.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect ry="0" x="445" y="20" width="90" height="20" rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect ry="0" x="175" y="100" width="90" height="20" rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect ry="0" x="265" y="20" width="90" height="20" rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect ry="0" x="50" y="20" width="20" height="10" rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="7" x="96.5" y="21.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect ry="0" x="70" y="20" width="20" height="10" rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="7" x="136.5" y="111.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text x="120" color="#000000" y="107" rotation="0" font="Sans Serif,5,-1,5,50,0,0,0,0,0" text="RD2"/>
<circle diameter="7" x="136.5" y="21.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="7" x="76.5" y="21.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="15" x="242.5" y="22.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="7" x="116.5" y="111.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="7" x="56.5" y="111.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect ry="0" x="130" y="20" width="20" height="10" rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect ry="0" x="30" y="110" width="60" height="10" rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect ry="0" x="90" y="110" width="60" height="10" rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect ry="0" x="90" y="20" width="40" height="10" rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="7" x="56.5" y="21.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="7" x="96.5" y="111.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="7" x="116.5" y="21.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle diameter="7" x="36.5" y="111.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect ry="0" x="175" y="20" width="90" height="20" rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect ry="0" x="0" y="0" width="550" height="140" rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text x="40" color="#000000" y="135" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="NO"/>
<text x="60" color="#000000" y="135" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="C"/>
<text x="80" color="#000000" y="135" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="NF"/>
<text x="60" color="#000000" y="107" rotation="0" font="Sans Serif,5,-1,5,50,0,0,0,0,0" text="RD1"/>
<text x="100" color="#000000" y="135" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="NO"/>
<text x="120" color="#000000" y="135" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="C"/>
<text x="140" color="#000000" y="135" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="NF"/>
<text x="190" color="#000000" y="135" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="24"/>
<text x="220" color="#000000" y="135" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="23"/>
<text x="250" color="#000000" y="135" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="22"/>
<text x="280" color="#000000" y="135" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="21"/>
<text x="310" color="#000000" y="135" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="20"/>
<text x="340" color="#000000" y="135" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="19"/>
<text x="370" color="#000000" y="135" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="18"/>
<text x="400" color="#000000" y="135" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="17"/>
<text x="430" color="#000000" y="135" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="16"/>
<text x="460" color="#000000" y="135" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="15"/>
<text x="490" color="#000000" y="135" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="14"/>
<text x="520" color="#000000" y="135" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="13"/>
<text x="190" color="#000000" y="10" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="01"/>
<text x="220" color="#000000" y="10" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="02"/>
<text x="280" color="#000000" y="10" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="04"/>
<text x="310" color="#000000" y="10" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="05"/>
<text x="340" color="#000000" y="10" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="06"/>
<text x="370" color="#000000" y="10" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="07"/>
<text x="400" color="#000000" y="10" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="08"/>
<text x="430" color="#000000" y="10" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="09"/>
<text x="460" color="#000000" y="10" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="10"/>
<text x="490" color="#000000" y="10" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="11"/>
<text x="520" color="#000000" y="10" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="12"/>
<text x="250" color="#000000" y="10" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="03"/>
<text x="60" color="#000000" y="10" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="24VTp"/>
<text x="80" color="#000000" y="10" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="+24V"/>
<text x="100" color="#000000" y="10" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="24VAC"/>
<text x="120" color="#000000" y="10" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="24VAC"/>
<text x="140" color="#000000" y="10" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="0V"/>
<line end1="none" end2="none" y1="22" length1="1.5" x2="20" y2="43" length2="1.5" antialias="false" x1="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect ry="0" x="16" y="25" width="0" height="1" rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect ry="0" x="16" y="25" width="8" height="15" rx="0" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<terminal orientation="s" x="400" y="140"/>
<terminal orientation="s" x="250" y="140"/>
<terminal orientation="s" x="190" y="140"/>
<terminal orientation="n" x="100" y="0"/>
<terminal orientation="s" x="490" y="140"/>
<terminal orientation="n" x="80" y="0"/>
<terminal orientation="n" x="280" y="0"/>
<terminal orientation="s" x="460" y="140"/>
<terminal orientation="n" x="340" y="0"/>
<terminal orientation="n" x="370" y="0"/>
<terminal orientation="s" x="340" y="140"/>
<terminal orientation="n" x="220" y="0"/>
<terminal orientation="s" x="280" y="140"/>
<terminal orientation="n" x="400" y="0"/>
<terminal orientation="n" x="490" y="0"/>
<terminal orientation="s" x="140" y="140"/>
<terminal orientation="n" x="120" y="0"/>
<terminal orientation="n" x="430" y="0"/>
<terminal orientation="n" x="310" y="0"/>
<terminal orientation="s" x="370" y="140"/>
<terminal orientation="n" x="460" y="0"/>
<terminal orientation="n" x="190" y="0"/>
<terminal orientation="s" x="80" y="140"/>
<terminal orientation="s" x="40" y="140"/>
<terminal orientation="s" x="220" y="140"/>
<terminal orientation="s" x="60" y="140"/>
<terminal orientation="s" x="310" y="140"/>
<terminal orientation="s" x="100" y="140"/>
<terminal orientation="n" x="60" y="0"/>
<terminal orientation="s" x="520" y="140"/>
<terminal orientation="n" x="140" y="0"/>
<terminal orientation="s" x="430" y="140"/>
<terminal orientation="n" x="520" y="0"/>
<terminal orientation="n" x="250" y="0"/>
<terminal orientation="s" x="120" y="140"/>
</description>
</definition>

View File

@@ -13,7 +13,6 @@
<name lang="en">Light</name> <name lang="en">Light</name>
<name lang="pl">Lampa</name> <name lang="pl">Lampa</name>
<name lang="nl">Lamp</name> <name lang="nl">Lamp</name>
<name lang="en">Light</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>

View File

@@ -1,29 +1,32 @@
<definition height="50" hotspot_y="24" version="0.60" width="50" type="element" hotspot_x="10" orientation="dyyy" link_type="simple"> <definition width="70" version="0.3" hotspot_x="15" hotspot_y="35" height="50" type="element" orientation="dyyy">
<uuid uuid="{b9c6cdc5-159d-458d-95b1-1eb8c4685dd3}"/> <uuid uuid="{C7BB71E9-DA4F-498D-801B-464A13F85A61}"/><names>
<names>
<name lang="pl">Buczek</name>
<name lang="nl">Toeter</name>
<name lang="el">Κόρνα</name>
<name lang="pt">Buzina</name>
<name lang="fr">Avertisseur</name>
<name lang="it">Tromba</name>
<name lang="de">Warnhupe</name>
<name lang="cs">Houkačka</name>
<name lang="en">Horn</name>
<name lang="ru">Горн</name>
<name lang="es">Bocina</name>
<name lang="ar">مُنبّه</name> <name lang="ar">مُنبّه</name>
<name lang="de">Warnhupe</name>
<name lang="ru">Горн</name>
<name lang="pt">Buzina</name>
<name lang="el">Κόρνα</name>
<name lang="en">Horn</name>
<name lang="it">Tromba</name>
<name lang="fr">Avertisseur</name>
<name lang="pl">Buczek</name>
<name lang="es">Corneta</name>
<name lang="cs">Houkačka</name>
<name lang="nl">Toeter</name>
</names> </names>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<polygon y1="5" closed="false" y4="-5" antialias="true" y2="10" y3="-10" x1="6" x3="26" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="36" x4="6"/> <polygon x4="10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y1="-5" x1="10" y2="0" x2="40" y3="-20" x3="30" y4="-15"/>
<input y="3" x="41" tagg="label" size="9" text="_"/> <input x="45" y="-7" size="9" text="_" tagg="label"/>
<line length1="1.5" y1="12" antialias="false" y2="12" end1="none" x1="6" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-6" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="2" x1="10" y2="2" x2="-2"/>
<line length1="1.5" y1="-12" antialias="false" y2="12" end1="none" x1="6" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="6" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-30" x1="-10" y2="-20" x2="-10"/>
<line length1="1.5" y1="-12" antialias="false" y2="12" end1="none" x1="-6" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-6" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-22" x1="10" y2="2" x2="10"/>
<line length1="1.5" y1="-12" antialias="false" y2="-12" end1="none" x1="-6" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="6" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-22" x1="-2" y2="2" x2="-2"/>
<terminal y="16" x="0" orientation="s"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-22" x1="-2" y2="-22" x2="10"/>
<terminal y="-16" x="0" orientation="n"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="-10" y2="-20" x2="-2"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="10" x1="-10" y2="0" x2="-10"/>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-10" y2="0" x2="-2"/>
<terminal x="-10" y="10" orientation="s"/>
<terminal x="-10" y="-30" orientation="n"/>
</description> </description>
</definition> </definition>

View File

@@ -1,41 +0,0 @@
<definition height="60" hotspot_x="34" hotspot_y="29" orientation="dyyy" link_type="simple" type="element" version="0.80" width="90">
<uuid uuid="{887e3354-30ff-4452-8d9b-aeaff6da29bc}"/>
<names>
<name lang="it">Commutatore a 3 posizioni </name>
<name lang="nl">keuzeschakelaar 3 pos (NO/NO)</name>
<name lang="pl">Łącznik obrotowy przełączny z położeniem neutralnym</name>
<name lang="de">Drehschalter 2-polig 3 Positionen ein/aus</name>
<name lang="cs">Spínač - 3 polohy</name>
<name lang="fr">Commutateur a 3 positions A/0/M </name>
<name lang="en">3 position switch</name>
<name lang="es">Interruptor de 3 posiciones</name>
</names>
<elementInformations/>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<line end1="none" x1="47" x2="23" end2="none" length1="1.5" length2="1.5" antialias="false" y1="0" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="0"/>
<text rotation="0" x="-24" text="Auto" font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" y="-7"/>
<polygon y3="20" x1="45" x2="50" antialias="true" x3="50" y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="10" closed="false"/>
<text rotation="0" x="-13" text="man" font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" y="-7"/>
<line end1="none" x1="50" x2="50" end2="none" length1="1.5" length2="1.5" antialias="false" y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-10"/>
<line end1="none" x1="-15" x2="-10" end2="none" length1="1.5" length2="1.5" antialias="false" y1="5" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="-5"/>
<line end1="none" x1="-20" x2="-15" end2="none" length1="1.5" length2="1.5" antialias="false" y1="-5" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="5"/>
<line end1="none" x1="18.9314" x2="-26.0136" end2="none" length1="1.5" length2="1.5" antialias="false" y1="0" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="0"/>
<text rotation="0" x="-16" text="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" y="-7"/>
<polygon y3="5" x1="-24" x2="-27" antialias="false" x3="-27" y1="-5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-5" y4="5" closed="false" x4="-30"/>
<polygon y3="20" x1="-5" x2="0" antialias="true" x3="0" y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="10" closed="false"/>
<line end1="none" x1="0" x2="0" end2="none" length1="1.5" length2="1.5" antialias="false" y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-10"/>
<dynamic_text z="13" text_from="ElementInfo" rotation="0" text_width="-1" Valignment="AlignTop" frame="false" x="55" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-10" uuid="{f223e627-8712-4f6f-9c88-ec96bed2375e}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line end1="none" x1="-15" x2="-15" end2="none" length1="1.5" length2="1.5" antialias="false" y1="5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-6"/>
<line end1="none" x1="20" x2="22" end2="none" length1="1.5" length2="1.5" antialias="false" y1="0" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="13"/>
<line end1="none" x1="23" x2="22" end2="none" length1="1.5" length2="1.5" antialias="false" y1="0" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="12"/>
<terminal x="0" orientation="n" y="-21"/>
<terminal x="0" orientation="s" y="21"/>
<terminal x="50" orientation="s" y="21"/>
<terminal x="50" orientation="n" y="-21"/>
</description>
</definition>

View File

@@ -1,46 +0,0 @@
<definition height="60" hotspot_x="34" hotspot_y="29" orientation="dyyy" link_type="simple" type="element" version="0.80" width="120">
<uuid uuid="{f5a479cc-76d2-4ab9-8d43-ba447656bb7a}"/>
<names>
<name lang="it">Commutatore a 3 posizioni </name>
<name lang="nl">keuzeschakelaar 3 pos (NO/NO)</name>
<name lang="pl">Łącznik obrotowy przełączny z położeniem neutralnym</name>
<name lang="cs">Spínač - 3 polohy</name>
<name lang="de">Drehschalter 2-polig 3 Positionen ein/aus</name>
<name lang="fr">Commutateur Ppe1/Ppe2 </name>
<name lang="en">3 position switch</name>
<name lang="es">Interruptor de 3 posiciones</name>
</names>
<elementInformations/>
<informations>s.deffaux</informations>
<description>
<line end1="none" x1="76" x2="41" end2="none" length1="1.5" length2="1.5" antialias="false" y1="0" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="0"/>
<text rotation="0" x="-22" text="1" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" y="-7"/>
<polygon y3="20" x1="75" x2="80" antialias="true" x3="80" y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="10" closed="false"/>
<text rotation="0" x="-12" text="2" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" y="-7"/>
<line end1="none" x1="80" x2="80" end2="none" length1="1.5" length2="1.5" antialias="false" y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-10"/>
<line end1="none" x1="-15" x2="-10" end2="none" length1="1.5" length2="1.5" antialias="false" y1="5" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="-5"/>
<line end1="none" x1="-20" x2="-15" end2="none" length1="1.5" length2="1.5" antialias="false" y1="-5" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="5"/>
<line end1="none" x1="38" x2="-26.0136" end2="none" length1="1.5" length2="1.5" antialias="false" y1="0" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="0"/>
<text rotation="0" x="-17" text="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" y="-7"/>
<polygon y3="5" x1="-24" x2="-27" antialias="false" x3="-27" y1="-5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-5" y4="5" closed="false" x4="-30"/>
<polygon y3="20" x1="-5" x2="0" antialias="true" x3="0" y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="10" closed="false"/>
<line end1="none" x1="0" x2="0" end2="none" length1="1.5" length2="1.5" antialias="false" y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-10"/>
<dynamic_text z="13" text_from="ElementInfo" rotation="0" text_width="-1" Valignment="AlignTop" frame="false" x="90" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" y="-10" uuid="{8421b800-f8e5-4f1f-b0a2-0f1e893c8b14}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line end1="none" x1="-15" x2="-15" end2="none" length1="1.5" length2="1.5" antialias="false" y1="5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-6"/>
<line end1="none" x1="38" x2="40" end2="none" length1="1.5" length2="1.5" antialias="false" y1="0" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="13"/>
<line end1="none" x1="41" x2="40" end2="none" length1="1.5" length2="1.5" antialias="false" y1="0" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="12"/>
<dynamic_text z="17" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" frame="false" x="-30" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" y="15" uuid="{3aac8cf1-b07d-41a2-a3f7-57b19217324b}" Halignment="AlignLeft">
<text>PPE1</text>
</dynamic_text>
<dynamic_text z="18" text_from="UserText" rotation="0" text_width="-1" Valignment="AlignTop" frame="false" x="80" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" y="15" uuid="{c9d3c9f8-041e-4d5b-96fd-357a38119021}" Halignment="AlignLeft">
<text>PPE2</text>
</dynamic_text>
<terminal x="0" orientation="n" y="-21"/>
<terminal x="0" orientation="s" y="21"/>
<terminal x="80" orientation="n" y="-20"/>
<terminal x="80" orientation="s" y="20"/>
</description>
</definition>

View File

@@ -1,42 +0,0 @@
<definition hotspot_x="24" orientation="dyyy" link_type="simple" width="60" version="0.70" type="element" hotspot_y="15" height="40">
<uuid uuid="{ddfbbfd8-54dd-4078-adc4-6fba6b977894}"/>
<names>
<name lang="cs">Teplotní čidlo</name>
<name lang="pl">Czujnik temperatury</name>
<name lang="en">Temperature sensor 4 wire</name>
<name lang="fr">Sonde de temperature 4 fils</name>
<name lang="it">Sonda di temperatura</name>
<name lang="de">Temperaturfühler</name>
<name lang="nl">Temperatuur sensor</name>
<name lang="es">Sensor de temperatura</name>
<name lang="el">Αισθητήρας θερμοκρασίας</name>
</names>
<elementInformations/>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<dynamic_text text_from="ElementInfo" Valignment="AlignTop" x="-7" z="1" frame="false" y="-15.5" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" rotation="0" uuid="{e858b8a4-392c-4210-9875-5c5b9d4474d2}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line y2="10" end2="none" length1="1.5" x1="-10" y1="10" x2="-6" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<line y2="10" end2="none" length1="1.5" x1="20" y1="10" x2="16" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<dynamic_text text_from="UserText" Valignment="AlignTop" x="-5" z="4" frame="false" y="23" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" rotation="0" uuid="{248791a5-4c4b-4f63-82c0-4b3fe8bfa7ac}" Halignment="AlignLeft">
<text>S_</text>
</dynamic_text>
<rect ry="0" x="-5" y="5" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" height="10"/>
<polygon x3="10" y2="20" y4="0" y3="0" x4="15" x1="-5" closed="false" y1="20" x2="0" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="true"/>
<line y2="10" end2="none" length1="1.5" x1="-6" y1="10" x2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<line y2="-9" end2="none" length1="1.5" x1="-20" y1="10" x2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<line y2="10" end2="none" length1="1.5" x1="15" y1="10" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<line y2="10" end2="none" length1="1.5" x1="30" y1="-10" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<text x="-18" color="#000000" text="+" y="19" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0"/>
<text x="21" color="#000000" text="-" y="19" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0"/>
<polygon x3="-10" y2="0" y4="-10" y3="-10" x4="-10" x1="-5" closed="false" y1="10" x2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
<polygon x3="15" x5="15" y2="0" y4="10" y3="10" x4="15" y5="10" x1="20" closed="false" y6="10" y1="-10" x2="20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x6="15"/>
<terminal x="20" orientation="n" y="-10"/>
<terminal x="-20" orientation="n" y="-10"/>
<terminal x="30" orientation="n" y="-10"/>
<terminal x="-10" orientation="n" y="-10"/>
</description>
</definition>

View File

@@ -1,26 +0,0 @@
<definition width="50" hotspot_y="48" type="element" orientation="dyyy" height="80" version="0.70" hotspot_x="24" link_type="simple">
<uuid uuid="{43b540a9-7762-4675-970b-e86c46ec5345}"/>
<names>
<name lang="es">Motormonofásico</name>
<name lang="en">Motor single phase</name>
<name lang="nl">Motor 1fase</name>
<name lang="it">Motore monofase</name>
<name lang="fr">Moteur monophasé</name>
</names>
<elementInformations/>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<polygon x4="15" closed="false" y3="9" y2="9" y1="-36" x3="15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x2="20" x1="20" y4="9"/>
<polygon closed="false" y3="9" y2="9" y1="-40" x3="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x2="-20" x1="-20"/>
<circle y="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="30" x="-15"/>
<text y="17" size="9" x="-11" text="1 ~"/>
<text y="7" size="8" x="-4" text="M"/>
<dynamic_text y="4" uuid="{02168a47-380e-4a8b-94ba-48ae684a0b3d}" font_size="9" z="9" rotation="0" text_from="ElementInfo" Halignment="AlignLeft" x="18" font_family="Sans Serif" Valignment="AlignTop" frame="false" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal y="-40" orientation="n" x="20"/>
<terminal y="-40" orientation="n" x="-20"/>
</description>
</definition>

View File

@@ -1,26 +0,0 @@
<definition orientation="dyyy" type="element" height="50" width="40" link_type="simple" version="0.70" hotspot_x="14" hotspot_y="17">
<uuid uuid="{4c8df704-fb5c-4d79-b690-d178a6fdf5bc}"/>
<names>
<name lang="cs">Jednofázový motor</name>
<name lang="es">Motor monofásico</name>
<name lang="ru">Однофазный эл. мотор</name>
<name lang="pt">Motor monofásico</name>
<name lang="en">One-phase engine</name>
<name lang="fr">Moteur monophasé</name>
</names>
<elementInformations/>
<informations>Author: The QElectroTech team&#xd;&#xd;&#xd;&#xd;&#xd;&#xd;&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<text font="Sans Serif,18,-1,5,50,0,0,0,0,0" y="21" x="-6" text="M" rotation="0" color="#000000"/>
<circle antialias="true" y="-3" diameter="30" x="-10.25" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="20" y2="6.75" end2="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="-5" x1="20" length1="1.5"/>
<line x2="-10" y2="7" end2="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="-7" x1="-10" length1="1.5"/>
<dynamic_text frame="false" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="7" uuid="{928dba5a-fd90-44a4-835b-b64f7fe1f6a9}" x="19" z="5" Halignment="AlignLeft" Valignment="AlignTop" text_width="-1" text_from="ElementInfo" rotation="0">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal orientation="n" y="-10" x="20"/>
<terminal orientation="n" y="-10" x="-10"/>
</description>
</definition>

View File

@@ -0,0 +1,110 @@
<definition width="280" link_type="simple" version="0.51" height="240" type="element" hotspot_y="133" hotspot_x="68" orientation="dyyy">
<uuid uuid="{ab007614-606e-44cb-926f-ec9bbba116d7}"/>
<names>
<name lang="de">ABB PFEA111/112</name>
<name lang="fi">ABB PFEA111/112</name>
<name lang="en">ABB PFEA111/112</name>
<name lang="fr">ABB PFEA111/112</name>
</names>
<informations>Author: PAI
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<text size="6" text="Out I" y="-26" x="69"/>
<text size="6" text="Out U" y="-66" x="67"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="10" x2="124" y2="10" end2="none" length2="1.5" end1="none"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="0" x2="124" y2="0" end2="none" length2="1.5" end1="none"/>
<text size="6" text="Isolahed" y="83" x="59"/>
<text size="6" text="Sync" y="3" x="72"/>
<text size="6" text="0 V" y="13" x="76"/>
<text size="6" text="Cnf" y="43" x="76"/>
<text size="6" text="0 V" y="-47" x="76"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-30" x2="124" y2="-30" end2="none" length2="1.5" end1="none"/>
<line x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-75" x2="-17" y2="-52" end2="none" length2="1.5" end1="none"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-70" x2="124" y2="-70" end2="none" length2="1.5" end1="none"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="40" x2="124" y2="40" end2="none" length2="1.5" end1="none"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-50" x2="124" y2="-50" end2="none" length2="1.5" end1="none"/>
<text size="6" text=" X1:12" y="-47" x="89"/>
<text size="6" text=" X1:15" y="13" x="89"/>
<text size="6" text=" X1:14" y="3" x="89"/>
<text size="6" text=" X1:16" y="43" x="89"/>
<text size="6" text=" X1:13" y="-27" x="89"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="40" x2="-44" y2="40" end2="none" length2="1.5" end1="none"/>
<text size="6" text=" X1:11" y="-67" x="89"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="35" height="10" x="90"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="5" height="10" x="90"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-35" height="10" x="90"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-5" height="10" x="90"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-55" height="10" x="90"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-75" height="10" x="90"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-40" x2="-44" y2="-40" end2="none" length2="1.5" end1="none"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-30" x2="-44" y2="-30" end2="none" length2="1.5" end1="none"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="80" x2="124" y2="80" end2="none" length2="1.5" end1="none"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="50" x2="-44" y2="50" end2="none" length2="1.5" end1="none"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="30" x2="-44" y2="30" end2="none" length2="1.5" end1="none"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="20" x2="-44" y2="20" end2="none" length2="1.5" end1="none"/>
<text size="6" text=" X7" y="83" x="89"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-10" x2="-44" y2="-10" end2="none" length2="1.5" end1="none"/>
<text size="6" text=" X1:7" y="23" x="-45"/>
<text size="6" text=" X1:3" y="-37" x="-45"/>
<text size="6" text=" X1:10" y="53" x="-45"/>
<text size="6" text=" X1:9" y="43" x="-45"/>
<text size="6" text=" X1:8" y="33" x="-45"/>
<text size="6" text=" X1:1" y="-67" x="-45"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="35" height="10" x="-44"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="25" height="10" x="-44"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="45" height="10" x="-44"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="15" height="10" x="-44"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-75" height="10" x="-44"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-45" height="10" x="-44"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-20" x2="-44" y2="-20" end2="none" length2="1.5" end1="none"/>
<text size="6" text=" X1:6" y="-7" x="-45"/>
<text size="6" text=" X1:2" y="-57" x="-45"/>
<text size="6" text=" X1:4" y="-27" x="-45"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-65" height="10" x="-44"/>
<text size="6" text=" X1:5" y="-17" x="-45"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-25" height="10" x="-44"/>
<text size="6" text=" In B-" y="53" x="-21"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-15" height="10" x="-44"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-35" height="10" x="-44"/>
<line x1="21" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="100" x2="30" y2="100" end2="none" length2="1.5" end1="none"/>
<text size="6" text=" In B+" y="43" x="-21"/>
<text size="6" text=" In A-" y="-7" x="-21"/>
<text size="6" text="0 VP" y="-61" x="-62"/>
<text size="6" text=" In A+" y="-17" x="-21"/>
<text size="6" text="24 V" y="-71.333" x="-62"/>
<text size="6" text=" Ex b-" y="33" x="-21"/>
<text size="6" text=" Ex b+" y="23" x="-21"/>
<text size="6" text=" Ex A-" y="-27" x="-21"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-60" x2="-44" y2="-60" end2="none" length2="1.5" end1="none"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-70" x2="-44" y2="-70" end2="none" length2="1.5" end1="none"/>
<text size="6" text=" Ex A+" y="-37" x="-21"/>
<rect width="110" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-130" height="230" x="-20"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="75" height="10" x="90"/>
<line x1="50" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="100" x2="50" y2="59.8426" end2="none" length2="1.5" end1="none"/>
<line x1="90" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="59.8426" x2="50" y2="59.8426" end2="none" length2="1.5" end1="none"/>
<rect width="30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-78" height="26" x="-20"/>
<line x1="7" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-78" x2="-20" y2="-55" end2="none" length2="1.5" end1="none"/>
<text size="9" text="PFEA112" y="-116" x="10"/>
<input size="9" text="_" tagg="label" rotate="true" y="-150" x="-80"/>
<text size="6" text="Profibus 9-pole -sub connector" y="95" x="98"/>
<text size="9" text="IP 20" y="-105" x="10"/>
<terminal y="0" x="124" orientation="e"/>
<terminal y="40" x="124" orientation="e"/>
<terminal y="-70" x="-53" orientation="w"/>
<terminal y="-30" x="-53" orientation="w"/>
<terminal y="20" x="-53" orientation="w"/>
<terminal y="-20" x="-53" orientation="w"/>
<terminal y="-70" x="124" orientation="e"/>
<terminal y="-60" x="-53" orientation="w"/>
<terminal y="-50" x="124" orientation="e"/>
<terminal y="40" x="-53" orientation="w"/>
<terminal y="-30" x="124" orientation="e"/>
<terminal y="100" x="31" orientation="e"/>
<terminal y="10" x="124" orientation="e"/>
<terminal y="-10" x="-53" orientation="w"/>
<terminal y="-40" x="-53" orientation="w"/>
<terminal y="80" x="124" orientation="e"/>
<terminal y="30" x="-53" orientation="w"/>
<terminal y="50" x="-53" orientation="w"/>
</description>
</definition>

View File

@@ -1,126 +0,0 @@
<definition hotspot_x="68" orientation="dyyy" version="0.70" hotspot_y="133" type="element" width="280" height="240" link_type="simple">
<uuid uuid="{d84fe2b6-41db-4fc7-869b-c03d072c0517}"/>
<names>
<name lang="fi">ABB PFEA111/112</name>
<name lang="de">ABB PFEA111/112</name>
<name lang="en">ABB PFEA111/112</name>
<name lang="fr">ABB PFEA111/112</name>
</names>
<elementInformations>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">ABB</elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>Author: PAI&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<text x="69" text="Out I" y="-26" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="67" text="Out U" y="-66" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<line x1="115" length2="1.5" y2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="10" length1="1.5" end1="none" x2="124"/>
<line x1="115" length2="1.5" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="0" length1="1.5" end1="none" x2="124"/>
<text x="59" text="Isolahed" y="83" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="72" text="Sync" y="3" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="76" text="0 V" y="13" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="76" text="Cnf" y="43" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="76" text="0 V" y="-47" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<line x1="115" length2="1.5" y2="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="-30" length1="1.5" end1="none" x2="124"/>
<line x1="10" length2="1.5" y2="-52" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="-75" length1="1.5" end1="none" x2="-17"/>
<line x1="115" length2="1.5" y2="-70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="-70" length1="1.5" end1="none" x2="124"/>
<line x1="115" length2="1.5" y2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="40" length1="1.5" end1="none" x2="124"/>
<line x1="115" length2="1.5" y2="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="-50" length1="1.5" end1="none" x2="124"/>
<text x="89" text=" X1:12" y="-47" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="89" text=" X1:15" y="13" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="89" text=" X1:14" y="3" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="89" text=" X1:16" y="43" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="89" text=" X1:13" y="-27" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<line x1="-53" length2="1.5" y2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="40" length1="1.5" end1="none" x2="-44"/>
<text x="89" text=" X1:11" y="-67" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<rect x="90" y="35" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" width="24" height="10"/>
<rect x="90" y="5" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" width="24" height="10"/>
<rect x="90" y="-35" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" width="24" height="10"/>
<rect x="90" y="-5" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" width="24" height="10"/>
<rect x="90" y="-55" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" width="24" height="10"/>
<rect x="90" y="-75" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" width="24" height="10"/>
<line x1="-53" length2="1.5" y2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="-40" length1="1.5" end1="none" x2="-44"/>
<line x1="-53" length2="1.5" y2="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="-30" length1="1.5" end1="none" x2="-44"/>
<line x1="115" length2="1.5" y2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="80" length1="1.5" end1="none" x2="124"/>
<line x1="-53" length2="1.5" y2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="50" length1="1.5" end1="none" x2="-44"/>
<line x1="-53" length2="1.5" y2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="30" length1="1.5" end1="none" x2="-44"/>
<line x1="-53" length2="1.5" y2="20" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="20" length1="1.5" end1="none" x2="-44"/>
<text x="89" text=" X7" y="83" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<line x1="-53" length2="1.5" y2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="-10" length1="1.5" end1="none" x2="-44"/>
<text x="-45" text=" X1:7" y="23" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="-45" text=" X1:3" y="-37" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="-45" text=" X1:10" y="53" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="-45" text=" X1:9" y="43" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="-45" text=" X1:8" y="33" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="-45" text=" X1:1" y="-67" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<rect x="-44" y="35" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" width="24" height="10"/>
<rect x="-44" y="25" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" width="24" height="10"/>
<rect x="-44" y="45" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" width="24" height="10"/>
<rect x="-44" y="15" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" width="24" height="10"/>
<rect x="-44" y="-75" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" width="24" height="10"/>
<rect x="-44" y="-45" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" width="24" height="10"/>
<line x1="-53" length2="1.5" y2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="-20" length1="1.5" end1="none" x2="-44"/>
<text x="-45" text=" X1:6" y="-7" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="-45" text=" X1:2" y="-57" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="-45" text=" X1:4" y="-27" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<rect x="-44" y="-65" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" width="24" height="10"/>
<text x="-45" text=" X1:5" y="-17" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<rect x="-44" y="-25" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" width="24" height="10"/>
<text x="-21" text=" In B-" y="53" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<rect x="-44" y="-15" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" width="24" height="10"/>
<rect x="-44" y="-35" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" width="24" height="10"/>
<line x1="21" length2="1.5" y2="100" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="100" length1="1.5" end1="none" x2="30"/>
<text x="-21" text=" In B+" y="43" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="-21" text=" In A-" y="-7" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="-62" text="0 VP" y="-61" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="-21" text=" In A+" y="-17" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="-62" text="24 V" y="-71.333" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="-21" text=" Ex b-" y="33" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="-21" text=" Ex b+" y="23" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="-21" text=" Ex A-" y="-27" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<line x1="-53" length2="1.5" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="-60" length1="1.5" end1="none" x2="-44"/>
<line x1="-53" length2="1.5" y2="-70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="-70" length1="1.5" end1="none" x2="-44"/>
<text x="-21" text=" Ex A+" y="-37" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<rect x="-20" y="-130" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" width="110" height="230"/>
<rect x="90" y="75" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" width="24" height="10"/>
<line x1="50" length2="1.5" y2="59.8426" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="100" length1="1.5" end1="none" x2="50"/>
<line x1="90" length2="1.5" y2="59.8426" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="59.8426" length1="1.5" end1="none" x2="50"/>
<rect x="-20" y="-78" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" width="30" height="26"/>
<line x1="7" length2="1.5" y2="-55" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" y1="-78" length1="1.5" end1="none" x2="-20"/>
<text x="10" text="PFEA112" y="-116" rotation="0" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
<dynamic_text x="-80" z="77" y="-161" rotation="0" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{172fb35e-9e8a-43fb-9362-4c09cb75d827}" Valignment="AlignTop" text_from="ElementInfo" frame="false" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<text x="98" text="Profibus 9-pole -sub connector" y="95" rotation="0" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="10" text="IP 20" y="-105" rotation="0" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
<terminal x="124" orientation="e" y="0"/>
<terminal x="124" orientation="e" y="40"/>
<terminal x="-53" orientation="w" y="-70"/>
<terminal x="-53" orientation="w" y="-30"/>
<terminal x="-53" orientation="w" y="20"/>
<terminal x="-53" orientation="w" y="-20"/>
<terminal x="124" orientation="e" y="-70"/>
<terminal x="-53" orientation="w" y="-60"/>
<terminal x="124" orientation="e" y="-50"/>
<terminal x="-53" orientation="w" y="40"/>
<terminal x="124" orientation="e" y="-30"/>
<terminal x="31" orientation="e" y="100"/>
<terminal x="124" orientation="e" y="10"/>
<terminal x="-53" orientation="w" y="-10"/>
<terminal x="-53" orientation="w" y="-40"/>
<terminal x="124" orientation="e" y="80"/>
<terminal x="-53" orientation="w" y="30"/>
<terminal x="-53" orientation="w" y="50"/>
</description>
</definition>

View File

@@ -1,16 +1,6 @@
<qet-directory> <qet-directory>
<names> <names>
<name lang="en">ABB</name> <name lang="en">ABB</name>
<name lang="es">ABB</name> <name lang="cs">ABB</name>
<name lang="fr">ABB</name>
<name lang="ca">ABB</name>
<name lang="nl">ABB</name>
<name lang="de">ABB</name>
<name lang="fi">ABB</name>
<name lang="it">ABB</name>
<name lang="pl">ABB</name>
<name lang="cs">ABB</name>
<name lang="pt">ABB</name>
<name lang="da">ABB</name>
</names> </names>
</qet-directory> </qet-directory>

View File

@@ -1,127 +1,115 @@
<definition orientation="dyyy" type="element" height="100" width="920" link_type="simple" version="0.70" hotspot_x="435" hotspot_y="9"> <definition height="100" link_type="simple" type="element" hotspot_x="435" orientation="dyyy" version="0.70" hotspot_y="9" width="920">
<uuid uuid="{59e72ade-d343-4c24-a6c8-64203c626722}"/> <uuid uuid="{d2906e9f-16ce-4315-b471-a0d7af854f07}"/>
<names> <names>
<name lang="hu">1734-IB8S</name> <name lang="hu">1734-IB8S</name>
</names> </names>
<elementInformations> <elementInformations/>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="manufacturer">Allen Bradley</elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
</elementInformations>
<informations>dessine</informations> <informations>dessine</informations>
<description> <description>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="13.1017" x="-315.407" text="1.6" rotation="0" color="#000000"/> <text text="1.6" size="6" y="13.1017" x="-315.407"/>
<rect height="10" width="12" antialias="false" y="4.75" x="183" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4.75" width="12" x="183"/>
<rect height="10" width="12" antialias="false" y="4.75" x="-16" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4.75" width="12" x="-16"/>
<rect height="10" width="12" antialias="false" y="4.75" x="-216" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4.75" width="12" x="-216"/>
<rect height="10" width="12" antialias="false" y="4.75" x="383" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4.75" width="12" x="383"/>
<rect height="10" width="12" antialias="false" y="4.75" x="283" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4.75" width="12" x="283"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="50.75" x="-354" text="I0" rotation="0" color="#000000"/> <text text="I0" size="6" y="50.75" x="-354"/>
<rect height="10" width="12" antialias="false" y="4.75" x="84" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4.75" width="12" x="84"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="78.75" x="-422.923" text="252MOD14" rotation="0" color="#000000"/> <text text="252MOD14" size="8" y="78.75" x="-422.923"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="30" x="-305" text="T0" rotation="270" color="#000000"/> <text text="T0" rotation="270" size="8" y="30" x="-305"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="12.9939" x="-335.653" text="1.4" rotation="0" color="#000000"/> <text text="1.4" size="6" y="12.9939" x="-335.653"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="50.75" x="-254" text="I1" rotation="0" color="#000000"/> <text text="I1" size="6" y="50.75" x="-254"/>
<rect height="10" width="12" antialias="false" y="4.75" x="-116" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4.75" width="12" x="-116"/>
<rect height="10" width="12" antialias="false" y="4.75" x="-316" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4.75" width="12" x="-316"/>
<rect height="10" width="12" antialias="false" y="4.75" x="-336" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4.75" width="12" x="-336"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="12.8585" x="-116.38" text="1.10" rotation="0" color="#000000"/> <text text="1.10" size="6" y="12.8585" x="-116.38"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="13.1017" x="-215.407" text="1.7" rotation="0" color="#000000"/> <text text="1.7" size="6" y="13.1017" x="-215.407"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="13.1017" x="84.593" text="2.6" rotation="0" color="#000000"/> <text text="2.6" size="6" y="13.1017" x="84.593"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="13.0778" x="-355.569" text="1.0" rotation="0" color="#000000"/> <text text="1.0" size="6" y="13.0778" x="-355.569"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="13.1017" x="-15.407" text="1.11" rotation="0" color="#000000"/> <text text="1.11" size="6" y="13.1017" x="-15.407"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="13.1017" x="184.593" text="2.7" rotation="0" color="#000000"/> <text text="2.7" size="6" y="13.1017" x="184.593"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="13.1017" x="283.476" text="2.10" rotation="0" color="#000000"/> <text text="2.10" size="6" y="13.1017" x="283.476"/>
<dynamic_text frame="false" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" y="68.75" uuid="{8e996892-f80e-4d5e-a3c0-c859c280e42b}" x="-411" z="23" Halignment="AlignLeft" Valignment="AlignTop" text_width="-1" text_from="ElementInfo" rotation="0"> <dynamic_text text_width="-1" font_family="Sans Serif" frame="false" rotation="0" text_from="ElementInfo" Valignment="AlignTop" y="68.75" z="23" font_size="7" uuid="{8e996892-f80e-4d5e-a3c0-c859c280e42b}" Halignment="AlignLeft" x="-411">
<text></text> <text></text>
<info_name>label</info_name> <info_name>label</info_name>
</dynamic_text> </dynamic_text>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="13.1017" x="383.615" text="2.11" rotation="0" color="#000000"/> <text text="2.11" size="6" y="13.1017" x="383.615"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="12.9939" x="64.347" text="2.4" rotation="0" color="#000000"/> <text text="2.4" size="6" y="12.9939" x="64.347"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="12.9939" x="164.347" text="2.5" rotation="0" color="#000000"/> <text text="2.5" size="6" y="12.9939" x="164.347"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="12.9939" x="-35.653" text="1.9" rotation="0" color="#000000"/> <text text="1.9" size="6" y="12.9939" x="-35.653"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="12.9939" x="264.347" text="2.8" rotation="0" color="#000000"/> <text text="2.8" size="6" y="12.9939" x="264.347"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="12.9182" x="-235.136" text="1.5" rotation="0" color="#000000"/> <text text="1.5" size="6" y="12.9182" x="-235.136"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="12.9939" x="364.347" text="2.9" rotation="0" color="#000000"/> <text text="2.9" size="6" y="12.9939" x="364.347"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="12.9939" x="-135.653" text="1.8" rotation="0" color="#000000"/> <text text="1.8" size="6" y="12.9939" x="-135.653"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="30" x="-105" text="T0" rotation="270" color="#000000"/> <text text="T0" rotation="270" size="8" y="30" x="-105"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="30" x="-5" text="T0" rotation="270" color="#000000"/> <text text="T0" rotation="270" size="8" y="30" x="-5"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="30" x="95" text="T0" rotation="270" color="#000000"/> <text text="T0" rotation="270" size="8" y="30" x="95"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="30" x="-205" text="T0" rotation="270" color="#000000"/> <text text="T0" rotation="270" size="8" y="30" x="-205"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="30" x="195" text="T0" rotation="270" color="#000000"/> <text text="T0" rotation="270" size="8" y="30" x="195"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="30" x="295" text="T0" rotation="270" color="#000000"/> <text text="T0" rotation="270" size="8" y="30" x="295"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="30" x="395" text="T0" rotation="270" color="#000000"/> <text text="T0" rotation="270" size="8" y="30" x="395"/>
<rect height="10" width="12" antialias="false" y="4.75" x="-36" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4.75" width="12" x="-36"/>
<rect height="10" width="12" antialias="false" y="4.75" x="263" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4.75" width="12" x="263"/>
<rect height="10" width="12" antialias="false" y="4.75" x="64" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4.75" width="12" x="64"/>
<rect height="10" width="12" antialias="false" y="4.75" x="163" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4.75" width="12" x="163"/>
<rect height="10" width="12" antialias="false" y="4.75" x="363" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4.75" width="12" x="363"/>
<rect height="10" width="12" antialias="false" y="4.75" x="-236" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4.75" width="12" x="-236"/>
<rect height="10" width="12" antialias="false" y="4.75" x="-136" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4.75" width="12" x="-136"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="12.9049" x="244.162" text="2.2" rotation="0" color="#000000"/> <text text="2.2" size="6" y="12.9049" x="244.162"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="13.0778" x="144.431" text="2.1" rotation="0" color="#000000"/> <text text="2.1" size="6" y="13.0778" x="144.431"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="13.0778" x="344.431" text="2.3" rotation="0" color="#000000"/> <text text="2.3" size="6" y="13.0778" x="344.431"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="13.0778" x="-55.569" text="1.3" rotation="0" color="#000000"/> <text text="1.3" size="6" y="13.0778" x="-55.569"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="13.0778" x="44.431" text="2.0" rotation="0" color="#000000"/> <text text="2.0" size="6" y="13.0778" x="44.431"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="13.0778" x="-255.569" text="1.1" rotation="0" color="#000000"/> <text text="1.1" size="6" y="13.0778" x="-255.569"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="50.75" x="-154" text="I2" rotation="0" color="#000000"/> <text text="I2" size="6" y="50.75" x="-154"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="13.0778" x="-155.569" text="1.2" rotation="0" color="#000000"/> <text text="1.2" size="6" y="13.0778" x="-155.569"/>
<arc angle="-180" height="10" width="8" antialias="true" y="20.75" start="180" x="-154" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <arc height="10" start="180" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="20.75" width="8" x="-154" angle="-180"/>
<arc angle="-180" height="10" width="8" antialias="true" y="20.75" start="180" x="-254" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <arc height="10" start="180" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="20.75" width="8" x="-254" angle="-180"/>
<arc angle="-180" height="10" width="8" antialias="true" y="20.75" start="180" x="-54" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <arc height="10" start="180" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="20.75" width="8" x="-54" angle="-180"/>
<arc angle="-180" height="10" width="8" antialias="true" y="20.75" start="180" x="46" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <arc height="10" start="180" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="20.75" width="8" x="46" angle="-180"/>
<arc angle="-180" height="10" width="8" antialias="true" y="20.75" start="180" x="346" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <arc height="10" start="180" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="20.75" width="8" x="346" angle="-180"/>
<arc angle="-180" height="10" width="8" antialias="true" y="20.75" start="180" x="246" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <arc height="10" start="180" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="20.75" width="8" x="246" angle="-180"/>
<arc angle="-180" height="10" width="8" antialias="true" y="20.75" start="180" x="146" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <arc height="10" start="180" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="20.75" width="8" x="146" angle="-180"/>
<line x2="-150" y2="34.75" end2="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="24.75" x1="-150" length1="1.5"/> <line y1="24.75" length1="1.5" y2="34.75" end1="none" end2="none" length2="1.5" x1="-150" x2="-150" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="250" y2="34.75" end2="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="24.75" x1="250" length1="1.5"/> <line y1="24.75" length1="1.5" y2="34.75" end1="none" end2="none" length2="1.5" x1="250" x2="250" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="50" y2="34.75" end2="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="24.75" x1="50" length1="1.5"/> <line y1="24.75" length1="1.5" y2="34.75" end1="none" end2="none" length2="1.5" x1="50" x2="50" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="350" y2="34.75" end2="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="24.75" x1="350" length1="1.5"/> <line y1="24.75" length1="1.5" y2="34.75" end1="none" end2="none" length2="1.5" x1="350" x2="350" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="78.4773" x="-23.7997" text="1734-IB8S" rotation="0" color="#000000"/> <text text="1734-IB8S" size="8" y="78.4773" x="-23.7997"/>
<line x2="-50" y2="34.75" end2="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="24.75" x1="-50" length1="1.5"/> <line y1="24.75" length1="1.5" y2="34.75" end1="none" end2="none" length2="1.5" x1="-50" x2="-50" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="150" y2="34.75" end2="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="24.75" x1="150" length1="1.5"/> <line y1="24.75" length1="1.5" y2="34.75" end1="none" end2="none" length2="1.5" x1="150" x2="150" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-250" y2="34.75" end2="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="24.75" x1="-250" length1="1.5"/> <line y1="24.75" length1="1.5" y2="34.75" end1="none" end2="none" length2="1.5" x1="-250" x2="-250" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" width="12" antialias="false" y="5" x="-256" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="5" width="12" x="-256"/>
<rect height="10" width="12" antialias="false" y="5" x="243" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="5" width="12" x="243"/>
<rect height="10" width="12" antialias="false" y="5" x="-156" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="5" width="12" x="-156"/>
<rect height="10" width="12" antialias="false" y="5" x="-56" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="5" width="12" x="-56"/>
<rect height="10" width="12" antialias="false" y="5" x="44" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="5" width="12" x="44"/>
<rect height="10" width="12" antialias="false" y="5" x="143" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="5" width="12" x="143"/>
<rect height="10" width="12" antialias="false" y="5" x="343" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="5" width="12" x="343"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="50.75" x="-54" text="I3" rotation="0" color="#000000"/> <text text="I3" size="6" y="50.75" x="-54"/>
<line x2="350" y2="14.75" end2="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="20.75" x1="350" length1="1.5"/> <line y1="20.75" length1="1.5" y2="14.75" end1="none" end2="none" length2="1.5" x1="350" x2="350" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="150" y2="14.75" end2="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="20.75" x1="150" length1="1.5"/> <line y1="20.75" length1="1.5" y2="14.75" end1="none" end2="none" length2="1.5" x1="150" x2="150" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-150" y2="14.75" end2="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="20.75" x1="-150" length1="1.5"/> <line y1="20.75" length1="1.5" y2="14.75" end1="none" end2="none" length2="1.5" x1="-150" x2="-150" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="50" y2="14.75" end2="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="20.75" x1="50" length1="1.5"/> <line y1="20.75" length1="1.5" y2="14.75" end1="none" end2="none" length2="1.5" x1="50" x2="50" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="50.75" x="347" text="I7" rotation="0" color="#000000"/> <text text="I7" size="6" y="50.75" x="347"/>
<line x2="250" y2="14.75" end2="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="20.75" x1="250" length1="1.5"/> <line y1="20.75" length1="1.5" y2="14.75" end1="none" end2="none" length2="1.5" x1="250" x2="250" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-250" y2="14.75" end2="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="20.75" x1="-250" length1="1.5"/> <line y1="20.75" length1="1.5" y2="14.75" end1="none" end2="none" length2="1.5" x1="-250" x2="-250" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-50" y2="14.75" end2="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="20.75" x1="-50" length1="1.5"/> <line y1="20.75" length1="1.5" y2="14.75" end1="none" end2="none" length2="1.5" x1="-50" x2="-50" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="39.6165" x="272.77" text="com" rotation="270" color="#000000"/> <text text="com" rotation="270" size="8" y="39.6165" x="272.77"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="39.6165" x="372.77" text="com" rotation="270" color="#000000"/> <text text="com" rotation="270" size="8" y="39.6165" x="372.77"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="50.75" x="46" text="I4" rotation="0" color="#000000"/> <text text="I4" size="6" y="50.75" x="46"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="39.6165" x="-227.23" text="com" rotation="270" color="#000000"/> <text text="com" rotation="270" size="8" y="39.6165" x="-227.23"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="39.6165" x="-127.23" text="com" rotation="270" color="#000000"/> <text text="com" rotation="270" size="8" y="39.6165" x="-127.23"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="39.6165" x="-27.23" text="com" rotation="270" color="#000000"/> <text text="com" rotation="270" size="8" y="39.6165" x="-27.23"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="39.6165" x="72.77" text="com" rotation="270" color="#000000"/> <text text="com" rotation="270" size="8" y="39.6165" x="72.77"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="39.6165" x="172.77" text="com" rotation="270" color="#000000"/> <text text="com" rotation="270" size="8" y="39.6165" x="172.77"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="50.75" x="246" text="I6" rotation="0" color="#000000"/> <text text="I6" size="6" y="50.75" x="246"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="50.75" x="146" text="I5" rotation="0" color="#000000"/> <text text="I5" size="6" y="50.75" x="146"/>
<rect height="80" width="910" antialias="false" y="4.75" x="-430" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="80" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="4.75" width="910" x="-430"/>
<arc angle="-180" height="10" width="8" antialias="true" y="20.75" start="180" x="-354" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <arc height="10" start="180" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" y="20.75" width="8" x="-354" angle="-180"/>
<line x2="-350" y2="34.75" end2="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="24.75" x1="-350" length1="1.5"/> <line y1="24.75" length1="1.5" y2="34.75" end1="none" end2="none" length2="1.5" x1="-350" x2="-350" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" width="12" antialias="false" y="5" x="-356" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" ry="0"/> <rect height="10" ry="0" antialias="false" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="5" width="12" x="-356"/>
<line x2="480" y2="64.75" end2="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="64.75" x1="-428.998" length1="1.5"/> <line y1="64.75" length1="1.5" y2="64.75" end1="none" end2="none" length2="1.5" x1="-428.998" x2="480" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x2="-350" y2="14.75" end2="none" length2="1.5" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y1="20.75" x1="-350" length1="1.5"/> <line y1="20.75" length1="1.5" y2="14.75" end1="none" end2="none" length2="1.5" x1="-350" x2="-350" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text font="Sans Serif,8,-1,5,50,0,0,0,0,0" y="39.6165" x="-327.23" text="com" rotation="270" color="#000000"/> <text text="com" rotation="270" size="8" y="39.6165" x="-327.23"/>
<terminal orientation="n" y="0.75" x="-330"/> <terminal orientation="n" y="0.75" x="-330"/>
<terminal orientation="n" y="0.75" x="-310"/> <terminal orientation="n" y="0.75" x="-310"/>
<terminal orientation="n" y="0.75" x="-350"/> <terminal orientation="n" y="0.75" x="-350"/>

View File

@@ -0,0 +1,4 @@
[Dolphin]
Timestamp=2018,3,9,1,11,16
Version=4
ViewMode=1

View File

@@ -1,81 +0,0 @@
<definition height="70" orientation="dyyy" version="0.70" link_type="simple" type="element" hotspot_x="65" hotspot_y="26" width="130">
<uuid uuid="{122990aa-e1f2-400d-a700-d88ee16a70d3}"/>
<names>
<name lang="fr">Débimétre PROMAG 10</name>
</names>
<elementInformations>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">HEDRESS HAUSER </elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="designation" show="1">PROMAG 10L</elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-4" end1="none" x2="4" antialias="false" end2="none" y2="25" y1="25" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="11" end1="none" x2="11" antialias="false" end2="none" y2="19" y1="22" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="7.804" end1="none" x2="5.804" antialias="true" end2="none" y2="25" y1="22" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="7.804" end1="none" x2="4.804" antialias="true" end2="none" y2="21" y1="22" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="7.804" end1="none" x2="10.804" antialias="false" end2="none" y2="22" y1="22" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0.804" end1="none" x2="6.804" antialias="true" end2="none" y2="22" y1="25" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-6" end1="none" x2="1" antialias="true" end2="none" y2="25" y1="22" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" end1="none" x2="-6" antialias="false" end2="none" y2="22" y1="22" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-11" end1="none" x2="-11" antialias="false" end2="none" y2="22" y1="19" length2="1.5"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="31" x="-11" text="Pulse OUT" rotation="0" color="#000000"/>
<dynamic_text z="11" text_from="UserText" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="25" Valignment="AlignTop" uuid="{e95ab3c3-692d-4167-8b19-2170a9367e21}" frame="false" x="-60" rotation="0" text_width="-1" Halignment="AlignLeft">
<text>PROMAG 10L</text>
</dynamic_text>
<dynamic_text z="12" text_from="ElementInfo" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="21.5" Valignment="AlignTop" uuid="{40c5d550-19aa-42d4-9bd5-9e88b66c6df7}" frame="false" x="-73" rotation="0" text_width="-1" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-60" end1="none" x2="60" antialias="false" end2="none" y2="40" y1="40" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-60" end1="none" x2="-60" antialias="false" end2="none" y2="40" y1="-10" length2="1.5"/>
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="35" x="28" text="4-20mA" rotation="0" color="#000000"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="42" end1="none" x2="44" antialias="false" end2="none" y2="12" y1="9" length2="1.5"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="27" x="-27" text="N/L-" rotation="270" color="#000000"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="13" x="54" text="- 27" rotation="270" color="#000000"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="17" x="34" text="+ 26" rotation="270" color="#000000"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="14" x="14" text="- 25" rotation="270" color="#000000"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="17" x="-7" text="+ 24" rotation="270" color="#000000"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="60" end1="none" x2="60" antialias="false" end2="none" y2="40" y1="-10" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="42" end1="none" x2="40" antialias="false" end2="none" y2="12" y1="9" length2="1.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" y="16.8769" x="37.877" antialias="true" diameter="8.24621"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="42" end1="none" x2="42" antialias="false" end2="none" y2="10" y1="21" length2="1.5"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="1" x="-46" text="1" rotation="270" color="#000000"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="53" end1="none" x2="60" antialias="false" end2="none" y2="-10" y1="-10" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="33" end1="none" x2="47" antialias="false" end2="none" y2="-10" y1="-10" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="13" end1="none" x2="27" antialias="false" end2="none" y2="-10" y1="-10" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-7" end1="none" x2="7" antialias="false" end2="none" y2="-10" y1="-10" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-27" end1="none" x2="-13" antialias="false" end2="none" y2="-10" y1="-10" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-47" end1="none" x2="-33" antialias="false" end2="none" y2="-10" y1="-10" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-60" end1="none" x2="-53" antialias="false" end2="none" y2="-10" y1="-10" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-50" end1="none" x2="-50" antialias="false" end2="none" y2="-20" y1="-13" length2="1.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" y="-12.8284" x="-52.8284" antialias="true" diameter="5.65685"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="27" x="-43" text="L1/L+" rotation="270" color="#000000"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="2" x="-28" text="2" rotation="270" color="#000000"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="50" end1="none" x2="50" antialias="false" end2="none" y2="-20" y1="-13" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="30" end1="none" x2="30" antialias="false" end2="none" y2="-20" y1="-13" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="10" end1="none" x2="10" antialias="false" end2="none" y2="-20" y1="-13" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" end1="none" x2="-10" antialias="false" end2="none" y2="-20" y1="-13" length2="1.5"/>
<line length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-30" end1="none" x2="-30" antialias="false" end2="none" y2="-20" y1="-13" length2="1.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" y="-12.8284" x="-12.828" antialias="true" diameter="5.65685"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" y="-12.8284" x="7.172" antialias="true" diameter="5.65685"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" y="-12.8284" x="27.172" antialias="true" diameter="5.65685"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" y="-12.8284" x="47.172" antialias="true" diameter="5.65685"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" y="-12.8284" x="-32.8284" antialias="true" diameter="5.65685"/>
<terminal orientation="n" y="-20" x="-30"/>
<terminal orientation="n" y="-20" x="-50"/>
<terminal orientation="n" y="-20" x="50"/>
<terminal orientation="n" y="-20" x="-10"/>
<terminal orientation="n" y="-20" x="10"/>
<terminal orientation="n" y="-20" x="30"/>
</description>
</definition>

View File

@@ -1,92 +1,74 @@
<definition height="110" link_type="simple" width="210" version="0.80" type="element" orientation="dyyy" hotspot_x="105" hotspot_y="51"> <definition link_type="simple" hotspot_x="105" orientation="dyyy" hotspot_y="51" type="element" height="110" width="210" version="0.5">
<uuid uuid="{df5f27ea-0f60-4bd6-a2ca-4ae0f6aeb059}"/> <uuid uuid="{5db2f650-02cd-43e6-bb00-0f2e733863f5}"/>
<names> <names>
<name lang="be">ECOdevices</name>
<name lang="fr">ECOdevices</name>
<name lang="pl">ECOdevices</name> <name lang="pl">ECOdevices</name>
<name lang="be">ECOdevices</name>
<name lang="el">ECOdevices</name> <name lang="el">ECOdevices</name>
<name lang="cs">ECOdevices</name> <name lang="fr">ECOdevices</name>
<name lang="en">ECOdevices</name> <name lang="en">ECOdevices</name>
<name lang="es">ECOdevices</name>
<name lang="it">ECOdevices</name> <name lang="it">ECOdevices</name>
<name lang="cs">ECOdevices</name>
<name lang="es">ECOdevices</name>
</names> </names>
<elementInformations> <informations>Author: The QElectroTech team
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="manufacturer">GCE</elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="7" x="-91" text="Eco Devices"/> <text size="9" text="Eco Devices" y="7" x="-91"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-47" rx="0" width="20" x="-54"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-47" width="20" x="-54"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-47" rx="0" width="20" x="-74"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-47" width="20" x="-74"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-47" rx="0" width="20" x="6"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-47" width="20" x="6"/>
<rect height="100" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-47" rx="0" width="200" x="-100"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="100" y="-47" width="200" x="-100"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-12" x="58" text="12/24Vcc"/> <text size="6" text="12/24Vcc" y="-12" x="58"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-47" rx="0" width="20" x="-94"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-47" width="20" x="-94"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-47" rx="0" width="20" x="-14"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-47" width="20" x="-14"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-37" rx="0" width="20" x="-54"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-37" width="20" x="-54"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-37" rx="0" width="20" x="-74"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-37" width="20" x="-74"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-37" rx="0" width="20" x="-94"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-37" width="20" x="-94"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-37" rx="0" width="20" x="-14"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-37" width="20" x="-14"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-29" x="-68" text="T2"/> <text size="6" text="T2" y="-29" x="-68"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-29" x="-90" text="T1"/> <text size="6" text="T1" y="-29" x="-90"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-29" x="-49" text="T3"/> <text size="6" text="T3" y="-29" x="-49"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-37" rx="0" width="20" x="6"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-37" width="20" x="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-47" rx="0" width="20" x="-34"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-47" width="20" x="-34"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-47" rx="0" width="20" x="26"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-47" width="20" x="26"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-29" x="30" text="C2"/> <text size="6" text="C2" y="-29" x="30"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-29" x="-30" text="T4"/> <text size="6" text="T4" y="-29" x="-30"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-37" rx="0" width="20" x="26"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-37" width="20" x="26"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-37" rx="0" width="20" x="-34"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-37" width="20" x="-34"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-29" x="-13" text="GND"/> <text size="6" text="GND" y="-29" x="-13"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-47" rx="0" width="20" x="72"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-47" width="20" x="72"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-29" x="11" text="C1"/> <text size="6" text="C1" y="-29" x="11"/>
<rect height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="33" rx="0" width="20" x="-42"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" y="33" width="20" x="-42"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-47" rx="0" width="20" x="52"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-47" width="20" x="52"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-37" rx="0" width="20" x="52"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-37" width="20" x="52"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-37" rx="0" width="20" x="72"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="10" y="-37" width="20" x="72"/>
<text color="#000000" font="Sans Serif,10,-1,5,50,0,0,0,0,0" rotation="0" y="-28" x="60" text="-"/> <text size="10" text="-" y="-28" x="60"/>
<text color="#000000" font="Sans Serif,10,-1,5,50,0,0,0,0,0" rotation="0" y="-27" x="79" text="+"/> <text size="10" text="+" y="-27" x="79"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="-8" x="-93" text="GCE Electronics"/> <text size="9" text="GCE Electronics" y="-8" x="-93"/>
<dynamic_text text_from="UserText" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="9.5" Valignment="AlignTop" x="-92" z="33" frame="false" uuid="{31d88be2-d9f8-4b2d-83c0-39e29a7d1e7b}" text_width="-1" Halignment="AlignLeft"> <input size="9" text="IP: ---:---:---:---" rotate="true" y="20.5" tagg="none" x="-92"/>
<text>IP: ---:---:---:---</text> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" y="33" width="20" x="-92"/>
</dynamic_text> <line y1="35" x1="-90" x2="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="45"/>
<rect height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="33" rx="0" width="20" x="-92"/> <line y1="35" x1="-74.698" x2="-89.433" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="35"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-90" length2="1.5" antialias="false" y2="45" x1="-90" y1="35" end2="none"/> <line y1="35" x1="-74" x2="-74" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="45"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-89.433" length2="1.5" antialias="false" y2="35" x1="-74.698" y1="35" end2="none"/> <line y1="45" x1="-87" x2="-89" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="45"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-74" length2="1.5" antialias="false" y2="45" x1="-74" y1="35" end2="none"/> <line y1="45" x1="-77" x2="-74" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="45"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-89" length2="1.5" antialias="false" y2="45" x1="-87" y1="45" end2="none"/> <line y1="48" x1="-86" x2="-86" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="45"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-74" length2="1.5" antialias="false" y2="45" x1="-77" y1="45" end2="none"/> <line y1="48" x1="-78" x2="-78" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="45"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-86" length2="1.5" antialias="false" y2="45" x1="-86" y1="48" end2="none"/> <line y1="48" x1="-78" x2="-86" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="48"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-78" length2="1.5" antialias="false" y2="45" x1="-78" y1="48" end2="none"/> <text size="5" text="Reset" y="47" x="-18"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-86" length2="1.5" antialias="false" y2="48" x1="-78" y1="48" end2="none"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="47" x="-18" text="Reset"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="40" diameter="7" x="-35"/> <circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" y="40" diameter="7" x="-35"/>
<rect height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-27" rx="0" width="40" x="52"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" y="-27" width="40" x="52"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-19" x="66" text="Alim"/> <text size="6" text="Alim" y="-19" x="66"/>
<dynamic_text text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="9" Valignment="AlignTop" x="30" z="47" frame="false" uuid="{0a65c073-a811-4868-b6dc-884cf45d3f6c}" text_width="-1" Halignment="AlignLeft"> <input size="9" text="_" rotate="true" y="20" tagg="label" x="30"/>
<text></text> <terminal orientation="n" y="-47" x="-84"/>
<info_name>label</info_name> <terminal orientation="n" y="-47" x="-64"/>
</dynamic_text> <terminal orientation="n" y="-47" x="82"/>
<terminal y="-47" x="-84" orientation="n"/> <terminal orientation="s" y="53" x="-82"/>
<terminal y="-47" x="-64" orientation="n"/> <terminal orientation="n" y="-47" x="-4"/>
<terminal y="-47" x="82" orientation="n"/> <terminal orientation="n" y="-47" x="16"/>
<terminal y="53" x="-82" orientation="s"/> <terminal orientation="n" y="-47" x="-24"/>
<terminal y="-47" x="-4" orientation="n"/> <terminal orientation="n" y="-47" x="62"/>
<terminal y="-47" x="16" orientation="n"/> <terminal orientation="n" y="-47" x="-44"/>
<terminal y="-47" x="-24" orientation="n"/> <terminal orientation="n" y="-47" x="36"/>
<terminal y="-47" x="62" orientation="n"/>
<terminal y="-47" x="-44" orientation="n"/>
<terminal y="-47" x="36" orientation="n"/>
</description> </description>
</definition> </definition>

View File

@@ -1,121 +1,103 @@
<definition height="190" link_type="simple" width="190" version="0.80" type="element" orientation="dyyy" hotspot_x="95" hotspot_y="94"> <definition width="190" height="190" type="element" link_type="simple" hotspot_x="95" hotspot_y="94" orientation="dyyy" version="0.5">
<uuid uuid="{72d7ba56-9d1b-4899-a7db-1ccfaf8bf4cd}"/> <uuid uuid="{35683136-6857-4b0f-894f-c27608a7295d}"/>
<names> <names>
<name lang="be">ECO-Device</name>
<name lang="fr">ECO-Device</name>
<name lang="pl">ECO-Device</name>
<name lang="el">ECO-Device</name>
<name lang="nl">ECO-Device</name>
<name lang="cs">ECO-Device</name> <name lang="cs">ECO-Device</name>
<name lang="en">ECO-Device</name>
<name lang="es">ECO-Device</name>
<name lang="it">ECO-Device</name> <name lang="it">ECO-Device</name>
<name lang="el">ECO-Device</name>
<name lang="pl">ECO-Device</name>
<name lang="be">ECO-Device</name>
<name lang="en">ECO-Device</name>
<name lang="fr">ECO-Device</name>
<name lang="es">ECO-Device</name>
<name lang="nl">ECO-Device</name>
</names> </names>
<elementInformations> <informations>Author: The QElectroTech team
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="manufacturer">GCE</elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation">ECO DEVICE</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="20" x="30"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="30" width="20" y="-90" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-72" x="-22" text="4"/> <text x="-22" y="-72" text="4" size="6"/>
<rect height="30" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="60" rx="0" width="20" x="-60"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-60" width="20" y="60" height="30" antialias="false"/>
<rect height="35" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="55" rx="0" width="20" x="65"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="65" width="20" y="55" height="35" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-72" x="58" text="7"/> <text x="58" y="-72" text="7" size="6"/>
<rect height="20" style="line-style:normal;line-weight:normal;filling:black;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="65"/> <rect style="line-style:normal;line-weight:normal;filling:black;color:black" x="65" width="20" y="70" height="20" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-72" x="38" text="6"/> <text x="38" y="-72" text="6" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-62" x="-85" text="T1"/> <text x="-85" y="-62" text="T1" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-72" x="78" text="8"/> <text x="78" y="-72" text="8" size="6"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-58" length2="1.5" antialias="false" y2="82" x1="-58" y1="72" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="72" y2="82" x1="-58" x2="-58" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-57.433" length2="1.5" antialias="false" y2="72" x1="-42.698" y1="72" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="72" y2="72" x1="-42.698" x2="-57.433" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-62" x="35" text="C2"/> <text x="35" y="-62" text="C2" size="6"/>
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="75" diameter="10" x="70"/> <circle style="line-style:normal;line-weight:normal;filling:white;color:black" x="70" diameter="10" y="75" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-43" x="55" text="5-24Vdc"/> <text x="55" y="-43" text="5-24Vdc" size="6"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" y="79" diameter="2" x="74"/> <circle style="line-style:normal;line-weight:normal;filling:black;color:black" x="74" diameter="2" y="79" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-42" length2="1.5" antialias="false" y2="82" x1="-42" y1="72" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="72" y2="82" x1="-42" x2="-42" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="20" x="70"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="70" width="20" y="-90" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-80" rx="0" width="20" x="30"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="30" width="20" y="-80" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="62" x="66" text="Alim"/> <text x="66" y="62" text="Alim" size="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-70" rx="0" width="20" x="30"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="30" width="20" y="-70" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-80" rx="0" width="20" x="70"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="70" width="20" y="-80" height="10" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-57" length2="1.5" antialias="false" y2="82" x1="-55" y1="82" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="82" y2="82" x1="-55" x2="-57" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-72" x="-82" text="1"/> <text x="-82" y="-72" text="1" size="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-70" rx="0" width="20" x="50"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="50" width="20" y="-70" height="10" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-42" length2="1.5" antialias="false" y2="82" x1="-45" y1="82" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="82" y2="82" x1="-45" x2="-42" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="69" x="67" text="12V"/> <text x="67" y="69" text="12V" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-62" x="-26" text="T4"/> <text x="-26" y="-62" text="T4" size="6"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-54" length2="1.5" antialias="false" y2="82" x1="-54" y1="85" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="85" y2="82" x1="-54" x2="-54" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-70" rx="0" width="20" x="70"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="70" width="20" y="-70" height="10" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-46" length2="1.5" antialias="false" y2="82" x1="-46" y1="85" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="85" y2="82" x1="-46" x2="-46" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-72" x="-62" text="2"/> <text x="-62" y="-72" text="2" size="6"/>
<text color="#000000" font="Sans Serif,10,-1,5,50,0,0,0,0,0" rotation="0" y="-61" x="78" text="-"/> <text x="78" y="-61" text="-" size="10"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-62" x="-44" text="T3"/> <text x="-44" y="-62" text="T3" size="6"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-54" length2="1.5" antialias="false" y2="85" x1="-46" y1="85" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="85" y2="85" x1="-46" x2="-54" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="20" x="50"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="50" width="20" y="-90" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,10,-1,5,50,0,0,0,0,0" rotation="0" y="-61" x="55" text="+"/> <text x="55" y="-61" text="+" size="10"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="20" x="10"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" width="20" y="-90" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="69" x="-59" text="RJ45"/> <text x="-59" y="69" text="RJ45" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-72" x="18" text="6"/> <text x="18" y="-72" text="6" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="80" x="-58" text="LAN"/> <text x="-58" y="80" text="LAN" size="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-80" rx="0" width="20" x="50"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="50" width="20" y="-80" height="10" antialias="false"/>
<rect height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-60" rx="0" width="40" x="50"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="50" width="40" y="-60" height="20" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-72" x="-42" text="3"/> <text x="-42" y="-72" text="3" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-52" x="62" text="Alim"/> <text x="62" y="-52" text="Alim" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-62" x="-9" text="GND"/> <text x="-9" y="-62" text="GND" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-62" x="-66" text="T2"/> <text x="-66" y="-62" text="T2" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-72" x="-2" text="5"/> <text x="-2" y="-72" text="5" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-62" x="16" text="C1"/> <text x="16" y="-62" text="C1" size="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="20" x="-30"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-30" width="20" y="-90" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="20" x="-10"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-10" width="20" y="-90" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="20" x="-50"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-50" width="20" y="-90" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="35" x="17" text="GCE Electronics"/> <text x="17" y="35" text="GCE Electronics" size="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="20" x="-70"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-70" width="20" y="-90" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="20" x="-90"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-90" width="20" y="-90" height="10" antialias="false"/>
<rect height="70" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-25" rx="0" width="166" x="-81"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-81" width="166" y="-25" height="70" antialias="false"/>
<rect height="180" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="180" x="-90"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-90" width="180" y="-90" height="180" antialias="false"/>
<rect height="60" style="line-style:normal;line-weight:normal;filling:green;color:none" ry="0" antialias="false" y="-20" rx="0" width="5" x="-76"/> <rect style="line-style:normal;line-weight:normal;filling:green;color:none" x="-76" width="5" y="-20" height="60" antialias="false"/>
<dynamic_text text_from="UserText" font="Sans Serif,12,-1,5,50,0,0,0,0,0" rotation="0" y="-28.5" Valignment="AlignTop" x="-71" z="58" frame="false" uuid="{041b8fb4-846c-46b2-b53e-490950a0b76c}" text_width="-1" Halignment="AlignLeft"> <input x="-71" y="-15" text="ECO" tagg="none" rotate="true" size="12"/>
<text>ECO</text> <rect style="line-style:normal;line-weight:normal;filling:green;color:none" x="15" width="65" y="37" height="4" antialias="false"/>
</dynamic_text> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-90" width="20" y="-80" height="10" antialias="false"/>
<rect height="4" style="line-style:normal;line-weight:normal;filling:green;color:none" ry="0" antialias="false" y="37" rx="0" width="65" x="15"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-70" width="20" y="-80" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-80" rx="0" width="20" x="-90"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-50" width="20" y="-80" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-80" rx="0" width="20" x="-70"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-30" width="20" y="-80" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-80" rx="0" width="20" x="-50"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-10" width="20" y="-80" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-80" rx="0" width="20" x="-30"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" width="20" y="-80" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-80" rx="0" width="20" x="-10"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-90" width="20" y="-70" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-80" rx="0" width="20" x="10"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-70" width="20" y="-70" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-70" rx="0" width="20" x="-90"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-50" width="20" y="-70" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-70" rx="0" width="20" x="-70"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-30" width="20" y="-70" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-70" rx="0" width="20" x="-50"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-10" width="20" y="-70" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-70" rx="0" width="20" x="-30"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" width="20" y="-70" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-70" rx="0" width="20" x="-10"/> <text x="-28" y="-14" text="Devices" size="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-70" rx="0" width="20" x="10"/> <input x="-70" y="23" text="_" tagg="label" rotate="true" size="9"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-14" x="-28" text="Devices"/> <circle style="line-style:normal;line-weight:normal;filling:gray;color:black" x="-12.5" diameter="5" y="67.5" antialias="false"/>
<dynamic_text text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="12" Valignment="AlignTop" x="-70" z="73" frame="false" uuid="{4e7a85bb-7edc-4655-92fc-a99ff79c6185}" text_width="-1" Halignment="AlignLeft"> <text x="-21" y="69" text="Reset" size="6"/>
<text></text> <terminal x="80" y="-90" orientation="n"/>
<info_name>label</info_name> <terminal x="60" y="-90" orientation="n"/>
</dynamic_text> <terminal x="20" y="-90" orientation="n"/>
<circle style="line-style:normal;line-weight:normal;filling:gray;color:black" antialias="false" y="67.5" diameter="5" x="-12.5"/> <terminal x="-80" y="-90" orientation="n"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="69" x="-21" text="Reset"/> <terminal x="75" y="90" orientation="s"/>
<terminal y="-90" x="80" orientation="n"/> <terminal x="0" y="-90" orientation="n"/>
<terminal y="-90" x="60" orientation="n"/> <terminal x="-40" y="-90" orientation="n"/>
<terminal y="-90" x="20" orientation="n"/> <terminal x="-60" y="-90" orientation="n"/>
<terminal y="-90" x="-80" orientation="n"/> <terminal x="-20" y="-90" orientation="n"/>
<terminal y="90" x="75" orientation="s"/> <terminal x="-50" y="90" orientation="s"/>
<terminal y="-90" x="0" orientation="n"/>
<terminal y="-90" x="-40" orientation="n"/>
<terminal y="-90" x="-60" orientation="n"/>
<terminal y="-90" x="-20" orientation="n"/>
<terminal y="90" x="-50" orientation="s"/>
</description> </description>
</definition> </definition>

View File

@@ -1,195 +1,174 @@
<definition height="210" link_type="simple" width="400" version="0.80" type="element" orientation="dyyy" hotspot_x="284" hotspot_y="114"> <definition width="400" version="0.4" hotspot_x="284" hotspot_y="114" height="210" link_type="simple" type="element" orientation="dyyy">
<uuid uuid="{fe18b890-5dd5-4ac1-bf3f-7160a30ccd86}"/>
<names> <names>
<name lang="be">ECO RT2</name> <name lang="be">ECO RT2</name>
<name lang="el">ECO RT2</name>
<name lang="en">ECO RT2</name>
<name lang="it">ECO RT2</name>
<name lang="fr">ECO RT2</name> <name lang="fr">ECO RT2</name>
<name lang="pl">ECO RT2</name> <name lang="pl">ECO RT2</name>
<name lang="el">ECO RT2</name> <name lang="es">ECO RT2</name>
<name lang="nl">ECO RT2</name> <name lang="nl">ECO RT2</name>
<name lang="cs">ECO RT2</name> <name lang="cs">ECO RT2</name>
<name lang="en">ECO RT2</name>
<name lang="es">ECO RT2</name>
<name lang="it">ECO RT2</name>
</names> </names>
<elementInformations> <informations>Author: The QElectroTech team
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="manufacturer">GCE</elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation">ECO DEVICE RT2</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<arc angle="90" height="8.98011" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" antialias="true" y="-25.5523" width="18.2289" x="27.9353"/> <arc width="18.2289" x="27.9353" y="-25.5523" antialias="true" height="8.98011" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" angle="90"/>
<arc angle="90" height="17.9602" style="line-style:normal;line-weight:normal;filling:none;color:black" start="90" antialias="true" y="-25.5523" width="18.2289" x="28.391"/> <arc width="18.2289" x="28.391" y="-25.5523" antialias="true" height="17.9602" style="line-style:normal;line-weight:normal;filling:none;color:black" start="90" angle="90"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="40" x="-35"/> <rect width="40" x="-35" y="-100" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="25" x="39"/> <rect width="25" x="39" y="-110" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse height="4" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" y="-72" width="3" x="-11"/> <ellipse width="3" x="-11" y="-72" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="-35"/> <rect width="20" x="-35" y="-110" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse height="4" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" y="-71" width="3" x="-61"/> <ellipse width="3" x="-61" y="-71" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<circle style="line-style:normal;line-weight:normal;filling:blue;color:blue" antialias="false" y="-106" diameter="6" x="75"/> <circle x="75" y="-106" antialias="false" style="line-style:normal;line-weight:normal;filling:blue;color:blue" diameter="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="-267"/> <rect width="20" x="-267" y="-100" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="26" x="64"/> <rect width="26" x="64" y="-110" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-30" length2="1.5" antialias="false" y2="-70" x1="-30" y1="-80" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-80" x1="-30" y2="-70" x2="-30"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="-15"/> <rect width="20" x="-15" y="-110" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-91" x="-23" text="Ch2"/> <text x="-23" y="-91" size="6" text="Ch2"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-20" length2="1.5" antialias="false" y2="-70" x1="-30" y1="-70" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-70" x1="-30" y2="-70" x2="-20"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" length2="1.5" antialias="false" y2="-70" x1="0" y1="-80" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-80" x1="0" y2="-70" x2="0"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" length2="1.5" antialias="false" y2="-70" x1="0" y1="-70" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-70" x1="0" y2="-70" x2="-10"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-11" length2="1.5" antialias="false" y2="-64" x1="-20" y1="-70" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-70" x1="-20" y2="-64" x2="-11"/>
<rect height="70" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-35" rx="0" width="376" x="-275"/> <rect width="376" x="-275" y="-35" antialias="false" height="70" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse height="4" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" y="-72" width="3" x="-22"/> <ellipse width="3" x="-22" y="-72" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-83" x="-59" text="Relay Outputs"/> <text x="-59" y="-83" size="6" text="Relay Outputs"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-72" x="-208" text="Current Probes"/> <text x="-208" y="-72" size="6" text="Current Probes"/>
<rect height="180" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="389" x="-279"/> <rect width="389" x="-279" y="-100" antialias="false" height="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text color="#000000" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0" y="-71" x="48" text="50-60Hz - 0.1A"/> <text x="48" y="-71" size="4" text="50-60Hz - 0.1A"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="-85"/> <rect width="20" x="-85" y="-110" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="60" rx="0" width="20" x="-230"/> <rect width="20" x="-230" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="-205"/> <rect width="20" x="-205" y="-100" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-230"/> <rect width="20" x="-230" y="70" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="60" rx="0" width="20" x="-130"/> <rect width="20" x="-130" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-250"/> <rect width="20" x="-250" y="70" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="-225"/> <rect width="20" x="-225" y="-100" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="30" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="50" rx="0" width="20" x="50"/> <rect width="20" x="50" y="50" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-190"/> <rect width="20" x="-190" y="70" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="68" x="-129" text="0 V"/> <text x="-129" y="68" size="6" text="0 V"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="68" x="-225" text="0V"/> <text x="-225" y="68" size="6" text="0V"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="52" length2="1.5" antialias="false" y2="72" x1="52" y1="62" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" x1="52" y2="72" x2="52"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="-165"/> <rect width="20" x="-165" y="-100" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="20" x="-205"/> <rect width="20" x="-205" y="-90" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="20" x="-225"/> <rect width="20" x="-225" y="-90" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="52.567" length2="1.5" antialias="false" y2="62" x1="67.302" y1="62" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" x1="67.302" y2="62" x2="52.567"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="20" x="-165"/> <rect width="20" x="-165" y="-90" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-82" x="-222" text="CT1"/> <text x="-222" y="-82" size="6" text="CT1"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="25" x="39"/> <rect width="25" x="39" y="-100" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="40" x="-85"/> <rect width="40" x="-85" y="70" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-170"/> <rect width="20" x="-170" y="70" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="68" length2="1.5" antialias="false" y2="72" x1="68" y1="62" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" x1="68" y2="72" x2="68"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-210"/> <rect width="20" x="-210" y="70" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="26" x="64"/> <rect width="26" x="64" y="-100" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" rotation="0" y="-89" x="74" text="N"/> <text x="74" y="-89" size="8" text="N"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="-170"/> <rect width="20" x="-170" y="80" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="53" length2="1.5" antialias="false" y2="72" x1="55" y1="72" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="72" x1="55" y2="72" x2="53"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="-185"/> <rect width="20" x="-185" y="-100" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="-65"/> <rect width="20" x="-65" y="-110" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" rotation="0" y="-89" x="50" text="L"/> <text x="50" y="-89" size="8" text="L"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-130"/> <rect width="20" x="-130" y="70" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="68" length2="1.5" antialias="false" y2="72" x1="65" y1="72" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="72" x1="65" y2="72" x2="68"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="-190"/> <rect width="20" x="-190" y="80" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="56" length2="1.5" antialias="false" y2="72" x1="56" y1="75" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="75" x1="56" y2="72" x2="56"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="20" x="-185"/> <rect width="20" x="-185" y="-90" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="64" length2="1.5" antialias="false" y2="72" x1="64" y1="75" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="75" x1="64" y2="72" x2="64"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="-210"/> <rect width="20" x="-210" y="80" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="-65"/> <rect width="20" x="-65" y="80" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-82" x="-202" text="CT2"/> <text x="-202" y="-82" size="6" text="CT2"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-82" x="-182" text="CT3"/> <text x="-182" y="-82" size="6" text="CT3"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-82" x="-163" text="CT4"/> <text x="-163" y="-82" size="6" text="CT4"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="-162" text="3"/> <text x="-162" y="78" size="6" text="3"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="56" length2="1.5" antialias="false" y2="75" x1="64" y1="75" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="75" x1="64" y2="75" x2="56"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="-182" text="2"/> <text x="-182" y="78" size="6" text="2"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="-85"/> <rect width="20" x="-85" y="80" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="-130"/> <rect width="20" x="-130" y="80" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="-203" text="1"/> <text x="-203" y="78" size="6" text="1"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="-230"/> <rect width="20" x="-230" y="80" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-150"/> <rect width="20" x="-150" y="70" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="-72" text="TIC"/> <text x="-72" y="78" size="6" text="TIC"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="-227" text="Gnd"/> <text x="-227" y="78" size="6" text="Gnd"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="-150"/> <rect width="20" x="-150" y="80" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="-128" text="Gnd"/> <text x="-128" y="78" size="6" text="Gnd"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="-142" text="4"/> <text x="-142" y="78" size="6" text="4"/>
<dynamic_text text_from="UserText" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="0" Valignment="AlignTop" x="-261" z="78" frame="false" uuid="{f2f79708-d64a-4c03-a5e8-d1aa565f2141}" text_width="-1" Halignment="AlignLeft"> <input x="-261" y="11" size="9" rotate="true" text="IP: ---:---:---:---" tagg="none"/>
<text>IP: ---:---:---:---</text> <rect width="20" x="-4" y="50" antialias="false" height="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
</dynamic_text> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" x1="-2" y2="72" x2="-2"/>
<rect height="30" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="50" rx="0" width="20" x="-4"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" x1="13.302" y2="62" x2="-1.433"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-2" length2="1.5" antialias="false" y2="72" x1="-2" y1="62" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" x1="14" y2="72" x2="14"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-1.433" length2="1.5" antialias="false" y2="62" x1="13.302" y1="62" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="72" x1="1" y2="72" x2="-1"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="14" length2="1.5" antialias="false" y2="72" x1="14" y1="62" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="72" x1="11" y2="72" x2="14"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-1" length2="1.5" antialias="false" y2="72" x1="1" y1="72" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="75" x1="2" y2="72" x2="2"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="14" length2="1.5" antialias="false" y2="72" x1="11" y1="72" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="75" x1="10" y2="72" x2="10"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="2" length2="1.5" antialias="false" y2="72" x1="2" y1="75" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="75" x1="10" y2="75" x2="2"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" length2="1.5" antialias="false" y2="72" x1="10" y1="75" end2="none"/> <text x="52" y="70" size="6" text="EXT"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="2" length2="1.5" antialias="false" y2="75" x1="10" y1="75" end2="none"/> <text x="-262" y="68" size="5" text="Bus EBX"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="70" x="52" text="EXT"/> <rect width="51" x="39" y="-90" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="68" x="-262" text="Bus EBX"/> <text x="45" y="-81" size="6" text="100-240 Vac"/>
<rect height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="51" x="39"/> <text x="-3" y="59" size="6" text="RJ45"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-81" x="45" text="100-240 Vac"/> <text x="-1" y="72" size="5" text="LAN"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="59" x="-3" text="RJ45"/> <text x="51" y="59" size="6" text="RJ12"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="72" x="-1" text="LAN"/> <rect width="20" x="-270" y="70" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="59" x="51" text="RJ12"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="80" x1="-270" y2="80" x2="-230"/>
<rect height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-270"/> <text x="-265" y="79" size="9" text="+"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-230" length2="1.5" antialias="false" y2="80" x1="-270" y1="80" end2="none"/> <text x="-242" y="79" size="9" text="-"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="79" x="-265" text="+"/> <rect width="80" x="-210" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="79" x="-242" text="-"/> <text x="-197" y="67" size="6" text="Digital Inputs"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="60" rx="0" width="80" x="-210"/> <rect width="80" x="-225" y="-80" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="67" x="-197" text="Digital Inputs"/> <rect width="40" x="-85" y="-100" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-80" rx="0" width="80" x="-225"/> <text x="-73" y="-91" size="6" text="Ch1"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="40" x="-85"/> <rect width="40" x="-270" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-91" x="-73" text="Ch1"/> <rect width="10" x="-270" y="-30" antialias="false" height="60" style="line-style:normal;line-weight:normal;filling:green;color:black"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="60" rx="0" width="40" x="-270"/> <rect width="150" x="-255" y="-19" antialias="false" height="15" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<rect height="60" style="line-style:normal;line-weight:normal;filling:green;color:black" ry="0" antialias="false" y="-30" rx="0" width="10" x="-270"/> <text x="-254" y="-7" size="9" color="white" text="X-DEVICES"/>
<rect height="15" style="line-style:normal;line-weight:normal;filling:black;color:black" ry="0" antialias="false" y="-19" rx="0" width="150" x="-255"/> <rect width="140" x="-50" y="19" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:green;color:black"/>
<text color="#ffffff" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="-7" x="-254" text="X-DEVICES"/> <text x="-46" y="17" size="9" text="GCE Electronics"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:green;color:black" ry="0" antialias="false" y="19" rx="0" width="140" x="-50"/> <rect width="90" x="-85" y="-90" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="17" x="-46" text="GCE Electronics"/> <input x="-258" y="-25" size="9" rotate="true" text="ECO - RT2" tagg="none"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="90" x="-85"/> <input x="-258" y="24" size="9" rotate="true" text="_" tagg="label"/>
<dynamic_text text_from="UserText" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="-36" Valignment="AlignTop" x="-258" z="111" frame="false" uuid="{74c3ab20-d2b6-4920-b5fd-0d4ae599ab19}" text_width="-1" Halignment="AlignLeft"> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78.6955" x1="-256.3" y2="-70" x2="-256.3"/>
<text>ECO - RT2</text> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-77.9708" x1="-256.3" y2="-85.2171" x2="-261.6"/>
</dynamic_text> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-77.9708" x1="-256.3" y2="-85.2171" x2="-256.3"/>
<dynamic_text text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="13" Valignment="AlignTop" x="-258" z="112" frame="false" uuid="{3870c052-19f5-40ac-8d88-1ef8881a0125}" text_width="-1" Halignment="AlignLeft"> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-77.9708" x1="-256.3" y2="-85.2171" x2="-251"/>
<text></text> <text x="-274" y="-55" size="5" text="RF 868 MHz"/>
<info_name>label</info_name> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-79" x1="-80" y2="-69" x2="-80"/>
</dynamic_text> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-69" x1="-80" y2="-69" x2="-70"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-256.3" length2="1.5" antialias="false" y2="-70" x1="-256.3" y1="-78.6955" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-79" x1="-50" y2="-69" x2="-50"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-261.6" length2="1.5" antialias="false" y2="-85.2171" x1="-256.3" y1="-77.9708" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-69" x1="-50" y2="-69" x2="-60"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-256.3" length2="1.5" antialias="false" y2="-85.2171" x1="-256.3" y1="-77.9708" end2="none"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-69" x1="-70" y2="-63" x2="-61"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-251" length2="1.5" antialias="false" y2="-85.2171" x1="-256.3" y1="-77.9708" end2="none"/> <ellipse width="3" x="-72" y="-71" antialias="false" height="4" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-55" x="-274" text="RF 868 MHz"/> <circle x="48" y="-106" antialias="false" style="line-style:normal;line-weight:normal;filling:red;color:red" diameter="6"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-80" length2="1.5" antialias="false" y2="-69" x1="-80" y1="-79" end2="none"/> <text x="-79" y="68" size="6" text="Téléinfo"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-70" length2="1.5" antialias="false" y2="-69" x1="-80" y1="-69" end2="none"/> <rect width="40" x="-85" y="60" antialias="false" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-50" length2="1.5" antialias="false" y2="-69" x1="-50" y1="-79" end2="none"/> <arc width="18.2289" x="28.391" y="-26.4503" antialias="true" height="17.9602" style="line-style:normal;line-weight:normal;filling:none;color:black" start="90" angle="90"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-60" length2="1.5" antialias="false" y2="-69" x1="-50" y1="-69" end2="none"/> <arc width="18.2289" x="28.391" y="-26.4503" antialias="true" height="8.98011" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" angle="90"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-61" length2="1.5" antialias="false" y2="-63" x1="-70" y1="-69" end2="none"/> <arc width="9.11444" x="19.2766" y="-21.9602" antialias="true" height="8.98011" style="line-style:normal;line-weight:normal;filling:none;color:black" start="270" angle="90"/>
<ellipse height="4" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" y="-71" width="3" x="-72"/> <arc width="18.2289" x="14.7193" y="-12.9801" antialias="true" height="8.98011" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" angle="90"/>
<circle style="line-style:normal;line-weight:normal;filling:red;color:red" antialias="false" y="-106" diameter="6" x="48"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-22.8582" x1="45.7084" y2="-20.1642" x2="48.4428"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="68" x="-79" text="Téléinfo"/> <arc width="9.11444" x="43.8856" y="-19.2662" antialias="true" height="0" style="line-style:normal;line-weight:normal;filling:none;color:black" start="180" angle="90"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="60" rx="0" width="40" x="-85"/> <line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-26.4503" x1="37.5054" y2="-30.9403" x2="32.9482"/>
<arc angle="90" height="17.9602" style="line-style:normal;line-weight:normal;filling:none;color:black" start="90" antialias="true" y="-26.4503" width="18.2289" x="28.391"/> <text x="38" y="-8" size="7" text="Enocean"/>
<arc angle="90" height="8.98011" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" antialias="true" y="-26.4503" width="18.2289" x="28.391"/> <terminal x="-215" y="-100" orientation="n"/>
<arc angle="90" height="8.98011" style="line-style:normal;line-weight:normal;filling:none;color:black" start="270" antialias="true" y="-21.9602" width="9.11444" x="19.2766"/> <terminal x="-195" y="-100" orientation="n"/>
<arc angle="90" height="8.98011" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" antialias="true" y="-12.9801" width="18.2289" x="14.7193"/> <terminal x="-175" y="-100" orientation="n"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="48.4428" length2="1.5" antialias="false" y2="-20.1642" x1="45.7084" y1="-22.8582" end2="none"/> <terminal x="-55" y="90" orientation="s"/>
<arc angle="90" height="0" style="line-style:normal;line-weight:normal;filling:none;color:black" start="180" antialias="true" y="-19.2662" width="9.11444" x="43.8856"/> <terminal x="-75" y="90" orientation="s"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="32.9482" length2="1.5" antialias="false" y2="-30.9403" x1="37.5054" y1="-26.4503" end2="none"/> <terminal x="-155" y="-100" orientation="n"/>
<text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" y="-8" x="38" text="Enocean"/> <terminal x="-75" y="-110" orientation="n"/>
<terminal y="-100" x="-215" orientation="n"/> <terminal x="-55" y="-110" orientation="n"/>
<terminal y="-100" x="-195" orientation="n"/> <terminal x="6" y="80" orientation="s"/>
<terminal y="-100" x="-175" orientation="n"/> <terminal x="60" y="80" orientation="s"/>
<terminal y="90" x="-55" orientation="s"/> <terminal x="-120" y="90" orientation="s"/>
<terminal y="90" x="-75" orientation="s"/> <terminal x="-160" y="90" orientation="s"/>
<terminal y="-100" x="-155" orientation="n"/> <terminal x="-180" y="90" orientation="s"/>
<terminal y="-110" x="-75" orientation="n"/> <terminal x="-200" y="90" orientation="s"/>
<terminal y="-110" x="-55" orientation="n"/> <terminal x="-220" y="90" orientation="s"/>
<terminal y="80" x="6" orientation="s"/> <terminal x="-140" y="90" orientation="s"/>
<terminal y="80" x="60" orientation="s"/> <terminal x="-260" y="90" orientation="s"/>
<terminal y="90" x="-120" orientation="s"/> <terminal x="-240" y="90" orientation="s"/>
<terminal y="90" x="-160" orientation="s"/> <terminal x="-257" y="-98" orientation="n"/>
<terminal y="90" x="-180" orientation="s"/> <terminal x="-25" y="-110" orientation="n"/>
<terminal y="90" x="-200" orientation="s"/> <terminal x="-5" y="-110" orientation="n"/>
<terminal y="90" x="-220" orientation="s"/> <terminal x="51" y="-110" orientation="n"/>
<terminal y="90" x="-140" orientation="s"/> <terminal x="78" y="-110" orientation="n"/>
<terminal y="90" x="-260" orientation="s"/>
<terminal y="90" x="-240" orientation="s"/>
<terminal y="-98" x="-257" orientation="n"/>
<terminal y="-110" x="-25" orientation="n"/>
<terminal y="-110" x="-5" orientation="n"/>
<terminal y="-110" x="51" orientation="n"/>
<terminal y="-110" x="78" orientation="n"/>
</description> </description>
</definition> </definition>

View File

@@ -1,344 +1,324 @@
<definition height="210" link_type="simple" width="560" version="0.80" type="element" orientation="dyyy" hotspot_x="282" hotspot_y="114"> <definition width="560" height="210" type="element" link_type="simple" hotspot_x="282" hotspot_y="114" orientation="dyyy" version="0.5">
<uuid uuid="{24138ead-5b3b-48a6-94f8-b28f0612da9d}"/> <uuid uuid="{9312cfaa-b8e4-4530-959f-876293a5c483}"/>
<names> <names>
<name lang="be">IPX800 V4</name>
<name lang="fr">IPX800 V4</name>
<name lang="pl">IPX800 V4</name>
<name lang="el">IPX800 V4</name>
<name lang="nl">IPX800 V4</name>
<name lang="cs">IPX800 V4</name> <name lang="cs">IPX800 V4</name>
<name lang="en">IPX800 V4</name>
<name lang="es">IPX800 V4</name>
<name lang="it">IPX800 V4</name> <name lang="it">IPX800 V4</name>
<name lang="el">IPX800 V4</name>
<name lang="pl">IPX800 V4</name>
<name lang="be">IPX800 V4</name>
<name lang="en">IPX800 V4</name>
<name lang="fr">IPX800 V4</name>
<name lang="es">IPX800 V4</name>
<name lang="nl">IPX800 V4</name>
</names> </names>
<elementInformations> <informations>Author: The QElectroTech team
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="manufacturer">GCE</elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation">IPX 800 V4</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-82" x="-138" text="3"/> <text x="-138" y="-82" text="3" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="25" text="14"/> <text x="25" y="-92" text="14" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-82" x="-12" text="5"/> <text x="-12" y="-82" text="5" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="-61" text="10"/> <text x="-61" y="-92" text="10" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="-34" text="11"/> <text x="-34" y="-92" text="11" size="6"/>
<rect height="70" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-35" rx="0" width="545" x="-275"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-275" width="545" y="-35" height="70" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="-15" text="12"/> <text x="-15" y="-92" text="12" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="45" text="15"/> <text x="45" y="-92" text="15" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="5" text="13"/> <text x="5" y="-92" text="13" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-82" x="188" text="8"/> <text x="188" y="-82" text="8" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="64" text="16"/> <text x="64" y="-92" text="16" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-72" x="-34" text="Relay Outputs"/> <text x="-34" y="-72" text="Relay Outputs" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-82" x="128" text="7"/> <text x="128" y="-82" text="7" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="-137" text="7"/> <text x="-137" y="-92" text="7" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="106" text="17"/> <text x="106" y="-92" text="17" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-82" x="47" text="6"/> <text x="47" y="-82" text="6" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-82" x="-253" text="1"/> <text x="-253" y="-82" text="1" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-82" x="-197" text="2"/> <text x="-197" y="-82" text="2" size="6"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-87" length2="1.5" antialias="false" y2="-39" x1="-74" y1="-60" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-60" y2="-39" x1="-74" x2="-87" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="38" length2="1.5" antialias="false" y2="-39" x1="51" y1="-60" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-60" y2="-39" x1="51" x2="38" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-207" length2="1.5" antialias="false" y2="-39" x1="-194" y1="-60" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-60" y2="-39" x1="-194" x2="-207" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="180" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="555" x="-280"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-280" width="555" y="-100" height="180" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-74" x="235" text="12Vcc"/> <text x="235" y="-74" text="12Vcc" size="6"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-147" length2="1.5" antialias="false" y2="-38" x1="-134" y1="-59" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-59" y2="-38" x1="-134" x2="-147" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="178" length2="1.5" antialias="false" y2="-39" x1="191" y1="-60" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-60" y2="-39" x1="191" x2="178" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="4" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="48" rx="0" width="11" x="-20"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-20" width="11" y="48" height="4" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="118" length2="1.5" antialias="false" y2="-39" x1="131" y1="-60" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-60" y2="-39" x1="131" x2="118" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="4" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="48" rx="0" width="11" x="0"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" width="11" y="48" height="4" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-15" length2="1.5" antialias="false" y2="52" x1="-15" y1="60" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="60" y2="52" x1="-15" x2="-15" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-22" length2="1.5" antialias="false" y2="-39" x1="-9" y1="-60" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-60" y2="-39" x1="-9" x2="-22" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="4" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="48" rx="0" width="11" x="20"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="20" width="11" y="48" height="4" antialias="false"/>
<rect height="4" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="48" rx="0" width="11" x="40"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="40" width="11" y="48" height="4" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-35" length2="1.5" antialias="false" y2="52" x1="-35" y1="60" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="60" y2="52" x1="-35" x2="-35" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="-40"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-40" width="20" y="-110" height="10" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-55" length2="1.5" antialias="false" y2="52" x1="-55" y1="60" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="60" y2="52" x1="-55" x2="-55" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="4" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="48" rx="0" width="11" x="-40"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-40" width="11" y="48" height="4" antialias="false"/>
<rect height="4" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="48" rx="0" width="11" x="-60"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-60" width="11" y="48" height="4" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="160"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="160" width="20" y="-110" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="20"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="20" width="20" y="-110" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="100"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="100" width="20" y="-110" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="246"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="246" width="20" y="-110" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="63" text="8"/> <text x="63" y="78" text="8" size="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="15"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="15" width="20" y="70" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="-125"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-125" width="20" y="-110" height="10" antialias="false"/>
<rect height="4" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="48" rx="0" width="11" x="60"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="60" width="11" y="48" height="4" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="60" rx="0" width="20" x="-225"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-225" width="20" y="60" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="-250"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-250" width="20" y="-110" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-225"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-225" width="20" y="70" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="60" rx="0" width="20" x="-125"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-125" width="20" y="60" height="10" antialias="false"/>
<rect height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-250"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-250" width="20" y="70" height="20" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="-270"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-270" width="20" y="-110" height="10" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="5" length2="1.5" antialias="false" y2="52" x1="5" y1="60" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="60" y2="52" x1="5" x2="5" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="25" length2="1.5" antialias="false" y2="52" x1="25" y1="60" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="60" y2="52" x1="25" x2="25" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="45" length2="1.5" antialias="false" y2="52" x1="45" y1="60" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="60" y2="52" x1="45" x2="45" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="65" length2="1.5" antialias="false" y2="52" x1="65" y1="60" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="60" y2="52" x1="65" x2="65" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="-185"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-185" width="20" y="-110" height="10" antialias="false"/>
<rect height="30" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="50" rx="0" width="20" x="132"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="132" width="20" y="50" height="30" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-15" length2="1.5" antialias="false" y2="40" x1="-15" y1="48" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" y2="40" x1="-15" x2="-15" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-185"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-185" width="20" y="70" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="60"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="60" width="20" y="-110" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="0"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" width="20" y="-110" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="-65"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-65" width="20" y="-110" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="68" x="-124" text="3.3V"/> <text x="-124" y="68" text="3.3V" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="68" x="-220" text="0V"/> <text x="-220" y="68" text="0V" size="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="140"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="140" width="20" y="-110" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="226"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="226" width="20" y="-110" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="200"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="200" width="20" y="-110" height="10" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="134" length2="1.5" antialias="false" y2="72" x1="134" y1="62" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" y2="72" x1="134" x2="134" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="45" length2="1.5" antialias="false" y2="40" x1="45" y1="48" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" y2="40" x1="45" x2="45" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="-205"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-205" width="20" y="-110" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="-250"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-250" width="20" y="-100" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="-145"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-145" width="20" y="-110" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="-270"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-270" width="20" y="-100" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="200"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="200" width="20" y="-100" height="10" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="134.567" length2="1.5" antialias="false" y2="62" x1="149.302" y1="62" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" y2="62" x1="149.302" x2="134.567" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="-205"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-205" width="20" y="-100" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="0"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" width="20" y="-100" height="10" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="65" length2="1.5" antialias="false" y2="40" x1="65" y1="48" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" y2="40" x1="65" x2="65" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="140"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="140" width="20" y="-100" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="60"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="60" width="20" y="-100" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="-65"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-65" width="20" y="-100" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="-262" text="1"/> <text x="-262" y="-92" text="1" size="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="226"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="226" width="20" y="-100" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-65"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-65" width="20" y="70" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-165"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-165" width="20" y="70" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="-145"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-145" width="20" y="-100" height="10" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="150" length2="1.5" antialias="false" y2="72" x1="150" y1="62" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" y2="72" x1="150" x2="150" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="160"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="160" width="20" y="-100" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="100"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="100" width="20" y="-100" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-205"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-205" width="20" y="70" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="20"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="20" width="20" y="-100" height="10" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="25" length2="1.5" antialias="false" y2="40" x1="25" y1="48" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" y2="40" x1="25" x2="25" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="246"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="246" width="20" y="-100" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="-40"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-40" width="20" y="-100" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-45"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-45" width="20" y="70" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="-185"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-185" width="20" y="-100" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="-125"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-125" width="20" y="-100" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,10,-1,5,50,0,0,0,0,0" rotation="0" y="-91" x="254" text="-"/> <text x="254" y="-91" text="-" size="10"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="120"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="120" width="20" y="-110" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="-165"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-165" width="20" y="80" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-85"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-85" width="20" y="70" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="180"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="180" width="20" y="-110" height="10" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-259" length2="1.5" antialias="false" y2="-69" x1="-259" y1="-59" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-59" y2="-69" x1="-259" x2="-259" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="135" length2="1.5" antialias="false" y2="72" x1="137" y1="72" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="72" y2="72" x1="137" x2="135" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="-225"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-225" width="20" y="-110" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="-20"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-20" width="20" y="-110" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="40"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="40" width="20" y="-110" height="10" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="5" length2="1.5" antialias="false" y2="40" x1="5" y1="48" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" y2="40" x1="5" x2="5" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="-85"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-85" width="20" y="-110" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-110" rx="0" width="20" x="-165"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-165" width="20" y="-110" height="10" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-55" length2="1.5" antialias="false" y2="40" x1="-55" y1="48" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" y2="40" x1="-55" x2="-55" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<text color="#000000" font="Sans Serif,10,-1,5,50,0,0,0,0,0" rotation="0" y="-91" x="231" text="+"/> <text x="231" y="-91" text="+" size="10"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="184" text="21"/> <text x="184" y="-92" text="21" size="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-125"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-125" width="20" y="70" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="-45"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-45" width="20" y="80" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="124" text="18"/> <text x="124" y="-92" text="18" size="6"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-239" length2="1.5" antialias="false" y2="-70" x1="-239" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-70" x1="-239" x2="-239" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="150" length2="1.5" antialias="false" y2="72" x1="147" y1="72" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="72" y2="72" x1="147" x2="150" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-35" length2="1.5" antialias="false" y2="40" x1="-35" y1="48" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" y2="40" x1="-35" x2="-35" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-239" length2="1.5" antialias="false" y2="-40" x1="-249" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-40" x1="-249" x2="-239" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="180"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="180" width="20" y="-100" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="40"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="40" width="20" y="-100" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="-85"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-85" width="20" y="-100" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="-185"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-185" width="20" y="80" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-5"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-5" width="20" y="70" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="120"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="120" width="20" y="-100" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="-165"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-165" width="20" y="-100" height="10" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="138" length2="1.5" antialias="false" y2="72" x1="138" y1="75" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="75" y2="72" x1="138" x2="138" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="-225"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-225" width="20" y="-100" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-100" rx="0" width="20" x="-20"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-20" width="20" y="-100" height="10" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="146" length2="1.5" antialias="false" y2="72" x1="146" y1="75" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="75" y2="72" x1="146" x2="146" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="-205"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-205" width="20" y="80" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="-65"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-65" width="20" y="80" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="-242" text="2"/> <text x="-242" y="-92" text="2" size="6"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-75" length2="1.5" antialias="false" y2="40" x1="-75" y1="48" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" y2="40" x1="-75" x2="-75" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="145" text="19"/> <text x="145" y="-92" text="19" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="-217" text="3"/> <text x="-217" y="-92" text="3" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="205" text="22"/> <text x="205" y="-92" text="22" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="-177" text="5"/> <text x="-177" y="-92" text="5" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="-157" text="6"/> <text x="-157" y="-92" text="6" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="-197" text="4"/> <text x="-197" y="-92" text="4" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="-157" text="3"/> <text x="-157" y="78" text="3" size="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="55"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="55" width="20" y="70" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="165" text="20"/> <text x="165" y="-92" text="20" size="6"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-275" length2="1.5" antialias="false" y2="-70" x1="-275" y1="-41" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-41" y2="-70" x1="-275" x2="-275" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="138" length2="1.5" antialias="false" y2="75" x1="146" y1="75" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="75" y2="75" x1="146" x2="138" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="51" length2="1.5" antialias="false" y2="-69" x1="51" y1="-59" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-59" y2="-69" x1="51" x2="51" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-194" length2="1.5" antialias="false" y2="-69" x1="-194" y1="-59" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-59" y2="-69" x1="-194" x2="-194" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-134" length2="1.5" antialias="false" y2="-69" x1="-134" y1="-59" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-59" y2="-69" x1="-134" x2="-134" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-9" length2="1.5" antialias="false" y2="-69" x1="-9" y1="-59" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-59" y2="-69" x1="-9" x2="-9" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="191" length2="1.5" antialias="false" y2="-69" x1="191" y1="-59" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-59" y2="-69" x1="191" x2="191" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-74" length2="1.5" antialias="false" y2="-69" x1="-74" y1="-59" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-59" y2="-69" x1="-74" x2="-74" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="-177" text="2"/> <text x="-177" y="78" text="2" size="6"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="131" length2="1.5" antialias="false" y2="-69" x1="131" y1="-59" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-59" y2="-69" x1="131" x2="131" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="-85"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-85" width="20" y="80" height="10" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-114" length2="1.5" antialias="false" y2="-70" x1="-114" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-70" x1="-114" x2="-114" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="11" length2="1.5" antialias="false" y2="-70" x1="11" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-70" x1="11" x2="11" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-174" length2="1.5" antialias="false" y2="-70" x1="-174" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-70" x1="-174" x2="-174" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-54" length2="1.5" antialias="false" y2="-70" x1="-54" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-70" x1="-54" x2="-54" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="71" length2="1.5" antialias="false" y2="-70" x1="71" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-70" x1="71" x2="71" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="151" length2="1.5" antialias="false" y2="-70" x1="151" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-70" x1="151" x2="151" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="211" length2="1.5" antialias="false" y2="-70" x1="211" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-70" x1="211" x2="211" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="55"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="55" width="20" y="80" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="-125"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-125" width="20" y="80" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="-198" text="1"/> <text x="-198" y="78" text="1" size="6"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-114" length2="1.5" antialias="false" y2="-40" x1="-124" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-40" x1="-124" x2="-114" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-54" length2="1.5" antialias="false" y2="-40" x1="-64" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-40" x1="-64" x2="-54" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="211" length2="1.5" antialias="false" y2="-40" x1="201" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-40" x1="201" x2="211" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="151" length2="1.5" antialias="false" y2="-40" x1="141" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-40" x1="141" x2="151" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="71" length2="1.5" antialias="false" y2="-40" x1="61" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-40" x1="61" x2="71" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="-37" text="3"/> <text x="-37" y="78" text="3" size="6"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-174" length2="1.5" antialias="false" y2="-40" x1="-184" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-40" x1="-184" x2="-174" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="11" length2="1.5" antialias="false" y2="-40" x1="1" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-40" x1="1" x2="11" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="-225"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-225" width="20" y="80" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="-57" text="2"/> <text x="-57" y="78" text="2" size="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-145"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-145" width="20" y="70" height="10" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-154" length2="1.5" antialias="false" y2="-70" x1="-154" y1="-41" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-41" y2="-70" x1="-154" x2="-154" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-214" length2="1.5" antialias="false" y2="-70" x1="-214" y1="-41" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-41" y2="-70" x1="-214" x2="-214" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="171" length2="1.5" antialias="false" y2="-70" x1="171" y1="-41" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-41" y2="-70" x1="171" x2="171" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="111" length2="1.5" antialias="false" y2="-70" x1="111" y1="-41" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-41" y2="-70" x1="111" x2="111" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="31" length2="1.5" antialias="false" y2="-70" x1="31" y1="-41" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-41" y2="-70" x1="31" x2="31" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-94" length2="1.5" antialias="false" y2="-70" x1="-94" y1="-41" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-41" y2="-70" x1="-94" x2="-94" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="-5"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-5" width="20" y="80" height="10" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-29" length2="1.5" antialias="false" y2="-70" x1="-29" y1="-41" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-41" y2="-70" x1="-29" x2="-29" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="-78" text="1"/> <text x="-78" y="78" text="1" size="6"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="110.911" length2="1.5" antialias="false" y2="-40" x1="121.096" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-40" x1="121.096" x2="110.911" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="170.911" length2="1.5" antialias="false" y2="-40" x1="181.096" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-40" x1="181.096" x2="170.911" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-214.089" length2="1.5" antialias="false" y2="-40" x1="-203.904" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-40" x1="-203.904" x2="-214.089" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-154.089" length2="1.5" antialias="false" y2="-40" x1="-143.904" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-40" x1="-143.904" x2="-154.089" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-94.089" length2="1.5" antialias="false" y2="-40" x1="-83.904" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-40" x1="-83.904" x2="-94.089" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-29.089" length2="1.5" antialias="false" y2="-40" x1="-18.904" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-40" x1="-18.904" x2="-29.089" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="30.911" length2="1.5" antialias="false" y2="-40" x1="41.096" y1="-40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-40" x1="41.096" x2="30.911" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="-222" text="Gnd"/> <text x="-222" y="78" text="Gnd" size="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="-145"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-145" width="20" y="80" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="15"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="15" width="20" y="80" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="79" x="-120" text="+"/> <text x="-120" y="79" text="+" size="9"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="-137" text="4"/> <text x="-137" y="78" text="4" size="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-25"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-25" width="20" y="70" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="35"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="35" width="20" y="70" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="23" text="6"/> <text x="23" y="78" text="6" size="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="35"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="35" width="20" y="80" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="80" rx="0" width="20" x="-25"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-25" width="20" y="80" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="3" text="5"/> <text x="3" y="78" text="5" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="43" text="7"/> <text x="43" y="78" text="7" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="78" x="-17" text="4"/> <text x="-17" y="78" text="4" size="6"/>
<rect height="4" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="48" rx="0" width="11" x="-80"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-80" width="11" y="48" height="4" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-75" length2="1.5" antialias="false" y2="52" x1="-75" y1="60" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="60" y2="52" x1="-75" x2="-75" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="65" length2="1.5" antialias="false" y2="40" x1="-115" y1="40" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" y2="40" x1="-115" x2="65" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-115" length2="1.5" antialias="false" y2="40" x1="-115" y1="60" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="60" y2="40" x1="-115" x2="-115" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<dynamic_text text_from="UserText" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="0" Valignment="AlignTop" x="-261" z="210" frame="false" uuid="{f3ddc616-6068-4575-bba2-59e7cc29acdd}" text_width="-1" Halignment="AlignLeft"> <input x="-261" y="11" text="IP: ---:---:---:---" tagg="none" rotate="true" size="9"/>
<text>IP: ---:---:---:---</text> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="180" width="20" y="50" height="30" antialias="false"/>
</dynamic_text> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" y2="72" x1="182" x2="182" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="30" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="50" rx="0" width="20" x="180"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" y2="62" x1="197.302" x2="182.567" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="182" length2="1.5" antialias="false" y2="72" x1="182" y1="62" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="62" y2="72" x1="198" x2="198" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="182.567" length2="1.5" antialias="false" y2="62" x1="197.302" y1="62" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="72" y2="72" x1="185" x2="183" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="198" length2="1.5" antialias="false" y2="72" x1="198" y1="62" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="72" y2="72" x1="195" x2="198" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="183" length2="1.5" antialias="false" y2="72" x1="185" y1="72" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="75" y2="72" x1="186" x2="186" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="198" length2="1.5" antialias="false" y2="72" x1="195" y1="72" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="75" y2="72" x1="194" x2="194" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="186" length2="1.5" antialias="false" y2="72" x1="186" y1="75" end2="none"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="75" y2="75" x1="194" x2="186" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="194" length2="1.5" antialias="false" y2="72" x1="194" y1="75" end2="none"/> <text x="134" y="70" text="EXT" size="6"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="186" length2="1.5" antialias="false" y2="75" x1="194" y1="75" end2="none"/> <text x="-257" y="68" text="Bus" size="5"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="70" x="134" text="EXT"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="226" width="40" y="-90" height="20" antialias="false"/>
<text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="68" x="-257" text="Bus"/> <text x="239" y="-82" text="Alim" size="6"/>
<rect height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="40" x="226"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-59" y2="-38" x1="-259" x2="-272" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-82" x="239" text="Alim"/> <text x="181" y="59" text="RJ45" size="6"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-272" length2="1.5" antialias="false" y2="-38" x1="-259" y1="-59" end2="none"/> <text x="182" y="70" text="LAN" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="59" x="181" text="RJ45"/> <text x="133" y="59" text="RJ12" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="70" x="182" text="LAN"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="245" width="20" y="45" height="35" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="59" x="133" text="RJ12"/> <rect style="line-style:normal;line-weight:normal;filling:black;color:black" x="245" width="20" y="60" height="20" antialias="false"/>
<rect height="35" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="45" rx="0" width="20" x="245"/> <circle style="line-style:normal;line-weight:normal;filling:white;color:black" x="250" diameter="10" y="65" antialias="false"/>
<rect height="20" style="line-style:normal;line-weight:normal;filling:black;color:black" ry="0" antialias="false" y="60" rx="0" width="20" x="245"/> <circle style="line-style:normal;line-weight:normal;filling:black;color:black" x="254" diameter="2" y="69" antialias="false"/>
<circle style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="65" diameter="10" x="250"/> <text x="246" y="52" text="Alim" size="6"/>
<circle style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" y="69" diameter="2" x="254"/> <text x="247" y="59" text="12V" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="52" x="246" text="Alim"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-270" width="20" y="70" height="20" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="59" x="247" text="12V"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="80" y2="80" x1="-270" x2="-230" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="70" rx="0" width="20" x="-270"/> <text x="-265" y="79" text="+" size="9"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-230" length2="1.5" antialias="false" y2="80" x1="-270" y1="80" end2="none"/> <text x="-242" y="79" text="-" size="9"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="79" x="-265" text="+"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-205" width="80" y="60" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="79" x="-242" text="-"/> <text x="-192" y="67" text="Analog Inputs" size="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="60" rx="0" width="80" x="-205"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-85" width="160" y="60" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="67" x="-192" text="Analog Inputs"/> <text x="-31" y="67" text="Digital Inputs" size="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="60" rx="0" width="160" x="-85"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-270" width="40" y="-90" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="67" x="-31" text="Digital Inputs"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-225" width="60" y="-90" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="40" x="-270"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-165" width="60" y="-90" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="60" x="-225"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-85" width="40" y="-90" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="60" x="-165"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-40" width="60" y="-90" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="40" x="-85"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="20" width="60" y="-90" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="60" x="-40"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="100" width="60" y="-90" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="60" x="20"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="160" width="60" y="-90" height="10" antialias="false"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="60" x="100"/> <text x="-68" y="-82" text="4" size="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-90" rx="0" width="60" x="160"/> <text x="-117" y="-92" text="8" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-82" x="-68" text="4"/> <text x="-77" y="-92" text="9" size="6"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="-117" text="8"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-270" width="40" y="60" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-92" x="-77" text="9"/> <line style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" y2="-40" x1="-275" x2="-268" end1="none" antialias="false" length1="1.5" end2="none" length2="1.5"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="60" rx="0" width="40" x="-270"/> <rect style="line-style:normal;line-weight:normal;filling:green;color:none" x="-270" width="10" y="-30" height="60" antialias="false"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-268" length2="1.5" antialias="false" y2="-40" x1="-275" y1="-40" end2="none"/> <rect style="line-style:normal;line-weight:normal;filling:black;color:black" x="-255" width="150" y="-19" height="15" antialias="false"/>
<rect height="60" style="line-style:normal;line-weight:normal;filling:green;color:none" ry="0" antialias="false" y="-30" rx="0" width="10" x="-270"/> <text color="white" x="-254" y="-7" text="Ethernet Control System" size="9"/>
<rect height="15" style="line-style:normal;line-weight:normal;filling:black;color:black" ry="0" antialias="false" y="-19" rx="0" width="150" x="-255"/> <rect style="line-style:normal;line-weight:normal;filling:green;color:none" x="125" width="140" y="20" height="10" antialias="false"/>
<text color="#ffffff" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="-7" x="-254" text="Ethernet Control System"/> <text x="129" y="18" text="GCE Electronics" size="9"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:green;color:none" ry="0" antialias="false" y="20" rx="0" width="140" x="125"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-270" width="490" y="-80" height="10" antialias="false"/>
<text color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="18" x="129" text="GCE Electronics"/> <text x="-47" y="-22" text="Max switched current 10A - 277 VAC" size="6"/>
<rect height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-80" rx="0" width="490" x="-270"/> <input x="-258" y="-25" text="IPX-800 - V4" tagg="none" rotate="true" size="9"/>
<text color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-22" x="-47" text="Max switched current 10A - 277 VAC"/> <input x="-258" y="24" text="_" tagg="label" rotate="true" size="9"/>
<dynamic_text text_from="UserText" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="-36" Valignment="AlignTop" x="-258" z="262" frame="false" uuid="{5ccf7370-c37a-44c4-a83a-1c00ed557550}" text_width="-1" Halignment="AlignLeft"> <terminal x="-260" y="-110" orientation="n"/>
<text>IPX-800 - V4</text> <terminal x="-240" y="-110" orientation="n"/>
</dynamic_text> <terminal x="-215" y="-110" orientation="n"/>
<dynamic_text text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="13" Valignment="AlignTop" x="-258" z="263" frame="false" uuid="{9386c8eb-75ff-4cdf-beca-097d396c6fab}" text_width="-1" Halignment="AlignLeft"> <terminal x="150" y="-110" orientation="n"/>
<text></text> <terminal x="170" y="-110" orientation="n"/>
<info_name>label</info_name> <terminal x="190" y="-110" orientation="n"/>
</dynamic_text> <terminal x="-55" y="90" orientation="s"/>
<terminal y="-110" x="-260" orientation="n"/> <terminal x="-35" y="90" orientation="s"/>
<terminal y="-110" x="-240" orientation="n"/> <terminal x="-75" y="90" orientation="s"/>
<terminal y="-110" x="-215" orientation="n"/> <terminal x="-15" y="90" orientation="s"/>
<terminal y="-110" x="150" orientation="n"/> <terminal x="256" y="-110" orientation="n"/>
<terminal y="-110" x="170" orientation="n"/> <terminal x="-195" y="-110" orientation="n"/>
<terminal y="-110" x="190" orientation="n"/> <terminal x="-175" y="-110" orientation="n"/>
<terminal y="90" x="-55" orientation="s"/> <terminal x="-155" y="-110" orientation="n"/>
<terminal y="90" x="-35" orientation="s"/> <terminal x="-135" y="-110" orientation="n"/>
<terminal y="90" x="-75" orientation="s"/> <terminal x="-115" y="-110" orientation="n"/>
<terminal y="90" x="-15" orientation="s"/> <terminal x="-75" y="-110" orientation="n"/>
<terminal y="-110" x="256" orientation="n"/> <terminal x="-55" y="-110" orientation="n"/>
<terminal y="-110" x="-195" orientation="n"/> <terminal x="-30" y="-110" orientation="n"/>
<terminal y="-110" x="-175" orientation="n"/> <terminal x="-10" y="-110" orientation="n"/>
<terminal y="-110" x="-155" orientation="n"/> <terminal x="10" y="-110" orientation="n"/>
<terminal y="-110" x="-135" orientation="n"/> <terminal x="30" y="-110" orientation="n"/>
<terminal y="-110" x="-115" orientation="n"/> <terminal x="50" y="-110" orientation="n"/>
<terminal y="-110" x="-75" orientation="n"/> <terminal x="70" y="-110" orientation="n"/>
<terminal y="-110" x="-55" orientation="n"/> <terminal x="110" y="-110" orientation="n"/>
<terminal y="-110" x="-30" orientation="n"/> <terminal x="130" y="-110" orientation="n"/>
<terminal y="-110" x="-10" orientation="n"/> <terminal x="210" y="-110" orientation="n"/>
<terminal y="-110" x="10" orientation="n"/> <terminal x="236" y="-110" orientation="n"/>
<terminal y="-110" x="30" orientation="n"/> <terminal x="5" y="90" orientation="s"/>
<terminal y="-110" x="50" orientation="n"/> <terminal x="25" y="90" orientation="s"/>
<terminal y="-110" x="70" orientation="n"/> <terminal x="45" y="90" orientation="s"/>
<terminal y="-110" x="110" orientation="n"/> <terminal x="65" y="90" orientation="s"/>
<terminal y="-110" x="130" orientation="n"/> <terminal x="190" y="80" orientation="s"/>
<terminal y="-110" x="210" orientation="n"/> <terminal x="142" y="80" orientation="s"/>
<terminal y="-110" x="236" orientation="n"/> <terminal x="-115" y="90" orientation="s"/>
<terminal y="90" x="5" orientation="s"/> <terminal x="-155" y="90" orientation="s"/>
<terminal y="90" x="25" orientation="s"/> <terminal x="-175" y="90" orientation="s"/>
<terminal y="90" x="45" orientation="s"/> <terminal x="-195" y="90" orientation="s"/>
<terminal y="90" x="65" orientation="s"/> <terminal x="-215" y="90" orientation="s"/>
<terminal y="80" x="190" orientation="s"/> <terminal x="-135" y="90" orientation="s"/>
<terminal y="80" x="142" orientation="s"/> <terminal x="-260" y="90" orientation="s"/>
<terminal y="90" x="-115" orientation="s"/> <terminal x="-240" y="90" orientation="s"/>
<terminal y="90" x="-155" orientation="s"/> <terminal x="255" y="80" orientation="s"/>
<terminal y="90" x="-175" orientation="s"/>
<terminal y="90" x="-195" orientation="s"/>
<terminal y="90" x="-215" orientation="s"/>
<terminal y="90" x="-135" orientation="s"/>
<terminal y="90" x="-260" orientation="s"/>
<terminal y="90" x="-240" orientation="s"/>
<terminal y="80" x="255" orientation="s"/>
</description> </description>
</definition> </definition>

View File

@@ -1,52 +1,30 @@
<definition height="50" link_type="simple" width="50" version="0.80" type="element" orientation="dyyy" hotspot_x="25" hotspot_y="24"> <definition link_type="simple" hotspot_x="25" orientation="dyyy" hotspot_y="24" type="element" height="50" width="50" version="0.5">
<uuid uuid="{8b16aaf2-ea1f-4933-bb36-3f41d72f32c3}"/> <uuid uuid="{90b84ace-553e-4086-8616-11904852ec04}"/>
<names> <names>
<name lang="fr">Module Fil Pilote</name>
<name lang="pl">Moduł diodowy</name> <name lang="pl">Moduł diodowy</name>
<name lang="cs">Diodový modul</name> <name lang="fr">Module Fil Pilote</name>
<name lang="en">Diodes Module Pilot Wire</name> <name lang="en">Diodes Module Pilot Wire</name>
<name lang="it">Modulo a diodi pilota</name> <name lang="it">Modulo a diodi pilota</name>
<name lang="cs">Diodový modul</name>
</names> </names>
<elementInformations>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="manufacturer">GCE</elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation">Module Fil Pilote</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
</elementInformations>
<informations></informations> <informations></informations>
<description> <description>
<dynamic_text text_from="UserText" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="3.5" Valignment="AlignTop" x="8" z="1" frame="false" uuid="{ebbd79b8-3594-44d9-901a-da05214dd349}" text_width="-1" Halignment="AlignLeft"> <input size="9" text="-" rotate="true" y="14.5" tagg="none" x="8"/>
<text>-</text> <line y1="6" x1="6" x2="14" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="6"/>
</dynamic_text> <input size="6" text="FP" rotate="true" y="-15" tagg="none" x="-12"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="14" length2="1.5" antialias="false" y2="6" x1="6" y1="6" end2="none"/> <rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="40" y="-20" width="40" x="-20"/>
<dynamic_text text_from="UserText" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0" y="-24" Valignment="AlignTop" x="-12" z="3" frame="false" uuid="{cc6b4c32-9345-4c07-8009-e314892f0a9e}" text_width="-1" Halignment="AlignLeft"> <line y1="0" x1="-14" x2="-6" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/>
<text>FP</text> <polygon y1="0" x3="-6" x1="-10" x2="-14" x4="-10" y4="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="6" closed="false" y2="6"/>
</dynamic_text> <polygon y1="6" x3="14" x1="10" x2="6" x4="10" y4="6" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="0" closed="false" y2="0"/>
<rect height="40" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" antialias="false" y="-20" rx="0" width="40" x="-20"/> <line y1="14" x1="-10" x2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="7"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-6" length2="1.5" antialias="false" y2="0" x1="-14" y1="0" end2="none"/> <line y1="15" x1="10" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="6"/>
<polygon y3="6" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-14" antialias="false" y2="6" x3="-6" x4="-10" closed="false" x1="-10" y1="0" y4="0"/> <line y1="0" x1="-10" x2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-15"/>
<polygon y3="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="6" antialias="false" y2="0" x3="14" x4="10" closed="false" x1="10" y1="6" y4="6"/> <line y1="0" x1="10" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-6"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" length2="1.5" antialias="false" y2="7" x1="-10" y1="14" end2="none"/> <line y1="-6" x1="10" x2="-9" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-6"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" length2="1.5" antialias="false" y2="6" x1="10" y1="15" end2="none"/> <input size="9" text="+" rotate="true" y="15.5" tagg="none" x="-22"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" length2="1.5" antialias="false" y2="-15" x1="-10" y1="0" end2="none"/> <input size="9" text="_" rotate="true" y="-18" tagg="label" x="20"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" length2="1.5" antialias="false" y2="-6" x1="10" y1="0" end2="none"/> <terminal orientation="s" y="19" x="10"/>
<line end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-9" length2="1.5" antialias="false" y2="-6" x1="10" y1="-6" end2="none"/> <terminal orientation="s" y="19" x="-10"/>
<dynamic_text text_from="UserText" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="4.5" Valignment="AlignTop" x="-22" z="13" frame="false" uuid="{85a54bfd-ffc8-46fa-9567-fbc8b2b41207}" text_width="-1" Halignment="AlignLeft"> <terminal orientation="n" y="-19" x="-10"/>
<text>+</text>
</dynamic_text>
<dynamic_text text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" y="-29" Valignment="AlignTop" x="20" z="14" frame="false" uuid="{25c0ef26-54ff-453e-9ebd-5ffdd8c11109}" text_width="-1" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal y="19" x="10" orientation="s"/>
<terminal y="19" x="-10" orientation="s"/>
<terminal y="-19" x="-10" orientation="n"/>
</description> </description>
</definition> </definition>

View File

@@ -1,66 +0,0 @@
<definition hotspot_x="5" orientation="dyyy" link_type="simple" width="230" version="0.70" type="element" hotspot_y="5" height="80">
<uuid uuid="{4abc17a9-edab-440d-9344-aede907c9451}"/>
<names>
<name lang="fr">TA-SLIDER160 I/O</name>
</names>
<elementInformations>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="designation">TA SLIDER 160I/O</elementInformation>
<elementInformation show="1" name="manufacturer">IMI Hydronic</elementInformation>
</elementInformations>
<informations></informations>
<description>
<text x="55" color="#000000" text="green" y="25" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="270"/>
<text x="15" color="#000000" text="brown" y="25" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="270"/>
<text x="35" color="#000000" text="white" y="25" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="270"/>
<text x="75" color="#000000" text="grey" y="25" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="270"/>
<text x="95" color="#000000" text="yellow" y="25" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="270"/>
<rect ry="0" x="80" y="30" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" height="20"/>
<rect ry="0" x="40" y="30" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" height="20"/>
<rect ry="0" x="60" y="30" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" height="20"/>
<rect ry="0" x="20" y="30" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" height="20"/>
<rect ry="0" x="0" y="0" width="220" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" height="70"/>
<text x="25" color="#000000" text=" 0VAC/VDC" y="30" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="270"/>
<text x="67" color="#000000" text=" 0(2).10VDC" y="31" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="270"/>
<text x="45" color="#000000" text=" 0(2).10VDC" y="30" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="270"/>
<line y2="29" end2="none" length1="1.5" x1="50" y1="5" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<text x="28" color="#000000" text="M" y="40" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0"/>
<text x="48" color="#000000" text="Yv" y="40" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0"/>
<text x="66" color="#000000" text="Xv" y="40" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0"/>
<text x="88" color="#000000" text="B" y="40" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0"/>
<text x="5" color="#000000" text="L24" y="40" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="0"/>
<text x="130" color="#000000" text="TA-SLIDER 160 I/O" y="60" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
<rect ry="0" x="0" y="30" width="20" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false" height="20"/>
<text x="6" color="#000000" text=" 24VAC/VDC" y="30" font="Sans Serif,4,-1,5,50,0,0,0,0,0" rotation="270"/>
<line y2="5" end2="none" length1="1.5" x1="10" y1="30" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<line y2="30" end2="none" length1="1.5" x1="30" y1="5" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<line y2="30" end2="none" length1="1.5" x1="70" y1="6" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<line y2="12" end2="none" length1="1.5" x1="70" y1="10" x2="68" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<line y2="12" end2="none" length1="1.5" x1="70" y1="10" x2="72" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<line y2="10" end2="none" length1="1.5" x1="50" y1="12" x2="52" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<line y2="10" end2="none" length1="1.5" x1="50" y1="12" x2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<line y2="60" end2="none" length1="1.5" x1="30" y1="60" x2="36" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<circle x="36" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8" antialias="false"/>
<line y2="60" end2="none" length1="1.5" x1="50" y1="60" x2="44" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<line y2="62" end2="none" length1="1.5" x1="42" y1="58" x2="38" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<line y2="60" end2="none" length1="1.5" x1="42" y1="58" x2="42" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<line y2="58" end2="none" length1="1.5" x1="42" y1="58" x2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<text x="160" color="#000000" text="IMI TA" y="40" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0"/>
<line y2="60" end2="none" length1="1.5" x1="50" y1="50" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<line y2="50" end2="none" length1="1.5" x1="30" y1="59" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<line y2="5" end2="none" length1="1.5" x1="90" y1="30" x2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5" antialias="false"/>
<terminal x="10" orientation="n" y="30"/>
<terminal x="30" orientation="n" y="30"/>
<terminal x="70" orientation="n" y="30"/>
<terminal x="50" orientation="n" y="30"/>
<terminal x="90" orientation="n" y="30"/>
</description>
</definition>

View File

@@ -1,70 +0,0 @@
<definition type="element" version="0.70" width="230" orientation="dyyy" hotspot_x="5" link_type="simple" height="80" hotspot_y="6">
<uuid uuid="{0b695adc-0fdf-4a29-8901-e1236f011b99}"/>
<names>
<name lang="fr">TA-SLIDER750</name>
</names>
<elementInformations>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="designation" show="1">TA SLIDER 750</elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">IMI Hydronic</elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<text rotation="270" x="48" y="30" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text=" 0(4).20mA" color="#000000"/>
<rect rx="0" x="120" y="30" width="20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" ry="0"/>
<rect rx="0" x="100" y="30" width="20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" ry="0"/>
<rect rx="0" x="80" y="30" width="20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" ry="0"/>
<rect rx="0" x="40" y="30" width="20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" ry="0"/>
<rect rx="0" x="60" y="30" width="20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" ry="0"/>
<rect rx="0" x="20" y="30" width="20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" ry="0"/>
<rect rx="0" x="0" y="0" width="220" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="70" ry="0"/>
<text rotation="270" x="25" y="30" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text=" 0VAC/VDC" color="#000000"/>
<text rotation="270" x="87" y="30" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text=" 0(2).10VDC" color="#000000"/>
<text rotation="270" x="65" y="30" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text=" 0(2).10VDC" color="#000000"/>
<line x1="50" y1="5" length2="1.5" end1="none" length1="1.5" y2="29" antialias="false" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
<text rotation="0" x="28" y="40" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="M" color="#000000"/>
<text rotation="0" x="48" y="40" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="Yi" color="#000000"/>
<text rotation="0" x="66" y="40" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="Yv" color="#000000"/>
<text rotation="0" x="87" y="40" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="Xv" color="#000000"/>
<text rotation="0" x="108" y="40" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="Dw" color="#000000"/>
<text rotation="0" x="128" y="40" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="Up" color="#000000"/>
<text rotation="0" x="5" y="40" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="L24" color="#000000"/>
<text rotation="0" x="140" y="60" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="TA-SLIDER 750" color="#000000"/>
<rect rx="0" x="0" y="30" width="20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" ry="0"/>
<text rotation="270" x="6" y="30" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text=" 24VAC/VDC" color="#000000"/>
<line x1="10" y1="30" length2="1.5" end1="none" length1="1.5" y2="5" antialias="false" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
<line x1="30" y1="5" length2="1.5" end1="none" length1="1.5" y2="30" antialias="false" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
<line x1="70" y1="5" length2="1.5" end1="none" length1="1.5" y2="29" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
<line x1="70" y1="12" length2="1.5" end1="none" length1="1.5" y2="10" antialias="false" x2="72" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
<line x1="70" y1="12" length2="1.5" end1="none" length1="1.5" y2="10" antialias="false" x2="68" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
<line x1="90" y1="5" length2="1.5" end1="none" length1="1.5" y2="29" antialias="false" x2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
<line x1="90" y1="10" length2="1.5" end1="none" length1="1.5" y2="12" antialias="false" x2="88" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
<line x1="90" y1="10" length2="1.5" end1="none" length1="1.5" y2="12" antialias="false" x2="92" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
<line x1="50" y1="12" length2="1.5" end1="none" length1="1.5" y2="10" antialias="false" x2="52" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
<line x1="50" y1="12" length2="1.5" end1="none" length1="1.5" y2="10" antialias="false" x2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
<line x1="30" y1="60" length2="1.5" end1="none" length1="1.5" y2="60" antialias="false" x2="46" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
<circle x="46" y="56" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="8"/>
<line x1="70" y1="60" length2="1.5" end1="none" length1="1.5" y2="60" antialias="false" x2="54" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
<line x1="52" y1="58" length2="1.5" end1="none" length1="1.5" y2="62" antialias="false" x2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
<line x1="52" y1="58" length2="1.5" end1="none" length1="1.5" y2="60" antialias="false" x2="52" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
<line x1="52" y1="58" length2="1.5" end1="none" length1="1.5" y2="58" antialias="false" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
<text rotation="0" x="160" y="40" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text="IMI TA" color="#000000"/>
<line x1="70" y1="50" length2="1.5" end1="none" length1="1.5" y2="60" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
<line x1="30" y1="59" length2="1.5" end1="none" length1="1.5" y2="50" antialias="false" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
<terminal x="70" y="30" orientation="n"/>
<terminal x="50" y="30" orientation="n"/>
<terminal x="30" y="30" orientation="n"/>
<terminal x="10" y="30" orientation="n"/>
<terminal x="110" y="30" orientation="n"/>
<terminal x="130" y="30" orientation="n"/>
<terminal x="90" y="30" orientation="n"/>
</description>
</definition>

View File

@@ -1,113 +0,0 @@
<definition orientation="dyyy" version="0.70" height="250" hotspot_x="25" hotspot_y="105" width="210" type="element" link_type="simple">
<uuid uuid="{612e691f-c052-4d6a-8a81-f50e11afa4f7}"/>
<names>
<name lang="ca">Multical 603</name>
<name lang="pl">Multical 603</name>
<name lang="it">Multical 603</name>
<name lang="es">Multical 603</name>
<name lang="en">Multical 603</name>
<name lang="nl">Multical 603</name>
<name lang="fr">Multical 603</name>
<name lang="de">Multical 603</name>
<name lang="pt">Multical 603</name>
<name lang="el">Multical 603</name>
<name lang="cs">Multical 603</name>
</names>
<elementInformations>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Kamstrup</elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
</elementInformations>
<informations>S.DEFFAUX</informations>
<description>
<text text="5" x="15" rotation="0" y="75" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
<text text="7" x="15" rotation="0" y="15" color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<text text="11" x="15" rotation="0" y="-65" color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<text text="69" x="15" rotation="0" y="-45" color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<text text="11" x="15" rotation="0" y="-35" color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<text text="-" x="131" rotation="0" y="-48" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text text="4" x="15" rotation="0" y="-5" color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<text text="3" x="15" rotation="0" y="25" color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<text text="8" x="15" rotation="0" y="5" color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<text text="1" x="15" rotation="0" y="85" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
<text text="9+" x="15" rotation="0" y="-26" color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<text text="6" x="15" rotation="0" y="65" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
<text text="139" x="123" rotation="90" y="16" color="#000000" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Gras"/>
<text text="138" x="123" rotation="90" y="5" color="#000000" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Gras"/>
<text text="137" x="123" rotation="90" y="-5" color="#000000" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Gras"/>
<rect height="10" x="110" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="15" rx="0"/>
<text text="-" x="131" rotation="0" y="-67" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text text="+" x="130" rotation="0" y="-58" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text text="In-B" x="138" rotation="90" y="-60" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
<text text="Pulse Inputs" x="152" rotation="90" y="-84" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
<text text="67" x="123" rotation="90" y="-64" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text text="68" x="123" rotation="90" y="-54" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text text="66" x="123" rotation="90" y="-74" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<rect height="10" x="110" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="-55" rx="0"/>
<rect height="10" x="110" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="-65" rx="0"/>
<rect height="10" x="110" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="5" rx="0"/>
<rect height="10" x="110" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="-5" rx="0"/>
<rect height="10" x="110" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="-75" rx="0"/>
<rect height="10" x="110" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="-85" rx="0"/>
<rect height="10" x="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="75" rx="0"/>
<rect height="10" x="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="65" rx="0"/>
<rect height="10" x="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="55" rx="0"/>
<rect height="10" x="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="45" rx="0"/>
<rect height="10" x="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="15" rx="0"/>
<rect height="10" x="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="5" rx="0"/>
<rect height="10" x="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="-5" rx="0"/>
<rect height="10" x="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="-15" rx="0"/>
<rect height="10" x="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="-25" rx="0"/>
<rect height="10" x="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="-35" rx="0"/>
<rect height="10" x="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="-45" rx="0"/>
<rect height="10" x="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="-55" rx="0"/>
<rect height="10" x="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="-65" rx="0"/>
<rect height="10" x="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="-75" rx="0"/>
<rect height="10" x="160" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="75" rx="0"/>
<rect height="10" x="160" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" antialias="false" y="65" rx="0"/>
<text text="65" x="123" rotation="90" y="-84" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<line y1="-65" length2="1.5" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" y2="-65" end2="none" x1="123" x2="129" length1="1.5"/>
<text text="In-A" x="139" rotation="90" y="-84" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
<text text="+" x="130" rotation="0" y="-78" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text text="2" x="15" rotation="0" y="55" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
<text text="A/-" x="133" rotation="0" y="3" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
<text text="GND" x="132" rotation="0" y="14" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text text="B/+" x="132" rotation="0" y="28" color="#000000" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text text="9-" x="15" rotation="0" y="-55" color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<text text="10" x="14" rotation="0" y="-16" color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<rect height="240" x="-20" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="200" antialias="false" y="-100" rx="0"/>
<text text="L" x="172" rotation="0" y="74" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
<text text="N" x="171" rotation="0" y="84" color="#000000" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
<terminal orientation="w" x="0" y="80"/>
<terminal orientation="w" x="0" y="-20"/>
<terminal orientation="w" x="0" y="-40"/>
<terminal orientation="w" x="110" y="20"/>
<terminal orientation="w" x="160" y="70"/>
<terminal orientation="w" x="0" y="60"/>
<terminal orientation="w" x="0" y="-30"/>
<terminal orientation="w" x="110" y="-60"/>
<terminal orientation="w" x="0" y="-60"/>
<terminal orientation="w" x="110" y="0"/>
<terminal orientation="w" x="0" y="0"/>
<terminal orientation="w" x="160" y="80"/>
<terminal orientation="w" x="0" y="50"/>
<terminal orientation="w" x="0" y="-10"/>
<terminal orientation="w" x="0" y="70"/>
<terminal orientation="w" x="110" y="-50"/>
<terminal orientation="w" x="0" y="20"/>
<terminal orientation="w" x="0" y="10"/>
<terminal orientation="w" x="110" y="-80"/>
<terminal orientation="w" x="110" y="-70"/>
<terminal orientation="w" x="0" y="-70"/>
<terminal orientation="w" x="110" y="10"/>
<terminal orientation="w" x="0" y="-50"/>
</description>
</definition>

View File

@@ -1,16 +0,0 @@
<qet-directory>
<names>
<name lang="fr">Kamstrup</name>
<name lang="pl">Kamstrup</name>
<name lang="it">Kamstrup</name>
<name lang="es">Kamstrup</name>
<name lang="en">Kamstrup</name>
<name lang="nl">Kamstrup</name>
<name lang="de">Kamstrup</name>
<name lang="pt">Kamstrup</name>
<name lang="el">Kamstrup</name>
<name lang="cs">Kamstrup</name>
<name lang="ca">Kamstrup</name>
<name lang="fi">Kamstrup</name>
</names>
</qet-directory>

View File

@@ -1,171 +0,0 @@
<definition height="240" hotspot_y="11" version="0.60" width="760" type="element" hotspot_x="6" orientation="dyyy" link_type="simple">
<uuid uuid="{28baece1-a9d0-45c2-b014-0a959831425d}"/>
<names>
<name lang="fr">2080-LC30-16QWB</name>
</names>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<input y="155" x="32" rotate="true" tagg="none" size="6" text="Port USB&#xa;Type B"/>
<line length1="1.5" y1="217" antialias="false" y2="217" end1="none" x1="253" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="297" end2="none"/>
<line length1="1.5" y1="217" antialias="false" y2="217" end1="none" x1="103" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="147" end2="none"/>
<line length1="1.5" y1="217" antialias="false" y2="217" end1="none" x1="54" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="97" end2="none"/>
<line length1="1.5" y1="217" antialias="false" y2="217" end1="none" x1="1" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="47" end2="none"/>
<arc y="214" start="0" antialias="true" height="6" angle="-180" x="47" width="6" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc y="214" start="0" antialias="true" height="6" angle="-180" x="97" width="6" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input y="89" x="2" rotate="true" tagg="none" size="9" text="API 2080-LC30-16QWB"/>
<circle y="174.5" antialias="false" diameter="25" x="87.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="178.75" antialias="false" diameter="2.5" x="94.75" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="185.75" antialias="false" diameter="2.5" x="89.75" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="178.75" antialias="false" diameter="2.5" x="102.75" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="185.75" antialias="false" diameter="2.5" x="96.75" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="185.75" antialias="false" diameter="2.5" x="106.75" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="192.75" antialias="false" diameter="2.5" x="105.75" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="192.75" antialias="false" diameter="2.5" x="98.75" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="192.75" antialias="false" diameter="2.5" x="91.75" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="210" antialias="true" y2="214" end1="none" x1="47" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="53" end2="none"/>
<line length1="1.5" y1="217" antialias="false" y2="217" end1="none" x1="153" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="197" end2="none"/>
<line length1="1.5" y1="210" antialias="true" y2="214" end1="none" x1="97" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="103" end2="none"/>
<line length1="1.5" y1="211" antialias="false" y2="217" end1="none" x1="50" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="50" end2="none"/>
<line length1="1.5" y1="217" antialias="false" y2="217" end1="none" x1="703" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="746" end2="none"/>
<line length1="1.5" y1="211" antialias="false" y2="217" end1="none" x1="100" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="100" end2="none"/>
<line length1="1.5" y1="211" antialias="false" y2="217" end1="none" x1="51" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="51" end2="none"/>
<line length1="1.5" y1="0" antialias="false" y2="0" end1="none" x1="303" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="347" end2="none"/>
<line length1="1.5" y1="211" antialias="false" y2="217" end1="none" x1="101" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="101" end2="none"/>
<line length1="1.5" y1="0" antialias="false" y2="0" end1="none" x1="253" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="297" end2="none"/>
<line length1="1.5" y1="211" antialias="false" y2="217" end1="none" x1="99" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="99" end2="none"/>
<line length1="1.5" y1="211" antialias="false" y2="217" end1="none" x1="49" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="49" end2="none"/>
<line length1="1.5" y1="0" antialias="false" y2="0" end1="none" x1="353" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="397" end2="none"/>
<line length1="1.5" y1="217" antialias="false" y2="217" end1="none" x1="653" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="697" end2="none"/>
<input y="155" x="73" rotate="true" tagg="none" size="6" text="Port série&#xa;RS232/RS485"/>
<line length1="1.5" y1="217" antialias="false" y2="217" end1="none" x1="553" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="597" end2="none"/>
<line length1="1.5" y1="217" antialias="false" y2="217" end1="none" x1="603" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="647" end2="none"/>
<line length1="1.5" y1="217" antialias="false" y2="217" end1="none" x1="303" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="347" end2="none"/>
<line length1="1.5" y1="217" antialias="false" y2="217" end1="none" x1="503" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="547" end2="none"/>
<line length1="1.5" y1="217" antialias="false" y2="217" end1="none" x1="203" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="247" end2="none"/>
<line length1="1.5" y1="217" antialias="false" y2="217" end1="none" x1="453" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="497" end2="none"/>
<line length1="1.5" y1="0" antialias="false" y2="0" end1="none" x1="203" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="247" end2="none"/>
<line length1="1.5" y1="217" antialias="false" y2="217" end1="none" x1="403" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="447" end2="none"/>
<input y="21.5" x="385" rotate="true" tagg="none" size="7" text="COM1"/>
<line length1="1.5" y1="0" antialias="false" y2="0" end1="none" x1="553" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="597" end2="none"/>
<line length1="1.5" y1="217" antialias="false" y2="217" end1="none" x1="353" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="397" end2="none"/>
<input y="196" x="585" rotate="true" tagg="none" size="7" text="O-03"/>
<input y="21.5" x="135" rotate="true" tagg="none" size="7" text="COM0"/>
<input y="196" x="635" rotate="true" tagg="none" size="7" text="O-04"/>
<input y="22" x="337" rotate="true" tagg="none" size="7" text="I-03"/>
<input y="22" x="237" rotate="true" tagg="none" size="7" text="I-01"/>
<input y="196" x="535" rotate="true" tagg="none" size="7" text="+CM3"/>
<input y="22" x="287" rotate="true" tagg="none" size="7" text="I-02"/>
<input y="196" x="685" rotate="true" tagg="none" size="7" text="O-05"/>
<line length1="1.5" y1="0" antialias="false" y2="0" end1="none" x1="403" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="447" end2="none"/>
<circle y="214.5" antialias="true" diameter="5" x="597.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="214.5" antialias="true" diameter="5" x="547.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="0" antialias="false" y2="0" end1="none" x1="653" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="697" end2="none"/>
<circle y="214.5" antialias="true" diameter="5" x="697.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="214.5" antialias="true" diameter="5" x="647.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input y="8.5" x="344" rotate="true" tagg="none" size="5" text="5"/>
<input y="8.5" x="244" rotate="true" tagg="none" size="5" text="3"/>
<line length1="1.5" y1="0" antialias="false" y2="0" end1="none" x1="453" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="497" end2="none"/>
<input y="8.5" x="294" rotate="true" tagg="none" size="5" text="4"/>
<input y="8.5" x="394" rotate="true" tagg="none" size="5" text="6"/>
<circle y="-2.5" antialias="true" diameter="5" x="397.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input y="208.5" x="544" rotate="true" tagg="none" size="5" text="9"/>
<line length1="1.5" y1="0" antialias="false" y2="0" end1="none" x1="703" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="747" end2="none"/>
<circle y="-2.5" antialias="true" diameter="5" x="247.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="-2.5" antialias="true" diameter="5" x="347.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="-2.5" antialias="true" diameter="5" x="297.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input y="208.5" x="694" rotate="true" tagg="none" size="5" text="12"/>
<input y="208.5" x="594" rotate="true" tagg="none" size="5" text="10"/>
<line length1="1.5" y1="0" antialias="false" y2="0" end1="none" x1="503" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="547" end2="none"/>
<input y="208.5" x="644" rotate="true" tagg="none" size="5" text="11"/>
<line length1="1.5" y1="0" antialias="false" y2="0" end1="none" x1="603" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="647" end2="none"/>
<input y="22" x="687" rotate="true" tagg="none" size="7" text="I-09"/>
<input y="22" x="487" rotate="true" tagg="none" size="7" text="I-05"/>
<input y="22" x="537" rotate="true" tagg="none" size="7" text="I-06"/>
<input y="22" x="587" rotate="true" tagg="none" size="7" text="I-07"/>
<input y="195.5" x="130" rotate="true" tagg="none" size="7" text="+DC24"/>
<input y="8.5" x="594" rotate="true" tagg="none" size="5" text="10"/>
<input y="8.5" x="544" rotate="true" tagg="none" size="5" text="9"/>
<input y="8.5" x="494" rotate="true" tagg="none" size="5" text="8"/>
<input y="8.5" x="694" rotate="true" tagg="none" size="5" text="12"/>
<circle y="-2.5" antialias="true" diameter="5" x="547.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="-2.5" antialias="true" diameter="5" x="497.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="-2.5" antialias="true" diameter="5" x="697.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input y="195.5" x="183" rotate="true" tagg="none" size="7" text="-DC24"/>
<circle y="-2.5" antialias="true" diameter="5" x="597.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input y="22" x="637" rotate="true" tagg="none" size="7" text="I-08"/>
<input y="22" x="437" rotate="true" tagg="none" size="7" text="I-04"/>
<input y="8.5" x="644" rotate="true" tagg="none" size="5" text="11"/>
<input y="8.5" x="444" rotate="true" tagg="none" size="5" text="7"/>
<circle y="-2.5" antialias="true" diameter="5" x="447.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="-2.5" antialias="true" diameter="5" x="647.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input y="196" x="485" rotate="true" tagg="none" size="7" text="O-02"/>
<input y="196" x="435" rotate="true" tagg="none" size="7" text="+CM2"/>
<input y="196" x="385" rotate="true" tagg="none" size="7" text="O-01"/>
<line length1="1.5" y1="0" antialias="false" y2="0" end1="none" x1="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="147" end2="none"/>
<input y="196" x="335" rotate="true" tagg="none" size="7" text="+CM1"/>
<input y="196" x="285" rotate="true" tagg="none" size="7" text="O-00"/>
<input y="196" x="235" rotate="true" tagg="none" size="7" text="+CM0"/>
<line length1="1.5" y1="0" antialias="false" y2="217" end1="none" x1="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" end2="none"/>
<line length1="1.5" y1="0" antialias="false" y2="217" end1="none" x1="747" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="747" end2="none"/>
<input y="22" x="187" rotate="true" tagg="none" size="7" text="I-00"/>
<circle y="214.5" antialias="true" diameter="5" x="497.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="0" antialias="false" y2="0" end1="none" x1="153" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="197" end2="none"/>
<circle y="214.5" antialias="true" diameter="5" x="447.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="214.5" antialias="true" diameter="5" x="397.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="214.5" antialias="true" diameter="5" x="347.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="214.5" antialias="true" diameter="5" x="297.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="214.5" antialias="true" diameter="5" x="247.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input y="208.5" x="494" rotate="true" tagg="none" size="5" text="8"/>
<input y="208.5" x="444" rotate="true" tagg="none" size="5" text="7"/>
<input y="208.5" x="394" rotate="true" tagg="none" size="5" text="6"/>
<input y="208.5" x="344" rotate="true" tagg="none" size="5" text="5"/>
<input y="8.5" x="194" rotate="true" tagg="none" size="5" text="2"/>
<input y="208.5" x="294" rotate="true" tagg="none" size="5" text="4"/>
<input y="208.5" x="244" rotate="true" tagg="none" size="5" text="3"/>
<input y="8.5" x="144" rotate="true" tagg="none" size="5" text="1"/>
<circle y="214.5" antialias="true" diameter="5" x="197.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="214.5" antialias="true" diameter="5" x="147.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input y="208.5" x="194" rotate="true" tagg="none" size="5" text="2"/>
<input y="208.5" x="144" rotate="true" tagg="none" size="5" text="1"/>
<circle y="-2.5" antialias="true" diameter="5" x="197.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle y="-2.5" antialias="true" diameter="5" x="147.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<input y="15" x="2" rotate="true" tagg="label" size="9" text="_"/>
<input y="59.5" x="2" rotate="true" tagg="none" size="9" text="Micro830"/>
<circle y="172" antialias="false" diameter="30" x="85" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect y="177" antialias="false" height="20" x="35" width="30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length1="1.5" y1="194" antialias="false" y2="194" end1="none" x1="38" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="62" end2="none"/>
<line length1="1.5" y1="194" antialias="false" y2="184" end1="none" x1="62" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="62" end2="none"/>
<line length1="1.5" y1="194" antialias="false" y2="184" end1="none" x1="38" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="38" end2="none"/>
<line length1="1.5" y1="184" antialias="false" y2="181" end1="none" x1="38" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="41" end2="none"/>
<line length1="1.5" y1="184" antialias="false" y2="181" end1="none" x1="62" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="60" end2="none"/>
<line length1="1.5" y1="181" antialias="false" y2="181" end1="none" x1="60" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="41" end2="none"/>
<rect y="187" antialias="false" height="3" x="42" width="16" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<terminal y="220" x="500" orientation="s"/>
<terminal y="-3" x="500" orientation="n"/>
<terminal y="-3" x="550" orientation="n"/>
<terminal y="-3" x="150" orientation="n"/>
<terminal y="-3" x="200" orientation="n"/>
<terminal y="220" x="200" orientation="s"/>
<terminal y="220" x="150" orientation="s"/>
<terminal y="220" x="400" orientation="s"/>
<terminal y="220" x="350" orientation="s"/>
<terminal y="220" x="300" orientation="s"/>
<terminal y="220" x="250" orientation="s"/>
<terminal y="220" x="450" orientation="s"/>
<terminal y="-3" x="600" orientation="n"/>
<terminal y="-3" x="450" orientation="n"/>
<terminal y="-3" x="700" orientation="n"/>
<terminal y="-3" x="650" orientation="n"/>
<terminal y="-3" x="250" orientation="n"/>
<terminal y="-3" x="350" orientation="n"/>
<terminal y="216" x="100" orientation="s"/>
<terminal y="216" x="50" orientation="s"/>
<terminal y="-3" x="300" orientation="n"/>
<terminal y="-3" x="400" orientation="n"/>
<terminal y="220" x="550" orientation="s"/>
<terminal y="220" x="600" orientation="s"/>
<terminal y="220" x="650" orientation="s"/>
<terminal y="220" x="700" orientation="s"/>
</description>
</definition>

View File

@@ -1,5 +0,0 @@
<qet-directory>
<names>
<name lang="en">Analog-block</name>
</names>
</qet-directory>

View File

@@ -1,138 +0,0 @@
<definition link_type="simple" hotspot_x="14" hotspot_y="125" version="0.70" height="290" orientation="dyyy" type="element" width="60">
<uuid uuid="{e35e0dfd-15c2-4d4c-bcd7-f6b51d21c2e2}"/>
<names>
<name lang="en">analog input stbaci1400K</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<line y2="55" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-9.85134" y1="55" length1="1.5" antialias="false" x2="40" end2="none" end1="none" length2="1.5"/>
<line y2="-120" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-9.85134" y1="160" length1="1.5" antialias="false" x2="-9.85134" end2="none" end1="none" length2="1.5"/>
<line y2="35" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="24.8279" y1="35" length1="1.5" antialias="false" x2="5.32081" end2="none" end1="none" length2="1.5"/>
<line y2="140" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="24.8279" y1="140" length1="1.5" antialias="false" x2="5.32081" end2="none" end1="none" length2="1.5"/>
<line y2="160" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40" y1="160" length1="1.5" antialias="false" x2="-9.85134" end2="none" end1="none" length2="1.5"/>
<text text="2" y="95" rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="10.3782"/>
<text text="Channel B" y="70" rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="6.76577"/>
<text text="3" y="104" rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="10.3782"/>
<text text="6" y="135" rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="10.3782"/>
<text text="5" y="125" rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="10.3782"/>
<text text="4" y="115" rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="10.3782"/>
<ellipse style="line-style:normal;line-weight:thin;filling:none;color:black" y="-93.5" antialias="false" height="8" width="5.77987" x="24.1054"/>
<line y2="79.77" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="17.0756" y1="84.9" length1="1.5" antialias="false" x2="20.7819" end2="none" end1="none" length2="1.5"/>
<line y2="86.23" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="21.7428" y1="81.1" length1="1.5" antialias="false" x2="18.0365" end2="none" end1="none" length2="1.5"/>
<line y2="89.77" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="17.0756" y1="94.9" length1="1.5" antialias="false" x2="20.7819" end2="none" end1="none" length2="1.5"/>
<line y2="96.23" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="21.7428" y1="91.1" length1="1.5" antialias="false" x2="18.0365" end2="none" end1="none" length2="1.5"/>
<line y2="99.77" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="17.0756" y1="104.9" length1="1.5" antialias="false" x2="20.7819" end2="none" end1="none" length2="1.5"/>
<text text="2" y="-10" rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="10.3782"/>
<line y2="106.23" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="21.7428" y1="101.1" length1="1.5" antialias="false" x2="18.0365" end2="none" end1="none" length2="1.5"/>
<line y2="109.77" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="17.0756" y1="114.9" length1="1.5" antialias="false" x2="20.7819" end2="none" end1="none" length2="1.5"/>
<ellipse style="line-style:normal;line-weight:thin;filling:none;color:black" y="-83.5" antialias="false" height="8" width="5.77987" x="24.1054"/>
<line y2="116.23" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="21.7428" y1="111.1" length1="1.5" antialias="false" x2="18.0365" end2="none" end1="none" length2="1.5"/>
<text text="Channel A" y="-35" rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="6.76577"/>
<line y2="119.77" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="17.0756" y1="124.9" length1="1.5" antialias="false" x2="20.7819" end2="none" end1="none" length2="1.5"/>
<line y2="126.23" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="21.7428" y1="121.1" length1="1.5" antialias="false" x2="18.0365" end2="none" end1="none" length2="1.5"/>
<line y2="129.77" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="17.0756" y1="134.9" length1="1.5" antialias="false" x2="20.7819" end2="none" end1="none" length2="1.5"/>
<line y2="136.23" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="21.7428" y1="131.1" length1="1.5" antialias="false" x2="18.0365" end2="none" end1="none" length2="1.5"/>
<line y2="86.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="86.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="79.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="86.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="79.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="79.25" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="86.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="79.25" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="96.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="96.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="-120" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-9.85134" y1="-120" length1="1.5" antialias="false" x2="40" end2="none" end1="none" length2="1.5"/>
<line y2="89.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="96.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="89.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="89.25" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="96.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="89.25" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="106.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="106.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="99.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="106.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="99.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="99.25" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="106.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="99.25" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="116.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="116.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="109.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="116.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="109.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="109.25" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="116.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="109.25" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="126.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="126.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="119.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="126.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="-70" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-9.85134" y1="-70" length1="1.5" antialias="false" x2="40" end2="none" end1="none" length2="1.5"/>
<line y2="119.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="119.25" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="126.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="119.25" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="136.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="136.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="129.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="136.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="129.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="129.25" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="136.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="129.25" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<ellipse style="line-style:normal;line-weight:thin;filling:none;color:black" y="79.25" antialias="false" height="7.5" width="5.41862" x="16.6999"/>
<ellipse style="line-style:normal;line-weight:thin;filling:none;color:black" y="89.25" antialias="false" height="7.5" width="5.41862" x="16.6999"/>
<ellipse style="line-style:normal;line-weight:thin;filling:none;color:black" y="99.25" antialias="false" height="7.5" width="5.41862" x="16.6999"/>
<ellipse style="line-style:normal;line-weight:thin;filling:none;color:black" y="109.25" antialias="false" height="7.5" width="5.41862" x="16.6999"/>
<line y2="-87" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="24.8279" y1="-92" length1="1.5" antialias="false" x2="29.1628" end2="none" end1="none" length2="1.5"/>
<ellipse style="line-style:normal;line-weight:thin;filling:none;color:black" y="119.25" antialias="false" height="7.5" width="5.41862" x="16.6999"/>
<ellipse style="line-style:normal;line-weight:thin;filling:none;color:black" y="129.25" antialias="false" height="7.5" width="5.41862" x="16.6999"/>
<text text="1" y="85" rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="10.3782"/>
<text text="3" y="-1" rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="10.3782"/>
<line y2="76" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="24.8279" y1="76" length1="1.5" antialias="false" x2="5.32081" end2="none" end1="none" length2="1.5"/>
<line y2="140" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="24.8279" y1="77" length1="1.5" antialias="false" x2="24.8279" end2="none" end1="none" length2="1.5"/>
<line y2="140" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="5.32081" y1="77" length1="1.5" antialias="false" x2="5.32081" end2="none" end1="none" length2="1.5"/>
<line y2="-92" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="24.8279" y1="-87" length1="1.5" antialias="false" x2="29.1628" end2="none" end1="none" length2="1.5"/>
<text text="6" y="30" rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="10.3782"/>
<text text="5" y="20" rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="10.3782"/>
<text text="4" y="10" rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="10.3782"/>
<line y2="-25.23" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="17.0756" y1="-20.1" length1="1.5" antialias="false" x2="20.7819" end2="none" end1="none" length2="1.5"/>
<line y2="-18.77" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="21.7428" y1="-23.9" length1="1.5" antialias="false" x2="18.0365" end2="none" end1="none" length2="1.5"/>
<line y2="-15.23" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="17.0756" y1="-10.1" length1="1.5" antialias="false" x2="20.7819" end2="none" end1="none" length2="1.5"/>
<line y2="-8.77" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="21.7428" y1="-13.9" length1="1.5" antialias="false" x2="18.0365" end2="none" end1="none" length2="1.5"/>
<line y2="-5.23" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="17.0756" y1="-0.1" length1="1.5" antialias="false" x2="20.7819" end2="none" end1="none" length2="1.5"/>
<line y2="1.23" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="21.7428" y1="-3.9" length1="1.5" antialias="false" x2="18.0365" end2="none" end1="none" length2="1.5"/>
<line y2="4.77" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="17.0756" y1="9.9" length1="1.5" antialias="false" x2="20.7819" end2="none" end1="none" length2="1.5"/>
<line y2="11.23" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="21.7428" y1="6.1" length1="1.5" antialias="false" x2="18.0365" end2="none" end1="none" length2="1.5"/>
<line y2="14.77" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="17.0756" y1="19.9" length1="1.5" antialias="false" x2="20.7819" end2="none" end1="none" length2="1.5"/>
<line y2="21.23" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="21.7428" y1="16.1" length1="1.5" antialias="false" x2="18.0365" end2="none" end1="none" length2="1.5"/>
<line y2="24.77" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="17.0756" y1="29.9" length1="1.5" antialias="false" x2="20.7819" end2="none" end1="none" length2="1.5"/>
<line y2="31.23" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="21.7428" y1="26.1" length1="1.5" antialias="false" x2="18.0365" end2="none" end1="none" length2="1.5"/>
<line y2="-18.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="-18.25" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="-25.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="-18.25" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="-25.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="-25.75" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="-18.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="-25.75" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="-8.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="-8.25" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="-15.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="-8.25" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="-15.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="-15.75" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="-8.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="-15.75" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="1.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="1.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="-5.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="1.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="-5.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="-5.75" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="1.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="-5.75" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="11.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="11.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="4.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="11.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="4.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="4.25" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="11.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="4.25" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="21.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="21.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="14.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="21.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="14.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="14.25" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="21.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="14.25" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="31.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="31.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="24.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="31.75" length1="1.5" antialias="false" x2="13.9906" end2="none" end1="none" length2="1.5"/>
<line y2="24.25" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.9906" y1="24.25" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<line y2="31.75" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.57198" y1="24.25" length1="1.5" antialias="false" x2="8.57198" end2="none" end1="none" length2="1.5"/>
<ellipse style="line-style:normal;line-weight:thin;filling:none;color:black" y="-25.75" antialias="false" height="7.5" width="5.41862" x="16.6999"/>
<line y2="-120" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40" y1="160" length1="1.5" antialias="false" x2="40" end2="none" end1="none" length2="1.5"/>
<ellipse style="line-style:normal;line-weight:thin;filling:none;color:black" y="-15.75" antialias="false" height="7.5" width="5.41862" x="16.6999"/>
<line y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40" y1="-100" length1="1.5" antialias="false" x2="-9.85134" end2="none" end1="none" length2="1.5"/>
<ellipse style="line-style:normal;line-weight:thin;filling:none;color:black" y="-5.75" antialias="false" height="7.5" width="5.41862" x="16.6999"/>
<ellipse style="line-style:normal;line-weight:thin;filling:none;color:black" y="4.25" antialias="false" height="7.5" width="5.41862" x="16.6999"/>
<ellipse style="line-style:normal;line-weight:thin;filling:none;color:black" y="14.25" antialias="false" height="7.5" width="5.41862" x="16.6999"/>
<ellipse style="line-style:normal;line-weight:thin;filling:none;color:black" y="24.25" antialias="false" height="7.5" width="5.41862" x="16.6999"/>
<text text="1" y="-20" rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="10.3782"/>
<text text="Analog IN" y="-58" rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="6"/>
<text text="SCHNEIDER ELECTRIC " y="-112" rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-5.1172"/>
<line y2="-29" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="24.8279" y1="-29" length1="1.5" antialias="false" x2="5.32081" end2="none" end1="none" length2="1.5"/>
<line y2="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-9.85134" y1="-50" length1="1.5" antialias="false" x2="40" end2="none" end1="none" length2="1.5"/>
<line y2="-77" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="24.8279" y1="-82" length1="1.5" antialias="false" x2="29.1628" end2="none" end1="none" length2="1.5"/>
<line y2="-82" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="24.8279" y1="-77" length1="1.5" antialias="false" x2="29.1628" end2="none" end1="none" length2="1.5"/>
<text text="STBACI1400K" y="-102" rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="5.54871"/>
<line y2="35" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="24.8279" y1="-28" length1="1.5" antialias="false" x2="24.8279" end2="none" end1="none" length2="1.5"/>
<line y2="35" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="5.32081" y1="-28" length1="1.5" antialias="false" x2="5.32081" end2="none" end1="none" length2="1.5"/>
</description>
</definition>

View File

@@ -1,90 +0,0 @@
<definition orientation="dyyy" hotspot_x="375" link_type="simple" version="0.70" height="100" type="element" hotspot_y="42" width="750">
<uuid uuid="{a229240f-2c09-4eab-8cc6-1dfbd8d17d24}"/>
<names>
<name lang="fr">STBAC1400K</name>
</names>
<elementInformations>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">SCHNEIDER</elementInformation>
<elementInformation name="designation" show="1">STBACI1400K</elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<text font="MS Shell Dlg 2,7,-1,5,50,0,1,0,0,0,Normal" x="160" y="30" rotation="0" color="#000000" text="RACK B"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-40" y="-10" rotation="0" color="#000000" text="COM &#xa;I3 I4"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="311" y="-10" rotation="0" color="#000000" text="COM &#xa;I3 I4"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-100" y="-10" rotation="0" color="#000000" text="I5"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-160" y="-10" rotation="0" color="#000000" text="I4"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-230" y="-10" rotation="0" color="#000000" text="COM &#xa;I1 I2"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="121" y="-10" rotation="0" color="#000000" text="COM &#xa;I1 I2"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="191" y="-10" rotation="0" color="#000000" text="I4"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-368.548" height="88" y="-33.4606" antialias="false" rx="4.38729" width="737.097" ry="4.38729"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="251" y="-10" rotation="0" color="#000000" text="I5"/>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="190.262" Halignment="AlignLeft" text_width="-1" y="-25.59" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>4</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="65.595" Halignment="AlignLeft" text_width="-1" y="-24.874" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>2</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="310.41" Halignment="AlignLeft" text_width="-1" y="-26.642" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>6</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-285.405" Halignment="AlignLeft" text_width="-1" y="-24.8739" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>2</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-40.5904" Halignment="AlignLeft" text_width="-1" y="-26.6421" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>6</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-160.738" Halignment="AlignLeft" text_width="-1" y="-25.5904" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>4</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="7.412" Halignment="AlignLeft" text_width="-1" y="-24.858" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>1</text>
</dynamic_text>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="69.598" y="-6.84502" rotation="0" color="#000000" text="I2"/>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-99.9287" Halignment="AlignLeft" text_width="-1" y="-25.544" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>5</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-343.588" Halignment="AlignLeft" text_width="-1" y="-24.8579" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>1</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="251.071" Halignment="AlignLeft" text_width="-1" y="-25.544" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>5</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="126.727" Halignment="AlignLeft" text_width="-1" y="-25.559" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>3</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-224.273" Halignment="AlignLeft" text_width="-1" y="-25.559" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>3</text>
</dynamic_text>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="10.533" y="-6.72817" rotation="0" color="#000000" text="I1"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-40" y="50" rotation="0" color="#000000" text="STBACI1400K"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-281.402" y="-6.84502" rotation="0" color="#000000" text="I2"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-340.467" y="-6.72817" rotation="0" color="#000000" text="I1"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-11.4515" antialias="false" end1="none" end2="none" y1="-19.0733" length1="1.5" x1="-11.4515" y2="20.9267"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-351.452" antialias="false" end1="none" end2="none" y1="20.9267" length1="1.5" x1="-11.4515" y2="20.9267"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-351.452" antialias="false" end1="none" end2="none" y1="-19.0733" length1="1.5" x1="-351.452" y2="20.9267"/>
<text font="MS Shell Dlg 2,7,-1,5,50,0,1,0,0,0,Normal" x="-231.452" y="30.9267" rotation="0" color="#000000" text="RACK A"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="348.548" antialias="false" end1="none" end2="none" y1="20.9267" length1="1.5" x1="-11.4515" y2="20.9267"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="348.548" antialias="false" end1="none" end2="none" y1="20.9267" length1="1.5" x1="348.548" y2="-19.0733"/>
<terminal orientation="n" x="71.015" y="-34.072"/>
<terminal orientation="n" x="132.114" y="-34.495"/>
<terminal orientation="n" x="12.58" y="-34.539"/>
<terminal orientation="n" x="195.485" y="-34.758"/>
<terminal orientation="n" x="315.716" y="-34.508"/>
<terminal orientation="n" x="-338.42" y="-34.5394"/>
<terminal orientation="n" x="-94.5784" y="-35.2255"/>
<terminal orientation="n" x="-155.515" y="-34.7581"/>
<terminal orientation="n" x="-218.886" y="-34.4952"/>
<terminal orientation="n" x="-279.985" y="-34.072"/>
<terminal orientation="n" x="-35.2845" y="-34.5076"/>
</description>
</definition>

View File

@@ -1,90 +0,0 @@
<definition orientation="dyyy" width="750" version="0.70" link_type="simple" height="100" hotspot_x="375" hotspot_y="42" type="element">
<uuid uuid="{76a03246-12a8-417a-a574-f43d1508776a}"/>
<names>
<name lang="fr">STBACO1225K</name>
</names>
<elementInformations>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="designation">STBACO1225K</elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="manufacturer">SCHNEIDER</elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<text text="retour alim&#xa;terrain au&#xa;module" rotation="0" color="#000000" y="-10" x="300" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text text="retour voie de sortie" rotation="0" color="#000000" y="-10" x="170" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text text="retour voie de sortie" rotation="0" color="#000000" y="-10" x="-180" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text text="RACK B" rotation="0" color="#000000" y="30" x="160" font="MS Shell Dlg 2,7,-1,5,50,0,1,0,0,0,Normal"/>
<text text="+24VDC &#xa;retour boucle" rotation="0" color="#000000" y="-10" x="-290" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<dynamic_text rotation="0" z="4" y="-26.6421" text_width="-1" frame="false" text_from="UserText" x="-40.5904" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" Halignment="AlignLeft" Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal">
<text>6</text>
</dynamic_text>
<text text="/" rotation="0" color="#000000" y="-6.49447" x="-95.442" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<dynamic_text rotation="0" z="4" y="-26.642" text_width="-1" frame="false" text_from="UserText" x="310.41" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" Halignment="AlignLeft" Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal">
<text>6</text>
</dynamic_text>
<dynamic_text rotation="0" z="4" y="-25.59" text_width="-1" frame="false" text_from="UserText" x="190.262" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" Halignment="AlignLeft" Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal">
<text>4</text>
</dynamic_text>
<dynamic_text rotation="0" z="4" y="-24.874" text_width="-1" frame="false" text_from="UserText" x="65.595" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" Halignment="AlignLeft" Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal">
<text>2</text>
</dynamic_text>
<dynamic_text rotation="0" z="4" y="-24.8739" text_width="-1" frame="false" text_from="UserText" x="-285.405" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" Halignment="AlignLeft" Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal">
<text>2</text>
</dynamic_text>
<dynamic_text rotation="0" z="4" y="-25.5904" text_width="-1" frame="false" text_from="UserText" x="-160.738" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" Halignment="AlignLeft" Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal">
<text>4</text>
</dynamic_text>
<text text="retour alim&#xa;terrain au&#xa;module" rotation="0" color="#000000" y="-10" x="-50" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<dynamic_text rotation="0" z="5" y="-24.8579" text_width="-1" frame="false" text_from="UserText" x="-343.588" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" Halignment="AlignLeft" Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal">
<text>1</text>
</dynamic_text>
<dynamic_text rotation="0" z="5" y="-25.544" text_width="-1" frame="false" text_from="UserText" x="251.071" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" Halignment="AlignLeft" Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal">
<text>5</text>
</dynamic_text>
<dynamic_text rotation="0" z="5" y="-25.544" text_width="-1" frame="false" text_from="UserText" x="-99.9287" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" Halignment="AlignLeft" Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal">
<text>5</text>
</dynamic_text>
<dynamic_text rotation="0" z="5" y="-24.858" text_width="-1" frame="false" text_from="UserText" x="7.412" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" Halignment="AlignLeft" Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal">
<text>1</text>
</dynamic_text>
<dynamic_text rotation="0" z="5" y="-25.559" text_width="-1" frame="false" text_from="UserText" x="126.727" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" Halignment="AlignLeft" Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal">
<text>3</text>
</dynamic_text>
<dynamic_text rotation="0" z="5" y="-25.559" text_width="-1" frame="false" text_from="UserText" x="-224.273" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" Halignment="AlignLeft" Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal">
<text>3</text>
</dynamic_text>
<text text="+24VDC &#xa;retour boucle" rotation="0" color="#000000" y="-10" x="60" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" y="-33.4606" width="737.097" ry="4.38729" rx="4.38729" height="88" antialias="false" x="-368.548"/>
<text text="/" rotation="0" color="#000000" y="-6.494" x="255.558" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text text="/" rotation="0" color="#000000" y="-10" x="130" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text text="STBACO1225K" rotation="0" color="#000000" y="50.9267" x="-41.4515" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
<text text="+24VDC &#xa;alim capteur" rotation="0" color="#000000" y="-10" x="1" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text text="/" rotation="0" color="#000000" y="-10" x="-220" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text text="+24VDC &#xa;alim capteur" rotation="0" color="#000000" y="-10" x="-350" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-11.4515" y2="20.9267" end2="none" end1="none" x2="-11.4515" length2="1.5" length1="1.5" antialias="false" y1="-19.0733"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-11.4515" y2="20.9267" end2="none" end1="none" x2="-351.452" length2="1.5" length1="1.5" antialias="false" y1="20.9267"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-351.452" y2="20.9267" end2="none" end1="none" x2="-351.452" length2="1.5" length1="1.5" antialias="false" y1="-19.0733"/>
<text text="RACK A" rotation="0" color="#000000" y="30.9267" x="-231.452" font="MS Shell Dlg 2,7,-1,5,50,0,1,0,0,0,Normal"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-11.4515" y2="20.9267" end2="none" end1="none" x2="348.548" length2="1.5" length1="1.5" antialias="false" y1="20.9267"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" x1="348.548" y2="-19.0733" end2="none" end1="none" x2="348.548" length2="1.5" length1="1.5" antialias="false" y1="20.9267"/>
<terminal orientation="n" y="-34.758" x="195.485"/>
<terminal orientation="n" y="-34.7581" x="-155.515"/>
<terminal orientation="n" y="-34.4952" x="-218.886"/>
<terminal orientation="n" y="-34.508" x="315.716"/>
<terminal orientation="n" y="-34.072" x="-279.985"/>
<terminal orientation="n" y="-34.495" x="132.114"/>
<terminal orientation="n" y="-34.5076" x="-35.2845"/>
<terminal orientation="n" y="-35.2255" x="-94.5784"/>
<terminal orientation="n" y="-34.072" x="71.015"/>
<terminal orientation="n" y="-34.5394" x="-338.42"/>
<terminal orientation="n" y="-34.539" x="12.58"/>
</description>
</definition>

View File

@@ -1,90 +0,0 @@
<definition orientation="dyyy" hotspot_x="375" link_type="simple" version="0.70" height="100" type="element" hotspot_y="42" width="750">
<uuid uuid="{94cde6eb-d371-42e2-a419-16073f93870f}"/>
<names>
<name lang="fr">STBAVO1255K</name>
</names>
<elementInformations>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">SCHNEIDER</elementInformation>
<elementInformation name="designation" show="1">STBAVO1255K</elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-230" y="-10" rotation="0" color="#000000" text="+24VDC &#xa;alim boucle"/>
<text font="MS Shell Dlg 2,7,-1,5,50,0,1,0,0,0,Normal" x="160" y="30" rotation="0" color="#000000" text="RACK B"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-170" y="-10" rotation="0" color="#000000" text="+24VDC &#xa;retour boucle"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-95.442" y="-6.49447" rotation="0" color="#000000" text="/"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-50" y="-10" rotation="0" color="#000000" text="-24VDC &#xa;alim capteur"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="121" y="-10" rotation="0" color="#000000" text="+24VDC &#xa;alim boucle"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="181" y="-10" rotation="0" color="#000000" text="+24VDC &#xa;retour boucle"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-368.548" height="88" y="-33.4606" antialias="false" rx="4.38729" width="737.097" ry="4.38729"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="255.558" y="-6.494" rotation="0" color="#000000" text="/"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="301" y="-10" rotation="0" color="#000000" text="-24VDC &#xa;alim capteur"/>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="310.41" Halignment="AlignLeft" text_width="-1" y="-26.642" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>6</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="190.262" Halignment="AlignLeft" text_width="-1" y="-25.59" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>4</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="65.595" Halignment="AlignLeft" text_width="-1" y="-24.874" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>2</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-160.738" Halignment="AlignLeft" text_width="-1" y="-25.5904" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>4</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-40.5904" Halignment="AlignLeft" text_width="-1" y="-26.6421" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>6</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-285.405" Halignment="AlignLeft" text_width="-1" y="-24.8739" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>2</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-224.273" Halignment="AlignLeft" text_width="-1" y="-25.559" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>3</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="7.412" Halignment="AlignLeft" text_width="-1" y="-24.858" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>1</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="126.727" Halignment="AlignLeft" text_width="-1" y="-25.559" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>3</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="251.071" Halignment="AlignLeft" text_width="-1" y="-25.544" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>5</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-99.9287" Halignment="AlignLeft" text_width="-1" y="-25.544" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>5</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-343.588" Halignment="AlignLeft" text_width="-1" y="-24.8579" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>1</text>
</dynamic_text>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="69.598" y="-6.845" rotation="0" color="#000000" text="/"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-41.4515" y="50.9267" rotation="0" color="#000000" text="STBAVO1255K"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="1" y="-10" rotation="0" color="#000000" text="+24VDC &#xa;alim capteur"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-281.402" y="-6.84502" rotation="0" color="#000000" text="/"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-350" y="-10" rotation="0" color="#000000" text="+24VDC &#xa;alim capteur"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-11.4515" antialias="false" end1="none" end2="none" y1="-19.0733" length1="1.5" x1="-11.4515" y2="20.9267"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-351.452" antialias="false" end1="none" end2="none" y1="20.9267" length1="1.5" x1="-11.4515" y2="20.9267"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-351.452" antialias="false" end1="none" end2="none" y1="-19.0733" length1="1.5" x1="-351.452" y2="20.9267"/>
<text font="MS Shell Dlg 2,7,-1,5,50,0,1,0,0,0,Normal" x="-231.452" y="30.9267" rotation="0" color="#000000" text="RACK A"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="348.548" antialias="false" end1="none" end2="none" y1="20.9267" length1="1.5" x1="-11.4515" y2="20.9267"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="348.548" antialias="false" end1="none" end2="none" y1="20.9267" length1="1.5" x1="348.548" y2="-19.0733"/>
<terminal orientation="n" x="-338.42" y="-34.5394"/>
<terminal orientation="n" x="-94.5784" y="-35.2255"/>
<terminal orientation="n" x="-155.515" y="-34.7581"/>
<terminal orientation="n" x="-218.886" y="-34.4952"/>
<terminal orientation="n" x="-279.985" y="-34.072"/>
<terminal orientation="n" x="-35.2845" y="-34.5076"/>
<terminal orientation="n" x="12.58" y="-34.539"/>
<terminal orientation="n" x="195.485" y="-34.758"/>
<terminal orientation="n" x="132.114" y="-34.495"/>
<terminal orientation="n" x="71.015" y="-34.072"/>
<terminal orientation="n" x="315.716" y="-34.508"/>
</description>
</definition>

View File

@@ -1,120 +0,0 @@
<definition width="90" height="290" type="element" version="0.70" orientation="dyyy" link_type="simple" hotspot_x="44" hotspot_y="125">
<uuid uuid="{4db4ce8f-dee7-4a30-abc3-2f78b1b3eded}"/>
<names>
<name lang="en">controller stbnip2311</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<ellipse width="7.45436" height="8" y="-43.5" antialias="false" x="26.9549" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<dynamic_text y="42.55" frame="false" uuid="{94ae2273-a478-4149-80fd-0521d276125b}" text_from="ElementInfo" z="2" x="-12.8794" font_size="9" font_family="Sans Serif" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<text y="149" text="24VDC" x="-30.8164" size="4"/>
<dynamic_text y="6.55" frame="false" uuid="{94ae2273-a478-4149-80fd-0521d276125b}" text_from="ElementInfo" z="2" x="-13.8112" font_size="9" font_family="Sans Serif" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line y2="-120" end2="none" antialias="false" x2="-39.2026" length1="1.5" x1="-39.2026" length2="1.5" y1="160" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text y="-26" text="Ethernet 2" x="-37.339" size="4"/>
<rect y="-90" width="3.72718" height="2" antialias="false" ry="0" x="-18.7031" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0"/>
<line y2="90" end2="none" antialias="false" x2="-11.2487" length1="1.5" x1="-39.2026" length2="1.5" y1="90" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect y="-50" width="3.72718" height="2" antialias="false" ry="0" x="-18.7031" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0"/>
<line y2="-23" end2="none" antialias="false" x2="-11.2487" length1="1.5" x1="-39.2026" length2="1.5" y1="-23" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon y2="43" antialias="true" x2="-21.2655" x1="-23.1291" x3="-25.9245" y3="45" y1="48" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<ellipse width="7.45436" height="8" y="-67.5" antialias="false" x="26.9549" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<polygon y2="7" antialias="true" x2="-21.2655" x1="-23.1291" x3="-25.9245" y3="9" y1="12" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<ellipse width="7.45436" height="8" y="-28.5" antialias="false" x="26.9549" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-81" end2="none" antialias="false" x2="-29.8846" length1="1.5" x1="-29.8846" length2="1.5" y1="-84.0178" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse width="7.45436" height="8" y="-55.5" antialias="false" x="26.9549" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-41" end2="none" antialias="false" x2="-29.8846" length1="1.5" x1="-29.8846" length2="1.5" y1="-44.0178" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-37" end2="none" antialias="false" x2="33.4774" length1="1.5" x1="27.8867" length2="1.5" y1="-42" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse width="16.7723" height="18" y="39" antialias="true" x="-34.3107" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse width="16.7723" height="18" y="3" antialias="true" x="-34.3107" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-61" end2="none" antialias="false" x2="33.4774" length1="1.5" x1="27.8867" length2="1.5" y1="-66" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-76" end2="none" antialias="false" x2="-21.4985" length1="1.5" x1="-21.4985" length2="1.5" y1="-77" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-36" end2="none" antialias="false" x2="-21.4985" length1="1.5" x1="-21.4985" length2="1.5" y1="-37" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="8" end2="none" antialias="false" x2="-22.1973" length1="1.5" x1="-30.5835" length2="1.5" y1="17" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y2="-36" end2="none" antialias="false" x2="-22.4303" length1="1.5" x1="-22.4303" length2="1.5" y1="-37" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-76" end2="none" antialias="false" x2="-22.4303" length1="1.5" x1="-22.4303" length2="1.5" y1="-77" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="44" end2="none" antialias="false" x2="-22.1973" length1="1.5" x1="-30.5835" length2="1.5" y1="53" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y2="-42" end2="none" antialias="false" x2="33.4774" length1="1.5" x1="27.8867" length2="1.5" y1="-37" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-66" end2="none" antialias="false" x2="33.4774" length1="1.5" x1="27.8867" length2="1.5" y1="-61" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-44.02" end2="none" antialias="false" x2="-28.0211" length1="1.5" x1="-28.0211" length2="1.5" y1="-47.04" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="140" text="-" x="-25.2257" size="7"/>
<line y2="-22" end2="none" antialias="false" x2="33.4774" length1="1.5" x1="27.8867" length2="1.5" y1="-27" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-49" end2="none" antialias="false" x2="33.4774" length1="1.5" x1="27.8867" length2="1.5" y1="-54" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-84.02" end2="none" antialias="false" x2="-28.0211" length1="1.5" x1="-28.0211" length2="1.5" y1="-87.04" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-27" end2="none" antialias="false" x2="33.4774" length1="1.5" x1="27.8867" length2="1.5" y1="-22" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-54" end2="none" antialias="false" x2="33.4774" length1="1.5" x1="27.8867" length2="1.5" y1="-49" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-44.02" end2="none" antialias="false" x2="-21.4985" length1="1.5" x1="-21.4985" length2="1.5" y1="-47.04" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="21" end2="none" antialias="false" x2="40" length1="1.5" x1="-11.2487" length2="1.5" y1="21" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y2="-84.02" end2="none" antialias="false" x2="-21.4985" length1="1.5" x1="-21.4985" length2="1.5" y1="-87.04" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-81" end2="none" antialias="false" x2="-19.6349" length1="1.5" x1="-19.6349" length2="1.5" y1="-84.02" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-41" end2="none" antialias="false" x2="-19.6349" length1="1.5" x1="-19.6349" length2="1.5" y1="-44.02" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-120" end2="none" antialias="false" x2="-11.2487" length1="1.5" x1="-11.2487" length2="1.5" y1="160" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y2="-41" end2="none" antialias="false" x2="-17.7713" length1="1.5" x1="-31.7482" length2="1.5" y1="-41" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-81" end2="none" antialias="false" x2="-17.7713" length1="1.5" x1="-31.7482" length2="1.5" y1="-81" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-80" end2="none" antialias="false" x2="-31.7482" length1="1.5" x1="-17.7713" length2="1.5" y1="-80" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-40" end2="none" antialias="false" x2="-31.7482" length1="1.5" x1="-17.7713" length2="1.5" y1="-40" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-36" end2="none" antialias="false" x2="-31.7482" length1="1.5" x1="-31.7482" length2="1.5" y1="-41" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-76" end2="none" antialias="false" x2="-31.7482" length1="1.5" x1="-31.7482" length2="1.5" y1="-81" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-36" end2="none" antialias="false" x2="-17.7713" length1="1.5" x1="-17.7713" length2="1.5" y1="-41" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-76" end2="none" antialias="false" x2="-17.7713" length1="1.5" x1="-17.7713" length2="1.5" y1="-81" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="160" end2="none" antialias="false" x2="-39.2026" length1="1.5" x1="40" length2="1.5" y1="160" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y2="-36" end2="none" antialias="false" x2="-17.7713" length1="1.5" x1="-31.7482" length2="1.5" y1="-36" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-76" end2="none" antialias="false" x2="-17.7713" length1="1.5" x1="-31.7482" length2="1.5" y1="-76" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-36" end2="none" antialias="false" x2="-28.9528" length1="1.5" x1="-28.9528" length2="1.5" y1="-38" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse width="7.45436" height="8" y="-91.5" antialias="false" x="26.9549" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-76" end2="none" antialias="false" x2="-28.9528" length1="1.5" x1="-28.9528" length2="1.5" y1="-78" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-76" end2="none" antialias="false" x2="-20.5667" length1="1.5" x1="-20.5667" length2="1.5" y1="-78" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-36" end2="none" antialias="false" x2="-20.5667" length1="1.5" x1="-20.5667" length2="1.5" y1="-38" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse width="7.45436" height="8" y="-79.5" antialias="false" x="26.9549" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="119" text="Input" x="-30.5369" size="4"/>
<line y2="-76" end2="none" antialias="false" x2="-28.0211" length1="1.5" x1="-28.0211" length2="1.5" y1="-77" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-36" end2="none" antialias="false" x2="-28.0211" length1="1.5" x1="-28.0211" length2="1.5" y1="-37" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-76" end2="none" antialias="false" x2="-27.0893" length1="1.5" x1="-27.0893" length2="1.5" y1="-77" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-120" end2="none" antialias="false" x2="40" length1="1.5" x1="-39.2026" length2="1.5" y1="-120" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y2="-36" end2="none" antialias="false" x2="-27.0893" length1="1.5" x1="-27.0893" length2="1.5" y1="-37" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-76" end2="none" antialias="false" x2="-26.1575" length1="1.5" x1="-26.1575" length2="1.5" y1="-77" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-36" end2="none" antialias="false" x2="-26.1575" length1="1.5" x1="-26.1575" length2="1.5" y1="-37" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-76" end2="none" antialias="false" x2="-25.2257" length1="1.5" x1="-25.2257" length2="1.5" y1="-77" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-36" end2="none" antialias="false" x2="-25.2257" length1="1.5" x1="-25.2257" length2="1.5" y1="-37" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-85" end2="none" antialias="false" x2="33.4774" length1="1.5" x1="27.8867" length2="1.5" y1="-90" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-36" end2="none" antialias="false" x2="-24.2939" length1="1.5" x1="-24.2939" length2="1.5" y1="-37" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-76" end2="none" antialias="false" x2="-24.2939" length1="1.5" x1="-24.2939" length2="1.5" y1="-77" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-90" end2="none" antialias="false" x2="33.4774" length1="1.5" x1="27.8867" length2="1.5" y1="-85" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-36" end2="none" antialias="false" x2="-23.3621" length1="1.5" x1="-23.3621" length2="1.5" y1="-37" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-76" end2="none" antialias="false" x2="-23.3621" length1="1.5" x1="-23.3621" length2="1.5" y1="-77" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-120" end2="none" antialias="false" x2="40" length1="1.5" x1="40" length2="1.5" y1="160" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y2="-47" end2="none" antialias="false" x2="-21.4985" length1="1.5" x1="-28.0211" length2="1.5" y1="-47" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-87" end2="none" antialias="false" x2="-21.4985" length1="1.5" x1="-28.0211" length2="1.5" y1="-87" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-100" end2="none" antialias="false" x2="-39.2026" length1="1.5" x1="40" length2="1.5" y1="-100" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y2="-44" end2="none" antialias="false" x2="-28.0211" length1="1.5" x1="-29.8846" length2="1.5" y1="-44" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="130" text="+" x="-26.8097" size="7"/>
<line y2="-84" end2="none" antialias="false" x2="-28.0211" length1="1.5" x1="-29.8846" length2="1.5" y1="-84" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-84" end2="none" antialias="false" x2="-19.6349" length1="1.5" x1="-21.4985" length2="1.5" y1="-84" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-44" end2="none" antialias="false" x2="-19.6349" length1="1.5" x1="-21.4985" length2="1.5" y1="-44" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="13" text=" Contoller" x="1.72819" size="4"/>
<text y="-112" text="SCHNEIDER ELECTRIC " x="-7" size="3"/>
<rect y="-50" width="19.5677" height="18" antialias="false" ry="0" x="-34.5436" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0"/>
<rect y="-90" width="19.5677" height="18" antialias="false" ry="0" x="-34.5436" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0"/>
<line y2="0" end2="none" antialias="false" x2="40" length1="1.5" x1="-11.2487" length2="1.5" y1="0" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect y="-50" width="3.72718" height="2" antialias="false" ry="0" x="-34.5436" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0"/>
<rect y="-90" width="3.72718" height="2" antialias="false" ry="0" x="-34.5436" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0"/>
<line y2="-73" end2="none" antialias="false" x2="33.4774" length1="1.5" x1="27.8867" length2="1.5" y1="-78" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="-78" end2="none" antialias="false" x2="33.4774" length1="1.5" x1="27.8867" length2="1.5" y1="-73" end1="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="-103" text="STBNIP2311" x="3.8646" size="3"/>
<rect y="122" width="9.31795" height="10" antialias="false" ry="0" x="-28.6733" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0"/>
<rect y="132" width="9.31795" height="10" antialias="false" ry="0" x="-28.6733" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0"/>
<text y="-66" text="Ethernet 1" x="-37.4072" size="4"/>
<terminal y="-91" orientation="n" x="-25"/>
<terminal y="-51" orientation="n" x="-25"/>
</description>
</definition>

View File

@@ -1,22 +0,0 @@
<definition version="0.70" width="30" type="element" height="290" hotspot_x="15" hotspot_y="145" link_type="simple" orientation="dyyy">
<uuid uuid="{6f961325-fbf1-4a21-bf7b-4c073c4e37a0}"/>
<names>
<name lang="en">end stbxmp1100</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<line x2="-10.0314" antialias="false" end1="none" y2="140" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="140" length1="1.5" end2="none" x1="4.27674" length2="1.5"/>
<line x2="4.27674" antialias="false" end1="none" y2="-140" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-140" length1="1.5" end2="none" x1="-10.0314" length2="1.5"/>
<line x2="10" antialias="false" end1="none" y2="-130" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="130" length1="1.5" end2="none" x1="10" length2="1.5"/>
<text text="SCHNEIDER ELECTRIC STBXMP1100" rotation="270" x="2.55977" y="43" size="4"/>
<arc start="0" antialias="true" width="11.4465" height="20" x="-1.44651" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-140" angle="90"/>
<arc start="270" antialias="true" width="11.4465" height="20" x="-1.44651" style="line-style:normal;line-weight:normal;filling:none;color:black" y="120" angle="90"/>
<line x2="-10.0314" antialias="false" end1="none" y2="140" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-140" length1="1.5" end2="none" x1="-10.0314" length2="1.5"/>
</description>
</definition>

View File

@@ -1,5 +0,0 @@
<qet-directory>
<names>
<name lang="en">Controller-block</name>
</names>
</qet-directory>

View File

@@ -1,331 +0,0 @@
<definition height="290" width="60" version="0.70" link_type="simple" orientation="dyyy" hotspot_y="125" type="element" hotspot_x="15">
<uuid uuid="{dfc0d7c9-1277-46b6-88ab-d2b8ec08eb1d}"/>
<names>
<name lang="en">digital_output_stbddo3705ks</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<line length2="1.5" length1="1.5" end1="none" x2="-9.85137" end2="none" antialias="false" y1="160" y2="160" x1="40" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text y="109" x="21.2154" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="14" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="36.3876" end2="none" antialias="false" y1="154" y2="154" x1="16.8805" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text y="109" x="-2.62656" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="14" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="150.75" y2="150.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="49" x="-1.90405" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="8" color="#000000"/>
<ellipse height="8" width="5.77987" y="-93.5" x="24.1054" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="-12" x="-1.90405" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="2" color="#000000"/>
<text y="119" x="-2.62656" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="15" color="#000000"/>
<text y="49" x="21.9379" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="8" color="#000000"/>
<text y="149" x="-2.62656" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="18" color="#000000"/>
<text y="-12" x="21.9379" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="2" color="#000000"/>
<text y="58" x="-1.90405" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="9" color="#000000"/>
<ellipse height="8" width="5.77987" y="-83.5" x="24.1054" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="139" x="-2.62656" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="17" color="#000000"/>
<text y="-37" x="17.1619" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="Channel B" color="#000000"/>
<text y="119" x="21.2154" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="15" color="#000000"/>
<text y="89" x="-2.62656" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="12" color="#000000"/>
<text y="129" x="-2.62656" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="16" color="#000000"/>
<text y="58" x="21.9379" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="9" color="#000000"/>
<text y="79" x="-2.62656" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="11" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="8.4997" end2="none" antialias="false" y1="98.9" y2="93.77" x1="4.79336" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="69" x="-2.62656" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="10" color="#000000"/>
<text y="149" x="21.2154" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="18" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="40" end2="none" antialias="false" y1="-120" y2="-120" x1="-9.85137" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="5.75426" end2="none" antialias="false" y1="95.1" y2="100.23" x1="9.46061" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="-3" x="-1.90405" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="3" color="#000000"/>
<text y="89" x="21.2154" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="12" color="#000000"/>
<text y="139" x="21.2154" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="17" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="8.4997" end2="none" antialias="false" y1="108.9" y2="103.77" x1="4.79336" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="28" x="-1.90405" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="6" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="5.75426" end2="none" antialias="false" y1="105.1" y2="110.23" x1="9.46061" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="18" x="-1.90405" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="5" color="#000000"/>
<text y="79" x="21.2154" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="11" color="#000000"/>
<text y="129" x="21.2154" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="16" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="8.4997" end2="none" antialias="false" y1="118.9" y2="113.77" x1="4.79336" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="40" end2="none" antialias="false" y1="-70" y2="-70" x1="-9.85137" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text y="8" x="-1.90405" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="4" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="5.75426" end2="none" antialias="false" y1="115.1" y2="120.23" x1="9.46061" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="69" x="21.2154" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="10" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="8.4997" end2="none" antialias="false" y1="-22.1" y2="-27.23" x1="4.79336" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="32.3417" end2="none" antialias="false" y1="98.9" y2="93.77" x1="28.6353" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="8.4997" end2="none" antialias="false" y1="128.9" y2="123.77" x1="4.79336" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="5.75426" end2="none" antialias="false" y1="-25.9" y2="-20.77" x1="9.46061" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="5.75426" end2="none" antialias="false" y1="125.1" y2="130.23" x1="9.46061" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.5962" end2="none" antialias="false" y1="95.1" y2="100.23" x1="33.3026" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="8.4997" end2="none" antialias="false" y1="-12.1" y2="-17.23" x1="4.79336" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.1627" end2="none" antialias="false" y1="-92" y2="-87" x1="24.8279" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="5.75426" end2="none" antialias="false" y1="-15.9" y2="-10.77" x1="9.46061" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="-3" x="21.9379" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="3" color="#000000"/>
<text y="-37" x="-7.68002" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="Channel A" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="8.4997" end2="none" antialias="false" y1="138.9" y2="133.77" x1="4.79336" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="5.75426" end2="none" antialias="false" y1="135.1" y2="140.23" x1="9.46061" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.1627" end2="none" antialias="false" y1="-87" y2="-92" x1="24.8279" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="32.3417" end2="none" antialias="false" y1="108.9" y2="103.77" x1="28.6353" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="8.4997" end2="none" antialias="false" y1="-2.1" y2="-7.23" x1="4.79336" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="5.75426" end2="none" antialias="false" y1="-5.9" y2="-0.77" x1="9.46061" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="28" x="21.9379" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="6" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="8.4997" end2="none" antialias="false" y1="148.9" y2="143.77" x1="4.79336" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="5.75426" end2="none" antialias="false" y1="145.1" y2="150.23" x1="9.46061" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="8.4997" end2="none" antialias="false" y1="7.9" y2="2.77" x1="4.79336" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="18" x="21.9379" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="5" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.5962" end2="none" antialias="false" y1="105.1" y2="110.23" x1="33.3026" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="5.75426" end2="none" antialias="false" y1="4.1" y2="9.23" x1="9.46061" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="100.75" y2="100.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="8" x="21.9379" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="4" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="100.75" y2="93.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="8.4997" end2="none" antialias="false" y1="17.9" y2="12.77" x1="4.79336" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="32.3417" end2="none" antialias="false" y1="118.9" y2="113.77" x1="28.6353" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="93.25" y2="93.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="5.75426" end2="none" antialias="false" y1="14.1" y2="19.23" x1="9.46061" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="93.25" y2="100.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="8.4997" end2="none" antialias="false" y1="27.9" y2="22.77" x1="4.79336" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.5962" end2="none" antialias="false" y1="115.1" y2="120.23" x1="33.3026" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="32.3417" end2="none" antialias="false" y1="-22.1" y2="-27.23" x1="28.6353" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="110.75" y2="110.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="5.75426" end2="none" antialias="false" y1="24.1" y2="29.23" x1="9.46061" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="110.75" y2="103.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="-20.25" y2="-20.25" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="32.3417" end2="none" antialias="false" y1="128.9" y2="123.77" x1="28.6353" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="-20.25" y2="-27.75" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="103.25" y2="103.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.5962" end2="none" antialias="false" y1="-25.9" y2="-20.77" x1="33.3026" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="-27.75" y2="-27.75" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.5962" end2="none" antialias="false" y1="125.1" y2="130.23" x1="33.3026" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="103.25" y2="110.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="8.4997" end2="none" antialias="false" y1="38.9" y2="33.77" x1="4.79336" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="120.75" y2="120.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="32.3417" end2="none" antialias="false" y1="-12.1" y2="-17.23" x1="28.6353" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.5962" end2="none" antialias="false" y1="-15.9" y2="-10.77" x1="33.3026" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="-27.75" y2="-20.25" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="120.75" y2="113.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="5.75426" end2="none" antialias="false" y1="35.1" y2="40.23" x1="9.46061" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="113.25" y2="113.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="32.3417" end2="none" antialias="false" y1="138.9" y2="133.77" x1="28.6353" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.5962" end2="none" antialias="false" y1="135.1" y2="140.23" x1="33.3026" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="-10.25" y2="-10.25" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="113.25" y2="120.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="32.3417" end2="none" antialias="false" y1="-2.1" y2="-7.23" x1="28.6353" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="-10.25" y2="-17.75" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="8.4997" end2="none" antialias="false" y1="48.9" y2="43.77" x1="4.79336" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="130.75" y2="130.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="32.3417" end2="none" antialias="false" y1="148.9" y2="143.77" x1="28.6353" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.5962" end2="none" antialias="false" y1="-5.9" y2="-0.77" x1="33.3026" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="-17.75" y2="-17.75" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="130.75" y2="123.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="5.75426" end2="none" antialias="false" y1="45.1" y2="50.23" x1="9.46061" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="123.25" y2="123.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="32.3417" end2="none" antialias="false" y1="7.9" y2="2.77" x1="28.6353" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="123.25" y2="130.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.5962" end2="none" antialias="false" y1="145.1" y2="150.23" x1="33.3026" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="-17.75" y2="-10.25" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="8.4997" end2="none" antialias="false" y1="58.9" y2="53.77" x1="4.79336" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="140.75" y2="140.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.5962" end2="none" antialias="false" y1="4.1" y2="9.23" x1="33.3026" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="100.75" y2="100.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="140.75" y2="133.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="-0.25" y2="-0.25" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="5.75426" end2="none" antialias="false" y1="55.1" y2="60.23" x1="9.46061" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="32.3417" end2="none" antialias="false" y1="17.9" y2="12.77" x1="28.6353" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="133.25" y2="133.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="100.75" y2="93.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="133.25" y2="140.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="-0.25" y2="-7.75" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="8.4997" end2="none" antialias="false" y1="68.9" y2="63.77" x1="4.79336" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="150.75" y2="150.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="93.25" y2="93.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="-7.75" y2="-7.75" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.5962" end2="none" antialias="false" y1="14.1" y2="19.23" x1="33.3026" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="150.75" y2="143.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="93.25" y2="100.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="5.75426" end2="none" antialias="false" y1="65.1" y2="70.23" x1="9.46061" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="143.25" y2="143.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="32.3417" end2="none" antialias="false" y1="27.9" y2="22.77" x1="28.6353" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="8.4997" end2="none" antialias="false" y1="78.9" y2="73.77" x1="4.79336" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="143.25" y2="150.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.5962" end2="none" antialias="false" y1="24.1" y2="29.23" x1="33.3026" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="-7.75" y2="-0.25" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="93.25" x="4.41766" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="110.75" y2="110.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="9.75" y2="9.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="103.25" x="4.41766" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="5.75426" end2="none" antialias="false" y1="75.1" y2="80.23" x1="9.46061" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="113.25" x="4.41766" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="-20.25" y2="-20.25" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="110.75" y2="103.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="9.75" y2="2.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="123.25" x="4.41766" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="-20.25" y2="-27.75" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="8.4997" end2="none" antialias="false" y1="88.9" y2="83.77" x1="4.79336" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="133.25" x="4.41766" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="103.25" y2="103.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="143.25" x="4.41766" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="2.25" y2="2.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="-27.75" y2="-27.75" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="99" x="-2.62656" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="13" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="5.75426" end2="none" antialias="false" y1="85.1" y2="90.23" x1="9.46061" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="103.25" y2="110.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="2.25" y2="9.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="120.75" y2="120.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="19.75" y2="19.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="32.3417" end2="none" antialias="false" y1="38.9" y2="33.77" x1="28.6353" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="19.75" y2="12.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="-27.75" y2="-20.25" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="12.25" y2="12.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="120.75" y2="113.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="12.25" y2="19.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.5962" end2="none" antialias="false" y1="35.1" y2="40.23" x1="33.3026" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="29.75" y2="29.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="29.75" y2="22.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="113.25" y2="113.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="-10.25" y2="-10.25" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="22.25" y2="22.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="22.25" y2="29.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="113.25" y2="120.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="-10.25" y2="-17.75" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="-27.75" x="4.41766" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="-17.75" x="4.41766" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="32.3417" end2="none" antialias="false" y1="48.9" y2="43.77" x1="28.6353" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="-7.75" x="4.41766" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="130.75" y2="130.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="2.25" x="4.41766" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="-17.75" y2="-17.75" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="12.25" x="4.41766" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="130.75" y2="123.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="22.25" x="4.41766" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.5962" end2="none" antialias="false" y1="45.1" y2="50.23" x1="33.3026" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="-22" x="-1.90405" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="1" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="123.25" y2="123.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="123.25" y2="130.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="40.75" y2="40.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="-17.75" y2="-10.25" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="40.75" y2="33.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="32.3417" end2="none" antialias="false" y1="58.9" y2="53.77" x1="28.6353" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="33.25" y2="33.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-6.96148" end2="none" antialias="false" y1="-31" y2="-31" x1="12.5456" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="140.75" y2="140.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="33.25" y2="40.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="-0.25" y2="-0.25" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="50.75" y2="50.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="140.75" y2="133.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="50.75" y2="43.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.5962" end2="none" antialias="false" y1="55.1" y2="60.23" x1="33.3026" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="43.25" y2="43.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="43.25" y2="50.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="133.25" y2="133.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="60.75" y2="60.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="-0.25" y2="-7.75" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="60.75" y2="53.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="133.25" y2="140.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="32.3417" end2="none" antialias="false" y1="68.9" y2="63.77" x1="28.6353" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="53.25" y2="53.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="53.25" y2="60.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="-7.75" y2="-7.75" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="70.75" y2="70.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="150.75" y2="143.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-6.96148" end2="none" antialias="false" y1="-30" y2="30" x1="-6.96148" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="70.75" y2="63.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="143.25" y2="143.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="63.25" y2="63.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.5962" end2="none" antialias="false" y1="65.1" y2="70.23" x1="33.3026" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="143.25" y2="150.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="63.25" y2="70.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="32.3417" end2="none" antialias="false" y1="78.9" y2="73.77" x1="28.6353" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="80.75" y2="80.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="80.75" y2="73.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="93.25" x="28.2596" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="73.25" y2="73.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="-7.75" y2="-0.25" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="73.25" y2="80.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="9.75" y2="9.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="90.75" y2="90.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="103.25" x="28.2596" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="1.70834" end2="none" antialias="false" y1="90.75" y2="83.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.5962" end2="none" antialias="false" y1="75.1" y2="80.23" x1="33.3026" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="83.25" y2="83.25" x1="1.70834" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="113.25" x="28.2596" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="123.25" x="28.2596" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-3.71025" end2="none" antialias="false" y1="83.25" y2="90.75" x1="-3.71025" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="33.25" x="4.41766" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="9.75" y2="2.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="43.25" x="4.41766" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="32.3417" end2="none" antialias="false" y1="88.9" y2="83.77" x1="28.6353" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="133.25" x="28.2596" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="53.25" x="4.41766" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="63.25" x="4.41766" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="2.25" y2="2.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="73.25" x="4.41766" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="143.25" x="28.2596" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="99" x="21.2154" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="13" color="#000000"/>
<ellipse height="7.5" width="5.41863" y="83.25" x="4.41766" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.5962" end2="none" antialias="false" y1="85.1" y2="90.23" x1="33.3026" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="39" x="-1.90405" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="7" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="2.25" y2="9.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="19.75" y2="19.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="19.75" y2="12.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="12.25" y2="12.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="12.25" y2="19.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="29.75" y2="29.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="29.75" y2="22.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="22.25" y2="22.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="22.25" y2="29.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="-27.75" x="28.2596" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="40" end2="none" antialias="false" y1="160" y2="-120" x1="40" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="-17.75" x="28.2596" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-9.85137" end2="none" antialias="false" y1="-100" y2="-100" x1="40" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-9.85137" end2="none" antialias="false" y1="-120" y2="160" x1="-9.85137" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="-7.75" x="28.2596" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="2.25" x="28.2596" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="12.25" x="28.2596" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="22.25" x="28.2596" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="-22" x="21.9379" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="1" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="40.75" y2="40.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="40.75" y2="33.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="33.25" y2="33.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="-58" x="6.25642" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="Digital OUT" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="33.25" y2="40.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="-112" x="-5.95368" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="SCHNEIDER ELECTRIC " color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="16.8805" end2="none" antialias="false" y1="-31" y2="-31" x1="36.3876" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="50.75" y2="50.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="50.75" y2="43.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="-6.96148" end2="none" antialias="false" y1="30" y2="154" x1="-6.96148" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="43.25" y2="43.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="40" end2="none" antialias="false" y1="-50" y2="-50" x1="-9.85137" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.1627" end2="none" antialias="false" y1="-82" y2="-77" x1="24.8279" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="43.25" y2="50.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="60.75" y2="60.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="29.1627" end2="none" antialias="false" y1="-77" y2="-82" x1="24.8279" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="60.75" y2="53.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="-101" x="2.26727" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="STBDDO3705KS" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="12.5456" end2="none" antialias="false" y1="-30" y2="154" x1="12.5456" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="53.25" y2="53.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="53.25" y2="60.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="12.5456" end2="none" antialias="false" y1="154" y2="154" x1="-6.96148" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="70.75" y2="70.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="70.75" y2="63.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="63.25" y2="63.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="63.25" y2="70.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="80.75" y2="80.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="80.75" y2="73.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="73.25" y2="73.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="73.25" y2="80.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="90.75" y2="90.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="25.5503" end2="none" antialias="false" y1="90.75" y2="83.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="83.25" y2="83.25" x1="25.5503" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="20.1317" end2="none" antialias="false" y1="83.25" y2="90.75" x1="20.1317" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="33.25" x="28.2596" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="43.25" x="28.2596" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="53.25" x="28.2596" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="63.25" x="28.2596" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="73.25" x="28.2596" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" width="5.41863" y="83.25" x="28.2596" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="39" x="21.9379" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" text="7" color="#000000"/>
<line length2="1.5" length1="1.5" end1="none" x2="36.3876" end2="none" antialias="false" y1="-30" y2="154" x1="36.3876" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="16.8805" end2="none" antialias="false" y1="-30" y2="154" x1="16.8805" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line length2="1.5" length1="1.5" end1="none" x2="14.7131" end2="none" antialias="false" y1="-50" y2="160" x1="14.7131" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
</description>
</definition>

View File

@@ -1,167 +0,0 @@
<definition orientation="dyyy" hotspot_x="383" link_type="simple" version="0.70" height="100" type="element" hotspot_y="52" width="750">
<uuid uuid="{a8d3e268-0f1e-4692-a596-d2f7f1e0829d}"/>
<names>
<name lang="fr">STBDDO3705KC-rack B</name>
</names>
<elementInformations>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">SCHNEIDER</elementInformation>
<elementInformation name="designation" show="1">STBDDO3705KC</elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="40" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="40" y2="-30"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-130" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="-130" y2="-30"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-60" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="-60" y2="-30"/>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="160.868" Halignment="AlignLeft" text_width="-1" y="-33.6823" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>15</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-335.669" Halignment="AlignLeft" text_width="-1" y="-34.3984" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>2</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-169.132" Halignment="AlignLeft" text_width="-1" y="-33.6823" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>6</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-256.133" Halignment="AlignLeft" text_width="-1" y="-45.3665" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="239.868" Halignment="AlignLeft" text_width="-1" y="-33.6822" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>17</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="79.8683" Halignment="AlignLeft" text_width="-1" y="-33.6822" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>13</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="160.576" Halignment="AlignLeft" text_width="-1" y="-45.2894" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="0.576063" Halignment="AlignLeft" text_width="-1" y="-45.5024" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="79.5761" Halignment="AlignLeft" text_width="-1" y="-45.9283" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-168.975" Halignment="AlignLeft" text_width="-1" y="-44.6504" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="239.363" Halignment="AlignLeft" text_width="-1" y="-44.6504" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-90.211" Halignment="AlignLeft" text_width="-1" y="-45.5024" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-90.1317" Halignment="AlignLeft" text_width="-1" y="-33.6822" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>8</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-336" Halignment="AlignLeft" text_width="-1" y="-45" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-256.669" Halignment="AlignLeft" text_width="-1" y="-34.3983" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>4</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="0.868313" Halignment="AlignLeft" text_width="-1" y="-33.6823" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>11</text>
</dynamic_text>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="200" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="200" y2="-30"/>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-49" Halignment="AlignLeft" text_width="-1" y="-34" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>9</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="223.402" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>16</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-273.135" Halignment="AlignLeft" text_width="-1" y="-34.0318" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>3</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,8,-1,5,0,0,0,0,0,0,normal" x="307.669" Halignment="AlignLeft" text_width="-1" y="-44.6017" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>/</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-106.649" Halignment="AlignLeft" text_width="-1" y="-33.8301" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>7</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-185.599" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>5</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-352.14" Halignment="AlignLeft" text_width="-1" y="-34.0318" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>1</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="63.4023" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>12</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="143.537" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="62.5373" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,8,-1,5,0,0,0,0,0,0,normal" x="-49.865" Halignment="AlignLeft" text_width="-1" y="-44.9682" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>/</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="222.537" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-107.463" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-16.4627" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-186.463" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-210" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="-210" y2="-30"/>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-15.5987" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>10</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="144.401" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>14</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-274" Halignment="AlignLeft" text_width="-1" y="-45" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="308.534" Halignment="AlignLeft" text_width="-1" y="-33.6335" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>18</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-353" Halignment="AlignLeft" text_width="-1" y="-45" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-300" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="-300" y2="-30"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="120" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="120" y2="-30"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="280" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="280" y2="-30"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-377.097" height="88" y="-44.3873" antialias="false" rx="4.38729" width="737.097" ry="4.38729"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-104" y="-16" rotation="0" color="#000000" text="voie 4"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="226.569" y="-15.75" rotation="0" color="#000000" text="voie 8"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="66" y="-16" rotation="0" color="#000000" text="voie 6"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="147.569" y="-15.75" rotation="0" color="#000000" text="voie 7"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-182.995" y="-15.2472" rotation="0" color="#000000" text="voie 3"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-12.4307" y="-15.75" rotation="0" color="#000000" text="voie 5"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-50" y="40" rotation="0" color="#000000" text="STBDDO3705KC-RACK B"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-270" y="-16.3429" rotation="0" color="#000000" text="voie 2"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-348.968" y="-16.4661" rotation="0" color="#000000" text="voie 1"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-20" antialias="false" end1="none" end2="none" y1="-30" length1="1.5" x1="-20" y2="10"/>
<terminal orientation="n" x="245.569" y="-44.75"/>
<terminal orientation="n" x="-250.968" y="-45.4661"/>
<terminal orientation="n" x="313.701" y="-45.0678"/>
<terminal orientation="n" x="-267.968" y="-45.4661"/>
<terminal orientation="n" x="-43.833" y="-45.4343"/>
<terminal orientation="n" x="228.569" y="-44.75"/>
<terminal orientation="n" x="149.569" y="-44.75"/>
<terminal orientation="n" x="-329.968" y="-45.4661"/>
<terminal orientation="n" x="-163.431" y="-44.75"/>
<terminal orientation="n" x="6.56931" y="-44.75"/>
<terminal orientation="n" x="-101.431" y="-44.75"/>
<terminal orientation="n" x="-84.4307" y="-44.75"/>
<terminal orientation="n" x="-10.4307" y="-44.75"/>
<terminal orientation="n" x="-346.968" y="-45.4661"/>
<terminal orientation="n" x="68.5693" y="-44.75"/>
<terminal orientation="n" x="85.5693" y="-44.75"/>
<terminal orientation="n" x="166.569" y="-44.75"/>
<terminal orientation="n" x="-180.431" y="-44.75"/>
</description>
</definition>

View File

@@ -1,167 +0,0 @@
<definition orientation="dyyy" hotspot_x="383" link_type="simple" version="0.70" height="100" type="element" hotspot_y="52" width="750">
<uuid uuid="{ff8e9dc0-7dfe-404a-b172-df8d9481c15c}"/>
<names>
<name lang="fr">STBDDI3725KC.B</name>
</names>
<elementInformations>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">SCHNEIDER</elementInformation>
<elementInformation name="designation" show="1">STBDDI3725KC-2</elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<text font="MS Shell Dlg 2,7,-1,5,50,0,1,0,0,0,Normal" x="150" y="20" rotation="0" color="#000000" text="group 4"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="303.81" y="-14.5192" rotation="0" color="#000000" text="for sensor&#xa;3wires &#xa;connection"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-52.5356" y="-14.998" rotation="0" color="#000000" text="for sensor&#xa;3wires &#xa;connection"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-377.097" height="88" y="-44.3873" antialias="false" rx="4.38729" width="737.097" ry="4.38729"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-103.431" y="-15.75" rotation="0" color="#000000" text="voie 4"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="226.569" y="-15.75" rotation="0" color="#000000" text="voie 8"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="66.5693" y="-15.75" rotation="0" color="#000000" text="voie 6"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="147.569" y="-15.75" rotation="0" color="#000000" text="voie 7"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-182.431" y="-15.75" rotation="0" color="#000000" text="voie 3"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-12.4307" y="-15.75" rotation="0" color="#000000" text="voie 5"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-50" y="40" rotation="0" color="#000000" text="STBDDI3725KC-rack B"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-269.968" y="-16.4661" rotation="0" color="#000000" text="voie 2"/>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="0.868313" Halignment="AlignLeft" text_width="-1" y="-33.6823" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>11</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-256.669" Halignment="AlignLeft" text_width="-1" y="-34.3983" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>4</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-340.434" Halignment="AlignLeft" text_width="-1" y="-45.3665" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>input</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-335.669" Halignment="AlignLeft" text_width="-1" y="-34.3984" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>2</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-169.132" Halignment="AlignLeft" text_width="-1" y="-33.6823" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>6</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-3.89669" Halignment="AlignLeft" text_width="-1" y="-44.6504" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>input</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="75.1033" Halignment="AlignLeft" text_width="-1" y="-44.6504" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>input</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-261.434" Halignment="AlignLeft" text_width="-1" y="-45.3665" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>input</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-173.897" Halignment="AlignLeft" text_width="-1" y="-44.6504" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>input</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="239.868" Halignment="AlignLeft" text_width="-1" y="-33.6822" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>17</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="79.8683" Halignment="AlignLeft" text_width="-1" y="-33.6822" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>13</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="156.103" Halignment="AlignLeft" text_width="-1" y="-44.6504" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>input</text>
</dynamic_text>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-348.968" y="-16.4661" rotation="0" color="#000000" text="voie 1"/>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="235.103" Halignment="AlignLeft" text_width="-1" y="-44.6504" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>input</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="160.868" Halignment="AlignLeft" text_width="-1" y="-33.6823" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>15</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-90.1317" Halignment="AlignLeft" text_width="-1" y="-33.6822" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>8</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-94.8967" Halignment="AlignLeft" text_width="-1" y="-44.6504" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>input</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="308.534" Halignment="AlignLeft" text_width="-1" y="-33.6335" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>18</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-353" Halignment="AlignLeft" text_width="-1" y="-45" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,8,-1,5,0,0,0,0,0,0,normal" x="-49.865" Halignment="AlignLeft" text_width="-1" y="-44.9682" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-49" Halignment="AlignLeft" text_width="-1" y="-34" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>9</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-16.4627" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-106.649" Halignment="AlignLeft" text_width="-1" y="-33.8301" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>7</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-273.135" Halignment="AlignLeft" text_width="-1" y="-34.0318" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>3</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-186.463" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,8,-1,5,0,0,0,0,0,0,normal" x="307.669" Halignment="AlignLeft" text_width="-1" y="-44.6017" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-15.5987" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>10</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-185.599" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>5</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="63.4023" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>12</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="144.401" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>14</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-352.136" Halignment="AlignLeft" text_width="-1" y="-34.0318" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>1</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="62.5373" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="143.537" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="222.537" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="223.402" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>16</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-107.463" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-274" Halignment="AlignLeft" text_width="-1" y="-45" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-20" antialias="false" end1="none" end2="none" y1="-30" length1="1.5" x1="-20" y2="10"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-360" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="-20" y2="10"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-360" antialias="false" end1="none" end2="none" y1="-30" length1="1.5" x1="-360" y2="10"/>
<text font="MS Shell Dlg 2,7,-1,5,50,0,1,0,0,0,Normal" x="-240" y="20" rotation="0" color="#000000" text="group 3"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="340" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="-20" y2="10"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="340" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="340" y2="-30"/>
<terminal orientation="n" x="-329.968" y="-45.4661"/>
<terminal orientation="n" x="-346.968" y="-45.4661"/>
<terminal orientation="n" x="-163.431" y="-44.75"/>
<terminal orientation="n" x="-180.431" y="-44.75"/>
<terminal orientation="n" x="-84.4307" y="-44.75"/>
<terminal orientation="n" x="-101.431" y="-44.75"/>
<terminal orientation="n" x="6.56931" y="-44.75"/>
<terminal orientation="n" x="-10.4307" y="-44.75"/>
<terminal orientation="n" x="68.5693" y="-44.75"/>
<terminal orientation="n" x="85.5693" y="-44.75"/>
<terminal orientation="n" x="166.569" y="-44.75"/>
<terminal orientation="n" x="228.569" y="-44.75"/>
<terminal orientation="n" x="149.569" y="-44.75"/>
<terminal orientation="n" x="245.569" y="-44.75"/>
<terminal orientation="n" x="-43.833" y="-45.4343"/>
<terminal orientation="n" x="-267.968" y="-45.4661"/>
<terminal orientation="n" x="-250.968" y="-45.4661"/>
<terminal orientation="n" x="313.701" y="-45.0678"/>
</description>
</definition>

View File

@@ -1,167 +0,0 @@
<definition orientation="dyyy" hotspot_x="383" link_type="simple" version="0.70" height="100" type="element" hotspot_y="52" width="750">
<uuid uuid="{19a4512e-8078-4766-b953-450ffdb1bc79}"/>
<names>
<name lang="fr">STBDDI3725KC</name>
</names>
<elementInformations>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">SCHNEIDER</elementInformation>
<elementInformation name="designation" show="1">STBDDI3725KC</elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<text font="MS Shell Dlg 2,7,-1,5,50,0,1,0,0,0,Normal" x="150" y="20" rotation="0" color="#000000" text="group 2"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="303.81" y="-14.5192" rotation="0" color="#000000" text="for sensor&#xa;3wires &#xa;connection"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-52.5356" y="-14.998" rotation="0" color="#000000" text="for sensor&#xa;3wires &#xa;connection"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-377.097" height="88" y="-44.3873" antialias="false" rx="4.38729" width="737.097" ry="4.38729"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-103.431" y="-15.75" rotation="0" color="#000000" text="voie 4"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="226.569" y="-15.75" rotation="0" color="#000000" text="voie 8"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="66.5693" y="-15.75" rotation="0" color="#000000" text="voie 6"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="147.569" y="-15.75" rotation="0" color="#000000" text="voie 7"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-182.431" y="-15.75" rotation="0" color="#000000" text="voie 3"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-12.4307" y="-15.75" rotation="0" color="#000000" text="voie 5"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-50" y="40" rotation="0" color="#000000" text="STBDDI3725KC-rack A"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-269.968" y="-16.4661" rotation="0" color="#000000" text="voie 2"/>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="0.868313" Halignment="AlignLeft" text_width="-1" y="-33.6823" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>11</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-256.669" Halignment="AlignLeft" text_width="-1" y="-34.3983" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>4</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-340.434" Halignment="AlignLeft" text_width="-1" y="-45.3665" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>input</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-335.669" Halignment="AlignLeft" text_width="-1" y="-34.3984" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>2</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-169.132" Halignment="AlignLeft" text_width="-1" y="-33.6823" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>6</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-3.89669" Halignment="AlignLeft" text_width="-1" y="-44.6504" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>input</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="75.1033" Halignment="AlignLeft" text_width="-1" y="-44.6504" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>input</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-261.434" Halignment="AlignLeft" text_width="-1" y="-45.3665" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>input</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-173.897" Halignment="AlignLeft" text_width="-1" y="-44.6504" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>input</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="239.868" Halignment="AlignLeft" text_width="-1" y="-33.6822" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>17</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="79.8683" Halignment="AlignLeft" text_width="-1" y="-33.6822" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>13</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="156.103" Halignment="AlignLeft" text_width="-1" y="-44.6504" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>input</text>
</dynamic_text>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-348.968" y="-16.4661" rotation="0" color="#000000" text="voie 1"/>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="235.103" Halignment="AlignLeft" text_width="-1" y="-44.6504" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>input</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="160.868" Halignment="AlignLeft" text_width="-1" y="-33.6823" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>15</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-90.1317" Halignment="AlignLeft" text_width="-1" y="-33.6822" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>8</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-94.8967" Halignment="AlignLeft" text_width="-1" y="-44.6504" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>input</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="308.534" Halignment="AlignLeft" text_width="-1" y="-33.6335" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>18</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-353" Halignment="AlignLeft" text_width="-1" y="-45" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,8,-1,5,0,0,0,0,0,0,normal" x="-49.865" Halignment="AlignLeft" text_width="-1" y="-44.9682" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-49" Halignment="AlignLeft" text_width="-1" y="-34" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>9</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-16.4627" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-106.649" Halignment="AlignLeft" text_width="-1" y="-33.8301" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>7</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-273.135" Halignment="AlignLeft" text_width="-1" y="-34.0318" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>3</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-186.463" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,8,-1,5,0,0,0,0,0,0,normal" x="307.669" Halignment="AlignLeft" text_width="-1" y="-44.6017" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-15.5987" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>10</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-185.599" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>5</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="63.4023" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>12</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="144.401" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>14</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-352.136" Halignment="AlignLeft" text_width="-1" y="-34.0318" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>1</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="62.5373" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="143.537" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="222.537" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="223.402" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>16</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-107.463" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-274" Halignment="AlignLeft" text_width="-1" y="-45" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-20" antialias="false" end1="none" end2="none" y1="-30" length1="1.5" x1="-20" y2="10"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-360" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="-20" y2="10"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-360" antialias="false" end1="none" end2="none" y1="-30" length1="1.5" x1="-360" y2="10"/>
<text font="MS Shell Dlg 2,7,-1,5,50,0,1,0,0,0,Normal" x="-240" y="20" rotation="0" color="#000000" text="group 1"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="340" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="-20" y2="10"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="340" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="340" y2="-30"/>
<terminal orientation="n" x="-329.968" y="-45.4661"/>
<terminal orientation="n" x="-346.968" y="-45.4661"/>
<terminal orientation="n" x="-163.431" y="-44.75"/>
<terminal orientation="n" x="-180.431" y="-44.75"/>
<terminal orientation="n" x="-84.4307" y="-44.75"/>
<terminal orientation="n" x="-101.431" y="-44.75"/>
<terminal orientation="n" x="6.56931" y="-44.75"/>
<terminal orientation="n" x="-10.4307" y="-44.75"/>
<terminal orientation="n" x="68.5693" y="-44.75"/>
<terminal orientation="n" x="85.5693" y="-44.75"/>
<terminal orientation="n" x="166.569" y="-44.75"/>
<terminal orientation="n" x="228.569" y="-44.75"/>
<terminal orientation="n" x="149.569" y="-44.75"/>
<terminal orientation="n" x="245.569" y="-44.75"/>
<terminal orientation="n" x="-43.833" y="-45.4343"/>
<terminal orientation="n" x="-267.968" y="-45.4661"/>
<terminal orientation="n" x="-250.968" y="-45.4661"/>
<terminal orientation="n" x="313.701" y="-45.0678"/>
</description>
</definition>

View File

@@ -1,331 +0,0 @@
<definition link_type="simple" height="290" hotspot_y="125" width="60" type="element" version="0.70" orientation="dyyy" hotspot_x="14">
<uuid uuid="{82c96885-4bef-4807-8578-338249d4fc08}"/>
<names>
<name lang="en">digital in STBDDI3725KS</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<line y1="160" length1="1.5" x1="40" y2="160" x2="-9.49365" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text y="109" text="14" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="21.3502" rotation="0"/>
<line y1="154" length1="1.5" x1="17.0464" y2="154" x2="36.4135" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text y="109" text="14" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-2.32066" rotation="0"/>
<line y1="150.75" length1="1.5" x1="20.2743" y2="150.75" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="49" text="8" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-1.60336" rotation="0"/>
<ellipse height="8" y="-93.5" width="5.73839" antialias="false" x="24.2194" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="-12" text="2" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-1.60336" rotation="0"/>
<text y="119" text="15" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-2.32066" rotation="0"/>
<text y="49" text="8" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="22.0675" rotation="0"/>
<text y="149" text="18" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-2.32066" rotation="0"/>
<text y="-12" text="2" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="22.0675" rotation="0"/>
<text y="58" text="9" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-1.60336" rotation="0"/>
<ellipse height="8" y="-83.5" width="5.73839" antialias="false" x="24.2194" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="139" text="17" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-2.32066" rotation="0"/>
<text y="-37" text="Channel B" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="16.481" rotation="0"/>
<text y="119" text="15" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="21.3502" rotation="0"/>
<text y="89" text="12" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-2.32066" rotation="0"/>
<text y="129" text="16" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-2.32066" rotation="0"/>
<text y="58" text="9" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="22.0675" rotation="0"/>
<text y="79" text="11" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-2.32066" rotation="0"/>
<line y1="98.9" length1="1.5" x1="5.04601" y2="93.77" x2="8.72575" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="69" text="10" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-2.32066" rotation="0"/>
<text y="149" text="18" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="21.3502" rotation="0"/>
<line y1="-120" length1="1.5" x1="-9.49365" y2="-120" x2="40" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y1="95.1" length1="1.5" x1="9.67976" y2="100.23" x2="6.00001" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="-3" text="3" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-1.60336" rotation="0"/>
<text y="89" text="12" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="21.3502" rotation="0"/>
<text y="139" text="17" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="21.3502" rotation="0"/>
<line y1="108.9" length1="1.5" x1="5.04601" y2="103.77" x2="8.72575" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="28" text="6" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-1.60336" rotation="0"/>
<line y1="105.1" length1="1.5" x1="9.67976" y2="110.23" x2="6.00001" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="18" text="5" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-1.60336" rotation="0"/>
<text y="79" text="11" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="21.3502" rotation="0"/>
<text y="129" text="16" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="21.3502" rotation="0"/>
<line y1="118.9" length1="1.5" x1="5.04601" y2="113.77" x2="8.72575" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-70" length1="1.5" x1="-9.49365" y2="-70" x2="40" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text y="8" text="4" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-1.60336" rotation="0"/>
<line y1="115.1" length1="1.5" x1="9.67976" y2="120.23" x2="6.00001" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="69" text="10" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="21.3502" rotation="0"/>
<line y1="-22.1" length1="1.5" x1="5.04601" y2="-27.23" x2="8.72575" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="98.9" length1="1.5" x1="28.7169" y2="93.77" x2="32.3966" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="128.9" length1="1.5" x1="5.04601" y2="123.77" x2="8.72575" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-25.9" length1="1.5" x1="9.67976" y2="-20.77" x2="6.00001" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="125.1" length1="1.5" x1="9.67976" y2="130.23" x2="6.00001" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="95.1" length1="1.5" x1="33.3506" y2="100.23" x2="29.6709" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-12.1" length1="1.5" x1="5.04601" y2="-17.23" x2="8.72575" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-92" length1="1.5" x1="24.9367" y2="-87" x2="29.2405" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-15.9" length1="1.5" x1="9.67976" y2="-10.77" x2="6.00001" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="-3" text="3" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="22.0675" rotation="0"/>
<text y="-37" text="Channel A" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-8.18985" rotation="0"/>
<line y1="138.9" length1="1.5" x1="5.04601" y2="133.77" x2="8.72575" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="135.1" length1="1.5" x1="9.67976" y2="140.23" x2="6.00001" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-87" length1="1.5" x1="24.9367" y2="-92" x2="29.2405" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="108.9" length1="1.5" x1="28.7169" y2="103.77" x2="32.3966" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-2.1" length1="1.5" x1="5.04601" y2="-7.23" x2="8.72575" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-5.9" length1="1.5" x1="9.67976" y2="-0.77" x2="6.00001" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="28" text="6" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="22.0675" rotation="0"/>
<line y1="148.9" length1="1.5" x1="5.04601" y2="143.77" x2="8.72575" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="145.1" length1="1.5" x1="9.67976" y2="150.23" x2="6.00001" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="7.9" length1="1.5" x1="5.04601" y2="2.77" x2="8.72575" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="18" text="5" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="22.0675" rotation="0"/>
<line y1="105.1" length1="1.5" x1="33.3506" y2="110.23" x2="29.6709" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="4.1" length1="1.5" x1="9.67976" y2="9.23" x2="6.00001" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="100.75" length1="1.5" x1="-3.39661" y2="100.75" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="8" text="4" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="22.0675" rotation="0"/>
<line y1="100.75" length1="1.5" x1="1.98314" y2="93.25" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="17.9" length1="1.5" x1="5.04601" y2="12.77" x2="8.72575" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="118.9" length1="1.5" x1="28.7169" y2="113.77" x2="32.3966" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="93.25" length1="1.5" x1="1.98314" y2="93.25" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="14.1" length1="1.5" x1="9.67976" y2="19.23" x2="6.00001" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="93.25" length1="1.5" x1="-3.39661" y2="100.75" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="27.9" length1="1.5" x1="5.04601" y2="22.77" x2="8.72575" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="115.1" length1="1.5" x1="33.3506" y2="120.23" x2="29.6709" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-22.1" length1="1.5" x1="28.7169" y2="-27.23" x2="32.3966" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="110.75" length1="1.5" x1="-3.39661" y2="110.75" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="24.1" length1="1.5" x1="9.67976" y2="29.23" x2="6.00001" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="110.75" length1="1.5" x1="1.98314" y2="103.25" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-20.25" length1="1.5" x1="-3.39661" y2="-20.25" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="128.9" length1="1.5" x1="28.7169" y2="123.77" x2="32.3966" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-20.25" length1="1.5" x1="1.98314" y2="-27.75" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="103.25" length1="1.5" x1="1.98314" y2="103.25" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-25.9" length1="1.5" x1="33.3506" y2="-20.77" x2="29.6709" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-27.75" length1="1.5" x1="1.98314" y2="-27.75" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="125.1" length1="1.5" x1="33.3506" y2="130.23" x2="29.6709" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="103.25" length1="1.5" x1="-3.39661" y2="110.75" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="38.9" length1="1.5" x1="5.04601" y2="33.77" x2="8.72575" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="120.75" length1="1.5" x1="-3.39661" y2="120.75" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-12.1" length1="1.5" x1="28.7169" y2="-17.23" x2="32.3966" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-15.9" length1="1.5" x1="33.3506" y2="-10.77" x2="29.6709" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-27.75" length1="1.5" x1="-3.39661" y2="-20.25" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="120.75" length1="1.5" x1="1.98314" y2="113.25" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="35.1" length1="1.5" x1="9.67976" y2="40.23" x2="6.00001" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="113.25" length1="1.5" x1="1.98314" y2="113.25" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="138.9" length1="1.5" x1="28.7169" y2="133.77" x2="32.3966" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="135.1" length1="1.5" x1="33.3506" y2="140.23" x2="29.6709" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-10.25" length1="1.5" x1="-3.39661" y2="-10.25" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="113.25" length1="1.5" x1="-3.39661" y2="120.75" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-2.1" length1="1.5" x1="28.7169" y2="-7.23" x2="32.3966" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-10.25" length1="1.5" x1="1.98314" y2="-17.75" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="48.9" length1="1.5" x1="5.04601" y2="43.77" x2="8.72575" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="130.75" length1="1.5" x1="-3.39661" y2="130.75" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="148.9" length1="1.5" x1="28.7169" y2="143.77" x2="32.3966" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-5.9" length1="1.5" x1="33.3506" y2="-0.77" x2="29.6709" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-17.75" length1="1.5" x1="1.98314" y2="-17.75" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="130.75" length1="1.5" x1="1.98314" y2="123.25" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="45.1" length1="1.5" x1="9.67976" y2="50.23" x2="6.00001" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="123.25" length1="1.5" x1="1.98314" y2="123.25" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="7.9" length1="1.5" x1="28.7169" y2="2.77" x2="32.3966" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="123.25" length1="1.5" x1="-3.39661" y2="130.75" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="145.1" length1="1.5" x1="33.3506" y2="150.23" x2="29.6709" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-17.75" length1="1.5" x1="-3.39661" y2="-10.25" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="58.9" length1="1.5" x1="5.04601" y2="53.77" x2="8.72575" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="140.75" length1="1.5" x1="-3.39661" y2="140.75" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="4.1" length1="1.5" x1="33.3506" y2="9.23" x2="29.6709" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="100.75" length1="1.5" x1="20.2743" y2="100.75" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="140.75" length1="1.5" x1="1.98314" y2="133.25" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-0.25" length1="1.5" x1="-3.39661" y2="-0.25" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="55.1" length1="1.5" x1="9.67976" y2="60.23" x2="6.00001" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="17.9" length1="1.5" x1="28.7169" y2="12.77" x2="32.3966" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="133.25" length1="1.5" x1="1.98314" y2="133.25" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="100.75" length1="1.5" x1="25.654" y2="93.25" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="133.25" length1="1.5" x1="-3.39661" y2="140.75" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-0.25" length1="1.5" x1="1.98314" y2="-7.75" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="68.9" length1="1.5" x1="5.04601" y2="63.77" x2="8.72575" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="150.75" length1="1.5" x1="-3.39661" y2="150.75" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="93.25" length1="1.5" x1="25.654" y2="93.25" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-7.75" length1="1.5" x1="1.98314" y2="-7.75" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="14.1" length1="1.5" x1="33.3506" y2="19.23" x2="29.6709" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="150.75" length1="1.5" x1="1.98314" y2="143.25" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="93.25" length1="1.5" x1="20.2743" y2="100.75" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="65.1" length1="1.5" x1="9.67976" y2="70.23" x2="6.00001" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="143.25" length1="1.5" x1="1.98314" y2="143.25" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="27.9" length1="1.5" x1="28.7169" y2="22.77" x2="32.3966" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="78.9" length1="1.5" x1="5.04601" y2="73.77" x2="8.72575" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="143.25" length1="1.5" x1="-3.39661" y2="150.75" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="24.1" length1="1.5" x1="33.3506" y2="29.23" x2="29.6709" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-7.75" length1="1.5" x1="-3.39661" y2="-0.25" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="93.25" width="5.37974" antialias="false" x="4.67301" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="110.75" length1="1.5" x1="20.2743" y2="110.75" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="9.75" length1="1.5" x1="-3.39661" y2="9.75" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="103.25" width="5.37974" antialias="false" x="4.67301" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="75.1" length1="1.5" x1="9.67976" y2="80.23" x2="6.00001" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="113.25" width="5.37974" antialias="false" x="4.67301" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-20.25" length1="1.5" x1="20.2743" y2="-20.25" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="110.75" length1="1.5" x1="25.654" y2="103.25" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="9.75" length1="1.5" x1="1.98314" y2="2.25" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="123.25" width="5.37974" antialias="false" x="4.67301" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-20.25" length1="1.5" x1="25.654" y2="-27.75" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="88.9" length1="1.5" x1="5.04601" y2="83.77" x2="8.72575" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="133.25" width="5.37974" antialias="false" x="4.67301" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="103.25" length1="1.5" x1="25.654" y2="103.25" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="143.25" width="5.37974" antialias="false" x="4.67301" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="2.25" length1="1.5" x1="1.98314" y2="2.25" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-27.75" length1="1.5" x1="25.654" y2="-27.75" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="99" text="13" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-2.32066" rotation="0"/>
<line y1="85.1" length1="1.5" x1="9.67976" y2="90.23" x2="6.00001" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="103.25" length1="1.5" x1="20.2743" y2="110.75" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="2.25" length1="1.5" x1="-3.39661" y2="9.75" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="120.75" length1="1.5" x1="20.2743" y2="120.75" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="19.75" length1="1.5" x1="-3.39661" y2="19.75" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="38.9" length1="1.5" x1="28.7169" y2="33.77" x2="32.3966" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="19.75" length1="1.5" x1="1.98314" y2="12.25" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-27.75" length1="1.5" x1="20.2743" y2="-20.25" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="12.25" length1="1.5" x1="1.98314" y2="12.25" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="120.75" length1="1.5" x1="25.654" y2="113.25" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="12.25" length1="1.5" x1="-3.39661" y2="19.75" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="35.1" length1="1.5" x1="33.3506" y2="40.23" x2="29.6709" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="29.75" length1="1.5" x1="-3.39661" y2="29.75" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="29.75" length1="1.5" x1="1.98314" y2="22.25" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="113.25" length1="1.5" x1="25.654" y2="113.25" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-10.25" length1="1.5" x1="20.2743" y2="-10.25" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="22.25" length1="1.5" x1="1.98314" y2="22.25" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="22.25" length1="1.5" x1="-3.39661" y2="29.75" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="113.25" length1="1.5" x1="20.2743" y2="120.75" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-10.25" length1="1.5" x1="25.654" y2="-17.75" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="-27.75" width="5.37974" antialias="false" x="4.67301" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="-17.75" width="5.37974" antialias="false" x="4.67301" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="48.9" length1="1.5" x1="28.7169" y2="43.77" x2="32.3966" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="-7.75" width="5.37974" antialias="false" x="4.67301" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="130.75" length1="1.5" x1="20.2743" y2="130.75" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="2.25" width="5.37974" antialias="false" x="4.67301" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-17.75" length1="1.5" x1="25.654" y2="-17.75" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="12.25" width="5.37974" antialias="false" x="4.67301" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="130.75" length1="1.5" x1="25.654" y2="123.25" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="22.25" width="5.37974" antialias="false" x="4.67301" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="45.1" length1="1.5" x1="33.3506" y2="50.23" x2="29.6709" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="-22" text="1" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-1.60336" rotation="0"/>
<line y1="123.25" length1="1.5" x1="25.654" y2="123.25" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="123.25" length1="1.5" x1="20.2743" y2="130.75" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="40.75" length1="1.5" x1="-3.39661" y2="40.75" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-17.75" length1="1.5" x1="20.2743" y2="-10.25" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="40.75" length1="1.5" x1="1.98314" y2="33.25" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="58.9" length1="1.5" x1="28.7169" y2="53.77" x2="32.3966" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="33.25" length1="1.5" x1="1.98314" y2="33.25" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-31" length1="1.5" x1="12.7426" y2="-31" x2="-6.62445" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y1="140.75" length1="1.5" x1="20.2743" y2="140.75" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="33.25" length1="1.5" x1="-3.39661" y2="40.75" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-0.25" length1="1.5" x1="20.2743" y2="-0.25" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="50.75" length1="1.5" x1="-3.39661" y2="50.75" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="140.75" length1="1.5" x1="25.654" y2="133.25" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="50.75" length1="1.5" x1="1.98314" y2="43.25" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="55.1" length1="1.5" x1="33.3506" y2="60.23" x2="29.6709" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="43.25" length1="1.5" x1="1.98314" y2="43.25" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="43.25" length1="1.5" x1="-3.39661" y2="50.75" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="133.25" length1="1.5" x1="25.654" y2="133.25" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="60.75" length1="1.5" x1="-3.39661" y2="60.75" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-0.25" length1="1.5" x1="25.654" y2="-7.75" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="60.75" length1="1.5" x1="1.98314" y2="53.25" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="133.25" length1="1.5" x1="20.2743" y2="140.75" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="68.9" length1="1.5" x1="28.7169" y2="63.77" x2="32.3966" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="53.25" length1="1.5" x1="1.98314" y2="53.25" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="53.25" length1="1.5" x1="-3.39661" y2="60.75" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-7.75" length1="1.5" x1="25.654" y2="-7.75" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="70.75" length1="1.5" x1="-3.39661" y2="70.75" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="150.75" length1="1.5" x1="25.654" y2="143.25" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-30" length1="1.5" x1="-6.62445" y2="30" x2="-6.62445" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y1="70.75" length1="1.5" x1="1.98314" y2="63.25" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="143.25" length1="1.5" x1="25.654" y2="143.25" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="63.25" length1="1.5" x1="1.98314" y2="63.25" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="65.1" length1="1.5" x1="33.3506" y2="70.23" x2="29.6709" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="143.25" length1="1.5" x1="20.2743" y2="150.75" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="63.25" length1="1.5" x1="-3.39661" y2="70.75" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="78.9" length1="1.5" x1="28.7169" y2="73.77" x2="32.3966" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="80.75" length1="1.5" x1="-3.39661" y2="80.75" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="80.75" length1="1.5" x1="1.98314" y2="73.25" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="93.25" width="5.37974" antialias="false" x="28.3439" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="73.25" length1="1.5" x1="1.98314" y2="73.25" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-7.75" length1="1.5" x1="20.2743" y2="-0.25" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="73.25" length1="1.5" x1="-3.39661" y2="80.75" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="9.75" length1="1.5" x1="20.2743" y2="9.75" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="90.75" length1="1.5" x1="-3.39661" y2="90.75" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="103.25" width="5.37974" antialias="false" x="28.3439" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="90.75" length1="1.5" x1="1.98314" y2="83.25" x2="1.98314" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="75.1" length1="1.5" x1="33.3506" y2="80.23" x2="29.6709" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="83.25" length1="1.5" x1="1.98314" y2="83.25" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="113.25" width="5.37974" antialias="false" x="28.3439" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="123.25" width="5.37974" antialias="false" x="28.3439" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="83.25" length1="1.5" x1="-3.39661" y2="90.75" x2="-3.39661" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="33.25" width="5.37974" antialias="false" x="4.67301" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="9.75" length1="1.5" x1="25.654" y2="2.25" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="43.25" width="5.37974" antialias="false" x="4.67301" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="88.9" length1="1.5" x1="28.7169" y2="83.77" x2="32.3966" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="133.25" width="5.37974" antialias="false" x="28.3439" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="53.25" width="5.37974" antialias="false" x="4.67301" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="63.25" width="5.37974" antialias="false" x="4.67301" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="2.25" length1="1.5" x1="25.654" y2="2.25" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="73.25" width="5.37974" antialias="false" x="4.67301" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="143.25" width="5.37974" antialias="false" x="28.3439" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="99" text="13" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="21.3502" rotation="0"/>
<ellipse height="7.5" y="83.25" width="5.37974" antialias="false" x="4.67301" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="85.1" length1="1.5" x1="33.3506" y2="90.23" x2="29.6709" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="39" text="7" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-1.60336" rotation="0"/>
<line y1="2.25" length1="1.5" x1="20.2743" y2="9.75" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="19.75" length1="1.5" x1="20.2743" y2="19.75" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="19.75" length1="1.5" x1="25.654" y2="12.25" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="12.25" length1="1.5" x1="25.654" y2="12.25" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="12.25" length1="1.5" x1="20.2743" y2="19.75" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="29.75" length1="1.5" x1="20.2743" y2="29.75" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="29.75" length1="1.5" x1="25.654" y2="22.25" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="22.25" length1="1.5" x1="25.654" y2="22.25" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="22.25" length1="1.5" x1="20.2743" y2="29.75" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="-27.75" width="5.37974" antialias="false" x="28.3439" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="160" length1="1.5" x1="40" y2="-120" x2="40" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse height="7.5" y="-17.75" width="5.37974" antialias="false" x="28.3439" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-100" length1="1.5" x1="40" y2="-100" x2="-9.49365" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y1="-120" length1="1.5" x1="-9.49365" y2="160" x2="-9.49365" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<ellipse height="7.5" y="-7.75" width="5.37974" antialias="false" x="28.3439" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="2.25" width="5.37974" antialias="false" x="28.3439" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="12.25" width="5.37974" antialias="false" x="28.3439" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="22.25" width="5.37974" antialias="false" x="28.3439" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="-22" text="1" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="22.0675" rotation="0"/>
<line y1="40.75" length1="1.5" x1="20.2743" y2="40.75" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="40.75" length1="1.5" x1="25.654" y2="33.25" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="33.25" length1="1.5" x1="25.654" y2="33.25" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="-58" text="Digital IN" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="7.00423" rotation="0"/>
<line y1="33.25" length1="1.5" x1="20.2743" y2="40.75" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="-112" text="SCHNEIDER ELECTRIC " color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-6.32066" rotation="0"/>
<line y1="-31" length1="1.5" x1="36.4135" y2="-31" x2="17.0464" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y1="50.75" length1="1.5" x1="20.2743" y2="50.75" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="50.75" length1="1.5" x1="25.654" y2="43.25" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="30" length1="1.5" x1="-6.62445" y2="154" x2="-6.62445" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y1="43.25" length1="1.5" x1="25.654" y2="43.25" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-50" length1="1.5" x1="-9.49365" y2="-50" x2="40" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y1="-82" length1="1.5" x1="24.9367" y2="-77" x2="29.2405" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="43.25" length1="1.5" x1="20.2743" y2="50.75" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="60.75" length1="1.5" x1="20.2743" y2="60.75" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="-77" length1="1.5" x1="24.9367" y2="-82" x2="29.2405" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="60.75" length1="1.5" x1="25.654" y2="53.25" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="-101" text="STBDDI3725KS" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="2.70044" rotation="0"/>
<line y1="-30" length1="1.5" x1="12.7426" y2="154" x2="12.7426" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y1="53.25" length1="1.5" x1="25.654" y2="53.25" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="53.25" length1="1.5" x1="20.2743" y2="60.75" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="154" length1="1.5" x1="-6.62445" y2="154" x2="12.7426" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y1="70.75" length1="1.5" x1="20.2743" y2="70.75" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="70.75" length1="1.5" x1="25.654" y2="63.25" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="63.25" length1="1.5" x1="25.654" y2="63.25" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="63.25" length1="1.5" x1="20.2743" y2="70.75" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="80.75" length1="1.5" x1="20.2743" y2="80.75" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="80.75" length1="1.5" x1="25.654" y2="73.25" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="73.25" length1="1.5" x1="25.654" y2="73.25" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="73.25" length1="1.5" x1="20.2743" y2="80.75" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="90.75" length1="1.5" x1="20.2743" y2="90.75" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="90.75" length1="1.5" x1="25.654" y2="83.25" x2="25.654" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="83.25" length1="1.5" x1="25.654" y2="83.25" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y1="83.25" length1="1.5" x1="20.2743" y2="90.75" x2="20.2743" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="33.25" width="5.37974" antialias="false" x="28.3439" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="43.25" width="5.37974" antialias="false" x="28.3439" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="53.25" width="5.37974" antialias="false" x="28.3439" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="63.25" width="5.37974" antialias="false" x="28.3439" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="73.25" width="5.37974" antialias="false" x="28.3439" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<ellipse height="7.5" y="83.25" width="5.37974" antialias="false" x="28.3439" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<text y="39" text="7" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="22.0675" rotation="0"/>
<line y1="-30" length1="1.5" x1="36.4135" y2="154" x2="36.4135" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y1="-30" length1="1.5" x1="17.0464" y2="154" x2="17.0464" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y1="-50" length1="1.5" x1="14.8945" y2="160" x2="14.8945" end1="none" length2="1.5" antialias="false" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
</description>
</definition>

View File

@@ -1,108 +0,0 @@
<definition version="0.70" hotspot_y="42" hotspot_x="375" width="750" orientation="dyyy" type="element" link_type="simple" height="100">
<uuid uuid="{e8590f38-b8e2-4e83-8514-5b7b59f2c4d4}"/>
<names>
<name lang="fr">STBDDO3605K</name>
</names>
<elementInformations>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="designation">STBDDO3605K</elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="manufacturer">SCHNEIDER</elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<text text="-" rotation="0" font="Sans Serif,11,-1,5,50,0,0,0,0,0" y="-6" color="#000000" x="69"/>
<text text="+" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-8.09375" color="#000000" x="-221.227"/>
<text text="-" rotation="0" font="Sans Serif,11,-1,5,50,0,0,0,0,0" y="-7" color="#000000" x="-157"/>
<text text="RACK B" rotation="0" font="MS Shell Dlg 2,7,-1,5,50,0,1,0,0,0,Normal" y="30" color="#000000" x="160"/>
<text text="-" rotation="0" font="Sans Serif,11,-1,5,50,0,0,0,0,0" y="-7" color="#000000" x="-37.5086"/>
<text text="-" rotation="0" font="Sans Serif,11,-1,5,50,0,0,0,0,0" y="-7" color="#000000" x="190"/>
<text text="-" rotation="0" font="Sans Serif,11,-1,5,50,0,0,0,0,0" y="-7" color="#000000" x="314"/>
<text text="+" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-8.09375" color="#000000" x="130.282"/>
<text text="+" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-8.09375" color="#000000" x="-97.227"/>
<text text="+" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-8.09375" color="#000000" x="254.282"/>
<text text="+" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-7.09375" color="#000000" x="9.2816"/>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_width="-1" y="-25.59" z="4" frame="false" text_from="UserText" x="190.262">
<text>4</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_width="-1" y="-24.874" z="4" frame="false" text_from="UserText" x="65.595">
<text>2</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_width="-1" y="-24.8739" z="4" frame="false" text_from="UserText" x="-285.405">
<text>2</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_width="-1" y="-26.642" z="4" frame="false" text_from="UserText" x="310.41">
<text>6</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_width="-1" y="-25.5904" z="4" frame="false" text_from="UserText" x="-160.738">
<text>4</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_width="-1" y="-26.6421" z="4" frame="false" text_from="UserText" x="-40.5904">
<text>6</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_width="-1" y="-25.559" z="5" frame="false" text_from="UserText" x="-224.273">
<text>3</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_width="-1" y="-25.559" z="5" frame="false" text_from="UserText" x="126.727">
<text>3</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_width="-1" y="-25.544" z="5" frame="false" text_from="UserText" x="251.071">
<text>5</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_width="-1" y="-24.858" z="5" frame="false" text_from="UserText" x="7.412">
<text>1</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_width="-1" y="-25.544" z="5" frame="false" text_from="UserText" x="-99.9287">
<text>5</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_width="-1" y="-24.8579" z="5" frame="false" text_from="UserText" x="-343.588">
<text>1</text>
</dynamic_text>
<rect antialias="false" width="737.097" ry="4.38729" rx="4.38729" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-33.4606" height="88" x="-368.548"/>
<text text="STBDDO3605K" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="50" color="#000000" x="-40"/>
<text text="-" rotation="0" font="Sans Serif,11,-1,5,50,0,0,0,0,0" y="-10" color="#000000" x="-282"/>
<text text="+" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-6.72817" color="#000000" x="-340.467"/>
<line length1="1.5" y1="-19.0733" antialias="false" y2="20.9267" end2="none" x1="-11.4515" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-11.4515"/>
<line length1="1.5" y1="20.9267" antialias="false" y2="20.9267" end2="none" x1="-11.4515" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-351.452"/>
<line length1="1.5" y1="-19.0733" antialias="false" y2="20.9267" end2="none" x1="-351.452" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-351.452"/>
<text text="RACK A" rotation="0" font="MS Shell Dlg 2,7,-1,5,50,0,1,0,0,0,Normal" y="30.9267" color="#000000" x="-231.452"/>
<line length1="1.5" y1="20.9267" antialias="false" y2="20.9267" end2="none" x1="-11.4515" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="348.548"/>
<line length1="1.5" y1="20.9267" antialias="false" y2="-19.0733" end2="none" x1="348.548" end1="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="348.548"/>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normal" uuid="{b548cf12-5197-41f3-ac26-7a002cdaa3b7}" text_width="-1" y="-15" z="34" frame="false" text_from="UserText" x="-76">
<text>voie 3</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normal" uuid="{b548cf12-5197-41f3-ac26-7a002cdaa3b7}" text_width="-1" y="-15" z="34" frame="false" text_from="UserText" x="-325">
<text>voie 1</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normal" uuid="{b548cf12-5197-41f3-ac26-7a002cdaa3b7}" text_width="-1" y="-15" z="34" frame="false" text_from="UserText" x="151.509">
<text>voie 5</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normal" uuid="{b548cf12-5197-41f3-ac26-7a002cdaa3b7}" text_width="-1" y="-15" z="34" frame="false" text_from="UserText" x="-200">
<text>voie 2</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normal" uuid="{b548cf12-5197-41f3-ac26-7a002cdaa3b7}" text_width="-1" y="-14" z="34" frame="false" text_from="UserText" x="30.5086">
<text>voie 4</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" Halignment="AlignLeft" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normal" uuid="{b548cf12-5197-41f3-ac26-7a002cdaa3b7}" text_width="-1" y="-15" z="34" frame="false" text_from="UserText" x="275.509">
<text>voie 6</text>
</dynamic_text>
<terminal orientation="n" y="-34.508" x="315.716"/>
<terminal orientation="n" y="-35.2255" x="-94.5784"/>
<terminal orientation="n" y="-34.072" x="-279.985"/>
<terminal orientation="n" y="-34.072" x="71.015"/>
<terminal orientation="n" y="-34.758" x="195.485"/>
<terminal orientation="n" y="-34.4952" x="-218.886"/>
<terminal orientation="n" y="-34.495" x="132.114"/>
<terminal orientation="n" y="-34.5394" x="-338.42"/>
<terminal orientation="n" y="-34.5076" x="-35.2845"/>
<terminal orientation="n" y="-34.7581" x="-155.515"/>
<terminal orientation="n" y="-34.539" x="12.58"/>
</description>
</definition>

View File

@@ -1,167 +0,0 @@
<definition orientation="dyyy" hotspot_x="383" link_type="simple" version="0.70" height="100" type="element" hotspot_y="52" width="750">
<uuid uuid="{0b21aee6-c6bf-4f9f-92aa-1cd788a4a4fd}"/>
<names>
<name lang="fr">STBDDO3705KC</name>
</names>
<elementInformations>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">SCHNEIDER</elementInformation>
<elementInformation name="designation" show="1">STBDDO3705KC-rack B</elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="40" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="40" y2="-30"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-130" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="-130" y2="-30"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-60" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="-60" y2="-30"/>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="160.868" Halignment="AlignLeft" text_width="-1" y="-33.6823" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>15</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-335.669" Halignment="AlignLeft" text_width="-1" y="-34.3984" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>2</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-169.132" Halignment="AlignLeft" text_width="-1" y="-33.6823" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>6</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-256.133" Halignment="AlignLeft" text_width="-1" y="-45.3665" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="239.868" Halignment="AlignLeft" text_width="-1" y="-33.6822" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>17</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="79.8683" Halignment="AlignLeft" text_width="-1" y="-33.6822" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>13</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="160.576" Halignment="AlignLeft" text_width="-1" y="-45.2894" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="0.576063" Halignment="AlignLeft" text_width="-1" y="-45.5024" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="79.5761" Halignment="AlignLeft" text_width="-1" y="-45.9283" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-168.975" Halignment="AlignLeft" text_width="-1" y="-44.6504" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="239.363" Halignment="AlignLeft" text_width="-1" y="-44.6504" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-90.211" Halignment="AlignLeft" text_width="-1" y="-45.5024" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-90.1317" Halignment="AlignLeft" text_width="-1" y="-33.6822" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>8</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-335.512" Halignment="AlignLeft" text_width="-1" y="-45.3665" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>-</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="-256.669" Halignment="AlignLeft" text_width="-1" y="-34.3983" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>4</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" x="0.868313" Halignment="AlignLeft" text_width="-1" y="-33.6823" z="4" rotation="0" frame="false" uuid="{7c7078a7-e991-457c-85da-a073997006ed}" text_from="UserText">
<text>11</text>
</dynamic_text>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="200" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="200" y2="-30"/>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-49" Halignment="AlignLeft" text_width="-1" y="-34" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>9</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="223.402" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>16</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-273.135" Halignment="AlignLeft" text_width="-1" y="-34.0318" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>3</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,8,-1,5,0,0,0,0,0,0,normal" x="307.669" Halignment="AlignLeft" text_width="-1" y="-44.6017" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>/</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-106.649" Halignment="AlignLeft" text_width="-1" y="-33.8301" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>7</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-185.599" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>5</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-352.136" Halignment="AlignLeft" text_width="-1" y="-34.0318" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>1</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="63.4023" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>12</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="143.537" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="62.5373" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,8,-1,5,0,0,0,0,0,0,normal" x="-49.865" Halignment="AlignLeft" text_width="-1" y="-44.9682" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>/</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="222.537" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-107.463" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-16.4627" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-186.463" Halignment="AlignLeft" text_width="-1" y="-44.2839" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-210" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="-210" y2="-30"/>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="-15.5987" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>10</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="144.401" Halignment="AlignLeft" text_width="-1" y="-33.3157" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>14</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-274" Halignment="AlignLeft" text_width="-1" y="-45" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="MS Shell Dlg 2,5,-1,5,50,0,0,0,0,0,Normal" x="308.534" Halignment="AlignLeft" text_width="-1" y="-33.6335" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>18</text>
</dynamic_text>
<dynamic_text Valignment="AlignTop" font="Sans Serif,6,-1,5,0,0,0,0,0,0,normal" x="-353" Halignment="AlignLeft" text_width="-1" y="-45" z="5" rotation="0" frame="false" uuid="{44ee0ac0-bb93-4979-8297-7cb6b131e896}" text_from="UserText">
<text>+</text>
</dynamic_text>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-300" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="-300" y2="-30"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="120" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="120" y2="-30"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="280" antialias="false" end1="none" end2="none" y1="10" length1="1.5" x1="280" y2="-30"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-377.097" height="88" y="-44.3873" antialias="false" rx="4.38729" width="737.097" ry="4.38729"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-103.431" y="-15.75" rotation="0" color="#000000" text="voie 4"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="226.569" y="-15.75" rotation="0" color="#000000" text="voie 8"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="66.5693" y="-15.75" rotation="0" color="#000000" text="voie 6"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="147.569" y="-15.75" rotation="0" color="#000000" text="voie 7"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-182.431" y="-15.75" rotation="0" color="#000000" text="voie 3"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-12.4307" y="-15.75" rotation="0" color="#000000" text="voie 5"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-50" y="40" rotation="0" color="#000000" text="STBDDO3705KC-RACK A"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-269.968" y="-16.4661" rotation="0" color="#000000" text="voie 2"/>
<text font="Sans Serif,6,-1,5,50,0,0,0,0,0" x="-348.968" y="-16.4661" rotation="0" color="#000000" text="voie 1"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x2="-20" antialias="false" end1="none" end2="none" y1="-30" length1="1.5" x1="-20" y2="10"/>
<terminal orientation="n" x="245.569" y="-44.75"/>
<terminal orientation="n" x="-250.968" y="-45.4661"/>
<terminal orientation="n" x="313.701" y="-45.0678"/>
<terminal orientation="n" x="-267.968" y="-45.4661"/>
<terminal orientation="n" x="-43.833" y="-45.4343"/>
<terminal orientation="n" x="228.569" y="-44.75"/>
<terminal orientation="n" x="149.569" y="-44.75"/>
<terminal orientation="n" x="-329.968" y="-45.4661"/>
<terminal orientation="n" x="-163.431" y="-44.75"/>
<terminal orientation="n" x="6.56931" y="-44.75"/>
<terminal orientation="n" x="-101.431" y="-44.75"/>
<terminal orientation="n" x="-84.4307" y="-44.75"/>
<terminal orientation="n" x="-10.4307" y="-44.75"/>
<terminal orientation="n" x="-346.968" y="-45.4661"/>
<terminal orientation="n" x="68.5693" y="-44.75"/>
<terminal orientation="n" x="85.5693" y="-44.75"/>
<terminal orientation="n" x="166.569" y="-44.75"/>
<terminal orientation="n" x="-180.431" y="-44.75"/>
</description>
</definition>

View File

@@ -1,5 +0,0 @@
<qet-directory>
<names>
<name lang="en">Advantys STB</name>
</names>
</qet-directory>

View File

@@ -1,52 +0,0 @@
<definition type="element" orientation="dyyy" hotspot_y="125" version="0.70" link_type="simple" width="60" hotspot_x="15" height="290">
<uuid uuid="{dab43e8a-a2ab-4009-8699-42fd094eed24}"/>
<names>
<name lang="en">power stbpdt3100k</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<text rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="9.49211" text="24VDC" y="112"/>
<text rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="8.76963" text="24VDC" y="52"/>
<text rotation="0" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="13.1351" text="-" y="103"/>
<line y2="154" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x1="13.2681" y1="149" end2="none" length1="1.5" x2="16.8805" length2="1.5"/>
<line y2="145" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-9.85137" y1="145" end2="none" length1="1.5" x2="40" length2="1.5"/>
<ellipse antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" width="5.41863" height="7" x="12.0037" y="148.5"/>
<text rotation="0" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="12.7738" text="-" y="43"/>
<line y2="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-9.85137" y1="-20" end2="none" length1="1.5" x2="40" length2="1.5"/>
<text rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="10.1309" text="Output" y="82"/>
<line y2="-120" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-9.85137" y1="160" end2="none" length1="1.5" x2="-9.85137" length2="1.5"/>
<text rotation="0" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="12.9068" text="+" y="93"/>
<rect antialias="false" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="7.22484" x="11.4619" height="10" rx="0" y="85"/>
<rect antialias="false" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="7.22484" x="11.4619" height="10" rx="0" y="95"/>
<line y2="160" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="40" y1="160" end2="none" length1="1.5" x2="-9.85137" length2="1.5"/>
<ellipse antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" width="5.77987" height="8" x="24.1054" y="-93.5"/>
<ellipse antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" width="5.77987" height="8" x="24.1054" y="-83.5"/>
<text rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="10.4921" text="Input" y="22"/>
<line y2="-120" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-9.85137" y1="-120" end2="none" length1="1.5" x2="40" length2="1.5"/>
<line y2="-70" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-9.85137" y1="-70" end2="none" length1="1.5" x2="40" length2="1.5"/>
<line y2="-87" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x1="24.8279" y1="-92" end2="none" length1="1.5" x2="29.1627" length2="1.5"/>
<line y2="-92" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x1="24.8279" y1="-87" end2="none" length1="1.5" x2="29.1627" length2="1.5"/>
<line y2="-120" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="40" y1="160" end2="none" length1="1.5" x2="40" length2="1.5"/>
<line y2="-100" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="40" y1="-100" end2="none" length1="1.5" x2="-9.85137" length2="1.5"/>
<text rotation="0" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="12.5456" text="+" y="33"/>
<text rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="8.72472" text=" Power" y="-28"/>
<text rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="-6.95368" text="SCHNEIDER ELECTRIC " y="-112"/>
<line y2="-40" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-9.85137" y1="-40" end2="none" length1="1.5" x2="40" length2="1.5"/>
<line y2="-77" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x1="24.8279" y1="-82" end2="none" length1="1.5" x2="29.1627" length2="1.5"/>
<line y2="-82" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x1="24.8279" y1="-77" end2="none" length1="1.5" x2="29.1627" length2="1.5"/>
<text rotation="0" color="#000000" font="Sans Serif,3,-1,5,50,0,0,0,0,0" x="5.54868" text="STBPDT3100K" y="-101"/>
<rect antialias="false" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="7.22484" x="11.1006" height="10" rx="0" y="25"/>
<rect antialias="false" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="7.22484" x="11.1006" height="10" rx="0" y="35"/>
<line y2="155" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x1="12.5456" y1="150" end2="none" length1="5" x2="16.158" length2="1.5"/>
<terminal orientation="w" x="7" y="30"/>
<terminal orientation="w" x="7" y="40"/>
<terminal orientation="w" x="7" y="90"/>
<terminal orientation="w" x="7" y="100"/>
</description>
</definition>

View File

@@ -1,5 +0,0 @@
<qet-directory>
<names>
<name lang="en">Supply-block</name>
</names>
</qet-directory>

View File

@@ -1,34 +0,0 @@
<definition hotspot_x="32" height="150" orientation="dyyy" version="0.70" hotspot_y="75" width="70" link_type="simple" type="element">
<uuid uuid="{3d6a4adc-aef4-43a4-b63d-b44cbdc5b5e1}"/>
<names>
<name lang="fr">TM3AQ2</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<text y="-60" text="24V" size="4" x="0"/>
<text y="-50" text="0V" size="4" x="0"/>
<text y="-40" text="Terre" size="4" x="-5"/>
<text y="-30" text="Q0+" size="4" x="0"/>
<text y="0" text="NC" size="4" x="0"/>
<text y="-10" text="NC" size="4" x="0"/>
<text y="10" text="Q1+" size="4" x="-5"/>
<text y="55" text="TM3AQ2" size="5" x="-25"/>
<text y="-20" text="Q0-" size="4" x="0"/>
<text y="20" text="Q1-" size="4" x="0"/>
<text y="30" text="NC" size="4" x="0"/>
<text y="40" text="NC" size="4" x="0"/>
<rect y="-70" height="140" rx="0" antialias="false" width="65" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" x="-30"/>
<terminal y="-50" orientation="e" x="20"/>
<terminal y="-40" orientation="e" x="20"/>
<terminal y="-20" orientation="e" x="20"/>
<terminal y="20" orientation="e" x="20"/>
<terminal y="-30" orientation="e" x="20"/>
<terminal y="-10" orientation="e" x="20"/>
<terminal y="0" orientation="e" x="20"/>
<terminal y="30" orientation="e" x="20"/>
<terminal y="10" orientation="e" x="20"/>
<terminal y="40" orientation="e" x="20"/>
<terminal y="-60" orientation="e" x="20"/>
</description>
</definition>

View File

@@ -1,149 +0,0 @@
<definition hotspot_x="5" hotspot_y="5" version="0.70" type="element" height="260" orientation="dyyy" width="100" link_type="simple">
<uuid uuid="{0340dc1a-856e-4a79-8b05-f592045f67c5}"/>
<names>
<name lang="fr">TM3AQ2</name>
</names>
<elementInformations/>
<informations>PFIT 589</informations>
<description>
<rect style="line-style:normal;line-weight:hight;filling:gray;color:black" ry="5" antialias="false" rx="5" height="250" x="0" y="0" width="90"/>
<text text="T" rotation="270" color="#000000" x="19.1" y="133" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text text="0V" rotation="270" color="#000000" x="20" y="124" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="10" x="42.5" y="192"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="10" x="42.5" y="153"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="10" x="42.5" y="179"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="10" x="42.5" y="205"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="10" x="42.5" y="218"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="10" x="42.5" y="115"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="10" x="42.5" y="231"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="10" x="42.5" y="166"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="10" x="42.5" y="127"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="10" x="42.5" y="140"/>
<text text="NC" rotation="270" color="#000000" x="18.8" y="229" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text text="Q1+" rotation="270" color="#000000" x="18.6" y="203" font="MS Shell Dlg 2,3,-1,5,75,0,0,0,0,0,Gras"/>
<text text="Schneider Electric" rotation="270" color="#ffffff" x="38" y="82" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Gras"/>
<text text="Q1-" rotation="270" color="#000000" x="17.2" y="216" font="MS Shell Dlg 2,3,-1,5,75,0,0,0,0,0,Gras"/>
<text text="NC" rotation="270" color="#000000" x="19" y="189" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text text="Q0+" rotation="270" color="#000000" x="19.2" y="151" font="MS Shell Dlg 2,3,-1,5,75,0,0,0,0,0,Gras"/>
<text text="Q0-" rotation="270" color="#000000" x="18.8" y="163" font="MS Shell Dlg 2,3,-1,5,75,0,0,0,0,0,Gras"/>
<text text="NC" rotation="270" color="#000000" x="18.4" y="242" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<text text="NC" rotation="270" color="#000000" x="18.4" y="176" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="238" antialias="false" x1="45.5" x2="49.5" end1="none" y1="234" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="134" antialias="false" x1="45.5" x2="49.5" end1="none" y1="130" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="173" antialias="false" x1="45.5" x2="49.5" end1="none" y1="169" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="186" antialias="false" x1="45.5" x2="49.5" end1="none" y1="182" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="225" antialias="false" x1="45.5" x2="49.5" end1="none" y1="221" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="147" antialias="false" x1="45.5" x2="49.5" end1="none" y1="143" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="122" antialias="false" x1="45.5" x2="49.5" end1="none" y1="118" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="160" antialias="false" x1="45.5" x2="49.5" end1="none" y1="156" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="212" antialias="false" x1="45.5" x2="49.5" end1="none" y1="208" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="199" antialias="false" x1="45.5" x2="49.5" end1="none" y1="195" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="212" antialias="false" x1="49.5" x2="45.5" end1="none" y1="208" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="186" antialias="false" x1="49.5" x2="45.5" end1="none" y1="182" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="147" antialias="false" x1="49.5" x2="45.5" end1="none" y1="143" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="225" antialias="false" x1="49.5" x2="45.5" end1="none" y1="221" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="173" antialias="false" x1="49.5" x2="45.5" end1="none" y1="169" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="160" antialias="false" x1="49.5" x2="45.5" end1="none" y1="156" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="134" antialias="false" x1="49.5" x2="45.5" end1="none" y1="130" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="199" antialias="false" x1="49.5" x2="45.5" end1="none" y1="195" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="122" antialias="false" x1="49.5" x2="45.5" end1="none" y1="118" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="238" antialias="false" x1="49.5" x2="45.5" end1="none" y1="234" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="120" antialias="false" x1="45.5" x2="49.5" end1="none" y1="120" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="223" antialias="false" x1="45.5" x2="49.5" end1="none" y1="223" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="145" antialias="false" x1="45.5" x2="49.5" end1="none" y1="145" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="197" antialias="false" x1="45.5" x2="49.5" end1="none" y1="197" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="158" antialias="false" x1="45.5" x2="49.5" end1="none" y1="158" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="171" antialias="false" x1="45.5" x2="49.5" end1="none" y1="171" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="236" antialias="false" x1="45.5" x2="49.5" end1="none" y1="236" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="132" antialias="false" x1="45.5" x2="49.5" end1="none" y1="132" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="210" antialias="false" x1="45.5" x2="49.5" end1="none" y1="210" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="184" antialias="false" x1="45.5" x2="49.5" end1="none" y1="184" length1="1.5" length2="1.5"/>
<rect style="line-style:normal;line-weight:normal;filling:gray;color:black" ry="0" antialias="false" rx="0" height="10" x="27" y="153" width="10"/>
<rect style="line-style:normal;line-weight:normal;filling:gray;color:black" ry="0" antialias="false" rx="0" height="10" x="27" y="205" width="10"/>
<rect style="line-style:normal;line-weight:normal;filling:gray;color:black" ry="0" antialias="false" rx="0" height="10" x="27" y="231" width="10"/>
<rect style="line-style:normal;line-weight:normal;filling:gray;color:black" ry="0" antialias="false" rx="0" height="10" x="27" y="166" width="10"/>
<rect style="line-style:normal;line-weight:normal;filling:gray;color:black" ry="0" antialias="false" rx="0" height="10" x="27" y="218" width="10"/>
<rect style="line-style:normal;line-weight:normal;filling:gray;color:black" ry="0" antialias="false" rx="0" height="10" x="27" y="179" width="10"/>
<rect style="line-style:normal;line-weight:normal;filling:gray;color:black" ry="0" antialias="false" rx="0" height="10" x="27" y="140" width="10"/>
<rect style="line-style:normal;line-weight:normal;filling:gray;color:black" ry="0" antialias="false" rx="0" height="10" x="27" y="192" width="10"/>
<rect style="line-style:normal;line-weight:normal;filling:gray;color:black" ry="0" antialias="false" rx="0" height="10" x="27" y="127" width="10"/>
<rect style="line-style:normal;line-weight:normal;filling:gray;color:black" ry="0" antialias="false" rx="0" height="10" x="27" y="115" width="10"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="5" x="29.5" y="129.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="5" x="29.5" y="117.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="5" x="29.5" y="233.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="5" x="29.5" y="207.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="5" x="29.5" y="142.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="5" x="29.5" y="220.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="5" x="29.5" y="155.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="5" x="29.5" y="168.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="5" x="29.5" y="194.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="5" x="29.5" y="181.5"/>
<text text="TM3AQ2" rotation="270" color="#ffffff" x="19" y="57" font="MS Shell Dlg 2,6,-1,5,75,0,0,0,0,0,Gras"/>
<text text="PWR" rotation="0" color="#ffffff" x="47" y="23" font="MS Shell Dlg 2,5,-1,5,75,0,0,0,0,0,Gras"/>
<text text="24V" rotation="270" color="#000000" x="20.5" y="112" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="10" x="42.5" y="102"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="109" antialias="false" x1="45.5" x2="49.5" end1="none" y1="105" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="109" antialias="false" x1="49.5" x2="45.5" end1="none" y1="105" length1="1.5" length2="1.5"/>
<line end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="107" antialias="false" x1="45.5" x2="49.5" end1="none" y1="107" length1="1.5" length2="1.5"/>
<rect style="line-style:normal;line-weight:normal;filling:gray;color:black" ry="0" antialias="false" rx="0" height="10" x="27" y="102" width="10"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" diameter="5" x="29.5" y="104.5"/>
<rect style="line-style:normal;line-weight:normal;filling:white;color:black" ry="0" antialias="false" rx="0" height="10" x="70" y="15" width="10"/>
<rect style="line-style:normal;line-weight:normal;filling:white;color:none" ry="0" antialias="false" rx="0" height="75" x="24" y="10" width="5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" ry="5" antialias="false" rx="5" height="85" x="5" y="8" width="80"/>
<dynamic_text Valignment="AlignTop" rotation="0" frame="false" Halignment="AlignLeft" z="85" uuid="{d7645379-93ce-440b-b684-f434cc8f1048}" x="61" text_width="-1" y="133" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Gras" text_from="UserText">
<text>_</text>
<color>#ff00ff</color>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" frame="false" Halignment="AlignLeft" z="86" uuid="{d7645379-93ce-440b-b684-f434cc8f1048}" x="61" text_width="-1" y="224" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Gras" text_from="UserText">
<text>_</text>
<color>#ff00ff</color>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" frame="false" Halignment="AlignLeft" z="87" uuid="{d7645379-93ce-440b-b684-f434cc8f1048}" x="61" text_width="-1" y="211" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Gras" text_from="UserText">
<text>_</text>
<color>#ff00ff</color>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" frame="false" Halignment="AlignLeft" z="88" uuid="{d7645379-93ce-440b-b684-f434cc8f1048}" x="61" text_width="-1" y="95" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Gras" text_from="UserText">
<text>_</text>
<color>#ff00ff</color>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" frame="false" Halignment="AlignLeft" z="89" uuid="{d7645379-93ce-440b-b684-f434cc8f1048}" x="61" text_width="-1" y="172" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Gras" text_from="UserText">
<text>_</text>
<color>#ff00ff</color>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" frame="false" Halignment="AlignLeft" z="90" uuid="{d7645379-93ce-440b-b684-f434cc8f1048}" x="61" text_width="-1" y="198" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Gras" text_from="UserText">
<text>_</text>
<color>#ff00ff</color>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" frame="false" Halignment="AlignLeft" z="91" uuid="{d7645379-93ce-440b-b684-f434cc8f1048}" x="61" text_width="-1" y="120" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Gras" text_from="UserText">
<text>_</text>
<color>#ff00ff</color>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" frame="false" Halignment="AlignLeft" z="92" uuid="{d7645379-93ce-440b-b684-f434cc8f1048}" x="61" text_width="-1" y="186" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Gras" text_from="UserText">
<text>_</text>
<color>#ff00ff</color>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" frame="false" Halignment="AlignLeft" z="93" uuid="{d7645379-93ce-440b-b684-f434cc8f1048}" x="61" text_width="-1" y="146" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Gras" text_from="UserText">
<text>_</text>
<color>#ff00ff</color>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" frame="false" Halignment="AlignLeft" z="94" uuid="{d7645379-93ce-440b-b684-f434cc8f1048}" x="61" text_width="-1" y="159" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Gras" text_from="UserText">
<text>_</text>
<color>#ff00ff</color>
</dynamic_text>
<dynamic_text Valignment="AlignTop" rotation="0" frame="false" Halignment="AlignLeft" z="95" uuid="{d7645379-93ce-440b-b684-f434cc8f1048}" x="61" text_width="-1" y="109" font="MS Shell Dlg 2,4,-1,5,75,0,0,0,0,0,Gras" text_from="UserText">
<text>_</text>
<color>#ff00ff</color>
</dynamic_text>
<terminal x="62" orientation="e" y="210"/>
<terminal x="62" orientation="e" y="145"/>
<terminal x="62" orientation="e" y="197"/>
<terminal x="62" orientation="e" y="236"/>
<terminal x="62" orientation="e" y="132"/>
<terminal x="62" orientation="e" y="107"/>
<terminal x="62" orientation="e" y="223"/>
<terminal x="62" orientation="e" y="158"/>
<terminal x="62" orientation="e" y="120"/>
<terminal x="62" orientation="e" y="184"/>
<terminal x="62" orientation="e" y="171"/>
</description>
</definition>

View File

@@ -1,94 +0,0 @@
<definition height="90" hotspot_x="495" type="element" version="0.70" link_type="simple" width="970" hotspot_y="44" orientation="dyyy">
<uuid uuid="{a74b72ab-9e78-45f8-bacb-6fab4299ec3c}"/>
<names>
<name lang="fr">Cartes sorties TM3DM24R Schneider</name>
</names>
<elementInformations>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="designation" show="1">TM3DQ8R/G</elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Schenider</elementInformation>
</elementInformations>
<informations></informations>
<description>
<arc height="10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-474" y="14" angle="-180" start="0" width="8"/>
<arc height="10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-114" y="14" angle="-180" start="0" width="8"/>
<arc height="10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="426" y="14" angle="-180" start="0" width="8"/>
<arc height="10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-204" y="14" angle="-180" start="0" width="8"/>
<arc height="10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-384" y="14" angle="-180" start="0" width="8"/>
<arc height="10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-24" y="14" angle="-180" start="0" width="8"/>
<arc height="10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="66" y="14" angle="-180" start="0" width="8"/>
<arc height="10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="336" y="14" angle="-180" start="0" width="8"/>
<arc height="10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-294" y="14" angle="-180" start="0" width="8"/>
<arc height="10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="246" y="14" angle="-180" start="0" width="8"/>
<arc height="10" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="156" y="14" angle="-180" start="0" width="8"/>
<text text="Q0" color="#000000" x="-474" y="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0"/>
<text text="Q7" color="#000000" x="335" y="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0"/>
<text text="Q3" color="#000000" x="-206" y="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0"/>
<text text="Q5" color="#000000" x="154" y="-1" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0"/>
<line length1="1.5" x2="-20" antialias="false" y2="20" end1="none" x1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="10" end2="none"/>
<line length1="1.5" x2="-110" antialias="false" y2="20" end1="none" x1="-110" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="10" end2="none"/>
<line length1="1.5" x2="250" antialias="false" y2="20" end1="none" x1="250" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="10" end2="none"/>
<line length1="1.5" x2="70" antialias="false" y2="20" end1="none" x1="70" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="10" end2="none"/>
<line length1="1.5" x2="430" antialias="false" y2="20" end1="none" x1="430" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="10" end2="none"/>
<line length1="1.5" x2="160" antialias="false" y2="20" end1="none" x1="160" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="10" end2="none"/>
<line length1="1.5" x2="340" antialias="false" y2="20" end1="none" x1="340" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="10" end2="none"/>
<line length1="1.5" x2="-290" antialias="false" y2="20" end1="none" x1="-290" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="10" end2="none"/>
<line length1="1.5" x2="-380" antialias="false" y2="20" end1="none" x1="-380" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="10" end2="none"/>
<line length1="1.5" x2="-470" antialias="false" y2="20" end1="none" x1="-470" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="10" end2="none"/>
<line length1="1.5" x2="-200" antialias="false" y2="20" end1="none" x1="-200" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="10" end2="none"/>
<rect rx="0" height="10" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="155" y="30" width="10"/>
<rect rx="0" height="10" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="425" y="30" width="10"/>
<rect rx="0" height="10" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-475" y="30" width="10"/>
<rect rx="0" height="10" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="245" y="30" width="10"/>
<rect rx="0" height="10" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="335" y="30" width="10"/>
<rect rx="0" height="10" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-25" y="30" width="10"/>
<rect rx="0" height="10" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-205" y="30" width="10"/>
<rect rx="0" height="10" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-115" y="30" width="10"/>
<rect rx="0" height="10" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-295" y="30" width="10"/>
<rect rx="0" height="10" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="65" y="30" width="10"/>
<text text="Q4" color="#000000" x="66" y="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0"/>
<rect rx="0" height="10" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-385" y="30" width="10"/>
<line length1="1.5" x2="250" antialias="false" y2="24" end1="none" x1="250" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="30" end2="none"/>
<line length1="1.5" x2="160" antialias="false" y2="24" end1="none" x1="160" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="30" end2="none"/>
<text text="COM2" color="#000000" x="417" y="1" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0"/>
<line length1="1.5" x2="-200" antialias="false" y2="24" end1="none" x1="-200" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="30" end2="none"/>
<line length1="1.5" x2="-470" antialias="false" y2="24" end1="none" x1="-470" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="30" end2="none"/>
<line length1="1.5" x2="-380" antialias="false" y2="24" end1="none" x1="-380" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="30" end2="none"/>
<line length1="1.5" x2="70" antialias="false" y2="24" end1="none" x1="70" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="30" end2="none"/>
<line length1="1.5" x2="-290" antialias="false" y2="24" end1="none" x1="-290" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="30" end2="none"/>
<line length1="1.5" x2="340" antialias="false" y2="24" end1="none" x1="340" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="30" end2="none"/>
<line length1="1.5" x2="430" antialias="false" y2="24" end1="none" x1="430" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="30" end2="none"/>
<line length1="1.5" x2="-20" antialias="false" y2="24" end1="none" x1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="30" end2="none"/>
<line length1="1.5" x2="-110" antialias="false" y2="24" end1="none" x1="-110" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="30" end2="none"/>
<text text="Q6" color="#000000" x="244" y="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0"/>
<text text="COM1" color="#000000" x="-120" y="1" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0"/>
<text text="Q1" color="#000000" x="-385" y="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0"/>
<text text="TM3DQ8R/G" color="#000000" x="-24" y="-26" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0"/>
<text text="Q2" color="#000000" x="-295" y="-1" font="Sans Serif,6,-1,5,50,0,0,0,0,0" rotation="0"/>
<rect rx="0" height="80" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-490" y="-40" width="960"/>
<dynamic_text text_width="-1" uuid="{1e76a55b-1c6a-42cb-b1f9-ae9fbb7c1e7f}" text_from="ElementInfo" Valignment="AlignTop" x="-471" y="-37.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" frame="false" z="57" rotation="0">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line length1="1.5" x2="470" antialias="false" y2="-20" end1="none" x1="-488.998" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="-20" end2="none"/>
<terminal x="-470" y="40" orientation="s"/>
<terminal x="-380" y="40" orientation="s"/>
<terminal x="-290" y="40" orientation="s"/>
<terminal x="-200" y="40" orientation="s"/>
<terminal x="-110" y="40" orientation="s"/>
<terminal x="-20" y="40" orientation="s"/>
<terminal x="70" y="40" orientation="s"/>
<terminal x="340" y="40" orientation="s"/>
<terminal x="430" y="40" orientation="s"/>
<terminal x="250" y="40" orientation="s"/>
<terminal x="160" y="40" orientation="s"/>
</description>
</definition>

View File

@@ -1,180 +0,0 @@
<definition height="240" hotspot_x="6" type="element" version="0.70" link_type="simple" width="70" hotspot_y="8" orientation="dyyy">
<uuid uuid="{b9bb44b8-c63a-4af8-8b12-8e695ec819ce}"/>
<names>
<name lang="en">tor output TM3DQ8/G: layout</name>
<name lang="fr">Sorties tor TM3DQ8/g: vue</name>
</names>
<elementInformations>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="designation" show="1">TM3DQ8R/G</elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Schneider</elementInformation>
</elementInformations>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<arc height="15" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="42.5" y="52.5" angle="90" start="-90" width="15"/>
<arc height="15" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="2.5" y="52.5" angle="90" start="-180" width="15"/>
<arc height="15" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="42.5" y="2.5" angle="90" start="0" width="15"/>
<line length1="1.5" x2="60" antialias="false" y2="0" end1="none" x1="60" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="225" end2="none"/>
<line length1="1.5" x2="39.4" antialias="false" y2="84.27" end1="none" x1="34.27" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="89.4" end2="none"/>
<line length1="1.5" x2="35.6" antialias="false" y2="90.73" end1="none" x1="40.73" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="85.6" end2="none"/>
<line length1="1.5" x2="39.4" antialias="false" y2="96.27" end1="none" x1="34.27" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="101.4" end2="none"/>
<line length1="1.5" x2="35.6" antialias="false" y2="102.73" end1="none" x1="40.73" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="97.6" end2="none"/>
<line length1="1.5" x2="39.4" antialias="false" y2="108.27" end1="none" x1="34.27" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="113.4" end2="none"/>
<line length1="1.5" x2="35.6" antialias="false" y2="114.73" end1="none" x1="40.73" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="109.6" end2="none"/>
<line length1="1.5" x2="39.4" antialias="false" y2="120.27" end1="none" x1="34.27" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="125.4" end2="none"/>
<line length1="1.5" x2="35.6" antialias="false" y2="126.73" end1="none" x1="40.73" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="121.6" end2="none"/>
<line length1="1.5" x2="39.4" antialias="false" y2="132.27" end1="none" x1="34.27" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="137.4" end2="none"/>
<line length1="1.5" x2="35.6" antialias="false" y2="138.73" end1="none" x1="40.73" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="133.6" end2="none"/>
<line length1="1.5" x2="39.4" antialias="false" y2="144.27" end1="none" x1="34.27" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="149.4" end2="none"/>
<line length1="1.5" x2="35.6" antialias="false" y2="150.73" end1="none" x1="40.73" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="145.6" end2="none"/>
<line length1="1.5" x2="39.4" antialias="false" y2="156.27" end1="none" x1="34.27" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="161.4" end2="none"/>
<line length1="1.5" x2="35.6" antialias="false" y2="162.73" end1="none" x1="40.73" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="157.6" end2="none"/>
<line length1="1.5" x2="39.4" antialias="false" y2="168.27" end1="none" x1="34.27" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="173.4" end2="none"/>
<line length1="1.5" x2="35.6" antialias="false" y2="174.73" end1="none" x1="40.73" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="169.6" end2="none"/>
<line length1="1.5" x2="39.4" antialias="false" y2="180.27" end1="none" x1="34.27" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="185.4" end2="none"/>
<line length1="1.5" x2="35.6" antialias="false" y2="186.73" end1="none" x1="40.73" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="181.6" end2="none"/>
<line length1="1.5" x2="39.4" antialias="false" y2="192.27" end1="none" x1="34.27" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="197.4" end2="none"/>
<line length1="1.5" x2="35.6" antialias="false" y2="198.73" end1="none" x1="40.73" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="193.6" end2="none"/>
<line length1="1.5" x2="39.4" antialias="false" y2="204.77" end1="none" x1="34.27" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="209.9" end2="none"/>
<line length1="1.5" x2="35.6" antialias="false" y2="211.23" end1="none" x1="40.73" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="206.1" end2="none"/>
<line length1="1.5" x2="52" antialias="false" y2="60" end1="none" x1="42" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="60" end2="none"/>
<line length1="1.5" x2="52" antialias="false" y2="12.5" end1="none" x1="52" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="60" end2="none"/>
<line length1="1.5" x2="42" antialias="false" y2="12.5" end1="none" x1="52" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="12.5" end2="none"/>
<line length1="1.5" x2="42" antialias="false" y2="60" end1="none" x1="42" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="12.5" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="91.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="91.25" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="83.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="91.25" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="83.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="83.75" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="91.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="83.75" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="103.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="103.25" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="95.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="103.25" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="95.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="95.75" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="103.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="95.75" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="115.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="115.25" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="107.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="115.25" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="107.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="107.75" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="115.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="107.75" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="127.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="127.25" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="119.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="127.25" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="119.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="119.75" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="127.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="119.75" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="139.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="139.25" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="131.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="139.25" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="131.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="131.75" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="139.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="131.75" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="151.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="151.25" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="143.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="151.25" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="143.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="143.75" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="151.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="143.75" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="163.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="163.25" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="155.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="163.25" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="155.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="155.75" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="163.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="155.75" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="175.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="175.25" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="167.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="175.25" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="167.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="167.75" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="175.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="167.75" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="187.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="187.25" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="179.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="187.25" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="179.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="179.75" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="187.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="179.75" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="199.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="199.25" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="191.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="199.25" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="191.75" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="191.75" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="199.25" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="191.75" end2="none"/>
<line length1="1.5" x2="42.5" antialias="false" y2="79.56" end1="none" x1="42.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="215" end2="none"/>
<line length1="1.5" x2="17.5" antialias="false" y2="79.5" end1="none" x1="42.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="79.5" end2="none"/>
<line length1="1.5" x2="17.5" antialias="false" y2="215" end1="none" x1="17.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="79.49" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="211.75" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="211.75" end2="none"/>
<line length1="1.5" x2="30" antialias="false" y2="204.25" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="211.75" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="204.25" end1="none" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="204.25" end2="none"/>
<line length1="1.5" x2="22.5" antialias="false" y2="211.75" end1="none" x1="22.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="204.25" end2="none"/>
<line length1="1.5" x2="42.5" antialias="false" y2="215" end1="none" x1="17.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="215" end2="none"/>
<line length1="1.5" x2="49.5" antialias="false" y2="25" end1="none" x1="44.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="25" end2="none"/>
<line length1="1.5" x2="49.5" antialias="false" y2="22.5" end1="none" x1="49.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="25" end2="none"/>
<line length1="1.5" x2="44.5" antialias="false" y2="22.5" end1="none" x1="49.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="22.5" end2="none"/>
<line length1="1.5" x2="44.5" antialias="false" y2="25" end1="none" x1="44.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="22.5" end2="none"/>
<line length1="1.5" x2="49.5" antialias="false" y2="20" end1="none" x1="44.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="20" end2="none"/>
<line length1="1.5" x2="49.5" antialias="false" y2="17.5" end1="none" x1="49.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="20" end2="none"/>
<line length1="1.5" x2="44.5" antialias="false" y2="17.5" end1="none" x1="49.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="17.5" end2="none"/>
<line length1="1.5" x2="44.5" antialias="false" y2="20" end1="none" x1="44.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="17.5" end2="none"/>
<line length1="1.5" x2="49.5" antialias="false" y2="30" end1="none" x1="44.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="30" end2="none"/>
<line length1="1.5" x2="49.5" antialias="false" y2="27.5" end1="none" x1="49.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="30" end2="none"/>
<line length1="1.5" x2="44.5" antialias="false" y2="27.5" end1="none" x1="49.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="27.5" end2="none"/>
<line length1="1.5" x2="44.5" antialias="false" y2="30" end1="none" x1="44.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="27.5" end2="none"/>
<line length1="1.5" x2="49.5" antialias="false" y2="35" end1="none" x1="44.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="35" end2="none"/>
<line length1="1.5" x2="49.5" antialias="false" y2="32.5" end1="none" x1="49.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="35" end2="none"/>
<line length1="1.5" x2="44.5" antialias="false" y2="32.5" end1="none" x1="49.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="32.5" end2="none"/>
<line length1="1.5" x2="44.5" antialias="false" y2="35" end1="none" x1="44.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="32.5" end2="none"/>
<line length1="1.5" x2="49.5" antialias="false" y2="40" end1="none" x1="44.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="40" end2="none"/>
<line length1="1.5" x2="49.5" antialias="false" y2="37.5" end1="none" x1="49.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="40" end2="none"/>
<line length1="1.5" x2="44.5" antialias="false" y2="37.5" end1="none" x1="49.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="37.5" end2="none"/>
<line length1="1.5" x2="44.5" antialias="false" y2="40" end1="none" x1="44.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="37.5" end2="none"/>
<line length1="1.5" x2="49.5" antialias="false" y2="45" end1="none" x1="44.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="45" end2="none"/>
<line length1="1.5" x2="49.5" antialias="false" y2="42.5" end1="none" x1="49.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="45" end2="none"/>
<line length1="1.5" x2="44.5" antialias="false" y2="42.5" end1="none" x1="49.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="42.5" end2="none"/>
<line length1="1.5" x2="44.5" antialias="false" y2="45" end1="none" x1="44.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="42.5" end2="none"/>
<line length1="1.5" x2="49.5" antialias="false" y2="50" end1="none" x1="44.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="50" end2="none"/>
<line length1="1.5" x2="49.5" antialias="false" y2="47.5" end1="none" x1="49.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="50" end2="none"/>
<line length1="1.5" x2="44.5" antialias="false" y2="47.5" end1="none" x1="49.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="47.5" end2="none"/>
<line length1="1.5" x2="44.5" antialias="false" y2="50" end1="none" x1="44.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="47.5" end2="none"/>
<line length1="1.5" x2="49.5" antialias="false" y2="55" end1="none" x1="44.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="55" end2="none"/>
<line length1="1.5" x2="49.5" antialias="false" y2="52.5" end1="none" x1="49.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="55" end2="none"/>
<line length1="1.5" x2="44.5" antialias="false" y2="52.5" end1="none" x1="49.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="52.5" end2="none"/>
<line length1="1.5" x2="44.5" antialias="false" y2="55" end1="none" x1="44.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="52.5" end2="none"/>
<line length1="1.5" x2="60" antialias="false" y2="225" end1="none" x1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="225" end2="none"/>
<line length1="1.5" x2="60" antialias="false" y2="0" end1="none" x1="60" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="225" end2="none"/>
<line length1="1.5" x2="0" antialias="false" y2="0" end1="none" x1="60" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="0" end2="none"/>
<line length1="1.5" x2="0" antialias="false" y2="225" end1="none" x1="0" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y1="0" end2="none"/>
<line length1="1.5" x2="60" antialias="false" y2="0" end1="none" x1="60" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="225" end2="none"/>
<line length1="1.5" x2="0" antialias="false" y2="0" end1="none" x1="60" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="0" end2="none"/>
<line length1="1.5" x2="0" antialias="false" y2="225" end1="none" x1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="0" end2="none"/>
<circle antialias="false" diameter="7.5" style="line-style:normal;line-weight:thin;filling:none;color:black" x="33.75" y="83.75"/>
<circle antialias="false" diameter="7.5" style="line-style:normal;line-weight:thin;filling:none;color:black" x="33.75" y="95.75"/>
<circle antialias="false" diameter="7.5" style="line-style:normal;line-weight:thin;filling:none;color:black" x="33.75" y="107.75"/>
<circle antialias="false" diameter="7.5" style="line-style:normal;line-weight:thin;filling:none;color:black" x="33.75" y="119.75"/>
<circle antialias="false" diameter="7.5" style="line-style:normal;line-weight:thin;filling:none;color:black" x="33.75" y="131.75"/>
<circle antialias="false" diameter="7.5" style="line-style:normal;line-weight:thin;filling:none;color:black" x="33.75" y="143.75"/>
<circle antialias="false" diameter="7.5" style="line-style:normal;line-weight:thin;filling:none;color:black" x="33.75" y="155.75"/>
<circle antialias="false" diameter="7.5" style="line-style:normal;line-weight:thin;filling:none;color:black" x="33.75" y="167.75"/>
<circle antialias="false" diameter="7.5" style="line-style:normal;line-weight:thin;filling:none;color:black" x="33.75" y="179.75"/>
<circle antialias="false" diameter="7.5" style="line-style:normal;line-weight:thin;filling:none;color:black" x="33.75" y="191.75"/>
<circle antialias="false" diameter="7.5" style="line-style:normal;line-weight:thin;filling:none;color:black" x="33.75" y="204.25"/>
<text text="COM1" color="#000000" x="5.77322" y="210" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0"/>
<text text="0" color="#000000" x="13.14" y="89.29" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0"/>
<text text="1" color="#000000" x="14" y="101" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0"/>
<text text="2" color="#000000" x="13" y="113" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0"/>
<text text="3" color="#000000" x="13" y="125" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0"/>
<text text="COM0" color="#000000" x="6.03825" y="137" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0"/>
<text text="NC" color="#000000" x="10.0164" y="149.492" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0"/>
<text text="4" color="#000000" x="13" y="162" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0"/>
<text text="5" color="#000000" x="12.9945" y="173" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0"/>
<text text="6" color="#000000" x="12.724" y="185" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0"/>
<text text="7" color="#000000" x="12.9836" y="196.492" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0"/>
<dynamic_text text_width="-1" uuid="{02f0e329-33f2-45da-bbb7-13dbca5b442c}" text_from="ElementInfo" Valignment="AlignTop" x="0" y="-21" font="Sans Serif,9,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" frame="false" z="141" rotation="0">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<arc height="15" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="2.5" y="2.5" angle="90" start="90" width="15"/>
<line length1="1.5" x2="50.4683" antialias="false" y2="67.5413" end1="none" x1="10.4683" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="67.5413" end2="none"/>
<line length1="1.5" x2="50.2964" antialias="false" y2="2.48094" end1="none" x1="10.2964" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="2.48094" end2="none"/>
<line length1="1.5" x2="2.54131" antialias="false" y2="9.91219" end1="none" x1="2.54131" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="59.9122" end2="none"/>
<line length1="1.5" x2="57.5465" antialias="false" y2="10.0878" end1="none" x1="57.5465" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y1="60.0878" end2="none"/>
<dynamic_text text_width="-1" uuid="{dd8b98de-73b9-4254-a6de-aff85bb98d75}" text_from="UserText" Valignment="AlignTop" x="5.55191" y="58.5082" font="Sans Serif,5,-1,5,0,0,0,0,0,0,normal" Halignment="AlignLeft" frame="false" z="147" rotation="270">
<text>TM3DQ8R/G</text>
</dynamic_text>
<terminal x="0" y="0" orientation="n"/>
</description>
</definition>

View File

@@ -1,544 +0,0 @@
<definition hotspot_x="4" type="element" width="390" hotspot_y="4" orientation="dyyy" version="0.70" link_type="simple" height="260">
<uuid uuid="{a34fcd5d-d0c4-437c-ac54-dd619d05c881}"/>
<names>
<name lang="fr">API M221CE40T</name>
<name lang="en">PLC M221CE40T: layout</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<text x="42" text="0V" y="242" size="3"/>
<text x="30" text="24V" y="242" size="3"/>
<line length1="1.5" length2="1.5" x1="73.765" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="137.5" y1="155" x2="73.765" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="165" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="35" y1="35" x2="250" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="280" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="35" y1="35" x2="372.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="240" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="190" y1="190" x2="272.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="165" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="35" y1="30" x2="165" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="370" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="35" y1="30" x2="370" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="240" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="195" y1="190" x2="240" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="340" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="195" y1="190" x2="340" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="307.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="190" y1="190" x2="340" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="372.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="152.5" y1="152.5" x2="257.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="135" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="190" y1="190" x2="155" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="135" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="195" y1="190" x2="135" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="207.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="195" y1="190" x2="207.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="190" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="190" y1="190" x2="207.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="57.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="35" y1="30" x2="57.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="130" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="35" y1="30" x2="130" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="57.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="35" y1="35" x2="60" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="120" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="35" y1="35" x2="130" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="107.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="190" y1="190" x2="110" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="107.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="195" y1="190" x2="107.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="130" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="190" y1="190" x2="132.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="132.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="195" y1="190" x2="132.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="77.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="35" y1="30" x2="77.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="75" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="35" y1="35" x2="77.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="137.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="35" y1="30" x2="137.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="137.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="35" y1="35" x2="140" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="157.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="35" y1="30" x2="157.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="155" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="35" y1="35" x2="157.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="85" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="35" y1="30" x2="85" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="85" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="35" y1="35" x2="95" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="225" y1="225" x2="382.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="382.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="0" y1="225" x2="382.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="382.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="0" y1="0" x2="0" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="0" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="225" y1="0" x2="0" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="255" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="13.33" y1="13.33" x2="372.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="372.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="2.5" y1="13.33" x2="372.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="372.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="2.5" y1="2.5" x2="255" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="255" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="13.33" y1="2.5" x2="255" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="255" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="26.86" y1="26.86" x2="372.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="372.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="13.33" y1="26.86" x2="372.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="372.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="13.33" y1="13.33" x2="255" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="255" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="26.86" y1="13.33" x2="255" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="47.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="180" y1="180" x2="82.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="82.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="117.5" y1="180" x2="82.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="82.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="117.5" y1="117.5" x2="47.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="47.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="180" y1="117.5" x2="47.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="180" y1="180" x2="30" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="122.5" y1="180" x2="30" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="122.5" y1="122.5" x2="25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="180" y1="122.5" x2="25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="314.69" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="177.07" y1="177.07" x2="376.04" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="376.04" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="157.68" y1="177.07" x2="376.04" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="376.04" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="157.68" y1="157.68" x2="314.69" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="314.69" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="177.07" y1="157.68" x2="314.69" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="105" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="222.5" y1="222.5" x2="237.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="237.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="211.25" y1="222.5" x2="237.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="237.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="211.25" y1="211.25" x2="105" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="105" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="222.5" y1="211.25" x2="105" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="105" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="211.25" y1="211.25" x2="237.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="237.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="197.98" y1="211.25" x2="237.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="237.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="197.98" y1="197.98" x2="105" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="105" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="211.25" y1="197.98" x2="105" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="57.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="202.5" y1="207.5" x2="57.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="57.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="202.5" y1="202.5" x2="72.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="72.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="206.25" y1="202.5" x2="72.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="72.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="207.5" y1="206.25" x2="72.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="72.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="207.5" y1="207.5" x2="57.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="57.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="207.5" y1="207.5" x2="60" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="60" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="203.75" y1="207.5" x2="60" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="61.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="205" y1="207.5" x2="61.25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="62.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="205" y1="207.5" x2="62.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="63.75" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="205" y1="207.5" x2="63.75" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="65" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="205" y1="207.5" x2="65" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="66.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="205" y1="207.5" x2="66.25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="67.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="205" y1="207.5" x2="67.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="68.75" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="205" y1="207.5" x2="68.75" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="70" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="203.75" y1="207.5" x2="70" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="57.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="201.25" y1="202.5" x2="57.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="57.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="201.25" y1="201.25" x2="72.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="72.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="202.5" y1="201.25" x2="72.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="60" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="198.75" y1="201.25" x2="60" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="60" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="198.75" y1="198.75" x2="62.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="62.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="196.25" y1="198.75" x2="62.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="62.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="196.25" y1="196.25" x2="66.25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="66.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="196.25" y1="196.25" x2="67.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="67.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="198.75" y1="196.25" x2="67.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="67.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="198.75" y1="198.75" x2="70" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="70" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="201.25" y1="198.75" x2="70" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="56.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="192.5" y1="210" x2="56.25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="56.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="192.5" y1="192.5" x2="73.75" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="73.75" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="210" y1="192.5" x2="73.75" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="73.75" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="210" y1="210" x2="56.25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="82.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="180" y1="180" x2="162.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="162.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="55" y1="180" x2="162.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="162.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="55" y1="55" x2="82.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="82.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="180" y1="55" x2="82.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="250" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="180" y1="180" x2="380" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="380" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="55" y1="180" x2="380" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="380" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="55" y1="55" x2="250" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="250" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="180" y1="55" x2="250" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="307.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="310" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="310" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="310" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="310" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="307.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="307.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="307.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="312.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="315" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="315" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="315" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="315" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="312.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="312.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="312.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="317.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="320" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="320" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="320" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="320" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="317.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="317.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="317.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="322.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="325" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="325" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="325" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="325" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="322.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="322.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="322.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="342.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="345" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="345" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="345" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="345" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="342.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="342.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="342.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="337.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="340" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="340" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="340" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="340" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="337.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="337.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="337.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="332.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="335" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="335" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="335" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="335" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="332.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="332.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="332.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="327.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="330" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="330" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="330" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="330" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="327.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="327.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="327.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="287.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="290" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="290" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="290" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="290" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="287.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="287.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="287.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="292.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="295" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="295" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="295" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="295" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="292.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="292.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="292.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="297.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="300" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="300" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="300" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="300" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="297.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="297.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="297.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="302.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="305" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="305" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="305" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="305" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="302.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="302.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="302.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="375" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" y2="47.5" y1="47.5" x2="380" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="380" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" y2="2.5" y1="47.5" x2="380" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="380" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" y2="2.5" y1="2.5" x2="375" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="375" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" y2="47.5" y1="2.5" x2="375" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="12.5" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" y2="225" y1="225" x2="42.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="42.5" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" y2="100" y1="225" x2="42.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="42.5" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" y2="100" y1="100" x2="12.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="12.5" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" y2="225" y1="100" x2="12.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="12.5" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" y2="187.5" y1="187.5" x2="42.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="42.5" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" y2="185" y1="187.5" x2="42.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="42.5" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" y2="185" y1="185" x2="12.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="12.5" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" y2="187.5" y1="185" x2="12.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="20.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="204.38" y1="203.12" x2="21.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="21.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="205.62" y1="204.38" x2="21.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="21.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="205.75" y1="205.75" x2="34" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="34" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="204.5" y1="205.75" x2="34" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="34" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="203.25" y1="204.5" x2="35.25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="21.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="205.75" y1="204.5" x2="21.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="35.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="200.75" y1="203.25" x2="35.25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="35.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="200.75" y1="200.75" x2="20.25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="20.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="203.25" y1="200.75" x2="20.25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="31" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="205" y1="203.75" x2="31" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="28.75" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="205" y1="203.75" x2="28.75" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="26.75" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="205" y1="203.75" x2="26.75" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="24.75" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="205" y1="203.75" x2="24.75" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="57.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="147.5" y1="152.5" x2="57.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="57.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="147.5" y1="147.5" x2="72.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="72.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="151.25" y1="147.5" x2="72.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="72.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="152.5" y1="151.25" x2="72.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="72.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="152.5" y1="152.5" x2="57.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="57.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="152.5" y1="152.5" x2="60" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="60" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="148.75" y1="152.5" x2="60" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="61.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="150" y1="152.5" x2="61.25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="62.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="150" y1="152.5" x2="62.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="63.75" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="150" y1="152.5" x2="63.75" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="65" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="150" y1="152.5" x2="65" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="66.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="150" y1="152.5" x2="66.25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="67.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="150" y1="152.5" x2="67.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="68.75" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="150" y1="152.5" x2="68.75" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="70" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="148.75" y1="152.5" x2="70" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="57.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="146.25" y1="147.5" x2="57.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="57.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="146.25" y1="146.25" x2="72.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="72.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="147.5" y1="146.25" x2="72.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="60" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="143.75" y1="146.25" x2="60" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="60" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="143.75" y1="143.75" x2="62.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="62.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="141.25" y1="143.75" x2="62.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="62.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="141.25" y1="141.25" x2="66.25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="66.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="141.25" y1="141.25" x2="67.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="67.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="143.75" y1="141.25" x2="67.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="67.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="143.75" y1="143.75" x2="70" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="70" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="146.25" y1="143.75" x2="70" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="56.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="137.5" y1="155" x2="56.25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="56.25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="137.5" y1="137.5" x2="73.75" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="73.75" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="155" y1="155" x2="56.25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="277.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="280" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="280" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="280" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="280" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="277.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="277.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="277.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="282.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="285" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="285" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="285" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="285" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="282.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="282.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="282.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="257.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="260" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="260" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="260" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="260" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="257.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="257.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="257.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="262.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="265" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="265" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="265" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="265" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="262.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="262.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="262.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="267.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="270" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="270" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="270" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="270" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="267.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="267.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="267.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="272.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="275" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="275" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="275" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="275" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="272.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="272.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="272.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="367.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="370" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="370" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="370" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="370" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="367.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="367.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="367.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="372.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="375" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="375" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="375" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="375" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="372.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="372.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="372.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="347.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="350" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="350" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="350" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="350" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="347.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="347.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="347.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="352.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="355" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="355" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="355" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="355" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="352.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="352.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="352.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="357.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="360" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="360" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="360" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="360" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="357.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="357.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="357.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="362.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="90" x2="365" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="365" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="90" x2="365" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="365" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87.5" y1="87.5" x2="362.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="362.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="90" y1="87.5" x2="362.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="307.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="100" x2="310" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="310" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="100" x2="310" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="310" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="97.5" x2="307.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="307.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="97.5" x2="307.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="312.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="100" x2="315" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="315" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="100" x2="315" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="315" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="97.5" x2="312.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="312.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="97.5" x2="312.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="317.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="100" x2="320" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="320" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="100" x2="320" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="320" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="97.5" x2="317.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="317.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="97.5" x2="317.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="322.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="100" x2="325" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="325" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="100" x2="325" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="325" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="97.5" x2="322.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="322.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="97.5" x2="322.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="342.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="100" x2="345" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="345" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="100" x2="345" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="345" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="97.5" x2="342.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="342.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="97.5" x2="342.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="337.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="100" x2="340" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="340" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="100" x2="340" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="340" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="97.5" x2="337.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="337.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="97.5" x2="337.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="332.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="100" x2="335" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="335" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="100" x2="335" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="335" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="97.5" x2="332.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="332.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="97.5" x2="332.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="327.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="100" x2="330" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="330" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="100" x2="330" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="330" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="97.5" x2="327.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="327.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="97.5" x2="327.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="297.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="100" x2="300" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="300" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="100" x2="300" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="300" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="97.5" x2="297.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="297.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="97.5" x2="297.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="302.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="100" x2="305" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="305" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="100" x2="305" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="305" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="97.5" x2="302.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="302.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="97.5" x2="302.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="367.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="100" x2="370" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="370" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="100" x2="370" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="370" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="97.5" x2="367.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="367.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="97.5" x2="367.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="372.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="100" x2="375" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="375" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="100" x2="375" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="375" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="97.5" x2="372.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="372.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="97.5" x2="372.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="347.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="100" x2="350" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="350" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="100" x2="350" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="350" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="97.5" x2="347.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="347.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="97.5" x2="347.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="352.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="100" x2="355" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="355" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="100" x2="355" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="355" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="97.5" x2="352.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="352.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="97.5" x2="352.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="357.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="100" x2="360" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="360" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="100" x2="360" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="360" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="97.5" x2="357.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="357.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="97.5" x2="357.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="362.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="100" x2="365" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="365" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="100" x2="365" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="365" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="97.5" y1="97.5" x2="362.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="362.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="100" y1="97.5" x2="362.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="367.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="127.5" y1="127.5" x2="370" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="370" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="125" y1="127.5" x2="370" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="370" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="125" y1="125" x2="367.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="367.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="127.5" y1="125" x2="367.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="372.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="127.5" y1="127.5" x2="375" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="375" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="125" y1="127.5" x2="375" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="375" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="125" y1="125" x2="372.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="372.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="127.5" y1="125" x2="372.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="347.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="127.5" y1="127.5" x2="350" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="350" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="125" y1="127.5" x2="350" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="350" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="125" y1="125" x2="347.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="347.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="127.5" y1="125" x2="347.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="352.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="127.5" y1="127.5" x2="355" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="355" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="125" y1="127.5" x2="355" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="355" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="125" y1="125" x2="352.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="352.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="127.5" y1="125" x2="352.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="357.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="127.5" y1="127.5" x2="360" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="360" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="125" y1="127.5" x2="360" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="360" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="125" y1="125" x2="357.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="357.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="127.5" y1="125" x2="357.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="362.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="127.5" y1="127.5" x2="365" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="365" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="125" y1="127.5" x2="365" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="365" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="125" y1="125" x2="362.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="362.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="127.5" y1="125" x2="362.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="167.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="180" y1="180" x2="247.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="247.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="55" y1="180" x2="247.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="247.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="55" y1="55" x2="167.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="167.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="180" y1="55" x2="167.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="162.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="180" y1="180" x2="167.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="167.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="55" y1="180" x2="167.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="167.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="55" y1="55" x2="162.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="162.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="180" y1="55" x2="162.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="47.5" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" y2="117.5" y1="117.5" x2="82.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="82.5" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" y2="55" y1="117.5" x2="82.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="82.5" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" y2="55" y1="55" x2="47.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="47.5" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" y2="117.5" y1="55" x2="47.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="55" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="75" y1="75" x2="75" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="75" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="70" y1="75" x2="75" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="75" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="70" y1="70" x2="55" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="55" style="line-style:dashed;line-weight:thin;filling:none;color:black" y2="75" y1="70" x2="55" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="110" y1="110" x2="30" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="105" y1="110" x2="30" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="105" y1="105" x2="25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="110" y1="105" x2="25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="115" y1="115" x2="30" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="105" y1="115" x2="30" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="30" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="105" y1="105" x2="25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="25" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="115" y1="105" x2="25" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="240" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="222.5" y1="222.5" x2="372.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="372.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="211.25" y1="222.5" x2="372.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="372.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="211.25" y1="211.25" x2="240" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="240" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="222.5" y1="211.25" x2="240" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="240" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="211.25" y1="211.25" x2="372.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="372.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="197.98" y1="211.25" x2="372.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="372.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="197.98" y1="197.98" x2="240" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="240" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="211.25" y1="197.98" x2="240" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="135" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="26.86" y1="26.86" x2="252.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="252.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="13.33" y1="26.86" x2="252.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="252.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="13.33" y1="13.33" x2="135" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="135" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="26.86" y1="13.33" x2="135" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="15" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="26.86" y1="26.86" x2="132.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="132.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="13.33" y1="26.86" x2="132.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="132.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="13.33" y1="13.33" x2="15" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="15" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="26.86" y1="13.33" x2="15" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="135" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="13.33" y1="13.33" x2="252.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="252.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="2.5" y1="13.33" x2="252.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="252.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="2.5" y1="2.5" x2="135" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="135" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="13.33" y1="2.5" x2="135" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="15" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="13.33" y1="13.33" x2="132.5" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="132.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="2.5" y1="2.5" x2="15" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="15" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="13.33" y1="2.5" x2="15" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="11.83" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="249.32" y1="249.32" x2="50.96" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="50.96" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="225.64" y1="249.32" x2="50.96" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="50.96" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="225.64" y1="225.64" x2="11.83" end2="none" end1="none" antialias="false"/>
<line length1="1.5" length2="1.5" x1="11.83" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="249.32" y1="225.64" x2="11.83" end2="none" end1="none" antialias="false"/>
<circle x="66.88" style="line-style:normal;line-weight:thin;filling:none;color:black" y="71.88" diameter="1.25" antialias="false"/>
<circle x="71.88" style="line-style:normal;line-weight:thin;filling:none;color:black" y="71.88" diameter="1.25" antialias="false"/>
<circle x="56.88" style="line-style:normal;line-weight:thin;filling:none;color:black" y="71.88" diameter="1.25" antialias="false"/>
<circle x="61.88" style="line-style:normal;line-weight:thin;filling:none;color:black" y="71.88" diameter="1.25" antialias="false"/>
<text x="48.95" text="Ethernet" y="220.71" size="5"/>
<text x="275.27" text="OUTPUTS" y="192.76" size="5"/>
<text x="16" text="T" y="243" size="3"/>
<text x="253.71" text="INPUTS" y="37.76" size="5"/>
<text x="38.24" text="COM" y="22" size="3"/>
<text x="53" text="I0" y="22" size="3"/>
<text x="69.13" text="I1" y="22" size="3"/>
<text x="82.24" text="I2" y="22" size="3"/>
<text x="98.28" text="I3" y="22" size="3"/>
<text x="113.2" text="I4" y="22" size="3"/>
<text x="126" text="I5" y="22" size="3"/>
<text x="140.02" text="I6" y="22.78" size="3"/>
<text x="152.94" text="I7" y="22.78" size="3"/>
<text x="165.99" text="I8" y="22.78" size="3"/>
<text x="179.14" text="I9" y="22.78" size="3"/>
<text x="191.02" text="I10" y="22.69" size="3"/>
<text x="204.34" text="I11" y="22.78" size="3"/>
<text x="216.45" text="I12" y="22.78" size="3"/>
<text x="229.49" text="I13" y="22.78" size="3"/>
<text x="242.42" text="I14" y="22.78" size="3"/>
<text x="258.07" text="I15" y="22.78" size="4"/>
<text x="271.23" text="I16" y="22.78" size="4"/>
<text x="199.65" text="Q7" y="207.55" size="4"/>
<text x="210.4" text="V0+" y="207.55" size="4"/>
<text x="223.44" text="V0-" y="207.55" size="4"/>
<text x="241.28" text="Q8" y="207.55" size="4"/>
<text x="254.44" text="Q9" y="207.55" size="4"/>
<text x="265.69" text="Q10" y="207.55" size="4"/>
<text x="279.67" text="Q11" y="207.55" size="4"/>
<text x="291.77" text="Q12" y="207.55" size="4"/>
<text x="304.81" text="Q13" y="207.55" size="4"/>
<text x="317.74" text="Q14" y="207.55" size="4"/>
<text x="29" text="NC" y="22" size="3"/>
<text x="18.61" text="NC" y="22" size="3"/>
<text x="108.78" text="Q0" y="207.55" size="4"/>
<text x="122.76" text="Q1" y="207.55" size="4"/>
<text x="134.86" text="Q2" y="207.55" size="4"/>
<text x="147.91" text="Q3" y="207.55" size="4"/>
<text x="160.83" text="Q4" y="207.55" size="4"/>
<text x="173.99" text="Q5" y="207.55" size="4"/>
<text x="187.15" text="Q6" y="207.55" size="4"/>
<text x="370.39" text="IN" y="82.69" size="4"/>
<text x="362.85" text="OUT" y="110.19" size="4"/>
<text x="255" text="M221" y="62.69" size="4"/>
<text x="255" text="M221CE40T - Tr OUT Source" y="70.19" size="4"/>
<text rotation="270" x="28.97" text="SD-Slot" y="161.36" size="3"/>
<text rotation="270" x="378.97" text="Batt." y="30.21" size="3"/>
<text x="55.23" text="Serial" y="165.71" size="5"/>
<text rotation="270" x="350.25" text="PWR" y="139.43" size="3"/>
<text rotation="270" x="360.25" text="ERR" y="138.73" size="3"/>
<text rotation="270" x="365.25" text="SD" y="138.73" size="3"/>
<text rotation="270" x="370.25" text="BAT" y="139.15" size="3"/>
<text rotation="270" x="375.25" text="SL" y="138.73" size="3"/>
<text rotation="270" x="355.25" text="RUN" y="139.15" size="3"/>
<text x="32.5" text="RUN" y="109.29" size="3"/>
<text x="32.5" text="STOP" y="114.29" size="3"/>
<text x="283.52" text="I17" y="22.69" size="4"/>
<text x="296.56" text="I18" y="22.69" size="4"/>
<text x="309.72" text="I19" y="22.69" size="4"/>
<text x="322.23" text="I20" y="22.69" size="4"/>
<text x="336.21" text="I21" y="22.69" size="4"/>
<text x="348.31" text="I22" y="22.69" size="4"/>
<text x="360.6" text="I23" y="22.69" size="4"/>
<text x="330.55" text="Q15" y="207.55" size="4"/>
<text x="344.39" text="V1+" y="207.55" size="4"/>
<text x="359.43" text="V1-" y="207.55" size="4"/>
<text x="157.77" text="OUTPUTS" y="192.76" size="5"/>
<text x="96.21" text="INPUTS" y="37.76" size="5"/>
<text x="52.59" text="Analog" y="90.22" size="5"/>
<text x="62.24" text="IN" y="98.99" size="5"/>
<text x="59.54" text="FAST" y="33.04" size="5"/>
<text x="65.13" text="IN" y="40.57" size="5"/>
<text x="112.04" text="FAST" y="188.04" size="5"/>
<text x="113.76" text="OUT" y="195.57" size="5"/>
<text x="139.54" text="FAST" y="33.04" size="5"/>
<text x="145.13" text="IN" y="40.57" size="5"/>
<dynamic_text text_from="ElementInfo" rotation="0" Halignment="AlignLeft" x="1" y="-27" font_family="Sans Serif" uuid="{3cf4ccb9-1dd9-469b-86f2-8925d095b657}" z="611" frame="false" font_size="9" Valignment="AlignTop" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="286.94" y="5" orientation="n"/>
<terminal x="273" y="5" orientation="n"/>
<terminal x="263" y="5" orientation="n"/>
<terminal x="45" y="249.31" orientation="s"/>
<terminal x="354" y="5" orientation="n"/>
<terminal x="366" y="5" orientation="n"/>
<terminal x="301" y="5" orientation="n"/>
<terminal x="340" y="5" orientation="n"/>
<terminal x="314" y="5" orientation="n"/>
<terminal x="327" y="5" orientation="n"/>
<terminal x="126" y="220" orientation="s"/>
<terminal x="100" y="5" orientation="n"/>
<terminal x="85" y="5" orientation="n"/>
<terminal x="30" y="5" orientation="n"/>
<terminal x="70" y="5" orientation="n"/>
<terminal x="55" y="5" orientation="n"/>
<terminal x="43" y="5" orientation="n"/>
<terminal x="20" y="5" orientation="n"/>
<terminal x="115" y="5" orientation="n"/>
<terminal x="129" y="5" orientation="n"/>
<terminal x="220" y="5" orientation="n"/>
<terminal x="247" y="5" orientation="n"/>
<terminal x="140" y="220" orientation="s"/>
<terminal x="193" y="5" orientation="n"/>
<terminal x="192" y="220" orientation="s"/>
<terminal x="204" y="220" orientation="s"/>
<terminal x="140" y="220" orientation="s"/>
<terminal x="229" y="220" orientation="s"/>
<terminal x="217" y="220" orientation="s"/>
<terminal x="152" y="220" orientation="s"/>
<terminal x="179" y="220" orientation="s"/>
<terminal x="166" y="220" orientation="s"/>
<terminal x="168" y="5" orientation="n"/>
<terminal x="180" y="5" orientation="n"/>
<terminal x="153" y="5" orientation="n"/>
<terminal x="142" y="5" orientation="n"/>
<terminal x="208" y="5" orientation="n"/>
<terminal x="234" y="5" orientation="n"/>
<terminal x="16.92" y="249.31" orientation="s"/>
<terminal x="65" y="155" orientation="s"/>
<terminal x="65" y="210" orientation="s"/>
<terminal x="35" y="249.31" orientation="s"/>
<terminal x="113" y="220" orientation="s"/>
<terminal x="245" y="220" orientation="s"/>
<terminal x="260" y="220" orientation="s"/>
<terminal x="272" y="220" orientation="s"/>
<terminal x="285" y="220" orientation="s"/>
<terminal x="298" y="220" orientation="s"/>
<terminal x="310" y="220" orientation="s"/>
<terminal x="320" y="220" orientation="s"/>
<terminal x="335" y="220" orientation="s"/>
<terminal x="350" y="220" orientation="s"/>
<terminal x="365" y="220" orientation="s"/>
</description>
</definition>

View File

@@ -1,193 +0,0 @@
<definition version="0.80" type="element" orientation="dyyy" height="190" width="650" link_type="simple" hotspot_x="565" hotspot_y="44">
<uuid uuid="{6de8a900-bd5c-474f-8f0f-8c7e6a3907cb}"/>
<names>
<name lang="fr">Automate Schneider TM221CE16R</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="56" height="10" width="8" y="-24" antialias="true" start="180" angle="-180"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-542" x2="-542" y2="40" antialias="false" length1="1.5" y1="35" length2="1.5"/>
<text color="#000000" x="56" y="6" text="I8" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-542" x2="-542" y2="-30" antialias="false" length1="1.5" y1="-35" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="60" x2="60" y2="-10" antialias="false" length1="1.5" y1="-20" length2="1.5"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-454" height="10" width="8" y="114" antialias="true" start="-180" angle="180"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-532" x2="-532" y2="40" antialias="false" length1="1.5" y1="35" length2="1.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="55" rx="0" height="10" width="10" y="-40" antialias="false" ry="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="60" x2="60" y2="-30" antialias="false" length1="1.5" y1="-24" length2="1.5"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-344" height="10" width="8" y="-24" antialias="true" start="180" angle="-180"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-538" x2="-538" y2="40" antialias="false" length1="1.5" y1="35" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-540" x2="-540" y2="40" antialias="false" length1="1.5" y1="35" length2="1.5"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-394" height="10" width="8" y="-24" antialias="true" start="180" angle="-180"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-344" height="10" width="8" y="114" antialias="true" start="-180" angle="180"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-534" x2="-534" y2="40" antialias="false" length1="1.5" y1="35" length2="1.5"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-404" height="10" width="8" y="114" antialias="true" start="-180" angle="180"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-536" x2="-536" y2="40" antialias="false" length1="1.5" y1="35" length2="1.5"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-114" height="10" width="8" y="114" antialias="true" start="-180" angle="180"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-546" x2="-546" y2="40" antialias="false" length1="1.5" y1="35" length2="1.5"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-164" height="10" width="8" y="114" antialias="true" start="-180" angle="180"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-532" x2="-532" y2="-30" antialias="false" length1="1.5" y1="-35" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-544" x2="-544" y2="40" antialias="false" length1="1.5" y1="35" length2="1.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-548" rx="0" height="12" width="18" y="35" antialias="false" ry="0"/>
<text color="#000000" x="-460" y="105" text="COM0" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text color="#000000" x="-442.818" y="4.7663" text="0V" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text color="#000000" x="-294" y="6" text="I1" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-214" height="10" width="8" y="114" antialias="true" start="-180" angle="180"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-284" height="10" width="8" y="114" antialias="true" start="-180" angle="180"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-538" x2="-538" y2="-30" antialias="false" length1="1.5" y1="-35" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-560" x2="80" y2="80" antialias="false" length1="1.5" y1="80" length2="1.5"/>
<text color="#000000" x="-540" y="105" text="L/230V" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text color="#000000" x="-345" y="105" text="Q1" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="6" height="10" width="8" y="114" antialias="true" start="-180" angle="180"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-504" height="10" width="8" y="-24" antialias="true" start="180" angle="-180"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-504.339" height="10" width="8" y="114" antialias="true" start="-180" angle="180"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-540" x2="-540" y2="-30" antialias="false" length1="1.5" y1="-35" length2="1.5"/>
<text color="#000000" x="-405" y="105" text="Q0" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-390" x2="-390" y2="-10" antialias="false" length1="1.5" y1="-20" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-340" x2="-340" y2="-10" antialias="false" length1="1.5" y1="-20" length2="1.5"/>
<text color="#000000" x="-478" y="5" text="24V" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text color="#000000" x="-215" y="105" text="Q3" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text color="#000000" x="-285" y="105" text="Q2" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text color="#000000" x="-170" y="105" text="COM1" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-534" x2="-534" y2="-30" antialias="false" length1="1.5" y1="-35" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-536" x2="-536" y2="-30" antialias="false" length1="1.5" y1="-35" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-450" x2="-450" y2="120" antialias="false" length1="1.5" y1="110" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-500" x2="-500" y2="-10" antialias="false" length1="1.5" y1="-20" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-400" x2="-400" y2="120" antialias="false" length1="1.5" y1="110" length2="1.5"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-534" height="10" width="8" y="114" antialias="true" start="-180" angle="180"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-340" x2="-340" y2="120" antialias="false" length1="1.5" y1="110" length2="1.5"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-54" height="10" width="8" y="114" antialias="true" start="-180" angle="180"/>
<text color="#000000" x="-343" y="4" text="I0" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-160" x2="-160" y2="120" antialias="false" length1="1.5" y1="110" length2="1.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-395" rx="0" height="10" width="10" y="-40" antialias="false" ry="0"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-345" rx="0" height="10" width="10" y="-40" antialias="false" ry="0"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-455" rx="0" height="10" width="10" y="130" antialias="false" ry="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-210" x2="-210" y2="120" antialias="false" length1="1.5" y1="110" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-280" x2="-280" y2="120" antialias="false" length1="1.5" y1="110" length2="1.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-345" rx="0" height="10" width="10" y="130" antialias="false" ry="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-450" x2="-450" y2="124" antialias="false" length1="1.5" y1="130" length2="1.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-165" rx="0" height="10" width="10" y="130" antialias="false" ry="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-390" x2="-390" y2="-30" antialias="false" length1="1.5" y1="-24" length2="1.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-215" rx="0" height="10" width="10" y="130" antialias="false" ry="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-340" x2="-340" y2="-30" antialias="false" length1="1.5" y1="-24" length2="1.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-285" rx="0" height="10" width="10" y="130" antialias="false" ry="0"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-405" rx="0" height="10" width="10" y="130" antialias="false" ry="0"/>
<text color="#000000" x="5" y="105" text="Q6" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-505" rx="0" height="10" width="10" y="-40" antialias="false" ry="0"/>
<text color="#000000" x="-511" y="105" text="N/230V&#xa;" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-500" x2="-500" y2="-30" antialias="false" length1="1.5" y1="-24" length2="1.5"/>
<text color="#000000" x="-115" y="105" text="Q4" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-530" x2="-530" y2="120" antialias="false" length1="1.5" y1="110" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-160" x2="-160" y2="124" antialias="false" length1="1.5" y1="130" length2="1.5"/>
<dynamic_text x="-550" Halignment="AlignLeft" Valignment="AlignTop" y="35" z="69" rotation="0" uuid="{d0bedb19-0b9d-4f13-b058-d21ef8e2bdf8}" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-210" x2="-210" y2="124" antialias="false" length1="1.5" y1="130" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-280" x2="-280" y2="124" antialias="false" length1="1.5" y1="130" length2="1.5"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-194" height="10" width="8" y="-24" antialias="true" start="180" angle="-180"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-340" x2="-340" y2="124" antialias="false" length1="1.5" y1="130" length2="1.5"/>
<dynamic_text x="-556.532" Halignment="AlignLeft" Valignment="AlignTop" y="-21.9571" z="73" rotation="0" uuid="{4313171d-a362-41fc-a8e3-1816f3d6294a}" text_from="UserText" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" frame="false">
<text>Serial 1</text>
</dynamic_text>
<dynamic_text x="-557.498" Halignment="AlignLeft" Valignment="AlignTop" y="47.3679" z="73" rotation="0" uuid="{4313171d-a362-41fc-a8e3-1816f3d6294a}" text_from="UserText" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" frame="false">
<text>Ethernet</text>
</dynamic_text>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-400" x2="-400" y2="124" antialias="false" length1="1.5" y1="130" length2="1.5"/>
<text color="#000000" x="-55" y="105" text="Q5" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-500.339" x2="-500.339" y2="120" antialias="false" length1="1.5" y1="110" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-50" x2="-50" y2="120" antialias="false" length1="1.5" y1="110" length2="1.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-535" rx="0" height="10" width="10" y="130" antialias="false" ry="0"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="6" height="10" width="8" y="-24" antialias="true" start="180" angle="-180"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-110" x2="-110" y2="120" antialias="false" length1="1.5" y1="110" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-530" x2="-530" y2="124" antialias="false" length1="1.5" y1="130" length2="1.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-505.339" rx="0" height="10" width="10" y="130" antialias="false" ry="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="10" x2="10" y2="120" antialias="false" length1="1.5" y1="110" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-500.339" x2="-500.339" y2="124" antialias="false" length1="1.5" y1="130" length2="1.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-55" rx="0" height="10" width="10" y="130" antialias="false" ry="0"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-94" height="10" width="8" y="-24" antialias="true" start="180" angle="-180"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-115" rx="0" height="10" width="10" y="130" antialias="false" ry="0"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="5" rx="0" height="10" width="10" y="130" antialias="false" ry="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="10" x2="10" y2="124" antialias="false" length1="1.5" y1="130" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-50" x2="-50" y2="124" antialias="false" length1="1.5" y1="130" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-110" x2="-110" y2="124" antialias="false" length1="1.5" y1="130" length2="1.5"/>
<text color="#000000" x="-244" y="6" text="I2" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-44" height="10" width="8" y="-24" antialias="true" start="180" angle="-180"/>
<text color="#000000" x="-430" y="50" text="Schneider TM221CE16R" rotation="0" font="Sans Serif,11,-1,5,50,0,0,0,0,0"/>
<text color="#000000" x="-194" y="6" text="I3" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text color="#000000" x="6" y="6" text="I7" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text color="#000000" x="-144" y="6" text="I4" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text color="#000000" x="-44" y="6" text="I6" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text color="#000000" x="-94" y="6" text="I5" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-144" height="10" width="8" y="-24" antialias="true" start="180" angle="-180"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-474" height="10" width="8" y="-24" antialias="true" start="180" angle="-180"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-244" height="10" width="8" y="-24" antialias="true" start="180" angle="-180"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-294" height="10" width="8" y="-24" antialias="true" start="180" angle="-180"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-560" rx="0" height="180" width="640" y="-40" antialias="false" ry="0"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-444" height="10" width="8" y="-24" antialias="true" start="180" angle="-180"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-290" x2="-290" y2="-10" antialias="false" length1="1.5" y1="-20" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-40" x2="-40" y2="-10" antialias="false" length1="1.5" y1="-20" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-440" x2="-440" y2="-10" antialias="false" length1="1.5" y1="-20" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-140" x2="-140" y2="-10" antialias="false" length1="1.5" y1="-20" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-470" x2="-470" y2="-10" antialias="false" length1="1.5" y1="-20" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="10" x2="10" y2="-10" antialias="false" length1="1.5" y1="-20" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-190" x2="-190" y2="-10" antialias="false" length1="1.5" y1="-20" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-90" x2="-90" y2="-10" antialias="false" length1="1.5" y1="-20" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-240" x2="-240" y2="-10" antialias="false" length1="1.5" y1="-20" length2="1.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-475" rx="0" height="10" width="10" y="-40" antialias="false" ry="0"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-445" rx="0" height="10" width="10" y="-40" antialias="false" ry="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-560" x2="80" y2="20" antialias="false" length1="1.5" y1="20" length2="1.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="5" rx="0" height="10" width="10" y="-40" antialias="false" ry="0"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-45" rx="0" height="10" width="10" y="-40" antialias="false" ry="0"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-195" rx="0" height="10" width="10" y="-40" antialias="false" ry="0"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-95" rx="0" height="10" width="10" y="-40" antialias="false" ry="0"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-145" rx="0" height="10" width="10" y="-40" antialias="false" ry="0"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-245" rx="0" height="10" width="10" y="-40" antialias="false" ry="0"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-295" rx="0" height="10" width="10" y="-40" antialias="false" ry="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="10" x2="10" y2="-30" antialias="false" length1="1.5" y1="-24" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-140" x2="-140" y2="-30" antialias="false" length1="1.5" y1="-24" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-40" x2="-40" y2="-30" antialias="false" length1="1.5" y1="-24" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-440" x2="-440" y2="-30" antialias="false" length1="1.5" y1="-24" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-240" x2="-240" y2="-30" antialias="false" length1="1.5" y1="-24" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-90" x2="-90" y2="-30" antialias="false" length1="1.5" y1="-24" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-290" x2="-290" y2="-30" antialias="false" length1="1.5" y1="-24" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-470" x2="-470" y2="-30" antialias="false" length1="1.5" y1="-24" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-190" x2="-190" y2="-30" antialias="false" length1="1.5" y1="-24" length2="1.5"/>
<text color="#000000" x="-401" y="5" text="COM" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-546" x2="-546" y2="-30" antialias="false" length1="1.5" y1="-35" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-544" x2="-544" y2="-30" antialias="false" length1="1.5" y1="-35" length2="1.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-548" rx="0" height="12" width="18" y="-35" antialias="false" ry="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-506" x2="-494" y2="-4" antialias="false" length1="1.5" y1="-4" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-504" x2="-496" y2="-2" antialias="false" length1="1.5" y1="-2" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-502" x2="-498" y2="0" antialias="false" length1="1.5" y1="0" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-90" x2="-90" y2="80" antialias="false" length1="1.5" y1="20" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-510" x2="-510" y2="80" antialias="false" length1="1.5" y1="-40" length2="1.5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" x1="-460" x2="-460" y2="80" antialias="false" length1="1.5" y1="20" length2="1.5"/>
<terminal orientation="n" x="60" y="-40"/>
<terminal orientation="n" x="-90" y="-40"/>
<terminal orientation="n" x="-340" y="-40"/>
<terminal orientation="s" x="-210" y="140"/>
<terminal orientation="n" x="-540" y="-35"/>
<terminal orientation="n" x="10" y="-40"/>
<terminal orientation="n" x="-140" y="-40"/>
<terminal orientation="n" x="-190" y="-40"/>
<terminal orientation="s" x="-160" y="140"/>
<terminal orientation="s" x="-280" y="140"/>
<terminal orientation="s" x="-530" y="140"/>
<terminal orientation="n" x="-440" y="-40"/>
<terminal orientation="n" x="-540" y="35"/>
<terminal orientation="n" x="-240" y="-40"/>
<terminal orientation="n" x="-470" y="-40"/>
<terminal orientation="n" x="-500" y="-40"/>
<terminal orientation="s" x="-500.339" y="140"/>
<terminal orientation="n" x="-40" y="-40"/>
<terminal orientation="s" x="-400" y="140"/>
<terminal orientation="s" x="10" y="140"/>
<terminal orientation="s" x="-50" y="140"/>
<terminal orientation="n" x="-290" y="-40"/>
<terminal orientation="n" x="-390" y="-40"/>
<terminal orientation="s" x="-340" y="140"/>
<terminal orientation="s" x="-110" y="140"/>
<terminal orientation="s" x="-450" y="140"/>
</description>
</definition>

View File

@@ -1,197 +0,0 @@
<definition width="380" version="0.70" hotspot_x="190" link_type="simple" height="270" hotspot_y="164" type="element" orientation="dyyy">
<uuid uuid="{2a3df275-ab99-441b-85fb-a08072ab0d6d}"/>
<names>
<name lang="en">HMI3GU</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<ellipse width="3.33185" y="91.2148" x="153.584" style="line-style:normal;line-weight:normal;filling:none;color:black" height="3.93623" antialias="false"/>
<ellipse width="4.2" y="8.5462" x="-36.0125" style="line-style:normal;line-weight:normal;filling:none;color:black" height="4.20628" antialias="false"/>
<ellipse width="3.33185" y="84.6544" x="119.52" style="line-style:normal;line-weight:normal;filling:none;color:black" height="3.93623" antialias="false"/>
<text y="70.4839" x="51.463" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" text="COM 1 (RS485)"/>
<text y="70.754" x="-5.05" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" text="Ethernet 2"/>
<text y="-101.246" x="171.15" rotation="270" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" text="SD CARD "/>
<text y="-4.3045" x="-75.8375" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" text="rUSB3"/>
<text y="70.4839" x="-52.7125" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" text="Ethernet 1"/>
<text y="-79.093" x="91.875" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" text="AUX"/>
<text y="70.4839" x="130.313" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" text="COM 2"/>
<line x2="-35.7812" length1="1.5" end2="none" y2="83.6047" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-35.7812" end1="none" antialias="false"/>
<line x2="-32.0078" length1="1.5" end2="none" y2="85.5728" length2="1.5" y1="85.5728" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-47.1016" end1="none" antialias="false"/>
<ellipse width="4.2" y="-9.3305" x="-35.4875" style="line-style:normal;line-weight:normal;filling:none;color:black" height="4.20628" antialias="false"/>
<ellipse width="4.97289" y="85.7696" x="168.69" style="line-style:normal;line-weight:normal;filling:none;color:black" height="5.24831" antialias="false"/>
<ellipse width="3.33185" y="84.6544" x="129.068" style="line-style:normal;line-weight:normal;filling:none;color:black" height="3.93623" antialias="false"/>
<ellipse width="3.33185" y="84.6544" x="138.617" style="line-style:normal;line-weight:normal;filling:none;color:black" height="3.93623" antialias="false"/>
<ellipse width="3.33185" y="84.6544" x="148.114" style="line-style:normal;line-weight:normal;filling:none;color:black" height="3.93623" antialias="false"/>
<ellipse width="3.33185" y="84.6544" x="157.712" style="line-style:normal;line-weight:normal;filling:none;color:black" height="3.93623" antialias="false"/>
<line x2="-37.2906" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-37.2906" end1="none" antialias="false"/>
<line x2="-39.7811" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-39.7811" end1="none" antialias="false"/>
<ellipse width="3.33185" y="91.2148" x="143.241" style="line-style:normal;line-weight:normal;filling:none;color:black" height="3.93623" antialias="false"/>
<line x2="-38.0453" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-38.0453" end1="none" antialias="false"/>
<ellipse width="3.33185" y="91.2148" x="132.897" style="line-style:normal;line-weight:normal;filling:none;color:black" height="3.93623" antialias="false"/>
<text y="-126.952" x="86.625" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" text="STATUS"/>
<arc y="77.438" width="30.1956" x="137.257" start="270" angle="90" style="line-style:normal;line-weight:thin;filling:none;color:black" height="20.9932" antialias="true"/>
<rect y="61.2994" width="39.375" rx="0" x="-58.75" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" height="13.1208" antialias="false"/>
<arc y="79.7997" width="19.8916" x="112.795" start="90" angle="89.125" style="line-style:normal;line-weight:thin;filling:none;color:black" height="16.2698" antialias="true"/>
<rect y="61.2994" width="39.375" rx="0" x="-10.5625" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" height="13.1208" antialias="false"/>
<rect y="61.2994" width="52.5" rx="0" x="43.688" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" height="13.1208" antialias="false"/>
<rect y="87.2289" width="16.8394" rx="0" x="-108.7" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0" height="7.43948" antialias="false"/>
<arc y="81.3742" width="12.4322" x="102.805" start="180" angle="90" style="line-style:normal;line-weight:thin;filling:none;color:black" height="13.1208" antialias="true"/>
<arc y="81.3742" width="12.4322" x="164.966" start="0" angle="90" style="line-style:normal;line-weight:thin;filling:none;color:black" height="13.1208" antialias="true"/>
<rect y="-13.489" width="39.375" rx="0" x="-87.125" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" height="13.1208" antialias="false"/>
<arc y="81.3742" width="12.4322" x="164.966" start="270" angle="90" style="line-style:normal;line-weight:thin;filling:none;color:black" height="13.1208" antialias="true"/>
<arc y="8.1078" width="4.48875" x="-68.0569" start="270" angle="90" style="line-style:normal;line-weight:thin;filling:none;color:black" height="4.64475" antialias="true"/>
<line x2="171.337" length1="1.5" end2="none" y2="81.3742" length2="1.5" y1="81.3742" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="162.635" end1="none" antialias="false"/>
<ellipse width="0.967122" y="-70.391" x="6.0164" style="line-style:normal;line-weight:normal;filling:none;color:black" height="1.92072" antialias="false"/>
<ellipse width="0.967122" y="-70.391" x="18.5889" style="line-style:normal;line-weight:normal;filling:none;color:black" height="1.92072" antialias="false"/>
<ellipse width="0.967122" y="-70.391" x="10.2072" style="line-style:normal;line-weight:normal;filling:none;color:black" height="1.92072" antialias="false"/>
<ellipse width="0.967122" y="-70.391" x="14.3981" style="line-style:normal;line-weight:normal;filling:none;color:black" height="1.92072" antialias="false"/>
<rect y="61.2994" width="65.625" rx="0" x="106.688" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" height="13.1208" antialias="false"/>
<ellipse width="0.967122" y="-70.391" x="22.7799" style="line-style:normal;line-weight:normal;filling:none;color:black" height="1.92072" antialias="false"/>
<ellipse width="0.967122" y="-70.391" x="26.9707" style="line-style:normal;line-weight:normal;filling:none;color:black" height="1.92072" antialias="false"/>
<ellipse width="4.2" y="8.5462" x="-24.9875" style="line-style:normal;line-weight:normal;filling:none;color:black" height="4.20628" antialias="false"/>
<ellipse width="4.2" y="0.1337" x="-39.6875" style="line-style:normal;line-weight:normal;filling:none;color:black" height="4.20628" antialias="false"/>
<ellipse width="4.2" y="0.1337" x="-20.7875" style="line-style:normal;line-weight:normal;filling:none;color:black" height="4.20628" antialias="false"/>
<ellipse width="3.33185" y="91.2148" x="123.797" style="line-style:normal;line-weight:normal;filling:none;color:black" height="3.93623" antialias="false"/>
<line x2="116.139" length1="1.5" end2="none" y2="94.495" length2="1.5" y1="94.495" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="108.803" end1="none" antialias="false"/>
<line x2="17.8203" length1="1.5" end2="none" y2="85.5728" length2="1.5" y1="85.5728" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="2.7266" end1="none" antialias="false"/>
<line x2="-41.5169" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-41.5169" end1="none" antialias="false"/>
<line x2="-40.6112" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-40.6112" end1="none" antialias="false"/>
<line x2="76.992" length1="1.5" end2="none" y2="85.5728" length2="1.5" y1="85.5728" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="61.898" end1="none" antialias="false"/>
<line x2="-38.9509" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-38.9509" end1="none" antialias="false"/>
<line x2="-36.5359" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-36.5359" end1="none" antialias="false"/>
<line x2="-65.55" length1="1.5" end2="none" y2="12.7525" length2="1.5" y1="12.7525" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-72.7031" end1="none" antialias="false"/>
<line x2="-35.7812" length1="1.5" end2="none" y2="90.1651" length2="1.5" y1="90.1651" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-33.5172" end1="none" antialias="false"/>
<line x2="-42.4225" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-42.4225" end1="none" antialias="false"/>
<rect y="-161.754" width="367.5" rx="0" x="-183.75" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" height="262.416" antialias="false"/>
<line x2="-33.5172" length1="1.5" end2="none" y2="90.1651" length2="1.5" y1="86.8849" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-33.5172" end1="none" antialias="false"/>
<line x2="172.084" length1="1.5" end2="none" y2="94.495" length2="1.5" y1="94.495" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="163.878" end1="none" antialias="false"/>
<text y="-106.647" x="98.6" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" text="CARD ACCESS"/>
<rect y="95.4134" width="4.52813" rx="0" x="-32.7625" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0" height="2.62416" antialias="false"/>
<line x2="-35.7812" length1="1.5" end2="none" y2="94.1013" length2="1.5" y1="90.1651" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-35.7812" end1="none" antialias="false"/>
<line x2="14.0469" length1="1.5" end2="none" y2="83.6047" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="14.0469" end1="none" antialias="false"/>
<line x2="73.219" length1="1.5" end2="none" y2="83.6047" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="73.219" end1="none" antialias="false"/>
<rect y="61.2994" width="39.375" rx="0" x="-119.938" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" height="13.1208" antialias="false"/>
<rect y="84.6047" width="22.05" rx="0" x="-111.325" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0" height="12.4647" antialias="false"/>
<line x2="-91.9" length1="1.5" end2="none" y2="89.853" length2="1.5" y1="89.853" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-108.7" end1="none" antialias="false"/>
<rect y="95.4134" width="4.52813" rx="0" x="17.0656" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0" height="2.62416" antialias="false"/>
<rect y="95.4134" width="4.52812" rx="0" x="76.238" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0" height="2.62416" antialias="false"/>
<text y="70.754" x="-113.9" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" text="USB1 USB2"/>
<line x2="12.5375" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="12.5375" end1="none" antialias="false"/>
<line x2="71.709" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="71.709" end1="none" antialias="false"/>
<line x2="9.2169" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="9.2169" end1="none" antialias="false"/>
<line x2="68.389" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="68.389" end1="none" antialias="false"/>
<line x2="10.8772" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="10.8772" end1="none" antialias="false"/>
<line x2="13.2922" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.2922" end1="none" antialias="false"/>
<line x2="70.049" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="70.049" end1="none" antialias="false"/>
<text y="72.4839" x="-162.75" rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" text="24"/>
<line x2="14.0469" length1="1.5" end2="none" y2="90.1651" length2="1.5" y1="90.1651" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="16.3109" end1="none" antialias="false"/>
<line x2="72.464" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="72.464" end1="none" antialias="false"/>
<line x2="73.219" length1="1.5" end2="none" y2="90.1651" length2="1.5" y1="90.1651" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="75.483" end1="none" antialias="false"/>
<line x2="7.4056" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="7.4056" end1="none" antialias="false"/>
<line x2="16.3109" length1="1.5" end2="none" y2="90.1651" length2="1.5" y1="86.8849" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="16.3109" end1="none" antialias="false"/>
<line x2="-154.718" length1="1.5" end2="none" y2="76.1182" length2="1.5" y1="76.1182" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-165.956" end1="none" antialias="false"/>
<line x2="66.578" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="66.578" end1="none" antialias="false"/>
<line x2="75.483" length1="1.5" end2="none" y2="90.1651" length2="1.5" y1="86.8849" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="75.483" end1="none" antialias="false"/>
<text y="77.4202" x="-150.938" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" text="DC In"/>
<line x2="14.0469" length1="1.5" end2="none" y2="94.1013" length2="1.5" y1="90.1651" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="14.0469" end1="none" antialias="false"/>
<line x2="10.0464" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="10.0464" end1="none" antialias="false"/>
<line x2="73.219" length1="1.5" end2="none" y2="94.1013" length2="1.5" y1="90.1651" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="73.219" end1="none" antialias="false"/>
<line x2="8.3113" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.3113" end1="none" antialias="false"/>
<line x2="69.219" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="69.219" end1="none" antialias="false"/>
<text y="83.754" x="-162.75" rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" text="0V"/>
<line x2="67.483" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="67.483" end1="none" antialias="false"/>
<line x2="11.7828" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="11.7828" end1="none" antialias="false"/>
<arc y="77.438" width="30.1979" x="112.726" start="180" angle="90" style="line-style:normal;line-weight:thin;filling:none;color:black" height="20.9932" antialias="true"/>
<text y="60.6752" x="-162.75" rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" text="PE"/>
<line x2="14.0469" length1="1.5" end2="none" y2="94.1013" length2="1.5" y1="94.1013" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="6.5" end1="none" antialias="false"/>
<line x2="70.955" length1="1.5" end2="none" y2="82.9487" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="70.955" end1="none" antialias="false"/>
<line x2="73.219" length1="1.5" end2="none" y2="94.1013" length2="1.5" y1="94.1013" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="65.672" end1="none" antialias="false"/>
<rect y="78.3564" width="22.6406" rx="0" x="-1.0469" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0" height="19.6812" antialias="false"/>
<ellipse width="4.4955" y="45.2587" x="-162.865" style="line-style:normal;line-weight:thin;filling:none;color:black" height="5.18083" antialias="false"/>
<arc y="79.7997" width="19.8916" x="147.605" start="0" angle="89.125" style="line-style:normal;line-weight:thin;filling:none;color:black" height="16.2698" antialias="true"/>
<rect y="78.3564" width="22.6406" rx="0" x="58.125" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0" height="19.6812" antialias="false"/>
<ellipse width="4.4955" y="90.5685" x="-162.865" style="line-style:normal;line-weight:thin;filling:none;color:black" height="5.18083" antialias="false"/>
<rect y="95.4134" width="4.52812" rx="0" x="-1.0469" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0" height="2.62416" antialias="false"/>
<line x2="6.5" length1="1.5" end2="none" y2="94.1013" length2="1.5" y1="90.1651" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="6.5" end1="none" antialias="false"/>
<line x2="-154.567" length1="1.5" end2="none" y2="64.1963" length2="1.5" y1="64.1963" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-165.805" end1="none" antialias="false"/>
<ellipse width="7.44227" y="-124.436" x="86.707" style="line-style:normal;line-weight:thin;filling:green;color:black" height="8.97461" antialias="false"/>
<rect y="95.4134" width="4.52813" rx="0" x="58.125" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0" height="2.62416" antialias="false"/>
<line x2="-154.718" length1="1.5" end2="none" y2="88.1046" length2="1.5" y1="88.1046" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-165.956" end1="none" antialias="false"/>
<line x2="65.672" length1="1.5" end2="none" y2="94.1013" length2="1.5" y1="90.1651" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="65.672" end1="none" antialias="false"/>
<line x2="4.2359" length1="1.5" end2="none" y2="90.1651" length2="1.5" y1="90.1651" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="6.5" end1="none" antialias="false"/>
<line x2="4.2359" length1="1.5" end2="none" y2="90.1651" length2="1.5" y1="86.8849" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="4.2359" end1="none" antialias="false"/>
<line x2="-154.718" length1="1.5" end2="none" y2="52.1683" length2="1.5" y1="52.1683" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-165.956" end1="none" antialias="false"/>
<line x2="63.408" length1="1.5" end2="none" y2="90.1651" length2="1.5" y1="90.1651" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="65.672" end1="none" antialias="false"/>
<line x2="16.3109" length1="1.5" end2="none" y2="86.8849" length2="1.5" y1="86.8849" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="4.2359" end1="none" antialias="false"/>
<line x2="63.408" length1="1.5" end2="none" y2="90.1651" length2="1.5" y1="86.8849" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="63.408" end1="none" antialias="false"/>
<ellipse width="7.44227" y="-124.436" x="123.456" style="line-style:normal;line-weight:thin;filling:green;color:black" height="8.97461" antialias="false"/>
<rect y="81.6366" width="15.0938" rx="0" x="2.7266" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0" height="5.24831" antialias="false"/>
<line x2="93.219" length1="1.5" end2="none" y2="-117.143" length2="1.5" y1="-122.752" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="87.637" end1="none" antialias="false"/>
<arc y="81.3742" width="12.4322" x="102.805" start="90" angle="90" style="line-style:normal;line-weight:thin;filling:none;color:black" height="13.1208" antialias="true"/>
<line x2="75.483" length1="1.5" end2="none" y2="86.8849" length2="1.5" y1="86.8849" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="63.408" end1="none" antialias="false"/>
<line x2="-159.494" length1="1.5" end2="none" y2="90.8919" length2="1.5" y1="94.7775" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-162.304" end1="none" antialias="false"/>
<line x2="6.5" length1="1.5" end2="none" y2="83.6047" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="6.5" end1="none" antialias="false"/>
<rect y="81.6366" width="15.0937" rx="0" x="61.898" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0" height="5.24831" antialias="false"/>
<line x2="-159.494" length1="1.5" end2="none" y2="45.5825" length2="1.5" y1="49.4681" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-162.304" end1="none" antialias="false"/>
<ellipse width="4.97289" y="85.7696" x="106.528" style="line-style:normal;line-weight:normal;filling:none;color:black" height="5.24831" antialias="false"/>
<line x2="65.672" length1="1.5" end2="none" y2="83.6047" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="65.672" end1="none" antialias="false"/>
<line x2="-158.932" length1="1.5" end2="none" y2="46.23" length2="1.5" y1="50.1157" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-161.742" end1="none" antialias="false"/>
<line x2="-158.932" length1="1.5" end2="none" y2="91.5396" length2="1.5" y1="95.4252" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-161.742" end1="none" antialias="false"/>
<line x2="129.969" length1="1.5" end2="none" y2="-117.143" length2="1.5" y1="-122.752" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="124.387" end1="none" antialias="false"/>
<rect y="41.754" width="11.2388" rx="0" x="-165.75" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" height="54.5956" antialias="false"/>
<rect y="52.0017" width="8.99106" rx="0" x="-174.947" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" height="36.3566" antialias="false"/>
<ellipse width="4.4955" y="55.8172" x="-172.981" style="line-style:normal;line-weight:thin;filling:none;color:black" height="5.18083" antialias="false"/>
<line x2="93.219" length1="1.5" end2="none" y2="-122.752" length2="1.5" y1="-117.143" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="87.637" end1="none" antialias="false"/>
<line x2="-169.609" length1="1.5" end2="none" y2="56.141" length2="1.5" y1="60.0266" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-172.419" end1="none" antialias="false"/>
<line x2="-169.047" length1="1.5" end2="none" y2="56.7887" length2="1.5" y1="60.6743" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-171.856" end1="none" antialias="false"/>
<ellipse width="4.4955" y="68.8036" x="-172.981" style="line-style:normal;line-weight:thin;filling:none;color:black" height="5.18083" antialias="false"/>
<line x2="-169.609" length1="1.5" end2="none" y2="69.1274" length2="1.5" y1="73.013" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-172.419" end1="none" antialias="false"/>
<line x2="129.969" length1="1.5" end2="none" y2="-122.752" length2="1.5" y1="-117.143" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="124.387" end1="none" antialias="false"/>
<line x2="-169.047" length1="1.5" end2="none" y2="69.7749" length2="1.5" y1="73.6606" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-171.856" end1="none" antialias="false"/>
<ellipse width="4.4955" y="79.1423" x="-172.981" style="line-style:normal;line-weight:thin;filling:none;color:black" height="5.18083" antialias="false"/>
<line x2="-169.609" length1="1.5" end2="none" y2="79.4661" length2="1.5" y1="83.3517" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-172.419" end1="none" antialias="false"/>
<line x2="-169.047" length1="1.5" end2="none" y2="80.1137" length2="1.5" y1="83.9993" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-171.856" end1="none" antialias="false"/>
<line x2="-35.7812" length1="1.5" end2="none" y2="94.1013" length2="1.5" y1="94.1013" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-43.3281" end1="none" antialias="false"/>
<rect y="78.3564" width="22.6406" rx="0" x="-50.875" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0" height="19.6812" antialias="false"/>
<rect y="95.4134" width="4.52812" rx="0" x="-50.875" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0" height="2.62416" antialias="false"/>
<line x2="-43.3281" length1="1.5" end2="none" y2="94.1013" length2="1.5" y1="90.1651" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-43.3281" end1="none" antialias="false"/>
<line x2="-45.5922" length1="1.5" end2="none" y2="90.1651" length2="1.5" y1="90.1651" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-43.3281" end1="none" antialias="false"/>
<line x2="-45.5922" length1="1.5" end2="none" y2="90.1651" length2="1.5" y1="86.8849" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-45.5922" end1="none" antialias="false"/>
<line x2="-33.5172" length1="1.5" end2="none" y2="86.8849" length2="1.5" y1="86.8849" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-45.5922" end1="none" antialias="false"/>
<rect y="81.6366" width="15.0938" rx="0" x="-47.1016" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0" height="5.24831" antialias="false"/>
<line x2="-43.3281" length1="1.5" end2="none" y2="83.6047" length2="1.5" y1="81.6366" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-43.3281" end1="none" antialias="false"/>
<rect y="7.5042" width="16.8394" rx="0" x="-76.625" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0" height="7.43948" antialias="false"/>
<arc y="8.1078" width="4.48875" x="-74.6194" start="180" angle="90" style="line-style:normal;line-weight:thin;filling:none;color:black" height="4.64475" antialias="true"/>
<line x2="-63.5156" length1="1.5" end2="none" y2="10.3908" length2="1.5" y1="10.3908" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-74.6062" end1="none" antialias="false"/>
<rect y="4.8801" width="22.05" rx="0" x="-79.25" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0" height="12.4647" antialias="false"/>
<line x2="158.905" length1="1.5" end2="none" y2="79.6685" length2="1.5" y1="79.6685" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="121.609" end1="none" antialias="false"/>
<line x2="152.565" length1="1.5" end2="none" y2="98.3656" length2="1.5" y1="98.3656" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="127.825" end1="none" antialias="false"/>
<line x2="116.636" length1="1.5" end2="none" y2="81.3742" length2="1.5" y1="81.3742" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="107.933" end1="none" antialias="false"/>
<rect y="35.0578" width="52.5" rx="0" x="-183.75" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" height="65.6039" antialias="false"/>
<polygon x2="133.875" y6="-69.908" y7="-135.512" y3="-109.271" x5="147" y2="-135.512" x3="133.875" x4="147" y1="-135.512" style="line-style:normal;line-weight:normal;filling:none;color:black" y4="-109.271" x6="81.375" closed="false" x1="81.375" antialias="false" y5="-69.908" x7="81.375"/>
<rect y="-88.277" width="26.25" rx="0" x="85.313" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0" height="13.1208" antialias="false"/>
<rect y="-125.016" width="79.5189" rx="0" x="-6.0189" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" height="68.228" antialias="false"/>
<rect y="-76.153" width="33.5269" rx="0" x="-1.7206" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0" height="12.8049" antialias="false"/>
<ellipse width="21.4917" y="-85.653" x="43.412" style="line-style:normal;line-weight:normal;filling:none;color:black" height="26.2416" antialias="false"/>
<ellipse width="0.967122" y="-70.391" x="1.8256" style="line-style:normal;line-weight:normal;filling:none;color:black" height="1.92072" antialias="false"/>
<rect y="-88.277" width="38.6794" rx="0" x="-3.8719" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" height="28.8657" antialias="false"/>
<rect y="-161.754" width="26.25" rx="0" x="157.5" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" height="170.57" antialias="false"/>
<ellipse width="6.3" y="-0.9179" x="-31.2875" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6.30944" antialias="false"/>
<ellipse width="4.2" y="-9.3305" x="-24.9875" style="line-style:normal;line-weight:normal;filling:none;color:black" height="4.20628" antialias="false"/>
<rect y="-161.754" width="65.625" rx="0" x="-76.125" style="line-style:normal;line-weight:normal;filling:green;color:black" ry="0" height="26.2416" antialias="false"/>
<text y="-143.073" x="-53.025" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" text="LOCK"/>
<rect y="-153.881" width="39.375" rx="0" x="-61.6875" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0" height="13.1208" antialias="false"/>
<text y="-142.246" x="-175.35" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" text="HMIG3U"/>
<rect y="-161.754" width="65.625" rx="0" x="-183.75" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" height="26.2416" antialias="false"/>
<terminal y="80" x="-175.75" orientation="w"/>
<terminal y="101.66" x="-100" orientation="s"/>
<terminal y="101.75" x="70" orientation="s"/>
<terminal y="70" x="-175.75" orientation="w"/>
<terminal y="60" x="-176" orientation="w"/>
<terminal y="101.75" x="140" orientation="s"/>
<terminal y="101.75" x="-40" orientation="s"/>
<terminal y="101.75" x="10" orientation="s"/>
<terminal y="21.94" x="-70" orientation="s"/>
</description>
</definition>

View File

@@ -1,142 +0,0 @@
<definition version="0.70" width="70" type="element" height="250" hotspot_x="45" hotspot_y="125" link_type="simple" orientation="dyyy">
<uuid uuid="{628fbd7d-511d-4d09-9c3d-a7c0156175fd}"/>
<names>
<name lang="en">BMXAMI0410</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="57.83"/>
<arc start="270" antialias="true" width="8.56262" height="13.8273" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="68.1045" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="4.82"/>
<line x2="-25.537" antialias="false" end1="none" y2="95.45" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.93" length1="1.5" end2="none" x1="-25.537" length2="1.5"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="85.19"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="31.325"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-21.685"/>
<arc start="270" antialias="true" width="8.56262" height="13.8273" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-38.9138" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="14.5954" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="45.005"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-8.005"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-34.51"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="18.5"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="71.51"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="46.841" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="6.72228" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-32.1994" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="50.99"/>
<line x2="6.82354" antialias="false" end1="none" y2="86.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="86.9" length1="1.5" end2="none" x1="-2.32184" length2="1.5"/>
<ellipse antialias="false" width="7.0349" height="8.55" x="-24.8335" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-49.045"/>
<line x2="-16.3916" antialias="false" end1="none" y2="-37.93" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.93" length1="1.5" end2="none" x1="-25.537" length2="1.5"/>
<ellipse antialias="false" width="7.0349" height="8.55" x="-0.914856" style="line-style:normal;line-weight:normal;filling:none;color:black" y="91.175"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-2.02"/>
<line x2="-16.3916" antialias="false" end1="none" y2="95.45" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="95.45" length1="1.5" end2="none" x1="-25.537" length2="1.5"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="41.3501" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="20.2624" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-12.1592" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="60.381" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-19.8563" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-37.7168" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="78.35"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="24.485"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-28.525"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="73.491" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="33.3725" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8273" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="68.1045" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="14.5954" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-6.7461" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-45.6678" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-25.5365" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="38.165"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-14.845"/>
<text text="16" x="-36.0894" y="-80.68" size="3"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-41.35"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="41.3501" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-12.1592" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-25.5365" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="11.66"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="64.67"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="33.4443" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-45.596" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-6.67445" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="73.5629" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="54.7274" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="20.334" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="1.21814" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="60.4527" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-18.5876" angle="90"/>
<ellipse antialias="false" width="5.62792" height="6.84" x="4.71307" style="line-style:normal;line-weight:thin;filling:green;color:black" y="-110.177"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="6.794" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="46.9127" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="1.21814" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-32.1278" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="54.7274" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="27.9727" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="81.4819" angle="90"/>
<text text="08" x="-36.0894" y="-88.375" size="3"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="27.9727" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="81.4819" angle="90"/>
<text text="07" x="13.155" y="-95.215" size="3"/>
<text text="06" x="6.12005" y="-95.215" size="3"/>
<text text="24" x="-36.0894" y="-72.985" size="3"/>
<text text="05" x="-0.914856" y="-95.215" size="3"/>
<text text="04" x="-7.9498" y="-95.215" size="3"/>
<text text="03" x="-14.9847" y="-95.215" size="3"/>
<text text="01" x="-29.0545" y="-95.215" size="3"/>
<text text="00" x="-36.0894" y="-95.215" size="3"/>
<text text="02" x="-22.0196" y="-95.215" size="3"/>
<line x2="9.6375" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="5.41656" length2="1.5"/>
<text text="10" x="-22.0196" y="-88.375" size="3"/>
<text text="18" x="-22.0196" y="-80.68" size="3"/>
<text text="26" x="-22.0196" y="-72.985" size="3"/>
<text text="25" x="-29.0545" y="-72.985" size="3"/>
<text text="09" x="-29.0545" y="-88.375" size="3"/>
<line x2="9.6375" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="5.41656" length2="1.5"/>
<text text="17" x="-29.0545" y="-80.68" size="3"/>
<text text="11" x="-14.9847" y="-88.375" size="3"/>
<text text="27" x="-14.9847" y="-72.985" size="3"/>
<text text="19" x="-14.9847" y="-80.68" size="3"/>
<text text="DL" x="11.0445" y="-104.62" size="3"/>
<text text="12" x="-7.9498" y="-88.375" size="3"/>
<text text="20" x="-7.9498" y="-80.68" size="3"/>
<text text="28" x="-7.9498" y="-72.985" size="3"/>
<text text="29" x="-0.914856" y="-72.985" size="3"/>
<text text="21" x="-0.914856" y="-80.68" size="3"/>
<text text="13" x="-0.914856" y="-88.375" size="3"/>
<text text="14" x="6.12005" y="-88.375" size="3"/>
<text text="22" x="6.12005" y="-80.68" size="3"/>
<ellipse antialias="false" width="5.62792" height="6.84" x="-37.4964" style="line-style:normal;line-weight:thin;filling:green;color:black" y="-110.177"/>
<text text="30" x="6.12005" y="-72.985" size="3"/>
<text text="23" x="13.155" y="-80.68" size="3"/>
<text text="15" x="13.155" y="-88.375" size="3"/>
<ellipse antialias="false" width="5.62792" height="6.84" x="-9.00504" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.177"/>
<text text="31" x="13.155" y="-72.985" size="3"/>
<ellipse antialias="false" width="5.62792" height="6.84" x="-23.0748" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.177"/>
<line x2="-32.5719" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-36.7929" length2="1.5"/>
<line x2="-18.1504" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-22.3713" length2="1.5"/>
<line x2="-32.5719" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-36.7929" length2="1.5"/>
<line x2="-18.1504" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-22.3713" length2="1.5"/>
<text text="RUN" x="-31.1649" y="-104.62" size="3"/>
<text text="ERR" x="-16.7434" y="-104.62" size="3"/>
<line x2="-39.6069" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="-39.6069" length2="1.5"/>
<line x2="-4.08057" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-8.30152" length2="1.5"/>
<line x2="-4.08057" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-8.30152" length2="1.5"/>
<text text="I\O" x="-2.32184" y="-104.62" size="3"/>
<line x2="-39.6069" antialias="false" end1="none" y2="119.39" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="20.1899" length2="1.5"/>
<line x2="20.1899" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-120.01" length1="1.5" end2="none" x1="-39.6069" length2="1.5"/>
<line x2="20.1899" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="20.1899" length2="1.5"/>
<line x2="-38.1999" antialias="false" end1="none" y2="-68.71" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-68.71" length1="1.5" end2="none" x1="18.7829" length2="1.5"/>
<text text="BMXAMI0410" x="-5.83933" y="-113.075" size="3"/>
<rect antialias="false" ry="0" width="31.657" height="8.55" x="-11.4672" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" y="-120.01"/>
<line x2="-38.1999" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-68.71" length1="1.5" end2="none" x1="-38.1999" length2="1.5"/>
<line x2="18.7829" antialias="false" end1="none" y2="-68.71" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-111.46" length1="1.5" end2="none" x1="18.7829" length2="1.5"/>
<rect antialias="false" ry="0" width="35.1746" height="153.9" x="-26.944" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" y="-51.61"/>
<line x2="6.82354" antialias="false" end1="none" y2="86.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-45.625" length1="1.5" end2="none" x1="6.82354" length2="1.5"/>
<line x2="6.82354" antialias="false" end1="none" y2="-45.625" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-45.625" length1="1.5" end2="none" x1="-2.32184" length2="1.5"/>
<line x2="6.93275" antialias="false" end1="none" y2="-18.7305" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-18.7305" length1="1.5" end2="none" x1="-2.37057" length2="1.5"/>
</description>
</definition>

View File

@@ -1,165 +0,0 @@
<definition version="0.70" width="70" type="element" height="250" hotspot_x="45" hotspot_y="125" link_type="simple" orientation="dyyy">
<uuid uuid="{e35b4a41-7174-42ee-8c86-9d3423b69be0}"/>
<names>
<name lang="en">BMXAMI0800</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="37.5279" angle="90"/>
<line x2="-25.6744" antialias="false" end1="none" y2="95.45" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.93" length1="1.5" end2="none" x1="-25.6744" length2="1.5"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="68.09"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="30.47"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-38.9138" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-0.692954" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="56.6384" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="75.7491" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72268" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="77.7224" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="49.0661" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="20.4099" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72268" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-8.24628" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-36.9025" angle="90"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="87.755"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="61.25"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="21.92"/>
<line x2="6.9321" antialias="false" end1="none" y2="87.755" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="87.755" length1="1.5" end2="none" x1="-2.28278" length2="1.5"/>
<ellipse antialias="false" width="7.08837" height="8.55" x="-24.9655" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-49.045"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-26.815"/>
<line x2="-16.4595" antialias="false" end1="none" y2="-37.93" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.93" length1="1.5" end2="none" x1="-25.6744" length2="1.5"/>
<ellipse antialias="false" width="7.08837" height="8.55" x="-0.86511" style="line-style:normal;line-weight:normal;filling:none;color:black" y="91.175"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-15.7"/>
<line x2="-16.4595" antialias="false" end1="none" y2="95.45" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="95.45" length1="1.5" end2="none" x1="-25.6744" length2="1.5"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-8.005"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="18.4175" angle="90"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-17.41"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="49.28"/>
<arc start="180" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="1.42522" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-19.8034" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72268" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="30.0814" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72268" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-27.2309" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-38.0588" angle="90"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="11.66"/>
<arc start="180" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="58.7376" angle="90"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="79.205"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="56.6384" angle="90"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="42.44"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="3.11"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-34.51"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="75.7491" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="39.4458" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="10.7896" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="66.1936" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="68.102" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="37.5279" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-0.692954" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-17.8666" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-46.5227" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-29.3586" angle="90"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="78.35"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="21.065"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="51.845"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="58.685"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="12.515"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-25.105"/>
<text text="16" x="-36.3069" y="-80.68" size="3"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-43.915"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="18.4175" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-19.8034" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-29.3586" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="66.1936" angle="90"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="39.875"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-6.295"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="69.8"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="2.255"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="33.035"/>
<arc start="90" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="10.8408" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-46.4715" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-17.8154" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="39.497" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="68.1533" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="27.9727" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="58.7887" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="1.47635" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-10.2482" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="30.1326" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-27.1798" angle="90"/>
<ellipse antialias="false" width="5.67069" height="6.84" x="4.80559" style="line-style:normal;line-weight:thin;filling:green;color:black" y="-110.177"/>
<arc start="90" antialias="true" width="7.90292" height="9.72268" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-8.19507" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="20.4611" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-10.2482" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-36.8514" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="77.7737" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="27.9727" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="49.1173" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="8.86225" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="47.0831" angle="90"/>
<text text="08" x="-36.3069" y="-88.375" size="3"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="8.86225" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="47.0831" angle="90"/>
<text text="07" x="13.3116" y="-95.215" size="3"/>
<text text="06" x="6.22326" y="-95.215" size="3"/>
<text text="24" x="-36.3069" y="-72.985" size="3"/>
<text text="05" x="-0.86511" y="-95.215" size="3"/>
<text text="04" x="-7.95346" y="-95.215" size="3"/>
<text text="03" x="-15.0418" y="-95.215" size="3"/>
<text text="01" x="-29.2186" y="-95.215" size="3"/>
<text text="00" x="-36.3069" y="-95.215" size="3"/>
<text text="02" x="-22.1302" y="-95.215" size="3"/>
<line x2="9.76744" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="5.51443" length2="1.5"/>
<text text="10" x="-22.1302" y="-88.375" size="3"/>
<text text="18" x="-22.1302" y="-80.68" size="3"/>
<text text="26" x="-22.1302" y="-72.985" size="3"/>
<text text="25" x="-29.2186" y="-72.985" size="3"/>
<text text="09" x="-29.2186" y="-88.375" size="3"/>
<line x2="9.76744" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="5.51443" length2="1.5"/>
<text text="17" x="-29.2186" y="-80.68" size="3"/>
<text text="11" x="-15.0418" y="-88.375" size="3"/>
<text text="27" x="-15.0418" y="-72.985" size="3"/>
<text text="19" x="-15.0418" y="-80.68" size="3"/>
<text text="DL" x="11.1851" y="-104.62" size="3"/>
<text text="12" x="-7.95346" y="-88.375" size="3"/>
<text text="20" x="-7.95346" y="-80.68" size="3"/>
<text text="28" x="-7.95346" y="-72.985" size="3"/>
<text text="29" x="-0.86511" y="-72.985" size="3"/>
<text text="21" x="-0.86511" y="-80.68" size="3"/>
<text text="13" x="-0.86511" y="-88.375" size="3"/>
<text text="14" x="6.22326" y="-88.375" size="3"/>
<text text="22" x="6.22326" y="-80.68" size="3"/>
<ellipse antialias="false" width="5.67069" height="6.84" x="-37.7246" style="line-style:normal;line-weight:thin;filling:green;color:black" y="-110.177"/>
<text text="30" x="6.22326" y="-72.985" size="3"/>
<text text="23" x="13.3116" y="-80.68" size="3"/>
<text text="15" x="13.3116" y="-88.375" size="3"/>
<ellipse antialias="false" width="5.67069" height="6.84" x="-9.01669" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.177"/>
<text text="31" x="13.3116" y="-72.985" size="3"/>
<ellipse antialias="false" width="5.67069" height="6.84" x="-23.1935" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.177"/>
<line x2="-32.7628" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-37.0158" length2="1.5"/>
<line x2="-18.2316" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-22.4846" length2="1.5"/>
<line x2="-32.7628" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-37.0158" length2="1.5"/>
<line x2="-18.2316" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-22.4846" length2="1.5"/>
<text text="RUN" x="-31.3451" y="-104.62" size="3"/>
<text text="ERR" x="-16.8139" y="-104.62" size="3"/>
<line x2="-39.8511" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="-39.8511" length2="1.5"/>
<line x2="-4.05487" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-8.3079" length2="1.5"/>
<line x2="-4.05487" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-8.3079" length2="1.5"/>
<text text="I\O" x="-2.28278" y="-104.62" size="3"/>
<line x2="-39.8511" antialias="false" end1="none" y2="119.39" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="20.4" length2="1.5"/>
<line x2="20.4" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-120.01" length1="1.5" end2="none" x1="-39.8511" length2="1.5"/>
<line x2="20.4" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="20.4" length2="1.5"/>
<line x2="-38.4335" antialias="false" end1="none" y2="-68.71" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-68.71" length1="1.5" end2="none" x1="18.9823" length2="1.5"/>
<text text="BMXAMI0800" x="-5.82699" y="-113.075" size="3"/>
<rect antialias="false" ry="0" width="31.8977" height="8.55" x="-11.4977" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" y="-120.01"/>
<line x2="-38.4335" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-68.71" length1="1.5" end2="none" x1="-38.4335" length2="1.5"/>
<line x2="18.9823" antialias="false" end1="none" y2="-68.71" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-111.46" length1="1.5" end2="none" x1="18.9823" length2="1.5"/>
<rect antialias="false" ry="0" width="35.4418" height="153.9" x="-27.0921" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" y="-51.61"/>
<line x2="6.9321" antialias="false" end1="none" y2="87.755" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-46.48" length1="1.5" end2="none" x1="6.9321" length2="1.5"/>
<arc start="270" antialias="true" width="8.6277" height="9.88009" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="85.3003" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="85.3037" angle="90"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-36.22"/>
<line x2="6.9321" antialias="false" end1="none" y2="-46.48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-46.48" length1="1.5" end2="none" x1="-2.28278" length2="1.5"/>
</description>
</definition>

View File

@@ -1,165 +0,0 @@
<definition version="0.70" width="70" type="element" height="250" hotspot_x="45" hotspot_y="125" link_type="simple" orientation="dyyy">
<uuid uuid="{d705fda0-fad4-455f-802e-c12b29f43ac2}"/>
<names>
<name lang="en">BMXAMI0810</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="37.5279" angle="90"/>
<line x2="-25.6744" antialias="false" end1="none" y2="95.45" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.93" length1="1.5" end2="none" x1="-25.6744" length2="1.5"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="68.09"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="30.47"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-38.9138" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-0.692954" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="56.6384" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="75.7491" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72268" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="77.7224" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="49.0661" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="20.4099" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72268" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-8.24628" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-36.9025" angle="90"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="87.755"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="61.25"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="21.92"/>
<line x2="6.9321" antialias="false" end1="none" y2="87.755" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="87.755" length1="1.5" end2="none" x1="-2.28278" length2="1.5"/>
<ellipse antialias="false" width="7.08837" height="8.55" x="-24.9655" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-49.045"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-26.815"/>
<line x2="-16.4595" antialias="false" end1="none" y2="-37.93" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.93" length1="1.5" end2="none" x1="-25.6744" length2="1.5"/>
<ellipse antialias="false" width="7.08837" height="8.55" x="-0.86511" style="line-style:normal;line-weight:normal;filling:none;color:black" y="91.175"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-15.7"/>
<line x2="-16.4595" antialias="false" end1="none" y2="95.45" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="95.45" length1="1.5" end2="none" x1="-25.6744" length2="1.5"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-8.005"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="18.4175" angle="90"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-17.41"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="49.28"/>
<arc start="180" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="1.42522" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-19.8034" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72268" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="30.0814" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72268" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-27.2309" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-38.0588" angle="90"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="11.66"/>
<arc start="180" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="58.7376" angle="90"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="79.205"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="56.6384" angle="90"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="42.44"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="3.11"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-34.51"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="75.7491" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="39.4458" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="10.7896" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="66.1936" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="68.102" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="37.5279" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-0.692954" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-17.8666" angle="90"/>
<arc start="180" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-46.5227" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-29.3586" angle="90"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="78.35"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="21.065"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="51.845"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="58.685"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="12.515"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-25.105"/>
<text text="16" x="-36.3069" y="-80.68" size="3"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-43.915"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="18.4175" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-19.8034" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-29.3586" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="66.1936" angle="90"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="39.875"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-6.295"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="69.8"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="2.255"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-0.156265" style="line-style:normal;line-weight:thin;filling:black;color:black" y="33.035"/>
<arc start="90" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="10.8408" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-46.4715" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-17.8154" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="39.497" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="68.1533" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="27.9727" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="58.7887" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="1.47635" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-10.2482" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="30.1326" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-27.1798" angle="90"/>
<ellipse antialias="false" width="5.67069" height="6.84" x="4.80559" style="line-style:normal;line-weight:thin;filling:green;color:black" y="-110.177"/>
<arc start="90" antialias="true" width="7.90292" height="9.72268" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-8.19507" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="20.4611" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-10.2482" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-36.8514" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72259" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="77.7737" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="27.9727" angle="90"/>
<arc start="90" antialias="true" width="7.90292" height="9.72258" x="-6.15209" style="line-style:normal;line-weight:thin;filling:none;color:black" y="49.1173" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="8.86225" angle="90"/>
<arc start="270" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="47.0831" angle="90"/>
<text text="08" x="-36.3069" y="-88.375" size="3"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="8.86225" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="47.0831" angle="90"/>
<text text="07" x="13.3116" y="-95.215" size="3"/>
<text text="06" x="6.22326" y="-95.215" size="3"/>
<text text="24" x="-36.3069" y="-72.985" size="3"/>
<text text="05" x="-0.86511" y="-95.215" size="3"/>
<text text="04" x="-7.95346" y="-95.215" size="3"/>
<text text="03" x="-15.0418" y="-95.215" size="3"/>
<text text="01" x="-29.2186" y="-95.215" size="3"/>
<text text="00" x="-36.3069" y="-95.215" size="3"/>
<text text="02" x="-22.1302" y="-95.215" size="3"/>
<line x2="9.76744" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="5.51443" length2="1.5"/>
<text text="10" x="-22.1302" y="-88.375" size="3"/>
<text text="18" x="-22.1302" y="-80.68" size="3"/>
<text text="26" x="-22.1302" y="-72.985" size="3"/>
<text text="25" x="-29.2186" y="-72.985" size="3"/>
<text text="09" x="-29.2186" y="-88.375" size="3"/>
<line x2="9.76744" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="5.51443" length2="1.5"/>
<text text="17" x="-29.2186" y="-80.68" size="3"/>
<text text="11" x="-15.0418" y="-88.375" size="3"/>
<text text="27" x="-15.0418" y="-72.985" size="3"/>
<text text="19" x="-15.0418" y="-80.68" size="3"/>
<text text="DL" x="11.1851" y="-104.62" size="3"/>
<text text="12" x="-7.95346" y="-88.375" size="3"/>
<text text="20" x="-7.95346" y="-80.68" size="3"/>
<text text="28" x="-7.95346" y="-72.985" size="3"/>
<text text="29" x="-0.86511" y="-72.985" size="3"/>
<text text="21" x="-0.86511" y="-80.68" size="3"/>
<text text="13" x="-0.86511" y="-88.375" size="3"/>
<text text="14" x="6.22326" y="-88.375" size="3"/>
<text text="22" x="6.22326" y="-80.68" size="3"/>
<ellipse antialias="false" width="5.67069" height="6.84" x="-37.7246" style="line-style:normal;line-weight:thin;filling:green;color:black" y="-110.177"/>
<text text="30" x="6.22326" y="-72.985" size="3"/>
<text text="23" x="13.3116" y="-80.68" size="3"/>
<text text="15" x="13.3116" y="-88.375" size="3"/>
<ellipse antialias="false" width="5.67069" height="6.84" x="-9.01669" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.177"/>
<text text="31" x="13.3116" y="-72.985" size="3"/>
<ellipse antialias="false" width="5.67069" height="6.84" x="-23.1935" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.177"/>
<line x2="-32.7628" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-37.0158" length2="1.5"/>
<line x2="-18.2316" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-22.4846" length2="1.5"/>
<line x2="-32.7628" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-37.0158" length2="1.5"/>
<line x2="-18.2316" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-22.4846" length2="1.5"/>
<text text="RUN" x="-31.3451" y="-104.62" size="3"/>
<text text="ERR" x="-16.8139" y="-104.62" size="3"/>
<line x2="-39.8511" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="-39.8511" length2="1.5"/>
<line x2="-4.05487" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-8.3079" length2="1.5"/>
<line x2="-4.05487" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-8.3079" length2="1.5"/>
<text text="I\O" x="-2.28278" y="-104.62" size="3"/>
<line x2="-39.8511" antialias="false" end1="none" y2="119.39" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="20.4" length2="1.5"/>
<line x2="20.4" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-120.01" length1="1.5" end2="none" x1="-39.8511" length2="1.5"/>
<line x2="20.4" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="20.4" length2="1.5"/>
<line x2="-38.4335" antialias="false" end1="none" y2="-68.71" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-68.71" length1="1.5" end2="none" x1="18.9823" length2="1.5"/>
<text text="BMXAMI0810" x="-5.82699" y="-113.075" size="3"/>
<rect antialias="false" ry="0" width="31.8977" height="8.55" x="-11.4977" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" y="-120.01"/>
<line x2="-38.4335" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-68.71" length1="1.5" end2="none" x1="-38.4335" length2="1.5"/>
<line x2="18.9823" antialias="false" end1="none" y2="-68.71" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-111.46" length1="1.5" end2="none" x1="18.9823" length2="1.5"/>
<rect antialias="false" ry="0" width="35.4418" height="153.9" x="-27.0921" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" y="-51.61"/>
<line x2="6.9321" antialias="false" end1="none" y2="87.755" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-46.48" length1="1.5" end2="none" x1="6.9321" length2="1.5"/>
<arc start="270" antialias="true" width="8.6277" height="9.88009" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="85.3003" angle="90"/>
<arc start="0" antialias="true" width="8.6277" height="9.87658" x="-21.0138" style="line-style:normal;line-weight:thin;filling:none;color:black" y="85.3037" angle="90"/>
<ellipse antialias="false" width="4.25302" height="5.13" x="-22.8391" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-36.22"/>
<line x2="6.9321" antialias="false" end1="none" y2="-46.48" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-46.48" length1="1.5" end2="none" x1="-2.28278" length2="1.5"/>
</description>
</definition>

View File

@@ -1,138 +0,0 @@
<definition version="0.70" width="70" type="element" height="250" hotspot_x="45" hotspot_y="125" link_type="simple" orientation="dyyy">
<uuid uuid="{8a988bdf-a948-42fe-a407-ba06f054734c}"/>
<names>
<name lang="en">BMXAMM0600</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="57.83"/>
<arc start="270" antialias="true" width="8.56262" height="13.8273" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="68.1045" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="4.82"/>
<line x2="-25.537" antialias="false" end1="none" y2="95.45" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.93" length1="1.5" end2="none" x1="-25.537" length2="1.5"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="85.19"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="31.325"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-21.685"/>
<arc start="270" antialias="true" width="8.56262" height="13.8273" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-38.9138" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="14.5954" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="45.005"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-8.005"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-34.51"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="18.5"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="71.51"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="46.841" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="6.72228" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-32.1994" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="50.99"/>
<line x2="6.82354" antialias="false" end1="none" y2="86.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="86.9" length1="1.5" end2="none" x1="-2.32184" length2="1.5"/>
<ellipse antialias="false" width="7.0349" height="8.55" x="-24.8335" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-49.045"/>
<line x2="-16.3916" antialias="false" end1="none" y2="-37.93" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.93" length1="1.5" end2="none" x1="-25.537" length2="1.5"/>
<ellipse antialias="false" width="7.0349" height="8.55" x="-0.914856" style="line-style:normal;line-weight:normal;filling:none;color:black" y="91.175"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-2.02"/>
<line x2="-16.3916" antialias="false" end1="none" y2="95.45" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="95.45" length1="1.5" end2="none" x1="-25.537" length2="1.5"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="41.3501" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="20.2624" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-12.1592" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="60.381" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-19.8563" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-37.7168" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="78.35"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="24.485"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-28.525"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="73.491" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="33.3725" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8273" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="68.1045" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="14.5954" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-6.7461" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-45.6678" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-25.5365" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="38.165"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-14.845"/>
<text text="16" x="-36.0894" y="-80.68" size="3"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-41.35"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="41.3501" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-12.1592" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-25.5365" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="11.66"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="64.67"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="33.4443" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-45.596" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-6.67445" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="73.5629" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="54.7274" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="20.334" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="1.21814" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="60.4527" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-18.5876" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="6.794" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="46.9127" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="1.21814" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-32.1278" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="54.7274" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="27.9727" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="81.4819" angle="90"/>
<text text="08" x="-36.0894" y="-88.375" size="3"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="27.9727" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="81.4819" angle="90"/>
<text text="07" x="13.155" y="-95.215" size="3"/>
<text text="06" x="6.12005" y="-95.215" size="3"/>
<text text="24" x="-36.0894" y="-72.985" size="3"/>
<text text="05" x="-0.914856" y="-95.215" size="3"/>
<text text="04" x="-7.9498" y="-95.215" size="3"/>
<text text="03" x="-14.9847" y="-95.215" size="3"/>
<text text="01" x="-29.0545" y="-95.215" size="3"/>
<text text="00" x="-36.0894" y="-95.215" size="3"/>
<text text="02" x="-22.0196" y="-95.215" size="3"/>
<text text="10" x="-22.0196" y="-88.375" size="3"/>
<text text="18" x="-22.0196" y="-80.68" size="3"/>
<text text="26" x="-22.0196" y="-72.985" size="3"/>
<text text="25" x="-29.0545" y="-72.985" size="3"/>
<text text="09" x="-29.0545" y="-88.375" size="3"/>
<text text="17" x="-29.0545" y="-80.68" size="3"/>
<text text="11" x="-14.9847" y="-88.375" size="3"/>
<text text="27" x="-14.9847" y="-72.985" size="3"/>
<text text="19" x="-14.9847" y="-80.68" size="3"/>
<text text="12" x="-7.9498" y="-88.375" size="3"/>
<text text="20" x="-7.9498" y="-80.68" size="3"/>
<text text="28" x="-7.9498" y="-72.985" size="3"/>
<text text="29" x="-0.914856" y="-72.985" size="3"/>
<text text="21" x="-0.914856" y="-80.68" size="3"/>
<text text="13" x="-0.914856" y="-88.375" size="3"/>
<text text="14" x="6.12005" y="-88.375" size="3"/>
<text text="22" x="6.12005" y="-80.68" size="3"/>
<ellipse antialias="false" width="5.62792" height="6.84" x="-37.4964" style="line-style:normal;line-weight:thin;filling:green;color:black" y="-110.177"/>
<text text="30" x="6.12005" y="-72.985" size="3"/>
<text text="23" x="13.155" y="-80.68" size="3"/>
<text text="15" x="13.155" y="-88.375" size="3"/>
<ellipse antialias="false" width="5.62792" height="6.84" x="-9.00504" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.177"/>
<text text="31" x="13.155" y="-72.985" size="3"/>
<ellipse antialias="false" width="5.62792" height="6.84" x="-23.0748" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.177"/>
<line x2="-32.5719" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-36.7929" length2="1.5"/>
<line x2="-18.1504" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-22.3713" length2="1.5"/>
<line x2="-32.5719" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-36.7929" length2="1.5"/>
<line x2="-18.1504" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-22.3713" length2="1.5"/>
<text text="RUN" x="-31.1649" y="-104.62" size="3"/>
<text text="ERR" x="-16.7434" y="-104.62" size="3"/>
<line x2="-39.6069" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="-39.6069" length2="1.5"/>
<line x2="-4.08057" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-8.30152" length2="1.5"/>
<line x2="-4.08057" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-8.30152" length2="1.5"/>
<text text="I\O" x="-2.32184" y="-104.62" size="3"/>
<line x2="-39.6069" antialias="false" end1="none" y2="119.39" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="20.1899" length2="1.5"/>
<line x2="20.1899" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-120.01" length1="1.5" end2="none" x1="-39.6069" length2="1.5"/>
<line x2="20.1899" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="20.1899" length2="1.5"/>
<line x2="-38.1999" antialias="false" end1="none" y2="-68.71" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-68.71" length1="1.5" end2="none" x1="18.7829" length2="1.5"/>
<text text="BMXAMM0600" x="-5.83933" y="-113.075" size="3"/>
<rect antialias="false" ry="0" width="31.657" height="8.55" x="-11.4672" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" y="-120.01"/>
<line x2="-38.1999" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-68.71" length1="1.5" end2="none" x1="-38.1999" length2="1.5"/>
<line x2="18.7829" antialias="false" end1="none" y2="-68.71" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-111.46" length1="1.5" end2="none" x1="18.7829" length2="1.5"/>
<rect antialias="false" ry="0" width="35.1746" height="153.9" x="-26.944" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" y="-51.61"/>
<line x2="6.82354" antialias="false" end1="none" y2="86.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-45.625" length1="1.5" end2="none" x1="6.82354" length2="1.5"/>
<line x2="6.82354" antialias="false" end1="none" y2="-45.625" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-45.625" length1="1.5" end2="none" x1="-2.32184" length2="1.5"/>
<line x2="6.93275" antialias="false" end1="none" y2="-18.7305" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-18.7305" length1="1.5" end2="none" x1="-2.37057" length2="1.5"/>
</description>
</definition>

View File

@@ -1,138 +0,0 @@
<definition version="0.70" width="70" type="element" height="250" hotspot_x="45" hotspot_y="125" link_type="simple" orientation="dyyy">
<uuid uuid="{9f497827-99c6-4d58-b930-ad5b6a7a8ad9}"/>
<names>
<name lang="en">BMXAMO0210</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="57.83"/>
<arc start="270" antialias="true" width="8.56262" height="13.8273" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="68.1045" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="4.82"/>
<line x2="-25.537" antialias="false" end1="none" y2="95.45" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.93" length1="1.5" end2="none" x1="-25.537" length2="1.5"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="85.19"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="31.325"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-21.685"/>
<arc start="270" antialias="true" width="8.56262" height="13.8273" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-38.9138" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="14.5954" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="45.005"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-8.005"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-34.51"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="18.5"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="71.51"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="46.841" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="6.72228" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-32.1994" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="50.99"/>
<line x2="6.82354" antialias="false" end1="none" y2="86.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="86.9" length1="1.5" end2="none" x1="-2.32184" length2="1.5"/>
<ellipse antialias="false" width="7.0349" height="8.55" x="-24.8335" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-49.045"/>
<line x2="-16.3916" antialias="false" end1="none" y2="-37.93" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.93" length1="1.5" end2="none" x1="-25.537" length2="1.5"/>
<ellipse antialias="false" width="7.0349" height="8.55" x="-0.914856" style="line-style:normal;line-weight:normal;filling:none;color:black" y="91.175"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-2.02"/>
<line x2="-16.3916" antialias="false" end1="none" y2="95.45" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="95.45" length1="1.5" end2="none" x1="-25.537" length2="1.5"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="41.3501" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="20.2624" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-12.1592" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="60.381" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-19.8563" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-37.7168" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="78.35"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="24.485"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-28.525"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="73.491" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="33.3725" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8273" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="68.1045" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="14.5954" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-6.7461" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-45.6678" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-25.5365" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="38.165"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-14.845"/>
<text text="16" x="-36.0894" y="-80.68" size="3"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-41.35"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="41.3501" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-12.1592" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-25.5365" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="11.66"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="64.67"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="33.4443" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-45.596" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-6.67445" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="73.5629" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="54.7274" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="20.334" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="1.21814" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="60.4527" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-18.5876" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="6.794" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="46.9127" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="1.21814" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-32.1278" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="54.7274" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="27.9727" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="81.4819" angle="90"/>
<text text="08" x="-36.0894" y="-88.375" size="3"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="27.9727" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="81.4819" angle="90"/>
<text text="07" x="13.155" y="-95.215" size="3"/>
<text text="06" x="6.12005" y="-95.215" size="3"/>
<text text="24" x="-36.0894" y="-72.985" size="3"/>
<text text="05" x="-0.914856" y="-95.215" size="3"/>
<text text="04" x="-7.9498" y="-95.215" size="3"/>
<text text="03" x="-14.9847" y="-95.215" size="3"/>
<text text="01" x="-29.0545" y="-95.215" size="3"/>
<text text="00" x="-36.0894" y="-95.215" size="3"/>
<text text="02" x="-22.0196" y="-95.215" size="3"/>
<text text="10" x="-22.0196" y="-88.375" size="3"/>
<text text="18" x="-22.0196" y="-80.68" size="3"/>
<text text="26" x="-22.0196" y="-72.985" size="3"/>
<text text="25" x="-29.0545" y="-72.985" size="3"/>
<text text="09" x="-29.0545" y="-88.375" size="3"/>
<text text="17" x="-29.0545" y="-80.68" size="3"/>
<text text="11" x="-14.9847" y="-88.375" size="3"/>
<text text="27" x="-14.9847" y="-72.985" size="3"/>
<text text="19" x="-14.9847" y="-80.68" size="3"/>
<text text="12" x="-7.9498" y="-88.375" size="3"/>
<text text="20" x="-7.9498" y="-80.68" size="3"/>
<text text="28" x="-7.9498" y="-72.985" size="3"/>
<text text="29" x="-0.914856" y="-72.985" size="3"/>
<text text="21" x="-0.914856" y="-80.68" size="3"/>
<text text="13" x="-0.914856" y="-88.375" size="3"/>
<text text="14" x="6.12005" y="-88.375" size="3"/>
<text text="22" x="6.12005" y="-80.68" size="3"/>
<ellipse antialias="false" width="5.62792" height="6.84" x="-37.4964" style="line-style:normal;line-weight:thin;filling:green;color:black" y="-110.177"/>
<text text="30" x="6.12005" y="-72.985" size="3"/>
<text text="23" x="13.155" y="-80.68" size="3"/>
<text text="15" x="13.155" y="-88.375" size="3"/>
<ellipse antialias="false" width="5.62792" height="6.84" x="-9.00504" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.177"/>
<text text="31" x="13.155" y="-72.985" size="3"/>
<ellipse antialias="false" width="5.62792" height="6.84" x="-23.0748" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.177"/>
<line x2="-32.5719" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-36.7929" length2="1.5"/>
<line x2="-18.1504" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-22.3713" length2="1.5"/>
<line x2="-32.5719" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-36.7929" length2="1.5"/>
<line x2="-18.1504" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-22.3713" length2="1.5"/>
<text text="RUN" x="-31.1649" y="-104.62" size="3"/>
<text text="ERR" x="-16.7434" y="-104.62" size="3"/>
<line x2="-39.6069" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="-39.6069" length2="1.5"/>
<line x2="-4.08057" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-8.30152" length2="1.5"/>
<line x2="-4.08057" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-8.30152" length2="1.5"/>
<text text="I\O" x="-2.32184" y="-104.62" size="3"/>
<line x2="-39.6069" antialias="false" end1="none" y2="119.39" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="20.1899" length2="1.5"/>
<line x2="20.1899" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-120.01" length1="1.5" end2="none" x1="-39.6069" length2="1.5"/>
<line x2="20.1899" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="20.1899" length2="1.5"/>
<line x2="-38.1999" antialias="false" end1="none" y2="-68.71" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-68.71" length1="1.5" end2="none" x1="18.7829" length2="1.5"/>
<text text="BMXAMO0210" x="-5.83933" y="-113.075" size="3"/>
<rect antialias="false" ry="0" width="31.657" height="8.55" x="-11.4672" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" y="-120.01"/>
<line x2="-38.1999" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-68.71" length1="1.5" end2="none" x1="-38.1999" length2="1.5"/>
<line x2="18.7829" antialias="false" end1="none" y2="-68.71" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-111.46" length1="1.5" end2="none" x1="18.7829" length2="1.5"/>
<rect antialias="false" ry="0" width="35.1746" height="153.9" x="-26.944" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" y="-51.61"/>
<line x2="6.82354" antialias="false" end1="none" y2="86.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-45.625" length1="1.5" end2="none" x1="6.82354" length2="1.5"/>
<line x2="6.82354" antialias="false" end1="none" y2="-45.625" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-45.625" length1="1.5" end2="none" x1="-2.32184" length2="1.5"/>
<line x2="6.93275" antialias="false" end1="none" y2="-18.7305" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-18.7305" length1="1.5" end2="none" x1="-2.37057" length2="1.5"/>
</description>
</definition>

View File

@@ -1,142 +0,0 @@
<definition version="0.70" width="70" type="element" height="250" hotspot_x="45" hotspot_y="125" link_type="simple" orientation="dyyy">
<uuid uuid="{a2c7b8f6-e9f2-4fd3-8518-6f2348a934c0}"/>
<names>
<name lang="en">BMXAMO0410</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<ellipse antialias="false" width="5.62792" height="6.84" x="5.17816" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.177"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="57.83"/>
<arc start="270" antialias="true" width="8.56262" height="13.8273" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="68.1045" angle="90"/>
<line x2="10.1026" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="5.88168" length2="1.5"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="4.82"/>
<line x2="10.1026" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="5.88168" length2="1.5"/>
<line x2="-25.537" antialias="false" end1="none" y2="95.45" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.93" length1="1.5" end2="none" x1="-25.537" length2="1.5"/>
<text text="DL" x="12" y="-104.62" size="3"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="85.19"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="31.325"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-21.685"/>
<arc start="270" antialias="true" width="8.56262" height="13.8273" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-38.9138" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="14.5954" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="45.005"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-8.005"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-34.51"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="18.5"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="71.51"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="46.841" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="6.72228" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-32.1994" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="50.99"/>
<line x2="6.82354" antialias="false" end1="none" y2="86.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="86.9" length1="1.5" end2="none" x1="-2.32184" length2="1.5"/>
<ellipse antialias="false" width="7.0349" height="8.55" x="-24.8335" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-49.045"/>
<line x2="-16.3916" antialias="false" end1="none" y2="-37.93" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.93" length1="1.5" end2="none" x1="-25.537" length2="1.5"/>
<ellipse antialias="false" width="7.0349" height="8.55" x="-0.914856" style="line-style:normal;line-weight:normal;filling:none;color:black" y="91.175"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-2.02"/>
<line x2="-16.3916" antialias="false" end1="none" y2="95.45" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="95.45" length1="1.5" end2="none" x1="-25.537" length2="1.5"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="41.3501" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="20.2624" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-12.1592" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="60.381" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-19.8563" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-37.7168" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="78.35"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="24.485"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-28.525"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="73.491" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="33.3725" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8273" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="68.1045" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="14.5954" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-6.7461" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-45.6678" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-25.5365" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="38.165"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-14.845"/>
<text text="16" x="-36.0894" y="-80.68" size="3"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-41.35"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="41.3501" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-12.1592" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-25.5365" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="11.66"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="64.67"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="33.4443" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-45.596" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-6.67445" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="73.5629" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="54.7274" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="20.334" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="1.21814" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="60.4527" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-18.5876" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="6.794" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="46.9127" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="1.21814" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-32.1278" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="54.7274" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="27.9727" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="81.4819" angle="90"/>
<text text="08" x="-36.0894" y="-88.375" size="3"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="27.9727" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="81.4819" angle="90"/>
<text text="07" x="13.155" y="-95.215" size="3"/>
<text text="06" x="6.12005" y="-95.215" size="3"/>
<text text="24" x="-36.0894" y="-72.985" size="3"/>
<text text="05" x="-0.914856" y="-95.215" size="3"/>
<text text="04" x="-7.9498" y="-95.215" size="3"/>
<text text="03" x="-14.9847" y="-95.215" size="3"/>
<text text="01" x="-29.0545" y="-95.215" size="3"/>
<text text="00" x="-36.0894" y="-95.215" size="3"/>
<text text="02" x="-22.0196" y="-95.215" size="3"/>
<text text="10" x="-22.0196" y="-88.375" size="3"/>
<text text="18" x="-22.0196" y="-80.68" size="3"/>
<text text="26" x="-22.0196" y="-72.985" size="3"/>
<text text="25" x="-29.0545" y="-72.985" size="3"/>
<text text="09" x="-29.0545" y="-88.375" size="3"/>
<text text="17" x="-29.0545" y="-80.68" size="3"/>
<text text="11" x="-14.9847" y="-88.375" size="3"/>
<text text="27" x="-14.9847" y="-72.985" size="3"/>
<text text="19" x="-14.9847" y="-80.68" size="3"/>
<text text="12" x="-7.9498" y="-88.375" size="3"/>
<text text="20" x="-7.9498" y="-80.68" size="3"/>
<text text="28" x="-7.9498" y="-72.985" size="3"/>
<text text="29" x="-0.914856" y="-72.985" size="3"/>
<text text="21" x="-0.914856" y="-80.68" size="3"/>
<text text="13" x="-0.914856" y="-88.375" size="3"/>
<text text="14" x="6.12005" y="-88.375" size="3"/>
<text text="22" x="6.12005" y="-80.68" size="3"/>
<ellipse antialias="false" width="5.62792" height="6.84" x="-37.4964" style="line-style:normal;line-weight:thin;filling:green;color:black" y="-110.177"/>
<text text="30" x="6.12005" y="-72.985" size="3"/>
<text text="23" x="13.155" y="-80.68" size="3"/>
<text text="15" x="13.155" y="-88.375" size="3"/>
<ellipse antialias="false" width="5.62792" height="6.84" x="-9.00504" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.177"/>
<text text="31" x="13.155" y="-72.985" size="3"/>
<ellipse antialias="false" width="5.62792" height="6.84" x="-23.0748" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.177"/>
<line x2="-32.5719" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-36.7929" length2="1.5"/>
<line x2="-18.1504" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-22.3713" length2="1.5"/>
<line x2="-32.5719" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-36.7929" length2="1.5"/>
<line x2="-18.1504" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-22.3713" length2="1.5"/>
<text text="RUN" x="-31" y="-104.62" size="3"/>
<text text="ERR" x="-16.7434" y="-104.62" size="3"/>
<line x2="-39.6069" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="-39.6069" length2="1.5"/>
<line x2="-4.08057" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-8.30152" length2="1.5"/>
<line x2="-4.08057" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-8.30152" length2="1.5"/>
<text text="I\O" x="-2.32184" y="-104.62" size="3"/>
<line x2="-39.6069" antialias="false" end1="none" y2="119.39" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="20.1899" length2="1.5"/>
<line x2="20.1899" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-120.01" length1="1.5" end2="none" x1="-39.6069" length2="1.5"/>
<line x2="20.1899" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="20.1899" length2="1.5"/>
<line x2="-38.1999" antialias="false" end1="none" y2="-68.71" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-68.71" length1="1.5" end2="none" x1="18.7829" length2="1.5"/>
<text text="BMXAMO0410" x="-5.83933" y="-114.075" size="3"/>
<rect antialias="false" ry="0" width="31.657" height="8.55" x="-11.4672" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" y="-120.01"/>
<line x2="-38.1999" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-68.71" length1="1.5" end2="none" x1="-38.1999" length2="1.5"/>
<line x2="18.7829" antialias="false" end1="none" y2="-68.71" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-111.46" length1="1.5" end2="none" x1="18.7829" length2="1.5"/>
<rect antialias="false" ry="0" width="35.1746" height="153.9" x="-26.944" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" y="-51.61"/>
<line x2="6.82354" antialias="false" end1="none" y2="86.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-45.625" length1="1.5" end2="none" x1="6.82354" length2="1.5"/>
<line x2="6.82354" antialias="false" end1="none" y2="-45.625" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-45.625" length1="1.5" end2="none" x1="-2.32184" length2="1.5"/>
<line x2="6.93275" antialias="false" end1="none" y2="-18.7305" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-18.7305" length1="1.5" end2="none" x1="-2.37057" length2="1.5"/>
</description>
</definition>

View File

@@ -1,142 +0,0 @@
<definition version="0.70" width="70" type="element" height="250" hotspot_x="45" hotspot_y="125" link_type="simple" orientation="dyyy">
<uuid uuid="{d9803171-80f8-4a9a-b6b0-06a203a316d0}"/>
<names>
<name lang="en">BMXAMO0802</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<ellipse antialias="false" width="5.62792" height="6.84" x="5.17816" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.177"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="57.83"/>
<arc start="270" antialias="true" width="8.56262" height="13.8273" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="68.1045" angle="90"/>
<line x2="10.1026" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="5.88168" length2="1.5"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="4.82"/>
<line x2="10.1026" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="5.88168" length2="1.5"/>
<line x2="-25.537" antialias="false" end1="none" y2="95.45" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.93" length1="1.5" end2="none" x1="-25.537" length2="1.5"/>
<text text="DL" x="12" y="-104.62" size="3"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="85.19"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="31.325"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-21.685"/>
<arc start="270" antialias="true" width="8.56262" height="13.8273" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-38.9138" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="14.5954" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="45.005"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-8.005"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-34.51"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="18.5"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-22.7901" style="line-style:normal;line-weight:thin;filling:black;color:black" y="71.51"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="46.841" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="6.72228" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-32.1994" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="50.99"/>
<line x2="6.82354" antialias="false" end1="none" y2="86.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="86.9" length1="1.5" end2="none" x1="-2.32184" length2="1.5"/>
<ellipse antialias="false" width="7.0349" height="8.55" x="-24.8335" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-49.045"/>
<line x2="-16.3916" antialias="false" end1="none" y2="-37.93" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.93" length1="1.5" end2="none" x1="-25.537" length2="1.5"/>
<ellipse antialias="false" width="7.0349" height="8.55" x="-0.914856" style="line-style:normal;line-weight:normal;filling:none;color:black" y="91.175"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-2.02"/>
<line x2="-16.3916" antialias="false" end1="none" y2="95.45" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="95.45" length1="1.5" end2="none" x1="-25.537" length2="1.5"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="41.3501" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="20.2624" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-12.1592" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="60.381" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-19.8563" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-37.7168" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="78.35"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="24.485"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-28.525"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="73.491" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="33.3725" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8273" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="68.1045" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="14.5954" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-6.7461" angle="90"/>
<arc start="180" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-45.6678" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-25.5365" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="38.165"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-14.845"/>
<text text="16" x="-36.0894" y="-80.68" size="3"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="-41.35"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="41.3501" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-12.1592" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-25.5365" angle="90"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="11.66"/>
<ellipse antialias="false" width="4.22094" height="5.13" x="-0.211369" style="line-style:normal;line-weight:thin;filling:black;color:black" y="64.67"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="33.4443" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-45.596" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-6.67445" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="73.5629" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="54.7274" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="20.334" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="1.21814" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="60.4527" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-18.5876" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="6.794" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="46.9127" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="1.21814" angle="90"/>
<arc start="90" antialias="true" width="7.84332" height="13.6117" x="-6.16193" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-32.1278" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="54.7274" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="27.9727" angle="90"/>
<arc start="270" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="81.4819" angle="90"/>
<text text="08" x="-36.0894" y="-88.375" size="3"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="27.9727" angle="90"/>
<arc start="0" antialias="true" width="8.56262" height="13.8272" x="-20.9117" style="line-style:normal;line-weight:thin;filling:none;color:black" y="81.4819" angle="90"/>
<text text="07" x="13.155" y="-95.215" size="3"/>
<text text="06" x="6.12005" y="-95.215" size="3"/>
<text text="24" x="-36.0894" y="-72.985" size="3"/>
<text text="05" x="-0.914856" y="-95.215" size="3"/>
<text text="04" x="-7.9498" y="-95.215" size="3"/>
<text text="03" x="-14.9847" y="-95.215" size="3"/>
<text text="01" x="-29.0545" y="-95.215" size="3"/>
<text text="00" x="-36.0894" y="-95.215" size="3"/>
<text text="02" x="-22.0196" y="-95.215" size="3"/>
<text text="10" x="-22.0196" y="-88.375" size="3"/>
<text text="18" x="-22.0196" y="-80.68" size="3"/>
<text text="26" x="-22.0196" y="-72.985" size="3"/>
<text text="25" x="-29.0545" y="-72.985" size="3"/>
<text text="09" x="-29.0545" y="-88.375" size="3"/>
<text text="17" x="-29.0545" y="-80.68" size="3"/>
<text text="11" x="-14.9847" y="-88.375" size="3"/>
<text text="27" x="-14.9847" y="-72.985" size="3"/>
<text text="19" x="-14.9847" y="-80.68" size="3"/>
<text text="12" x="-7.9498" y="-88.375" size="3"/>
<text text="20" x="-7.9498" y="-80.68" size="3"/>
<text text="28" x="-7.9498" y="-72.985" size="3"/>
<text text="29" x="-0.914856" y="-72.985" size="3"/>
<text text="21" x="-0.914856" y="-80.68" size="3"/>
<text text="13" x="-0.914856" y="-88.375" size="3"/>
<text text="14" x="6.12005" y="-88.375" size="3"/>
<text text="22" x="6.12005" y="-80.68" size="3"/>
<ellipse antialias="false" width="5.62792" height="6.84" x="-37.4964" style="line-style:normal;line-weight:thin;filling:green;color:black" y="-110.177"/>
<text text="30" x="6.12005" y="-72.985" size="3"/>
<text text="23" x="13.155" y="-80.68" size="3"/>
<text text="15" x="13.155" y="-88.375" size="3"/>
<ellipse antialias="false" width="5.62792" height="6.84" x="-9.00504" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.177"/>
<text text="31" x="13.155" y="-72.985" size="3"/>
<ellipse antialias="false" width="5.62792" height="6.84" x="-23.0748" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.177"/>
<line x2="-32.5719" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-36.7929" length2="1.5"/>
<line x2="-18.1504" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-22.3713" length2="1.5"/>
<line x2="-32.5719" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-36.7929" length2="1.5"/>
<line x2="-18.1504" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-22.3713" length2="1.5"/>
<text text="RUN" x="-31" y="-104.62" size="3"/>
<text text="ERR" x="-16.7434" y="-104.62" size="3"/>
<line x2="-39.6069" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="-39.6069" length2="1.5"/>
<line x2="-4.08057" antialias="false" end1="none" y2="-104.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.895" length1="1.5" end2="none" x1="-8.30152" length2="1.5"/>
<line x2="-4.08057" antialias="false" end1="none" y2="-108.895" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.62" length1="1.5" end2="none" x1="-8.30152" length2="1.5"/>
<text text="I\O" x="-2.32184" y="-104.62" size="3"/>
<line x2="-39.6069" antialias="false" end1="none" y2="119.39" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="20.1899" length2="1.5"/>
<line x2="20.1899" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-120.01" length1="1.5" end2="none" x1="-39.6069" length2="1.5"/>
<line x2="20.1899" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.39" length1="1.5" end2="none" x1="20.1899" length2="1.5"/>
<line x2="-38.1999" antialias="false" end1="none" y2="-68.71" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-68.71" length1="1.5" end2="none" x1="18.7829" length2="1.5"/>
<text text="BMXAMO0802" x="-5.83933" y="-114.075" size="3"/>
<rect antialias="false" ry="0" width="31.657" height="8.55" x="-11.4672" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" y="-120.01"/>
<line x2="-38.1999" antialias="false" end1="none" y2="-120.01" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-68.71" length1="1.5" end2="none" x1="-38.1999" length2="1.5"/>
<line x2="18.7829" antialias="false" end1="none" y2="-68.71" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-111.46" length1="1.5" end2="none" x1="18.7829" length2="1.5"/>
<rect antialias="false" ry="0" width="35.1746" height="153.9" x="-26.944" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" y="-51.61"/>
<line x2="6.82354" antialias="false" end1="none" y2="86.9" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-45.625" length1="1.5" end2="none" x1="6.82354" length2="1.5"/>
<line x2="6.82354" antialias="false" end1="none" y2="-45.625" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-45.625" length1="1.5" end2="none" x1="-2.32184" length2="1.5"/>
<line x2="6.93275" antialias="false" end1="none" y2="-18.7305" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-18.7305" length1="1.5" end2="none" x1="-2.37057" length2="1.5"/>
</description>
</definition>

View File

@@ -1,109 +0,0 @@
<definition version="0.70" width="70" type="element" height="250" hotspot_x="25" hotspot_y="125" link_type="simple" orientation="dyyy">
<uuid uuid="{b86fe0d3-72ff-41b2-adf3-c54929e56ea3}"/>
<names>
<name lang="en">BMXART0414</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<line x2="27.8721" antialias="false" end1="none" y2="85.2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-34.5" length1="1.5" end2="none" x1="27.8721" length2="1.5"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2082" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-25.2812"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2485" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="33.2008"/>
<ellipse antialias="false" width="7.17397" height="8.55" x="19.058" style="line-style:normal;line-weight:normal;filling:none;color:black" y="92.04"/>
<text text="16" x="-16.4897" y="-80.67" size="3"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62723" x="25.2485" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="47.8317"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62723" x="25.2082" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-10.6504"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="19.1103" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-25.2812"/>
<text text="08" x="-16.4897" y="-88.365" size="3"/>
<rect antialias="false" ry="0" width="1.11634" height="5.62722" x="19.1506" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="33.2008"/>
<text text="07" x="33.1576" y="-95.205" size="3"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2082" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="18.6113"/>
<text text="06" x="26.0651" y="-95.205" size="3"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62723" x="19.1103" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-10.6504"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2082" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="3.98041"/>
<text text="24" x="-16.4897" y="-72.975" size="3"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2485" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="77.0929"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2485" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="62.4624"/>
<text text="05" x="18.9726" y="-95.205" size="3"/>
<text text="04" x="11.8802" y="-95.205" size="3"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2082" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-17.9658"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="19.1103" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="18.6113"/>
<rect antialias="false" ry="0" width="1.11634" height="5.62723" x="19.1506" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="47.8317"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2082" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="11.2958"/>
<text text="03" x="4.78769" y="-95.205" size="3"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62723" x="25.2485" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="40.5163"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2082" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-3.33499"/>
<text text="01" x="-9.39724" y="-95.205" size="3"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62723" x="25.2082" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-32.5966"/>
<text text="00" x="-16.4897" y="-95.205" size="3"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="19.1103" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="3.98041"/>
<text text="02" x="-2.30477" y="-95.205" size="3"/>
<rect antialias="false" ry="0" width="1.11634" height="5.62722" x="19.1506" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="77.0929"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="19.1103" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-17.9658"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2485" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="69.7775"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2485" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="55.147"/>
<text text="10" x="-2.30477" y="-88.365" size="3"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2485" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="25.8854"/>
<text text="18" x="-2.30477" y="-80.67" size="3"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="19.1103" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="11.2958"/>
<rect antialias="false" ry="0" width="1.11634" height="5.62722" x="19.1506" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="62.4624"/>
<rect antialias="false" ry="0" width="1.11634" height="5.62723" x="19.1506" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="40.5163"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="19.1103" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-3.33499"/>
<rect antialias="false" ry="0" width="1.11634" height="5.62722" x="19.1506" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="69.7775"/>
<text text="26" x="-2.30477" y="-72.975" size="3"/>
<rect antialias="false" ry="0" width="1.11634" height="5.62722" x="19.1506" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="55.147"/>
<rect antialias="false" ry="0" width="1.11634" height="5.62722" x="19.1506" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="25.8854"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62723" x="19.1103" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-32.5966"/>
<rect antialias="false" ry="0" width="14.3479" height="153.9" x="15.471" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" y="-51.6"/>
<line x2="29.8189" antialias="false" end1="none" y2="-39.63" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-39.63" length1="1.5" end2="none" x1="15.471" length2="1.5"/>
<line x2="29.8189" antialias="false" end1="none" y2="90.33" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="90.33" length1="1.5" end2="none" x1="15.471" length2="1.5"/>
<text text="25" x="-9.39724" y="-72.975" size="3"/>
<text text="09" x="-9.52217" y="-88.365" size="3"/>
<ellipse antialias="false" width="7.17397" height="8.55" x="19.058" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-49.89"/>
<line x2="18.3406" antialias="false" end1="none" y2="88.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.065" length1="1.5" end2="none" x1="18.3406" length2="1.5"/>
<line x2="27.6667" antialias="false" end1="none" y2="-34.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.065" length1="1.5" end2="none" x1="18.3406" length2="1.5"/>
<text text="17" x="-9.39724" y="-80.67" size="3"/>
<line x2="18.3406" antialias="false" end1="none" y2="88.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="85.2" length1="1.5" end2="none" x1="27.6667" length2="1.5"/>
<text text="11" x="4.78769" y="-88.365" size="3"/>
<text text="27" x="4.78769" y="-72.975" size="3"/>
<text text="19" x="4.78769" y="-80.67" size="3"/>
<text text="12" x="11.8802" y="-88.365" size="3"/>
<text text="20" x="11.8802" y="-80.67" size="3"/>
<text text="28" x="11.8802" y="-72.975" size="3"/>
<text text="29" x="18.9726" y="-72.975" size="3"/>
<text text="21" x="18.9726" y="-80.67" size="3"/>
<text text="13" x="18.9726" y="-88.365" size="3"/>
<text text="14" x="26.0651" y="-88.365" size="3"/>
<text text="22" x="26.0651" y="-80.67" size="3"/>
<ellipse antialias="false" width="5.67397" height="6.84" x="-17.9082" style="line-style:normal;line-weight:thin;filling:green;color:black" y="-110.168"/>
<text text="30" x="26.0651" y="-72.975" size="3"/>
<text text="23" x="33.1576" y="-80.67" size="3"/>
<text text="15" x="33.1576" y="-88.365" size="3"/>
<ellipse antialias="false" width="5.67397" height="6.84" x="10.8163" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.168"/>
<text text="31" x="33.1576" y="-72.975" size="3"/>
<ellipse antialias="false" width="5.67397" height="6.84" x="-3.36864" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.168"/>
<line x2="-12.9435" antialias="false" end1="none" y2="-104.61" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.885" length1="1.5" end2="none" x1="-17.1989" length2="1.5"/>
<line x2="1.59608" antialias="false" end1="none" y2="-104.61" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.885" length1="1.5" end2="none" x1="-2.6594" length2="1.5"/>
<line x2="-12.9435" antialias="false" end1="none" y2="-108.885" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.61" length1="1.5" end2="none" x1="-17.1989" length2="1.5"/>
<line x2="1.59608" antialias="false" end1="none" y2="-108.885" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.61" length1="1.5" end2="none" x1="-2.6594" length2="1.5"/>
<text text="RUN" x="-11.525" y="-104.61" size="3"/>
<text text="ERR" x="3.01457" y="-104.61" size="3"/>
<line x2="-20.036" antialias="false" end1="none" y2="-120" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.4" length1="1.5" end2="none" x1="-20.036" length2="1.5"/>
<line x2="15.781" antialias="false" end1="none" y2="-104.61" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.885" length1="1.5" end2="none" x1="11.5255" length2="1.5"/>
<line x2="15.781" antialias="false" end1="none" y2="-108.885" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.61" length1="1.5" end2="none" x1="11.5255" length2="1.5"/>
<text text="I\O" x="17.5542" y="-104.61" size="3"/>
<line x2="-20.036" antialias="false" end1="none" y2="119.4" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.4" length1="1.5" end2="none" x1="40.25" length2="1.5"/>
<line x2="40.25" antialias="false" end1="none" y2="-120" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-120" length1="1.5" end2="none" x1="-20.036" length2="1.5"/>
<line x2="40.25" antialias="false" end1="none" y2="-120" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.4" length1="1.5" end2="none" x1="40.25" length2="1.5"/>
<line x2="-18.6175" antialias="false" end1="none" y2="-68.7" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-68.7" length1="1.5" end2="none" x1="38.8315" length2="1.5"/>
<text text="BMXART0414" x="12.5894" y="-113.16" size="3"/>
<rect antialias="false" ry="0" width="31.9161" height="8.55" x="8.33392" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" y="-120"/>
<line x2="-18.6175" antialias="false" end1="none" y2="-120" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-68.7" length1="1.5" end2="none" x1="-18.6175" length2="1.5"/>
<line x2="38.8315" antialias="false" end1="none" y2="-68.7" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-111.45" length1="1.5" end2="none" x1="38.8315" length2="1.5"/>
</description>
</definition>

View File

@@ -1,154 +0,0 @@
<definition version="0.70" width="70" type="element" height="250" hotspot_x="25" hotspot_y="125" link_type="simple" orientation="dyyy">
<uuid uuid="{805e3da0-26ec-40a0-9055-a8f85b4828c8}"/>
<names>
<name lang="en">BMXART0814</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<line x2="27.8721" antialias="false" end1="none" y2="85.2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-34.5" length1="1.5" end2="none" x1="27.8721" length2="1.5"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2082" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-25.2812"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2485" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="33.2008"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62723" x="0.229393" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-25.2812"/>
<ellipse antialias="false" width="7.17397" height="8.55" x="19.058" style="line-style:normal;line-weight:normal;filling:none;color:black" y="92.04"/>
<text text="16" x="-16.4897" y="-80.67" size="3"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62723" x="25.2485" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="47.8317"/>
<ellipse antialias="false" width="5.67397" height="6.84" x="24.6466" style="line-style:normal;line-weight:thin;filling:green;color:black" y="-110.168"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62723" x="25.2082" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-10.6504"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="19.1103" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-25.2812"/>
<text text="08" x="-16.4897" y="-88.365" size="3"/>
<rect antialias="false" ry="0" width="1.11634" height="5.62722" x="19.1506" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="33.2008"/>
<text text="07" x="33.1576" y="-95.205" size="3"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2082" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="18.6113"/>
<text text="06" x="26.0651" y="-95.205" size="3"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62723" x="19.1103" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-10.6504"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2082" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="3.98041"/>
<text text="24" x="-16.4897" y="-72.975" size="3"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2485" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="77.0929"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2485" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="62.4624"/>
<text text="05" x="18.9726" y="-95.205" size="3"/>
<text text="04" x="11.8802" y="-95.205" size="3"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2082" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-17.9658"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="19.1103" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="18.6113"/>
<rect antialias="false" ry="0" width="1.11634" height="5.62723" x="19.1506" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="47.8317"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2082" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="11.2958"/>
<text text="03" x="4.78769" y="-95.205" size="3"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62723" x="25.2485" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="40.5163"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2082" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-3.33499"/>
<text text="01" x="-9.39724" y="-95.205" size="3"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62723" x="25.2082" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-32.5966"/>
<text text="00" x="-16.4897" y="-95.205" size="3"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="19.1103" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="3.98041"/>
<text text="02" x="-2.30477" y="-95.205" size="3"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62722" x="0.269185" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="33.2008"/>
<rect antialias="false" ry="0" width="1.11634" height="5.62722" x="19.1506" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="77.0929"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="19.1103" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-17.9658"/>
<ellipse antialias="false" width="7.09246" height="8.55" x="-5.85103" style="line-style:normal;line-weight:normal;filling:none;color:black" y="92.04"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2485" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="69.7775"/>
<line x2="29.6113" antialias="false" end1="none" y2="-104.61" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.885" length1="1.5" end2="none" x1="25.3558" length2="1.5"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2485" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="55.147"/>
<text text="10" x="-2.30477" y="-88.365" size="3"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="25.2485" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="25.8854"/>
<text text="18" x="-2.30477" y="-80.67" size="3"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62723" x="0.269185" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="47.8317"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="19.1103" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="11.2958"/>
<rect antialias="false" ry="0" width="1.11634" height="5.62722" x="19.1506" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="62.4624"/>
<rect antialias="false" ry="0" width="1.11634" height="5.62723" x="19.1506" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="40.5163"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62723" x="0.229393" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-10.6504"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62722" x="19.1103" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-3.33499"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62723" x="-5.79921" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-25.2812"/>
<rect antialias="false" ry="0" width="1.11634" height="5.62722" x="19.1506" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="69.7775"/>
<text text="26" x="-2.30477" y="-72.975" size="3"/>
<rect antialias="false" ry="0" width="1.11634" height="5.62722" x="19.1506" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="55.147"/>
<rect antialias="false" ry="0" width="1.11634" height="5.62722" x="19.1506" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="25.8854"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62722" x="-5.75939" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="33.2008"/>
<rect antialias="false" ry="0" width="1.11635" height="5.62723" x="19.1103" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-32.5966"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62722" x="0.229393" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="18.6113"/>
<rect antialias="false" ry="0" width="14.3479" height="153.9" x="15.471" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" y="-51.6"/>
<line x2="29.8189" antialias="false" end1="none" y2="-39.63" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-39.63" length1="1.5" end2="none" x1="15.471" length2="1.5"/>
<line x2="29.8189" antialias="false" end1="none" y2="90.33" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="90.33" length1="1.5" end2="none" x1="15.471" length2="1.5"/>
<text text="25" x="-9.39724" y="-72.975" size="3"/>
<text text="09" x="-9.52217" y="-88.365" size="3"/>
<ellipse antialias="false" width="7.17397" height="8.55" x="19.058" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-49.89"/>
<line x2="18.3406" antialias="false" end1="none" y2="88.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.065" length1="1.5" end2="none" x1="18.3406" length2="1.5"/>
<line x2="29.6113" antialias="false" end1="none" y2="-108.885" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.61" length1="1.5" end2="none" x1="25.3558" length2="1.5"/>
<line x2="27.6667" antialias="false" end1="none" y2="-34.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.065" length1="1.5" end2="none" x1="18.3406" length2="1.5"/>
<text text="17" x="-9.39724" y="-80.67" size="3"/>
<line x2="18.3406" antialias="false" end1="none" y2="88.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="85.2" length1="1.5" end2="none" x1="27.6667" length2="1.5"/>
<text text="11" x="4.78769" y="-88.365" size="3"/>
<text text="27" x="4.78769" y="-72.975" size="3"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62723" x="-5.79921" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-10.6504"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62723" x="0.229393" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="3.98041"/>
<text text="19" x="4.78769" y="-80.67" size="3"/>
<text text="+32" x="30.1604" y="-104.61" size="3"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62722" x="0.269185" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="77.0929"/>
<text text="12" x="11.8802" y="-88.365" size="3"/>
<text text="20" x="11.8802" y="-80.67" size="3"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62723" x="0.269185" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="62.4624"/>
<text text="28" x="11.8802" y="-72.975" size="3"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62723" x="0.229393" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-17.9658"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62722" x="-5.79921" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="18.6113"/>
<text text="29" x="18.9726" y="-72.975" size="3"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62723" x="-5.75939" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="47.8317"/>
<text text="21" x="18.9726" y="-80.67" size="3"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62722" x="0.229393" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="11.2958"/>
<text text="13" x="18.9726" y="-88.365" size="3"/>
<text text="14" x="26.0651" y="-88.365" size="3"/>
<text text="22" x="26.0651" y="-80.67" size="3"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62723" x="0.269185" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="40.5163"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62722" x="0.229393" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-3.33499"/>
<ellipse antialias="false" width="5.67397" height="6.84" x="-17.9082" style="line-style:normal;line-weight:thin;filling:green;color:black" y="-110.168"/>
<text text="30" x="26.0651" y="-72.975" size="3"/>
<text text="23" x="33.1576" y="-80.67" size="3"/>
<text text="15" x="33.1576" y="-88.365" size="3"/>
<ellipse antialias="false" width="5.67397" height="6.84" x="10.8163" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.168"/>
<text text="31" x="33.1576" y="-72.975" size="3"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62722" x="0.229393" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-32.5966"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62723" x="-5.79921" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="3.98041"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62722" x="-5.75939" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="77.0929"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62722" x="-5.79921" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-17.9658"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62723" x="0.269185" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="69.7775"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62722" x="0.269185" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="55.147"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62722" x="0.269185" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="25.8854"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62722" x="-5.79921" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="11.2958"/>
<ellipse antialias="false" width="5.67397" height="6.84" x="-3.36864" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.168"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62723" x="-5.75939" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="62.4624"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62723" x="-5.75939" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="40.5163"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62722" x="-5.79921" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-3.33499"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62723" x="-5.75939" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="69.7775"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62722" x="-5.75939" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="55.147"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62722" x="-5.75939" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="25.8854"/>
<rect antialias="false" ry="0" width="1.10366" height="5.62722" x="-5.79921" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="0" y="-32.5966"/>
<line x2="-12.9435" antialias="false" end1="none" y2="-104.61" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.885" length1="1.5" end2="none" x1="-17.1989" length2="1.5"/>
<line x2="1.59608" antialias="false" end1="none" y2="-104.61" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.885" length1="1.5" end2="none" x1="-2.6594" length2="1.5"/>
<line x2="-12.9435" antialias="false" end1="none" y2="-108.885" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.61" length1="1.5" end2="none" x1="-17.1989" length2="1.5"/>
<line x2="1.59608" antialias="false" end1="none" y2="-108.885" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.61" length1="1.5" end2="none" x1="-2.6594" length2="1.5"/>
<text text="RUN" x="-11.525" y="-104.61" size="3"/>
<text text="ERR" x="3.01457" y="-104.61" size="3"/>
<line x2="-20.036" antialias="false" end1="none" y2="-120" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.4" length1="1.5" end2="none" x1="-20.036" length2="1.5"/>
<line x2="15.781" antialias="false" end1="none" y2="-104.61" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-108.885" length1="1.5" end2="none" x1="11.5255" length2="1.5"/>
<line x2="15.781" antialias="false" end1="none" y2="-108.885" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-104.61" length1="1.5" end2="none" x1="11.5255" length2="1.5"/>
<text text="I\O" x="17.5542" y="-104.61" size="3"/>
<line x2="-20.036" antialias="false" end1="none" y2="119.4" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.4" length1="1.5" end2="none" x1="40.25" length2="1.5"/>
<line x2="40.25" antialias="false" end1="none" y2="-120" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-120" length1="1.5" end2="none" x1="-20.036" length2="1.5"/>
<line x2="40.25" antialias="false" end1="none" y2="-120" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="119.4" length1="1.5" end2="none" x1="40.25" length2="1.5"/>
<line x2="-18.6175" antialias="false" end1="none" y2="-68.7" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-68.7" length1="1.5" end2="none" x1="38.8315" length2="1.5"/>
<text text="BMXART0814" x="12.5894" y="-113.16" size="3"/>
<rect antialias="false" ry="0" width="31.9161" height="8.55" x="8.33392" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" y="-120"/>
<line x2="-18.6175" antialias="false" end1="none" y2="-120" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-68.7" length1="1.5" end2="none" x1="-18.6175" length2="1.5"/>
<line x2="38.8315" antialias="false" end1="none" y2="-68.7" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-111.45" length1="1.5" end2="none" x1="38.8315" length2="1.5"/>
<rect antialias="false" ry="0" width="14.1849" height="153.9" x="-9.39724" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" y="-51.6"/>
<line x2="4.78769" antialias="false" end1="none" y2="-39.63" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-39.63" length1="1.5" end2="none" x1="-9.39724" length2="1.5"/>
<line x2="4.78769" antialias="false" end1="none" y2="90.33" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="90.33" length1="1.5" end2="none" x1="-9.39724" length2="1.5"/>
<ellipse antialias="false" width="7.09246" height="8.55" x="-5.85103" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-49.89"/>
<line x2="-6.56027" antialias="false" end1="none" y2="88.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.065" length1="1.5" end2="none" x1="-6.56027" length2="1.5"/>
<line x2="2.65994" antialias="false" end1="none" y2="85.2" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-34.5" length1="1.5" end2="none" x1="2.65994" length2="1.5"/>
<line x2="2.65994" antialias="false" end1="none" y2="-34.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="-37.065" length1="1.5" end2="none" x1="-6.56027" length2="1.5"/>
<line x2="-6.56027" antialias="false" end1="none" y2="88.62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="85.2" length1="1.5" end2="none" x1="2.65994" length2="1.5"/>
</description>
</definition>

View File

@@ -1,5 +0,0 @@
<qet-directory>
<names>
<name lang="en">Analog block</name>
</names>
</qet-directory>

View File

@@ -1,247 +0,0 @@
<definition type="element" orientation="dyyy" version="0.70" hotspot_x="55" width="970" hotspot_y="35" height="110" link_type="simple">
<uuid uuid="{3e85e1b9-41a5-4c20-baf1-c3a854ff36be}"/>
<names>
<name lang="en">bmxami0810</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<text rotation="270" text="orange-red" size="6" x="519.2" y="69"/>
<text rotation="270" text="white-orange" size="6" x="-2.9" y="68"/>
<text rotation="270" text="blue-white" size="6" x="40" y="69"/>
<text rotation="270" text="green-white" size="6" x="160" y="69"/>
<text rotation="270" text="red-blue" size="6" x="320" y="69"/>
<text rotation="270" text="gray-white" size="6" x="357.1" y="69"/>
<text rotation="270" text="white-gray" size="6" x="236.2" y="69"/>
<text rotation="270" text="brown-white" size="6" x="280.3" y="69"/>
<text rotation="270" text="white-brown" size="6" x="202.1" y="69"/>
<text rotation="270" text="orange-white" size="6" x="117.1" y="69"/>
<text rotation="270" text="red-orange" size="6" x="440" y="69"/>
<text rotation="270" text="blue-red" size="6" x="400.2" y="69"/>
<text rotation="270" text="red-green" size="6" x="477.1" y="69"/>
<text rotation="270" text="white-green" size="6" x="80" y="69"/>
<text rotation="270" text="green-red" size="6" x="597" y="69"/>
<text rotation="270" text="red-brown" size="6" x="560" y="69"/>
<line x1="670" end1="none" length1="1.5" end2="none" y2="70" antialias="false" length2="1.5" y1="0" x2="670" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="310" end1="none" length1="1.5" end2="none" y2="70" antialias="false" length2="1.5" y1="0" x2="310" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text text="12" size="6" x="338" y="65"/>
<text text="7" size="6" x="218" y="65"/>
<text text="6" size="6" x="98" y="65"/>
<line x1="190" end1="none" length1="1.5" end2="none" y2="70" antialias="false" length2="1.5" y1="0" x2="190" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text text="15" size="6" x="458" y="65"/>
<line x1="790" end1="none" length1="1.5" end2="none" y2="70" antialias="false" length2="1.5" y1="0" x2="790" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="550" end1="none" length1="1.5" end2="none" y2="70" antialias="false" length2="1.5" y1="0" x2="550" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text rotation="0" frame="false" text_width="-1" text_from="ElementInfo" Halignment="AlignLeft" z="26" x="640" font_size="7" Valignment="AlignTop" y="66" font_family="Sans Serif" uuid="{f1a8ebf2-dc4a-4a49-a545-e4a6b5fdf5df}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text rotation="0" frame="false" text_width="-1" text_from="ElementInfo" Halignment="AlignLeft" z="26" x="140" font_size="7" Valignment="AlignTop" y="66" font_family="Sans Serif" uuid="{f1a8ebf2-dc4a-4a49-a545-e4a6b5fdf5df}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text rotation="0" frame="false" text_width="-1" text_from="ElementInfo" Halignment="AlignLeft" z="26" x="790" font_size="7" Valignment="AlignTop" y="66" font_family="Sans Serif" uuid="{f1a8ebf2-dc4a-4a49-a545-e4a6b5fdf5df}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text rotation="0" frame="false" text_width="-1" text_from="ElementInfo" Halignment="AlignLeft" z="26" x="270" font_size="7" Valignment="AlignTop" y="66" font_family="Sans Serif" uuid="{f1a8ebf2-dc4a-4a49-a545-e4a6b5fdf5df}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text rotation="0" frame="false" text_width="-1" text_from="ElementInfo" Halignment="AlignLeft" z="26" x="420" font_size="7" Valignment="AlignTop" y="66" font_family="Sans Serif" uuid="{f1a8ebf2-dc4a-4a49-a545-e4a6b5fdf5df}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text rotation="0" frame="false" text_width="-1" text_from="ElementInfo" Halignment="AlignLeft" z="26" x="0" font_size="7" Valignment="AlignTop" y="66" font_family="Sans Serif" uuid="{f1a8ebf2-dc4a-4a49-a545-e4a6b5fdf5df}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line x1="430" end1="none" length1="1.5" end2="none" y2="70" antialias="false" length2="1.5" y1="0" x2="430" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text text="Channel 8" size="9" x="824" y="16"/>
<text rotation="270" text="orange-black" size="6" x="880.4" y="68"/>
<text text="20" size="6" x="578" y="65"/>
<text rotation="270" text="blue-black" size="6" x="837.3" y="68"/>
<text rotation="270" text="black-orange" size="6" x="800.2" y="68"/>
<text rotation="270" text="gray-red" size="6" x="759.1" y="68"/>
<text text="21" size="6" x="698" y="65"/>
<text rotation="270" text="black-blue" size="6" x="717" y="68"/>
<text text="Channel 3" size="9" x="225" y="16"/>
<text rotation="270" text="red-gray" size="6" x="680.1" y="69"/>
<text rotation="270" text="brown-red" size="6" x="640.1" y="69"/>
<text text="Channel 7" size="9" x="705" y="16"/>
<text text="Channel 6" size="9" x="585" y="16"/>
<text text="Channel 4" size="9" x="346" y="16"/>
<text text="Channel 2" size="9" x="105" y="16"/>
<text text="Channel 5" size="9" x="465" y="16"/>
<text text="26" size="6" x="818" y="65"/>
<text text="22" size="6" x="738" y="65"/>
<text text="11" size="6" x="378" y="65"/>
<text text="19" size="6" x="618" y="65"/>
<text text="16" size="6" x="498" y="65"/>
<text text="8" size="6" x="258" y="65"/>
<text text="5" size="6" x="138" y="65"/>
<text text="25" size="6" x="858" y="65"/>
<text text="23" size="6" x="778" y="65"/>
<text text="18" size="6" x="658" y="65"/>
<text text="17" size="6" x="538" y="65"/>
<text text="4" size="6" x="178" y="65"/>
<text text="9" size="6" x="298" y="65"/>
<dynamic_text rotation="0" frame="false" text_width="-1" text_from="UserText" Halignment="AlignLeft" z="55" x="391" font_size="9" Valignment="AlignTop" y="-23" font_family="Sans Serif" uuid="{d438a679-5857-4a79-a5bf-0c8b2f12de07}">
<text>BMXAMI0810 </text>
</dynamic_text>
<text text="24" size="6" x="898" y="65"/>
<text text="10" size="6" x="418" y="65"/>
<text text="II2" size="6" x="204" y="34"/>
<text text="II1" size="6" x="84" y="34"/>
<text text="II7" size="6" x="804" y="34"/>
<text text="II3" size="6" x="324" y="34"/>
<text text="II4" size="6" x="444" y="34"/>
<text text="II6" size="6" x="684" y="34"/>
<text text="II5" size="6" x="564" y="34"/>
<text text="VI2" size="6" x="284" y="34"/>
<text text="VI1" size="6" x="164" y="34"/>
<text text="1" size="6" x="-22" y="65"/>
<text text="VI3" size="6" x="404" y="34"/>
<text text="VI4" size="6" x="524" y="34"/>
<text text="VI5" size="6" x="644" y="34"/>
<text text="VI6" size="6" x="764" y="34"/>
<text text="VI7" size="6" x="884" y="34"/>
<text text="COM5" size="6" x="600" y="34"/>
<text text="COM6" size="6" x="720" y="34"/>
<text text="COM7" size="6" x="840" y="34"/>
<text text="COM4" size="6" x="480" y="34"/>
<text text="COM3" size="6" x="360" y="34"/>
<text text="COM2" size="6" x="240" y="34"/>
<text text="COM1" size="6" x="120" y="34"/>
<text text="2" size="6" x="18" y="65"/>
<arc angle="180" x="406" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="286" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="526" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="646" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="766" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="886" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="726" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="606" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="486" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="366" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="846" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="166" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="246" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="806" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="686" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="566" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="446" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="326" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="206" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="126" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="730" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="730" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="850" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="850" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="250" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="250" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="490" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="490" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="610" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="610" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="370" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="370" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="86" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="890" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="890" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="770" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="770" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="410" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="410" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="290" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="290" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="530" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="530" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="650" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="650" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="130" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="130" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="170" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="170" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="210" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="210" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="570" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="570" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="690" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="690" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="810" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="810" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="450" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="450" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="330" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="330" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="565" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="205" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="685" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="325" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="90" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="90" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="445" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="805" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="85" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="645" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="405" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="885" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="285" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="525" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="765" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="605" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="365" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="245" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="485" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="725" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="165" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="845" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="250" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="250" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="490" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="490" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="850" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="850" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="125" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="730" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="730" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="370" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="370" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text text="3" size="6" x="58" y="65"/>
<line x1="610" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="610" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="810" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="810" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="570" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="570" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="330" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="330" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="690" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="690" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="450" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="450" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="130" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="130" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="210" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="210" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="90" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="90" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="410" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="410" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="530" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="530" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="290" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="290" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="890" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="890" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="650" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="650" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="770" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="770" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="170" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="170" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text text="II0" size="6" x="-36" y="34"/>
<text text="VI0" size="6" x="44" y="34"/>
<text text="COM0" size="6" x="0" y="34"/>
<arc angle="180" x="46" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="6" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<arc angle="180" x="-34" antialias="true" y="41" width="8" height="10" start="180" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="10" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="50" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="-30" end1="none" length1="1.5" end2="none" y2="47" antialias="false" length2="1.5" y1="37" x2="-30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="-35" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="45" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="5" antialias="false" y="57" width="10" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="10" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="-30" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="-30" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="50" end1="none" length1="1.5" end2="none" y2="51" antialias="false" length2="1.5" y1="57" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<rect rx="0" ry="0" x="-50" antialias="false" y="-30" width="960" height="100" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="-50" end1="none" length1="1.5" end2="none" y2="0" antialias="false" length2="1.5" y1="0" x2="910" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="70" end1="none" length1="1.5" end2="none" y2="70" antialias="false" length2="1.5" y1="0" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="-50" end1="none" length1="1.5" end2="none" y2="20" antialias="false" length2="1.5" y1="20" x2="910" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text text="Channel 1" size="9" x="-12" y="16"/>
<text rotation="270" text="white-blue" size="6" x="-35" y="68"/>
<terminal orientation="s" x="10" y="62"/>
<terminal orientation="s" x="-30" y="62"/>
<terminal orientation="s" x="50" y="62"/>
<terminal orientation="s" x="770" y="62"/>
<terminal orientation="s" x="370" y="62"/>
<terminal orientation="s" x="170" y="62"/>
<terminal orientation="s" x="130" y="62"/>
<terminal orientation="s" x="90" y="62"/>
<terminal orientation="s" x="490" y="62"/>
<terminal orientation="s" x="890" y="62"/>
<terminal orientation="s" x="730" y="62"/>
<terminal orientation="s" x="690" y="62"/>
<terminal orientation="s" x="330" y="62"/>
<terminal orientation="s" x="450" y="62"/>
<terminal orientation="s" x="570" y="62"/>
<terminal orientation="s" x="210" y="62"/>
<terminal orientation="s" x="530" y="62"/>
<terminal orientation="s" x="410" y="62"/>
<terminal orientation="s" x="290" y="62"/>
<terminal orientation="s" x="250" y="62"/>
<terminal orientation="s" x="810" y="62"/>
<terminal orientation="s" x="650" y="62"/>
<terminal orientation="s" x="610" y="62"/>
<terminal orientation="s" x="850" y="62"/>
</description>
</definition>

View File

@@ -1,179 +0,0 @@
<definition height="110" hotspot_x="55" link_type="simple" width="970" type="element" hotspot_y="35" orientation="dyyy" version="0.70">
<uuid uuid="{e16f2dda-4d10-4b75-93c7-3a20e3a627c0}"/>
<names>
<name lang="en">bmxamo0802</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<text y="69" x="509.2" rotation="270" text="white-gray" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="69" x="30" rotation="270" text="white-blue" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="69" x="149" rotation="270" text="white-orange" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="69" x="330" rotation="270" text="brown-white" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="69" x="270.3" rotation="270" text="white-green" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="69" x="212.1" rotation="270" text="green-white" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="69" x="450" rotation="270" text="gray-white" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="69" x="390.2" rotation="270" text="white-brown" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="69" x="90" rotation="270" text="orange-white" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="69" x="570" rotation="270" text="blue-red" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<line x1="670" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end1="none" end2="none" y2="70" x2="670" antialias="false" length2="1.5"/>
<line x1="310" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end1="none" end2="none" y2="70" x2="310" antialias="false" length2="1.5"/>
<text y="65" x="348" rotation="0" text="9" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="65" x="228" rotation="0" text="7" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="65" x="108" rotation="0" text="5" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<line x1="190" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end1="none" end2="none" y2="70" x2="190" antialias="false" length2="1.5"/>
<text y="65" x="468" rotation="0" text="11" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<line x1="790" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end1="none" end2="none" y2="70" x2="790" antialias="false" length2="1.5"/>
<line x1="550" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end1="none" end2="none" y2="70" x2="550" antialias="false" length2="1.5"/>
<line x1="430" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end1="none" end2="none" y2="70" x2="430" antialias="false" length2="1.5"/>
<text y="16" x="824" rotation="0" text="Channel 8" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
<dynamic_text y="66" x="260" rotation="0" z="26" text_width="-1" Halignment="AlignLeft" text_from="ElementInfo" Valignment="AlignTop" uuid="{f1a8ebf2-dc4a-4a49-a545-e4a6b5fdf5df}" font="Sans Serif,9,-1,5,50,0,0,0,0,0,Regular" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="66" x="0" rotation="0" z="26" text_width="-1" Halignment="AlignLeft" text_from="ElementInfo" Valignment="AlignTop" uuid="{f1a8ebf2-dc4a-4a49-a545-e4a6b5fdf5df}" font="Sans Serif,9,-1,5,50,0,0,0,0,0,Regular" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="66" x="790" rotation="0" z="26" text_width="-1" Halignment="AlignLeft" text_from="ElementInfo" Valignment="AlignTop" uuid="{f1a8ebf2-dc4a-4a49-a545-e4a6b5fdf5df}" font="Sans Serif,9,-1,5,50,0,0,0,0,0,Regular" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="66" x="630" rotation="0" z="26" text_width="-1" Halignment="AlignLeft" text_from="ElementInfo" Valignment="AlignTop" uuid="{f1a8ebf2-dc4a-4a49-a545-e4a6b5fdf5df}" font="Sans Serif,9,-1,5,50,0,0,0,0,0,Regular" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="66" x="410" rotation="0" z="26" text_width="-1" Halignment="AlignLeft" text_from="ElementInfo" Valignment="AlignTop" uuid="{f1a8ebf2-dc4a-4a49-a545-e4a6b5fdf5df}" font="Sans Serif,9,-1,5,50,0,0,0,0,0,Regular" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<text y="68" x="870.4" rotation="270" text="red-green" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="65" x="588" rotation="0" text="13" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="69" x="810" rotation="270" text="green-red" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="69" x="749" rotation="270" text="red-orange" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="65" x="708" rotation="0" text="15" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="16" x="225" rotation="0" text="Channel 3" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="69" x="690.1" rotation="270" text="orange-red" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="69" x="630.1" rotation="270" text="red-blue" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="16" x="705" rotation="0" text="Channel 7" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="16" x="585" rotation="0" text="Channel 6" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="16" x="346" rotation="0" text="Channel 4" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="16" x="105" rotation="0" text="Channel 2" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="16" x="465" rotation="0" text="Channel 5" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="65" x="828" rotation="0" text="17" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="65" x="768" rotation="0" text="16" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="65" x="648" rotation="0" text="14" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="65" x="528" rotation="0" text="12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="65" x="168" rotation="0" text="6" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="65" x="288" rotation="0" text="8" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="65" x="888" rotation="0" text="18" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="65" x="408" rotation="0" text="10" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="34" x="214" rotation="0" text="II2" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="34" x="94" rotation="0" text="II1" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="34" x="814" rotation="0" text="II7" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="34" x="334" rotation="0" text="II3" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="34" x="454" rotation="0" text="II4" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="34" x="694" rotation="0" text="II6" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="34" x="574" rotation="0" text="II5" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<dynamic_text y="-23" x="391" rotation="0" z="55" text_width="-1" Halignment="AlignLeft" text_from="UserText" Valignment="AlignTop" uuid="{d438a679-5857-4a79-a5bf-0c8b2f12de07}" font="Sans Serif,9,-1,5,50,0,0,0,0,0,Regular" frame="false">
<text>BMXAMO0802</text>
</dynamic_text>
<text y="34" x="272" rotation="0" text="COM2" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="34" x="151" rotation="0" text="COM1" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="66" x="-11" rotation="0" text="3" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="34" x="391" rotation="0" text="COM3" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="34" x="511" rotation="0" text="COM4" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="34" x="631" rotation="0" text="COM5" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="34" x="751" rotation="0" text="COM6" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="34" x="872" rotation="0" text="COM7" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<arc height="10" y="41" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="396" start="180" angle="180" antialias="true"/>
<arc height="10" y="41" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="276" start="180" angle="180" antialias="true"/>
<arc height="10" y="41" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="516" start="180" angle="180" antialias="true"/>
<arc height="10" y="41" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="636" start="180" angle="180" antialias="true"/>
<arc height="10" y="41" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="756" start="180" angle="180" antialias="true"/>
<arc height="10" y="41" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="876" start="180" angle="180" antialias="true"/>
<arc height="10" y="41" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="156" start="180" angle="180" antialias="true"/>
<arc height="10" y="41" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="816" start="180" angle="180" antialias="true"/>
<arc height="10" y="41" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="696" start="180" angle="180" antialias="true"/>
<arc height="10" y="41" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="576" start="180" angle="180" antialias="true"/>
<arc height="10" y="41" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="456" start="180" angle="180" antialias="true"/>
<arc height="10" y="41" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="336" start="180" angle="180" antialias="true"/>
<arc height="10" y="41" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="216" start="180" angle="180" antialias="true"/>
<arc height="10" y="41" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="96" start="180" angle="180" antialias="true"/>
<line x1="880" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="37" length1="1.5" end1="none" end2="none" y2="47" x2="880" antialias="false" length2="1.5"/>
<line x1="760" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="37" length1="1.5" end1="none" end2="none" y2="47" x2="760" antialias="false" length2="1.5"/>
<line x1="400" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="37" length1="1.5" end1="none" end2="none" y2="47" x2="400" antialias="false" length2="1.5"/>
<line x1="280" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="37" length1="1.5" end1="none" end2="none" y2="47" x2="280" antialias="false" length2="1.5"/>
<line x1="520" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="37" length1="1.5" end1="none" end2="none" y2="47" x2="520" antialias="false" length2="1.5"/>
<line x1="640" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="37" length1="1.5" end1="none" end2="none" y2="47" x2="640" antialias="false" length2="1.5"/>
<line x1="160" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="37" length1="1.5" end1="none" end2="none" y2="47" x2="160" antialias="false" length2="1.5"/>
<line x1="220" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="37" length1="1.5" end1="none" end2="none" y2="47" x2="220" antialias="false" length2="1.5"/>
<line x1="580" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="37" length1="1.5" end1="none" end2="none" y2="47" x2="580" antialias="false" length2="1.5"/>
<line x1="700" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="37" length1="1.5" end1="none" end2="none" y2="47" x2="700" antialias="false" length2="1.5"/>
<line x1="820" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="37" length1="1.5" end1="none" end2="none" y2="47" x2="820" antialias="false" length2="1.5"/>
<line x1="460" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="37" length1="1.5" end1="none" end2="none" y2="47" x2="460" antialias="false" length2="1.5"/>
<line x1="340" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="37" length1="1.5" end1="none" end2="none" y2="47" x2="340" antialias="false" length2="1.5"/>
<rect height="10" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="575" rx="0" antialias="false" ry="0"/>
<rect height="10" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="215" rx="0" antialias="false" ry="0"/>
<rect height="10" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="695" rx="0" antialias="false" ry="0"/>
<rect height="10" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="335" rx="0" antialias="false" ry="0"/>
<line x1="100" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="37" length1="1.5" end1="none" end2="none" y2="47" x2="100" antialias="false" length2="1.5"/>
<rect height="10" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="455" rx="0" antialias="false" ry="0"/>
<rect height="10" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="815" rx="0" antialias="false" ry="0"/>
<rect height="10" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="95" rx="0" antialias="false" ry="0"/>
<rect height="10" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="635" rx="0" antialias="false" ry="0"/>
<rect height="10" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="395" rx="0" antialias="false" ry="0"/>
<rect height="10" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="875" rx="0" antialias="false" ry="0"/>
<rect height="10" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="275" rx="0" antialias="false" ry="0"/>
<rect height="10" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="515" rx="0" antialias="false" ry="0"/>
<rect height="10" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="755" rx="0" antialias="false" ry="0"/>
<rect height="10" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="155" rx="0" antialias="false" ry="0"/>
<text y="65" x="48" rotation="0" text="4" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<line x1="820" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="57" length1="1.5" end1="none" end2="none" y2="51" x2="820" antialias="false" length2="1.5"/>
<line x1="580" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="57" length1="1.5" end1="none" end2="none" y2="51" x2="580" antialias="false" length2="1.5"/>
<line x1="340" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="57" length1="1.5" end1="none" end2="none" y2="51" x2="340" antialias="false" length2="1.5"/>
<line x1="700" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="57" length1="1.5" end1="none" end2="none" y2="51" x2="700" antialias="false" length2="1.5"/>
<line x1="460" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="57" length1="1.5" end1="none" end2="none" y2="51" x2="460" antialias="false" length2="1.5"/>
<line x1="220" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="57" length1="1.5" end1="none" end2="none" y2="51" x2="220" antialias="false" length2="1.5"/>
<line x1="100" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="57" length1="1.5" end1="none" end2="none" y2="51" x2="100" antialias="false" length2="1.5"/>
<line x1="400" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="57" length1="1.5" end1="none" end2="none" y2="51" x2="400" antialias="false" length2="1.5"/>
<line x1="520" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="57" length1="1.5" end1="none" end2="none" y2="51" x2="520" antialias="false" length2="1.5"/>
<line x1="280" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="57" length1="1.5" end1="none" end2="none" y2="51" x2="280" antialias="false" length2="1.5"/>
<line x1="880" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="57" length1="1.5" end1="none" end2="none" y2="51" x2="880" antialias="false" length2="1.5"/>
<line x1="640" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="57" length1="1.5" end1="none" end2="none" y2="51" x2="640" antialias="false" length2="1.5"/>
<line x1="760" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="57" length1="1.5" end1="none" end2="none" y2="51" x2="760" antialias="false" length2="1.5"/>
<line x1="160" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="57" length1="1.5" end1="none" end2="none" y2="51" x2="160" antialias="false" length2="1.5"/>
<text y="34" x="-26" rotation="0" text="II0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="34" x="31" rotation="0" text="COM0" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<arc height="10" y="41" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="36" start="180" angle="180" antialias="true"/>
<arc height="10" y="41" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="-24" start="180" angle="180" antialias="true"/>
<line x1="40" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="37" length1="1.5" end1="none" end2="none" y2="47" x2="40" antialias="false" length2="1.5"/>
<line x1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="37" length1="1.5" end1="none" end2="none" y2="47" x2="-20" antialias="false" length2="1.5"/>
<rect height="10" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="-25" rx="0" antialias="false" ry="0"/>
<rect height="10" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="35" rx="0" antialias="false" ry="0"/>
<line x1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="57" length1="1.5" end1="none" end2="none" y2="51" x2="-20" antialias="false" length2="1.5"/>
<line x1="40" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="57" length1="1.5" end1="none" end2="none" y2="51" x2="40" antialias="false" length2="1.5"/>
<rect height="100" y="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" width="960" x="-50" rx="0" antialias="false" ry="0"/>
<line x1="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end1="none" end2="none" y2="0" x2="910" antialias="false" length2="1.5"/>
<line x1="70" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end1="none" end2="none" y2="70" x2="70" antialias="false" length2="1.5"/>
<line x1="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="20" length1="1.5" end1="none" end2="none" y2="20" x2="910" antialias="false" length2="1.5"/>
<text y="16" x="-12" rotation="0" text="Channel 1" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="-28" rotation="270" text="blue-white" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<terminal y="62" x="100" orientation="s"/>
<terminal y="62" x="820" orientation="s"/>
<terminal y="62" x="160" orientation="s"/>
<terminal y="62" x="700" orientation="s"/>
<terminal y="62" x="640" orientation="s"/>
<terminal y="62" x="520" orientation="s"/>
<terminal y="62" x="280" orientation="s"/>
<terminal y="62" x="40" orientation="s"/>
<terminal y="62" x="460" orientation="s"/>
<terminal y="62" x="880" orientation="s"/>
<terminal y="62" x="220" orientation="s"/>
<terminal y="62" x="400" orientation="s"/>
<terminal y="62" x="580" orientation="s"/>
<terminal y="62" x="760" orientation="s"/>
<terminal y="62" x="-20" orientation="s"/>
<terminal y="62" x="340" orientation="s"/>
</description>
</definition>

View File

@@ -1,163 +0,0 @@
<definition height="100" hotspot_x="65" link_type="simple" width="880" type="element" hotspot_y="25" orientation="dyyy" version="0.70">
<uuid uuid="{0e4bd488-9c14-4d68-980a-e21f07da6672}"/>
<names>
<name lang="en">bmxart0814_1</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<text y="68" x="719.2" rotation="270" text="red-gray" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="67" x="7.1" rotation="270" text="green-white" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="60" rotation="270" text="white-brown" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="230" rotation="270" text="gray-white" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="450" rotation="270" text="orange-red" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="497.1" rotation="270" text="red-green" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="326.2" rotation="270" text="blue-red" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="400.3" rotation="270" text="red-orange" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="282.1" rotation="270" text="red-blue" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="177.1" rotation="270" text="white-gray" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="620" rotation="270" text="red-brown" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="550.2" rotation="270" text="green-red" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="667.1" rotation="270" text="brown-red" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="110" rotation="270" text="brown-white" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="770" rotation="270" text="gray-red" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="468" rotation="0" text="B6" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="298" rotation="0" text="A12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="128" rotation="0" text="B17" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<line x1="370" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end1="none" end2="none" y2="69" x2="370" antialias="false" length2="1.5"/>
<text y="64" x="638" rotation="0" text="A1" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<line x1="590" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end1="none" end2="none" y2="69" x2="590" antialias="false" length2="1.5"/>
<text y="64" x="788" rotation="0" text="B2" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="16" x="458" rotation="0" text="Channel 3" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
<dynamic_text y="65" x="10" rotation="0" z="26" text_width="-1" Halignment="AlignLeft" text_from="ElementInfo" Valignment="AlignTop" uuid="{f1a8ebf2-dc4a-4a49-a545-e4a6b5fdf5df}" font="Sans Serif,9,-1,5,50,0,0,0,0,0,Regular" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="65" x="570" rotation="0" z="26" text_width="-1" Halignment="AlignLeft" text_from="ElementInfo" Valignment="AlignTop" uuid="{f1a8ebf2-dc4a-4a49-a545-e4a6b5fdf5df}" font="Sans Serif,9,-1,5,50,0,0,0,0,0,Regular" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="65" x="200" rotation="0" z="26" text_width="-1" Halignment="AlignLeft" text_from="ElementInfo" Valignment="AlignTop" uuid="{f1a8ebf2-dc4a-4a49-a545-e4a6b5fdf5df}" font="Sans Serif,9,-1,5,50,0,0,0,0,0,Regular" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<text y="15" x="677" rotation="0" text="Channel 4" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="15" x="238" rotation="0" text="Channel 2" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="518" rotation="0" text="A7" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="688" rotation="0" text="B1" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="348" rotation="0" text="B12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="198" rotation="0" text="A11" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="738" rotation="0" text="A2" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="248" rotation="0" text="B11" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="418" rotation="0" text="A6" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="568" rotation="0" text="B7" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="284" rotation="0" text="MS+" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="114" rotation="0" text="MS-" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="454" rotation="0" text="EX-" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="624" rotation="0" text="EX+" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="774" rotation="0" text="MS-" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="404" rotation="0" text="EX+" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="234" rotation="0" text="EX-" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="65" x="-22" rotation="0" text="A16" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="554" rotation="0" text="MS-" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="724" rotation="0" text="MS+" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="674" rotation="0" text="EX-" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="502" rotation="0" text="MS+" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="334" rotation="0" text="MS-" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="182" rotation="0" text="EX+" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="65" x="28" rotation="0" text="B16" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="556" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="406" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="726" start="180" angle="180" antialias="true"/>
<dynamic_text y="-20" x="301" rotation="0" z="55" text_width="-1" Halignment="AlignLeft" text_from="UserText" Valignment="AlignTop" uuid="{d438a679-5857-4a79-a5bf-0c8b2f12de07}" font="Sans Serif,9,-1,5,50,0,0,0,0,0,Regular" frame="false">
<text>BMXART0814 A-connector</text>
</dynamic_text>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="676" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="506" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="236" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="336" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="776" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="626" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="456" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="286" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="186" start="180" angle="180" antialias="true"/>
<line x1="340" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="340" antialias="false" length2="1.5"/>
<line x1="680" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="680" antialias="false" length2="1.5"/>
<line x1="510" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="510" antialias="false" length2="1.5"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="116" start="180" angle="180" antialias="true"/>
<line x1="560" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="560" antialias="false" length2="1.5"/>
<line x1="410" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="410" antialias="false" length2="1.5"/>
<line x1="730" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="730" antialias="false" length2="1.5"/>
<line x1="190" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="190" antialias="false" length2="1.5"/>
<line x1="240" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="240" antialias="false" length2="1.5"/>
<line x1="290" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="290" antialias="false" length2="1.5"/>
<line x1="780" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="780" antialias="false" length2="1.5"/>
<line x1="630" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="630" antialias="false" length2="1.5"/>
<line x1="460" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="460" antialias="false" length2="1.5"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="775" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="285" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="455" rx="0" antialias="false" ry="0"/>
<line x1="120" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="120" antialias="false" length2="1.5"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="625" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="115" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="555" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="405" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="725" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="505" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="335" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="675" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="235" rx="0" antialias="false" ry="0"/>
<line x1="340" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="340" antialias="false" length2="1.5"/>
<line x1="680" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="680" antialias="false" length2="1.5"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="185" rx="0" antialias="false" ry="0"/>
<line x1="510" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="510" antialias="false" length2="1.5"/>
<text y="65" x="77" rotation="0" text="A17" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<line x1="780" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="780" antialias="false" length2="1.5"/>
<line x1="460" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="460" antialias="false" length2="1.5"/>
<line x1="630" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="630" antialias="false" length2="1.5"/>
<line x1="190" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="190" antialias="false" length2="1.5"/>
<line x1="290" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="290" antialias="false" length2="1.5"/>
<line x1="120" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="120" antialias="false" length2="1.5"/>
<line x1="560" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="560" antialias="false" length2="1.5"/>
<line x1="730" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="730" antialias="false" length2="1.5"/>
<line x1="410" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="410" antialias="false" length2="1.5"/>
<line x1="240" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="240" antialias="false" length2="1.5"/>
<text y="34" x="-36" rotation="0" text="EX+" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="64" rotation="0" text="MS+" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="14" rotation="0" text="EX-" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="66" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="16" start="180" angle="180" antialias="true"/>
<arc height="10" y="41" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="-34" start="180" angle="180" antialias="true"/>
<line x1="20" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="20" antialias="false" length2="1.5"/>
<line x1="70" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="70" antialias="false" length2="1.5"/>
<line x1="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="37" length1="1.5" end1="none" end2="none" y2="47" x2="-30" antialias="false" length2="1.5"/>
<rect height="10" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="-35" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="65" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="15" rx="0" antialias="false" ry="0"/>
<line x1="20" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="20" antialias="false" length2="1.5"/>
<line x1="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="57" length1="1.5" end1="none" end2="none" y2="51" x2="-30" antialias="false" length2="1.5"/>
<line x1="70" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="70" antialias="false" length2="1.5"/>
<rect height="90" y="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" width="870" x="-60" rx="0" antialias="false" ry="0"/>
<line x1="150" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end1="none" end2="none" y2="69" x2="150" antialias="false" length2="1.5"/>
<text y="14" x="20" rotation="0" text="Channel 1" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="-38" rotation="270" text="white-green" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<line x1="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end1="none" end2="none" y2="0" x2="810" antialias="false" length2="1.5"/>
<line x1="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="20" length1="1.5" end1="none" end2="none" y2="20" x2="810" antialias="false" length2="1.5"/>
<terminal y="61" x="240" orientation="s"/>
<terminal y="61" x="190" orientation="s"/>
<terminal y="61" x="410" orientation="s"/>
<terminal y="61" x="780" orientation="s"/>
<terminal y="61" x="560" orientation="s"/>
<terminal y="61" x="460" orientation="s"/>
<terminal y="61" x="70" orientation="s"/>
<terminal y="61" x="340" orientation="s"/>
<terminal y="61" x="290" orientation="s"/>
<terminal y="61" x="630" orientation="s"/>
<terminal y="61" x="680" orientation="s"/>
<terminal y="61" x="120" orientation="s"/>
<terminal y="61" x="510" orientation="s"/>
<terminal y="62" x="-30" orientation="s"/>
<terminal y="61" x="20" orientation="s"/>
<terminal y="61" x="730" orientation="s"/>
</description>
</definition>

View File

@@ -1,163 +0,0 @@
<definition height="100" hotspot_x="65" link_type="simple" width="880" type="element" hotspot_y="25" orientation="dyyy" version="0.70">
<uuid uuid="{9d53456f-b6e7-4123-8a7d-088fd7d53ad8}"/>
<names>
<name lang="en">bmxart0814_2</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<text y="68" x="719.2" rotation="270" text="red-gray" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="67" x="7.1" rotation="270" text="green-white" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="60" rotation="270" text="white-brown" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="230" rotation="270" text="gray-white" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="450" rotation="270" text="orange-red" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="497.1" rotation="270" text="red-green" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="326.2" rotation="270" text="blue-red" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="400.3" rotation="270" text="red-orange" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="282.1" rotation="270" text="red-blue" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="177.1" rotation="270" text="white-gray" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="620" rotation="270" text="red-brown" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="550.2" rotation="270" text="green-red" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="667.1" rotation="270" text="brown-red" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="110" rotation="270" text="brown-white" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="770" rotation="270" text="gray-red" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="468" rotation="0" text="B6" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="298" rotation="0" text="A12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="128" rotation="0" text="B17" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<line x1="370" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end1="none" end2="none" y2="69" x2="370" antialias="false" length2="1.5"/>
<text y="64" x="638" rotation="0" text="A1" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<line x1="590" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end1="none" end2="none" y2="69" x2="590" antialias="false" length2="1.5"/>
<text y="64" x="788" rotation="0" text="B2" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="16" x="458" rotation="0" text="Channel 7" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
<dynamic_text y="65" x="10" rotation="0" z="26" text_width="-1" Halignment="AlignLeft" text_from="ElementInfo" Valignment="AlignTop" uuid="{f1a8ebf2-dc4a-4a49-a545-e4a6b5fdf5df}" font="Sans Serif,9,-1,5,50,0,0,0,0,0,Regular" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="65" x="570" rotation="0" z="26" text_width="-1" Halignment="AlignLeft" text_from="ElementInfo" Valignment="AlignTop" uuid="{f1a8ebf2-dc4a-4a49-a545-e4a6b5fdf5df}" font="Sans Serif,9,-1,5,50,0,0,0,0,0,Regular" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="65" x="200" rotation="0" z="26" text_width="-1" Halignment="AlignLeft" text_from="ElementInfo" Valignment="AlignTop" uuid="{f1a8ebf2-dc4a-4a49-a545-e4a6b5fdf5df}" font="Sans Serif,9,-1,5,50,0,0,0,0,0,Regular" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<text y="15" x="677" rotation="0" text="Channel 8" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="15" x="238" rotation="0" text="Channel 6" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="518" rotation="0" text="A7" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="688" rotation="0" text="B1" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="348" rotation="0" text="B12" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="198" rotation="0" text="A11" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="738" rotation="0" text="A2" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="248" rotation="0" text="B11" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="418" rotation="0" text="A6" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="64" x="568" rotation="0" text="B7" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="284" rotation="0" text="MS+" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="114" rotation="0" text="MS-" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="454" rotation="0" text="EX-" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="624" rotation="0" text="EX+" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="774" rotation="0" text="MS-" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="404" rotation="0" text="EX+" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="234" rotation="0" text="EX-" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="65" x="-22" rotation="0" text="A16" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="554" rotation="0" text="MS-" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="724" rotation="0" text="MS+" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="674" rotation="0" text="EX-" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="502" rotation="0" text="MS+" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="334" rotation="0" text="MS-" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="182" rotation="0" text="EX+" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="65" x="28" rotation="0" text="B16" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="556" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="406" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="726" start="180" angle="180" antialias="true"/>
<dynamic_text y="-20" x="300" rotation="0" z="55" text_width="-1" Halignment="AlignLeft" text_from="UserText" Valignment="AlignTop" uuid="{d438a679-5857-4a79-a5bf-0c8b2f12de07}" font="Sans Serif,9,-1,5,50,0,0,0,0,0,Regular" frame="false">
<text>BMXART0814 B-connector</text>
</dynamic_text>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="676" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="506" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="236" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="336" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="776" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="626" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="456" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="286" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="186" start="180" angle="180" antialias="true"/>
<line x1="340" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="340" antialias="false" length2="1.5"/>
<line x1="680" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="680" antialias="false" length2="1.5"/>
<line x1="510" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="510" antialias="false" length2="1.5"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="116" start="180" angle="180" antialias="true"/>
<line x1="560" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="560" antialias="false" length2="1.5"/>
<line x1="410" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="410" antialias="false" length2="1.5"/>
<line x1="730" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="730" antialias="false" length2="1.5"/>
<line x1="190" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="190" antialias="false" length2="1.5"/>
<line x1="240" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="240" antialias="false" length2="1.5"/>
<line x1="290" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="290" antialias="false" length2="1.5"/>
<line x1="780" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="780" antialias="false" length2="1.5"/>
<line x1="630" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="630" antialias="false" length2="1.5"/>
<line x1="460" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="460" antialias="false" length2="1.5"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="775" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="285" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="455" rx="0" antialias="false" ry="0"/>
<line x1="120" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="120" antialias="false" length2="1.5"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="625" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="115" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="555" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="405" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="725" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="505" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="335" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="675" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="235" rx="0" antialias="false" ry="0"/>
<line x1="340" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="340" antialias="false" length2="1.5"/>
<line x1="680" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="680" antialias="false" length2="1.5"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="185" rx="0" antialias="false" ry="0"/>
<line x1="510" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="510" antialias="false" length2="1.5"/>
<text y="65" x="77" rotation="0" text="A17" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<line x1="780" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="780" antialias="false" length2="1.5"/>
<line x1="460" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="460" antialias="false" length2="1.5"/>
<line x1="630" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="630" antialias="false" length2="1.5"/>
<line x1="190" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="190" antialias="false" length2="1.5"/>
<line x1="290" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="290" antialias="false" length2="1.5"/>
<line x1="120" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="120" antialias="false" length2="1.5"/>
<line x1="560" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="560" antialias="false" length2="1.5"/>
<line x1="730" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="730" antialias="false" length2="1.5"/>
<line x1="410" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="410" antialias="false" length2="1.5"/>
<line x1="240" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="240" antialias="false" length2="1.5"/>
<text y="34" x="-36" rotation="0" text="EX+" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="64" rotation="0" text="MS+" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="33" x="14" rotation="0" text="EX-" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="66" start="180" angle="180" antialias="true"/>
<arc height="10" y="40" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="16" start="180" angle="180" antialias="true"/>
<arc height="10" y="41" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" x="-34" start="180" angle="180" antialias="true"/>
<line x1="20" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="20" antialias="false" length2="1.5"/>
<line x1="70" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="36" length1="1.5" end1="none" end2="none" y2="46" x2="70" antialias="false" length2="1.5"/>
<line x1="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="37" length1="1.5" end1="none" end2="none" y2="47" x2="-30" antialias="false" length2="1.5"/>
<rect height="10" y="57" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="-35" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="65" rx="0" antialias="false" ry="0"/>
<rect height="10" y="56" style="line-style:normal;line-weight:normal;filling:none;color:black" width="10" x="15" rx="0" antialias="false" ry="0"/>
<line x1="20" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="20" antialias="false" length2="1.5"/>
<line x1="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="57" length1="1.5" end1="none" end2="none" y2="51" x2="-30" antialias="false" length2="1.5"/>
<line x1="70" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="56" length1="1.5" end1="none" end2="none" y2="50" x2="70" antialias="false" length2="1.5"/>
<rect height="90" y="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" width="870" x="-60" rx="0" antialias="false" ry="0"/>
<line x1="150" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end1="none" end2="none" y2="69" x2="150" antialias="false" length2="1.5"/>
<text y="14" x="20" rotation="0" text="Channel 5" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000"/>
<text y="68" x="-38" rotation="270" text="white-green" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000"/>
<line x1="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end1="none" end2="none" y2="0" x2="810" antialias="false" length2="1.5"/>
<line x1="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="20" length1="1.5" end1="none" end2="none" y2="20" x2="810" antialias="false" length2="1.5"/>
<terminal y="61" x="240" orientation="s"/>
<terminal y="61" x="190" orientation="s"/>
<terminal y="61" x="410" orientation="s"/>
<terminal y="61" x="780" orientation="s"/>
<terminal y="61" x="560" orientation="s"/>
<terminal y="61" x="460" orientation="s"/>
<terminal y="61" x="70" orientation="s"/>
<terminal y="61" x="340" orientation="s"/>
<terminal y="61" x="290" orientation="s"/>
<terminal y="61" x="630" orientation="s"/>
<terminal y="61" x="680" orientation="s"/>
<terminal y="61" x="120" orientation="s"/>
<terminal y="61" x="510" orientation="s"/>
<terminal y="62" x="-30" orientation="s"/>
<terminal y="61" x="20" orientation="s"/>
<terminal y="61" x="730" orientation="s"/>
</description>
</definition>

View File

@@ -1,6 +0,0 @@
<qet-directory>
<names>
<name lang="en">Analog connector</name>
<name lang="fr">Connecteur analogique</name>
</names>
</qet-directory>

View File

@@ -1,159 +0,0 @@
<definition hotspot_y="125" width="70" orientation="dyyy" height="250" hotspot_x="25" link_type="simple" version="0.70" type="element">
<uuid uuid="{8f7f0a99-c349-4267-aac7-476a506371ef}"/>
<names>
<name lang="en">BMXNOC0401</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<text rotation="0" y="3.8" color="#000000" x="-4" font="Sans Serif,2,-1,5,50,0,0,0,0,0" text="ACT"/>
<text rotation="0" y="83.8" color="#000000" x="-4" font="Sans Serif,2,-1,5,50,0,0,0,0,0" text="ACT"/>
<text rotation="0" y="-62" color="#000000" x="-3" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="Eth.MAC Address :"/>
<text rotation="0" y="49.8" color="#000000" x="9" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="ETH3"/>
<text rotation="0" y="-40.2" color="#000000" x="9" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="ETH1"/>
<text rotation="0" y="18.8" color="#000000" x="-4" font="Sans Serif,2,-1,5,50,0,0,0,0,0" text="LNK"/>
<text rotation="0" y="98.8" color="#000000" x="-4" font="Sans Serif,2,-1,5,50,0,0,0,0,0" text="LNK"/>
<text rotation="0" y="-36.2" color="#000000" x="-4" font="Sans Serif,2,-1,5,50,0,0,0,0,0" text="ACT"/>
<text rotation="0" y="53.8" color="#000000" x="-4" font="Sans Serif,2,-1,5,50,0,0,0,0,0" text="ACT"/>
<text rotation="0" y="68.8" color="#000000" x="-4" font="Sans Serif,2,-1,5,50,0,0,0,0,0" text="LNK"/>
<text rotation="0" y="-21.2" color="#000000" x="-4" font="Sans Serif,2,-1,5,50,0,0,0,0,0" text="LNK"/>
<text rotation="0" y="78.8" color="#000000" x="9" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="ETH4"/>
<text rotation="0" y="-1.2" color="#000000" x="9" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="ETH2"/>
<line y1="89.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="19" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="89.3" end2="none"/>
<line y1="9.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="19" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="9.3" end2="none"/>
<line y1="-30.7" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="-30.7" end2="none"/>
<line y1="59.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="59.3" end2="none"/>
<polygon x4="29.3762" y1="59.8" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="29.3762" y4="59.8" antialias="false" x2="36.464" y2="57.235" closed="false" x3="36.464" y3="62.365"/>
<line y1="12.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.5" length1="1.5" length2="1.5" antialias="false" x2="11" end1="none" y2="12.3" end2="none"/>
<polygon x4="29.2884" y1="-30.2" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="29.2884" y4="-30.2" antialias="false" x2="36.3762" y2="-32.765" closed="false" x3="36.3762" y3="-27.635"/>
<line y1="92.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.5" length1="1.5" length2="1.5" antialias="false" x2="11" end1="none" y2="92.3" end2="none"/>
<polygon x4="29.464" y1="90.8" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="29.464" y4="90.8" antialias="false" x2="36.5518" y2="88.235" closed="false" x3="36.5518" y3="93.365"/>
<line y1="62.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8" length1="1.5" length2="1.5" antialias="false" x2="10.5" end1="none" y2="62.3" end2="none"/>
<line y1="-27.7" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8" length1="1.5" length2="1.5" antialias="false" x2="10.5" end1="none" y2="-27.7" end2="none"/>
<line y1="62.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="62.3" end2="none"/>
<line y1="-27.7" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="-27.7" end2="none"/>
<line y1="92.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="19" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="92.3" end2="none"/>
<ellipse style="line-style:normal;line-weight:thin;filling:green;color:black" width="5.6703" height="6.84" antialias="false" y="-110.168" x="12.9204"/>
<line y1="12.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="19" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="12.3" end2="none"/>
<line y1="94.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="94.3" end2="none"/>
<line y1="14.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="14.3" end2="none"/>
<text rotation="0" y="112" color="#000000" x="4" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="Ethernet"/>
<line y1="64.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="17.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="64.3" end2="none"/>
<ellipse style="line-style:normal;line-weight:thin;filling:green;color:black" width="5.6703" height="6.84" antialias="false" y="-102.168" x="12.8883"/>
<line y1="-25.7" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="17.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="-25.7" end2="none"/>
<ellipse style="line-style:normal;line-weight:thin;filling:yellow;color:black" width="5.6703" height="6.84" antialias="false" y="-86.168" x="12.9204"/>
<line y1="58.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="58.3" end2="none"/>
<line y1="-31.7" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="-31.7" end2="none"/>
<line y1="88.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="19" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="88.3" end2="none"/>
<line y1="8.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="19" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="8.3" end2="none"/>
<line y1="93.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="19" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="93.3" end2="none"/>
<line y1="13.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="19" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="13.3" end2="none"/>
<line y1="-100.885" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.5971" length1="1.5" length2="1.5" antialias="false" x2="17.8498" end1="none" y2="-96.61" end2="none"/>
<line y1="63.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="63.3" end2="none"/>
<line y1="-26.7" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="-26.7" end2="none"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="2" height="3.5" antialias="false" y="95.3" x="5" ry="0"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="2" height="3.5" antialias="false" y="15.3" x="5" ry="0"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="2" height="3.5" antialias="false" y="-24.7" x="4.5" ry="0"/>
<line y1="-96.61" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.5971" length1="1.5" length2="1.5" antialias="false" x2="17.8498" end1="none" y2="-100.885" end2="none"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="2" height="3.5" antialias="false" y="65.3" x="4.5" ry="0"/>
<line y1="87.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="19" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="87.3" end2="none"/>
<line y1="7.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="19" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="7.3" end2="none"/>
<line y1="-108.885" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.6292" length1="1.5" length2="1.5" antialias="false" x2="17.8819" end1="none" y2="-104.61" end2="none"/>
<line y1="-32.7" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="-32.7" end2="none"/>
<line y1="57.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="57.3" end2="none"/>
<line y1="10.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="19" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="10.3" end2="none"/>
<line y1="90.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="19" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="90.3" end2="none"/>
<line y1="60.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="60.3" end2="none"/>
<line y1="-29.7" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="-29.7" end2="none"/>
<line y1="61.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="61.3" end2="none"/>
<line y1="-28.7" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="-28.7" end2="none"/>
<text rotation="0" y="-96.61" color="#000000" x="20.3562" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="NS"/>
<line y1="11.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="19" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="11.3" end2="none"/>
<line y1="91.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="19" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="91.3" end2="none"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="17.5" height="17.5" antialias="false" y="1.3" x="5" ry="0"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="17.5" height="17.5" antialias="false" y="81.3" x="5" ry="0"/>
<line y1="-104.61" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.6292" length1="1.5" length2="1.5" antialias="false" x2="17.8819" end1="none" y2="-108.885" end2="none"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="17.5" height="17.5" antialias="false" y="51.3" x="4.5" ry="0"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="17.5" height="17.5" antialias="false" y="-38.7" x="4.5" ry="0"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="2" height="3.5" antialias="false" y="51.3" x="4.5" ry="0"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="2" height="3.5" antialias="false" y="-38.7" x="4.5" ry="0"/>
<line y1="-84.885" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.6292" length1="1.5" length2="1.5" antialias="false" x2="17.8819" end1="none" y2="-80.61" end2="none"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="2" height="3.5" antialias="false" y="81.3" x="5" ry="0"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="2" height="3.5" antialias="false" y="1.3" x="5" ry="0"/>
<line y1="7.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.5" length1="1.5" length2="1.5" antialias="false" x2="8.5" end1="none" y2="12.3" end2="none"/>
<text rotation="0" y="-104.61" color="#000000" x="20.3883" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="DL"/>
<line y1="87.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.5" length1="1.5" length2="1.5" antialias="false" x2="8.5" end1="none" y2="92.3" end2="none"/>
<line y1="57.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8" length1="1.5" length2="1.5" antialias="false" x2="8" end1="none" y2="62.3" end2="none"/>
<line y1="-32.7" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8" length1="1.5" length2="1.5" antialias="false" x2="8" end1="none" y2="-27.7" end2="none"/>
<line y1="7.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.5" length1="1.5" length2="1.5" antialias="false" x2="11" end1="none" y2="7.3" end2="none"/>
<line y1="87.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8.5" length1="1.5" length2="1.5" antialias="false" x2="11" end1="none" y2="87.3" end2="none"/>
<line y1="-32.7" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8" length1="1.5" length2="1.5" antialias="false" x2="10.5" end1="none" y2="-32.7" end2="none"/>
<line y1="57.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="8" length1="1.5" length2="1.5" antialias="false" x2="10.5" end1="none" y2="57.3" end2="none"/>
<line y1="57.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="10.5" length1="1.5" length2="1.5" antialias="false" x2="10.5" end1="none" y2="55.3" end2="none"/>
<line y1="-32.7" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="10.5" length1="1.5" length2="1.5" antialias="false" x2="10.5" end1="none" y2="-34.7" end2="none"/>
<line y1="7.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="11" length1="1.5" length2="1.5" antialias="false" x2="11" end1="none" y2="5.3" end2="none"/>
<line y1="-80.61" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="13.6292" length1="1.5" length2="1.5" antialias="false" x2="17.8819" end1="none" y2="-84.885" end2="none"/>
<line y1="87.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="11" length1="1.5" length2="1.5" antialias="false" x2="11" end1="none" y2="85.3" end2="none"/>
<line y1="92.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="11" length1="1.5" length2="1.5" antialias="false" x2="11" end1="none" y2="94.3" end2="none"/>
<line y1="12.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="11" length1="1.5" length2="1.5" antialias="false" x2="11" end1="none" y2="14.3" end2="none"/>
<line y1="62.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="10.5" length1="1.5" length2="1.5" antialias="false" x2="10.5" end1="none" y2="64.3" end2="none"/>
<line y1="-27.7" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="10.5" length1="1.5" length2="1.5" antialias="false" x2="10.5" end1="none" y2="-25.7" end2="none"/>
<line y1="5.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="11" length1="1.5" length2="1.5" antialias="false" x2="14" end1="none" y2="5.3" end2="none"/>
<line y1="85.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="11" length1="1.5" length2="1.5" antialias="false" x2="14" end1="none" y2="85.3" end2="none"/>
<line y1="-34.7" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="10.5" length1="1.5" length2="1.5" antialias="false" x2="13.5" end1="none" y2="-34.7" end2="none"/>
<line y1="55.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="10.5" length1="1.5" length2="1.5" antialias="false" x2="13.5" end1="none" y2="55.3" end2="none"/>
<line y1="14.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="11" length1="1.5" length2="1.5" antialias="false" x2="14" end1="none" y2="14.3" end2="none"/>
<line y1="94.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="11" length1="1.5" length2="1.5" antialias="false" x2="14" end1="none" y2="94.3" end2="none"/>
<line y1="-25.7" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="10.5" length1="1.5" length2="1.5" antialias="false" x2="13.5" end1="none" y2="-25.7" end2="none"/>
<text rotation="0" y="-80.61" color="#000000" x="20.3883" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="ETH.SYS"/>
<line y1="64.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="10.5" length1="1.5" length2="1.5" antialias="false" x2="13.5" end1="none" y2="64.3" end2="none"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="1" height="14" antialias="false" y="82.8" x="14" ry="0"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="1" height="14" antialias="false" y="2.8" x="14" ry="0"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="1" height="14" antialias="false" y="-37.2" x="13.5" ry="0"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="1" height="14" antialias="false" y="52.8" x="13.5" ry="0"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="5" height="14" antialias="false" y="-37.2" x="14.5" ry="0"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="5" height="14" antialias="false" y="52.8" x="14.5" ry="0"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="5" height="14" antialias="false" y="2.8" x="15" ry="0"/>
<rect rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="5" height="14" antialias="false" y="82.8" x="15" ry="0"/>
<line y1="86.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="19" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="86.3" end2="none"/>
<line y1="6.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="19" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="6.3" end2="none"/>
<line y1="-33.7" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="-33.7" end2="none"/>
<line y1="56.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="56.3" end2="none"/>
<line y1="5.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="5.3" end2="none"/>
<line y1="85.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="18" length1="1.5" length2="1.5" antialias="false" x2="20" end1="none" y2="85.3" end2="none"/>
<line y1="55.3" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="17.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="55.3" end2="none"/>
<line y1="-34.7" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="17.5" length1="1.5" length2="1.5" antialias="false" x2="19.5" end1="none" y2="-34.7" end2="none"/>
<polygon x4="29.1128" y1="9.8" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="29.1128" y4="9.8" antialias="false" x2="36.2006" y2="7.235" closed="false" x3="36.2006" y3="12.365"/>
<ellipse style="line-style:normal;line-weight:thin;filling:green;color:black" width="5.6703" height="6.84" antialias="false" y="-101.778" x="-17.8706"/>
<ellipse style="line-style:normal;line-weight:thin;filling:green;color:black" width="5.6703" height="6.84" antialias="false" y="-110.168" x="-17.8706"/>
<ellipse style="line-style:normal;line-weight:thin;filling:red;color:black" width="5.6703" height="6.84" antialias="false" y="-110.168" x="-1.78185"/>
<line y1="-108.885" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-17.1618" length1="1.5" length2="1.5" antialias="false" x2="-12.9091" end1="none" y2="-104.61" end2="none"/>
<line y1="-100.495" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-17.1618" length1="1.5" length2="1.5" antialias="false" x2="-12.9091" end1="none" y2="-96.22" end2="none"/>
<line y1="-108.885" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-1.07306" length1="1.5" length2="1.5" antialias="false" x2="3.17967" end1="none" y2="-104.61" end2="none"/>
<line y1="-104.61" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-17.1618" length1="1.5" length2="1.5" antialias="false" x2="-12.9091" end1="none" y2="-108.885" end2="none"/>
<line y1="-96.22" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-17.1618" length1="1.5" length2="1.5" antialias="false" x2="-12.9091" end1="none" y2="-100.495" end2="none"/>
<line y1="-104.61" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-1.07306" length1="1.5" length2="1.5" antialias="false" x2="3.17967" end1="none" y2="-108.885" end2="none"/>
<text rotation="0" y="-104.61" color="#000000" x="-10.9329" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="RUN"/>
<text rotation="0" y="-96" color="#000000" x="-11" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="MS"/>
<text rotation="0" y="-104.61" color="#000000" x="5.15587" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="ERR"/>
<line y1="119.4" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-19.997" length1="1.5" length2="1.5" antialias="false" x2="-19.997" end1="none" y2="-120" end2="none"/>
<line y1="119.4" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40.25" length1="1.5" length2="1.5" antialias="false" x2="-19.997" end1="none" y2="119.4" end2="none"/>
<line y1="-120" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-19.997" length1="1.5" length2="1.5" antialias="false" x2="40.25" end1="none" y2="-120" end2="none"/>
<line y1="119.4" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40.25" length1="1.5" length2="1.5" antialias="false" x2="40.25" end1="none" y2="-120" end2="none"/>
<line y1="-68.7" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="38.8324" length1="1.5" length2="1.5" antialias="false" x2="-18.5794" end1="none" y2="-68.7" end2="none"/>
<text rotation="0" y="-113.16" color="#000000" x="10.034" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="BMXNOC 0401"/>
<rect rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="31.8955" height="8.55" antialias="false" y="-120" x="8.35454" ry="0"/>
<line y1="-68.7" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-18.5794" length1="1.5" length2="1.5" antialias="false" x2="-18.5794" end1="none" y2="-120" end2="none"/>
<line y1="-111.45" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="38.8324" length1="1.5" length2="1.5" antialias="false" x2="38.8324" end1="none" y2="-68.7" end2="none"/>
<rect rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="31" height="60" antialias="false" y="45" x="-6" ry="0"/>
<terminal orientation="w" y="90" x="4"/>
<terminal orientation="w" y="60" x="3.5"/>
<terminal orientation="w" y="-30" x="3.5"/>
<terminal orientation="w" y="10" x="4"/>
</description>
</definition>

View File

@@ -1,94 +0,0 @@
<definition link_type="simple" width="80" type="element" height="250" hotspot_x="26" version="0.70" orientation="dyyy" hotspot_y="125">
<uuid uuid="{e259f5da-f375-4858-991c-4ee38256274e}"/>
<names>
<name lang="en">BMXNOE0100</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<text color="#000000" x="8.91316" rotation="0" y="68.1" text="Reset" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<dynamic_text text_width="-1" z="2" Valignment="AlignTop" x="-0.973731" rotation="0" Halignment="AlignLeft" y="33.8053" font="Sans Serif,9,-1,5,50,0,0,0,0,0,Regular" frame="false" text_from="ElementInfo" uuid="{94ae2273-a478-4149-80fd-0521d276125b}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text text_width="-1" z="2" Valignment="AlignTop" x="-1.68252" rotation="0" Halignment="AlignLeft" y="-2.10475" font="Sans Serif,9,-1,5,50,0,0,0,0,0,Regular" frame="false" text_from="ElementInfo" uuid="{94ae2273-a478-4149-80fd-0521d276125b}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<polygon y1="18.8" x3="27.2006" y3="21.365" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="16.235" y4="18.8" x2="27.2006" closed="false" x1="20.1128" antialias="false" x4="20.1128"/>
<ellipse width="9.21422" style="line-style:normal;line-weight:normal;filling:none;color:black" height="11.115" x="9.41772" y="71.0925" antialias="false"/>
<ellipse width="5.6703" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6.84" x="11.1897" y="73.23" antialias="false"/>
<ellipse width="5.6703" style="line-style:normal;line-weight:thin;filling:green;color:black" height="6.84" x="-17.8706" y="-87.0825" antialias="false"/>
<ellipse width="5.6703" style="line-style:normal;line-weight:thin;filling:green;color:black" height="6.84" x="-17.8706" y="-110.168" antialias="false"/>
<ellipse width="5.6703" style="line-style:normal;line-weight:thin;filling:red;color:black" height="6.84" x="12.8115" y="-110.168" antialias="false"/>
<ellipse width="5.6703" style="line-style:normal;line-weight:thin;filling:red;color:black" height="6.84" x="-2.78185" y="-110.168" antialias="false"/>
<polygon y1="-47.89" x3="-4.40367" y3="-39.34" style="line-style:normal;line-weight:normal;filling:blue;color:black" y2="-47.89" y4="-47.89" x2="-2.27729" closed="false" x1="-6.53" antialias="false" x4="-6.53"/>
<text color="#000000" x="9.53619" rotation="0" y="-63" text="Eth.MAC Address :" font="Sans Serif,3,-1,5,50,0,0,0,0,0"/>
<line y1="-108.885" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-104.61" x2="-12.9091" end2="none" x1="-17.1618" antialias="false"/>
<line y1="-108.885" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-104.61" x2="2.17967" end2="none" x1="-2.07306" antialias="false"/>
<line y1="-85.8" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-81.525" x2="-12.9091" end2="none" x1="-17.1618" antialias="false"/>
<line y1="-81.525" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-85.8" x2="-12.9091" end2="none" x1="-17.1618" antialias="false"/>
<line y1="-104.61" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-108.885" x2="-12.9091" end2="none" x1="-17.1618" antialias="false"/>
<line y1="-104.61" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-108.885" x2="2.17967" end2="none" x1="-2.07306" antialias="false"/>
<ellipse width="5.6703" style="line-style:normal;line-weight:thin;filling:red;color:black" height="6.84" x="12.8115" y="-94.7775" antialias="false"/>
<ellipse width="5.6703" style="line-style:normal;line-weight:thin;filling:green;color:black" height="6.84" x="12.8115" y="-87.0825" antialias="false"/>
<text color="#000000" x="-10.9329" rotation="0" y="-104.61" text="RUN" font="Sans Serif,3,-1,5,50,0,0,0,0,0"/>
<text color="#000000" x="-10.9329" rotation="0" y="-81.525" text="ETH.ACT" font="Sans Serif,3,-1,5,50,0,0,0,0,0"/>
<text color="#000000" x="4.15587" rotation="0" y="-104.61" text="ERR" font="Sans Serif,3,-1,5,50,0,0,0,0,0"/>
<ellipse width="5.6703" style="line-style:normal;line-weight:thin;filling:green;color:black" height="6.84" x="12.8115" y="-79.3875" antialias="false"/>
<line y1="119.4" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-120" x2="-19.997" end2="none" x1="-19.997" antialias="false"/>
<line y1="-85.8" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-81.525" x2="17.773" end2="none" x1="13.5203" antialias="false"/>
<line y1="-78.105" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-73.83" x2="17.773" end2="none" x1="13.5203" antialias="false"/>
<rect rx="0" width="2.83516" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" x="14.4424" height="1.71" y="11.96" antialias="false"/>
<line y1="-108.885" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-104.61" x2="17.773" end2="none" x1="13.5203" antialias="false"/>
<line y1="-93.495" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-89.22" x2="17.773" end2="none" x1="13.5203" antialias="false"/>
<line y1="-73.83" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-78.105" x2="17.773" end2="none" x1="13.5203" antialias="false"/>
<line y1="-89.22" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-93.495" x2="17.773" end2="none" x1="13.5203" antialias="false"/>
<line y1="-104.61" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-108.885" x2="17.773" end2="none" x1="13.5203" antialias="false"/>
<line y1="-81.525" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-85.8" x2="17.773" end2="none" x1="13.5203" antialias="false"/>
<line y1="17.0748" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="19.655" x2="5.93696" end2="none" x1="5.93696" antialias="false"/>
<text color="#000000" x="20.6082" rotation="0" y="-104.61" text="I\O" font="Sans Serif,3,-1,5,50,0,0,0,0,0"/>
<text color="#000000" x="20.6082" rotation="0" y="-73.83" text="ETH.100" font="Sans Serif,3,-1,5,50,0,0,0,0,0"/>
<text color="#000000" x="20.6082" rotation="0" y="-81.525" text="ETH.SYS" font="Sans Serif,3,-1,5,50,0,0,0,0,0"/>
<text color="#000000" x="20.2538" rotation="0" y="-89.125" text="CARD.ERR" font="Sans Serif,3,-1,5,50,0,0,0,0,0"/>
<line y1="23.075" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="23.93" x2="12.316" end2="none" x1="12.316" antialias="false"/>
<line y1="23.075" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="23.93" x2="11.6073" end2="none" x1="11.6073" antialias="false"/>
<line y1="14.4908" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="17.0729" x2="7.35454" end2="none" x1="7.35454" antialias="false"/>
<line y1="14.4908" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="17.0729" x2="12.316" end2="none" x1="12.316" antialias="false"/>
<line y1="17.0729" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="19.655" x2="13.7336" end2="none" x1="13.7336" antialias="false"/>
<line y1="19.655" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="19.655" x2="15.1512" end2="none" x1="4.51938" antialias="false"/>
<line y1="20.51" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="20.51" x2="4.51938" end2="none" x1="15.1512" antialias="false"/>
<line y1="19.655" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="23.93" x2="4.51938" end2="none" x1="4.51938" antialias="false"/>
<line y1="19.655" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="23.93" x2="15.1512" end2="none" x1="15.1512" antialias="false"/>
<line y1="119.4" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="119.4" x2="-19.997" end2="none" x1="40.25" antialias="false"/>
<line y1="23.93" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="23.93" x2="15.1512" end2="none" x1="4.51938" antialias="false"/>
<line y1="22.22" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="23.93" x2="6.64575" end2="none" x1="6.64575" antialias="false"/>
<line y1="22.22" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="23.93" x2="13.0248" end2="none" x1="13.0248" antialias="false"/>
<line y1="23.075" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="23.93" x2="7.35454" end2="none" x1="7.35454" antialias="false"/>
<line y1="23.075" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="23.93" x2="8.06332" end2="none" x1="8.06332" antialias="false"/>
<line y1="-120" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-120" x2="40.25" end2="none" x1="-19.997" antialias="false"/>
<line y1="23.075" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="23.93" x2="8.77211" end2="none" x1="8.77211" antialias="false"/>
<line y1="23.075" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="23.93" x2="9.4809" end2="none" x1="9.4809" antialias="false"/>
<line y1="23.075" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="23.93" x2="10.1897" end2="none" x1="10.1897" antialias="false"/>
<line y1="23.075" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="23.93" x2="10.8985" end2="none" x1="10.8985" antialias="false"/>
<line y1="119.4" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-120" x2="40.25" end2="none" x1="40.25" antialias="false"/>
<line y1="14.525" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="14.525" x2="12.316" end2="none" x1="7.35454" antialias="false"/>
<line y1="-68.7" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-68.7" x2="-18.5794" end2="none" x1="38.8324" antialias="false"/>
<line y1="17.09" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="17.09" x2="7.35454" end2="none" x1="5.93696" antialias="false"/>
<line y1="17.09" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y2="17.09" x2="13.7336" end2="none" x1="12.316" antialias="false"/>
<rect rx="0" width="14.8846" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" x="2.39301" height="15.39" y="11.96" antialias="false"/>
<rect rx="0" width="2.83516" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" x="2.39301" height="1.71" y="11.96" antialias="false"/>
<text color="#000000" x="10.7392" rotation="0" y="-113.16" text="BMXNOE0100" font="Sans Serif,3,-1,5,50,0,0,0,0,0"/>
<text color="#000000" x="0.97543" rotation="0" y="32.48" text="Ethernet 1" font="Sans Serif,4,-1,5,50,0,0,0,0,0"/>
<rect rx="0" width="31.8955" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="8.35454" height="8.55" y="-120" antialias="false"/>
<line y1="-68.7" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-120" x2="-18.5794" end2="none" x1="-18.5794" antialias="false"/>
<line y1="-111.45" end1="none" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-68.7" x2="38.8324" end2="none" x1="38.8324" antialias="false"/>
<polygon y1="27.35" x8="-7.94761" y3="-41.05" x4="-7.94761" x6="-0.859713" x2="-15.0355" x5="-7.94761" x3="-15.0355" y7="27.35" x1="-7.94761" closed="false" y5="-49.6" y2="27.35" y4="-41.05" x7="-0.859713" y8="27.35" y6="-49.6" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false"/>
<terminal x="10" y="10" orientation="n"/>
</description>
</definition>

View File

@@ -1,120 +0,0 @@
<definition hotspot_x="26" link_type="simple" hotspot_y="125" type="element" version="0.70" width="80" height="250" orientation="dyyy">
<uuid uuid="{1f8aff87-11c1-4c9c-85ef-7dcfdb0527c2}"/>
<names>
<name lang="en">BMXPNOR0200H</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<polygon y3="21.365" y2="16.235" x1="20.0877" y1="18.8" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" x3="27.1849" y4="18.8" x2="27.1849" antialias="false" x4="20.0877"/>
<dynamic_text x="-1.02641" z="2" font="Sans Serif,9,-1,5,50,0,0,0,0,0,Regular" uuid="{94ae2273-a478-4149-80fd-0521d276125b}" text_width="-1" Halignment="AlignLeft" y="33.8053" rotation="0" text_from="ElementInfo" frame="false" Valignment="AlignTop">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<ellipse x="-17.9468" style="line-style:normal;line-weight:thin;filling:green;color:black" width="5.67773" height="6.84" y="-87.0825" antialias="false"/>
<ellipse x="-17.9468" style="line-style:normal;line-weight:thin;filling:yellow;color:black" width="5.67773" height="6.84" y="-94.7775" antialias="false"/>
<ellipse x="-17.9468" style="line-style:normal;line-weight:thin;filling:green;color:black" width="5.67773" height="6.84" y="-110.168" antialias="false"/>
<ellipse x="13.6356" style="line-style:normal;line-weight:thin;filling:red;color:black" width="5.67773" height="6.84" y="-110.168" antialias="false"/>
<rect x="14.7002" ry="0" rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="9.93602" y="-47.89" height="16.245" antialias="false"/>
<ellipse x="-1.97813" style="line-style:normal;line-weight:thin;filling:red;color:black" width="5.67773" height="6.84" y="-110.168" antialias="false"/>
<polygon y3="-39.34" y2="-47.89" x1="-6.59126" y1="-47.89" style="line-style:normal;line-weight:normal;filling:blue;color:black" closed="false" x3="-4.46215" y4="-47.89" x2="-2.33299" antialias="false" x4="-6.59126"/>
<polygon y3="81.49" y2="76.36" x1="20.0877" y1="78.925" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" x3="27.1849" y4="78.925" x2="27.1849" antialias="false" x4="20.0877"/>
<text x="9.37264" font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" y="-62.715" rotation="0" text="Eth.MAC Address :"/>
<line y2="-104.61" end1="none" length1="1.5" x1="-17.237" y1="-108.885" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="-12.9787" antialias="false"/>
<line y2="-89.22" end1="none" length1="1.5" x1="-17.237" y1="-93.495" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="-12.9787" antialias="false"/>
<line y2="-104.61" end1="none" length1="1.5" x1="-1.26841" y1="-108.885" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="2.98989" antialias="false"/>
<line y2="-81.525" end1="none" length1="1.5" x1="-17.237" y1="-85.8" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="-12.9787" antialias="false"/>
<line y2="-85.8" end1="none" length1="1.5" x1="-17.237" y1="-81.525" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="-12.9787" antialias="false"/>
<line y2="-108.885" end1="none" length1="1.5" x1="-17.237" y1="-104.61" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="-12.9787" antialias="false"/>
<line y2="-93.495" end1="none" length1="1.5" x1="-17.237" y1="-89.22" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="-12.9787" antialias="false"/>
<line y2="-108.885" end1="none" length1="1.5" x1="-1.26841" y1="-104.61" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="2.98989" antialias="false"/>
<ellipse x="13.6356" style="line-style:normal;line-weight:thin;filling:red;color:black" width="5.67773" height="6.84" y="-94.7775" antialias="false"/>
<ellipse x="13.6356" style="line-style:normal;line-weight:thin;filling:green;color:black" width="5.67773" height="6.84" y="-87.0825" antialias="false"/>
<text x="-10.9999" font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" y="-104.61" rotation="0" text="RUN"/>
<text x="-10.9999" font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" y="-89.22" rotation="0" text="SER.COM"/>
<text x="-10.9999" font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" y="-81.525" rotation="0" text="ETH.ACT"/>
<text x="4.96868" font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" y="-104.61" rotation="0" text="ERR"/>
<ellipse x="13.6356" style="line-style:normal;line-weight:thin;filling:green;color:black" width="5.67773" height="6.84" y="-79.3875" antialias="false"/>
<line y2="-120" end1="none" length1="1.5" x1="-20.0759" y1="119.4" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x2="-20.0759" antialias="false"/>
<line y2="-81.525" end1="none" length1="1.5" x1="14.3454" y1="-85.8" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="18.6036" antialias="false"/>
<text x="3.18361" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" y="92.605" rotation="0" text="Serial"/>
<line y2="-73.83" end1="none" length1="1.5" x1="14.3454" y1="-78.105" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="18.6036" antialias="false"/>
<rect x="14.4099" ry="0" rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="2.83887" y="11.96" height="1.71" antialias="false"/>
<line y2="-104.61" end1="none" length1="1.5" x1="14.3454" y1="-108.885" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="18.6036" antialias="false"/>
<rect x="14.4099" ry="0" rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="2.83887" y="72.085" height="1.71" antialias="false"/>
<line y2="-89.22" end1="none" length1="1.5" x1="14.3454" y1="-93.495" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="18.6036" antialias="false"/>
<line y2="-78.105" end1="none" length1="1.5" x1="14.3454" y1="-73.83" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="18.6036" antialias="false"/>
<line y2="-93.495" end1="none" length1="1.5" x1="14.3454" y1="-89.22" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="18.6036" antialias="false"/>
<line y2="-108.885" end1="none" length1="1.5" x1="14.3454" y1="-104.61" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="18.6036" antialias="false"/>
<line y2="-85.8" end1="none" length1="1.5" x1="14.3454" y1="-81.525" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="18.6036" antialias="false"/>
<line y2="19.655" end1="none" length1="1.5" x1="5.89333" y1="17.0748" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="5.89333" antialias="false"/>
<text x="20.5825" font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" y="-104.61" rotation="0" text="DL"/>
<line y2="79.78" end1="none" length1="1.5" x1="5.89333" y1="77.1996" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="5.89333" antialias="false"/>
<text x="20.5825" font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" y="-73.83" rotation="0" text="ETH.100"/>
<text x="20.5825" font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" y="-81.525" rotation="0" text="ETH.SYS"/>
<text x="20.2276" font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" y="-89.125" rotation="0" text="CARD.ERR"/>
<line y2="23.93" end1="none" length1="1.5" x1="12.2808" y1="23.075" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="12.2808" antialias="false"/>
<line y2="84.055" end1="none" length1="1.5" x1="12.2808" y1="83.2" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="12.2808" antialias="false"/>
<line y2="84.055" end1="none" length1="1.5" x1="11.5711" y1="83.2" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="11.5711" antialias="false"/>
<line y2="23.93" end1="none" length1="1.5" x1="11.5711" y1="23.075" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="11.5711" antialias="false"/>
<line y2="77.1979" end1="none" length1="1.5" x1="7.31276" y1="74.6158" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="7.31276" antialias="false"/>
<line y2="17.0729" end1="none" length1="1.5" x1="7.31276" y1="14.4908" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="7.31276" antialias="false"/>
<line y2="77.1979" end1="none" length1="1.5" x1="12.2808" y1="74.6158" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="12.2808" antialias="false"/>
<line y2="17.0729" end1="none" length1="1.5" x1="12.2808" y1="14.4908" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="12.2808" antialias="false"/>
<line y2="19.655" end1="none" length1="1.5" x1="13.7002" y1="17.0729" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="13.7002" antialias="false"/>
<line y2="79.78" end1="none" length1="1.5" x1="13.7002" y1="77.1979" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="13.7002" antialias="false"/>
<line y2="79.78" end1="none" length1="1.5" x1="4.4739" y1="79.78" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="15.1196" antialias="false"/>
<line y2="19.655" end1="none" length1="1.5" x1="4.4739" y1="19.655" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="15.1196" antialias="false"/>
<line y2="20.51" end1="none" length1="1.5" x1="15.1196" y1="20.51" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="4.4739" antialias="false"/>
<line y2="80.635" end1="none" length1="1.5" x1="15.1196" y1="80.635" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="4.4739" antialias="false"/>
<line y2="84.055" end1="none" length1="1.5" x1="4.4739" y1="79.78" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="4.4739" antialias="false"/>
<line y2="23.93" end1="none" length1="1.5" x1="4.4739" y1="19.655" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="4.4739" antialias="false"/>
<line y2="84.055" end1="none" length1="1.5" x1="15.1196" y1="79.78" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="15.1196" antialias="false"/>
<line y2="23.93" end1="none" length1="1.5" x1="15.1196" y1="19.655" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="15.1196" antialias="false"/>
<line y2="119.4" end1="none" length1="1.5" x1="40.25" y1="119.4" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x2="-20.0759" antialias="false"/>
<line y2="84.055" end1="none" length1="1.5" x1="4.4739" y1="84.055" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="15.1196" antialias="false"/>
<line y2="23.93" end1="none" length1="1.5" x1="4.4739" y1="23.93" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="15.1196" antialias="false"/>
<line y2="84.055" end1="none" length1="1.5" x1="6.60305" y1="82.345" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="6.60305" antialias="false"/>
<line y2="23.93" end1="none" length1="1.5" x1="6.60305" y1="22.22" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="6.60305" antialias="false"/>
<line y2="23.93" end1="none" length1="1.5" x1="12.9905" y1="22.22" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="12.9905" antialias="false"/>
<line y2="84.055" end1="none" length1="1.5" x1="12.9905" y1="82.345" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="12.9905" antialias="false"/>
<line y2="23.93" end1="none" length1="1.5" x1="7.31276" y1="23.075" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="7.31276" antialias="false"/>
<line y2="84.055" end1="none" length1="1.5" x1="7.31276" y1="83.2" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="7.31276" antialias="false"/>
<line y2="23.93" end1="none" length1="1.5" x1="8.02248" y1="23.075" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="8.02248" antialias="false"/>
<line y2="-120" end1="none" length1="1.5" x1="-20.0759" y1="-120" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x2="40.25" antialias="false"/>
<line y2="84.055" end1="none" length1="1.5" x1="8.02248" y1="83.2" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="8.02248" antialias="false"/>
<line y2="23.93" end1="none" length1="1.5" x1="8.7322" y1="23.075" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="8.7322" antialias="false"/>
<line y2="84.055" end1="none" length1="1.5" x1="8.7322" y1="83.2" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="8.7322" antialias="false"/>
<line y2="23.93" end1="none" length1="1.5" x1="9.4419" y1="23.075" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="9.4419" antialias="false"/>
<line y2="84.055" end1="none" length1="1.5" x1="9.4419" y1="83.2" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="9.4419" antialias="false"/>
<line y2="84.055" end1="none" length1="1.5" x1="10.1516" y1="83.2" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="10.1516" antialias="false"/>
<line y2="23.93" end1="none" length1="1.5" x1="10.1516" y1="23.075" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="10.1516" antialias="false"/>
<line y2="84.055" end1="none" length1="1.5" x1="10.8613" y1="83.2" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="10.8613" antialias="false"/>
<line y2="23.93" end1="none" length1="1.5" x1="10.8613" y1="23.075" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="10.8613" antialias="false"/>
<line y2="-120" end1="none" length1="1.5" x1="40.25" y1="119.4" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x2="40.25" antialias="false"/>
<line y2="74.65" end1="none" length1="1.5" x1="7.31276" y1="74.65" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="12.2808" antialias="false"/>
<line y2="14.525" end1="none" length1="1.5" x1="7.31276" y1="14.525" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="12.2808" antialias="false"/>
<line y2="-68.7" end1="none" length1="1.5" x1="38.8305" y1="-68.7" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x2="-18.6565" antialias="false"/>
<line y2="77.215" end1="none" length1="1.5" x1="5.89333" y1="77.215" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="7.31276" antialias="false"/>
<line y2="17.09" end1="none" length1="1.5" x1="5.89333" y1="17.09" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="7.31276" antialias="false"/>
<line y2="17.09" end1="none" length1="1.5" x1="12.2808" y1="17.09" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="13.7002" antialias="false"/>
<line y2="77.215" end1="none" length1="1.5" x1="12.2808" y1="77.215" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" x2="13.7002" antialias="false"/>
<rect x="2.34474" ry="0" rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="14.9041" y="72.085" height="15.39" antialias="false"/>
<rect x="2.34474" ry="0" rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="14.9041" y="11.96" height="15.39" antialias="false"/>
<rect x="2.34474" ry="0" rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="2.83887" y="72.085" height="1.71" antialias="false"/>
<rect x="2.34474" ry="0" rx="0" style="line-style:normal;line-weight:thin;filling:none;color:black" width="2.83887" y="11.96" height="1.71" antialias="false"/>
<text x="9.2808" font="Sans Serif,3,-1,5,50,0,0,0,0,0" color="#000000" y="-113.16" rotation="0" text="BMXNOR0200H"/>
<text x="-1.07469" font="Sans Serif,4,-1,5,50,0,0,0,0,0" color="#000000" y="32.48" rotation="0" text="Ethernet 1"/>
<rect x="8.31276" ry="0" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black" width="31.9373" y="-120" height="8.55" antialias="false"/>
<line y2="-120" end1="none" length1="1.5" x1="-18.6565" y1="-68.7" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x2="-18.6565" antialias="false"/>
<line y2="-68.7" end1="none" length1="1.5" x1="38.8305" y1="-111.45" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x2="38.8305" antialias="false"/>
<polygon y6="-49.6" x2="-15.1079" x3="-15.1079" x8="-8.01073" y8="27.35" x7="-0.913551" y4="-41.05" x5="-8.01073" x6="-0.913551" y5="-49.6" style="line-style:normal;line-weight:thin;filling:none;color:black" y3="-41.05" antialias="false" x4="-8.01073" y2="27.35" closed="false" x1="-8.01073" y7="27.35" y1="27.35"/>
<terminal x="10" y="70" orientation="n"/>
<terminal x="10" y="10" orientation="n"/>
</description>
</definition>

View File

@@ -1,115 +0,0 @@
<definition hotspot_y="125" width="70" height="250" orientation="dyyy" hotspot_x="25" version="0.70" link_type="simple" type="element">
<uuid uuid="{5c12e1fc-2c8c-4df9-9cf4-8b1e43c374fb}"/>
<names>
<name lang="en">BMXNRP0200</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<ellipse x="12.8706" style="line-style:normal;line-weight:thin;filling:green;color:black" y="-93.778" antialias="false" width="5.6703" height="6.84"/>
<text x="9" y="48" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="ETH1"/>
<text x="-7" y="-1" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="ACT"/>
<text x="6" y="-40" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="ETH1"/>
<text x="-7" y="14" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="LNK"/>
<text x="9" y="80" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="ETH2"/>
<ellipse x="-17.5" style="line-style:normal;line-weight:thin;filling:green;color:black" y="-93.778" antialias="false" width="5.6703" height="6.84"/>
<text x="-7" y="-36" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="ACT"/>
<text x="-6" y="84" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="RX"/>
<text x="-7" y="-21" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="LNK"/>
<text x="-6" y="53" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="RX"/>
<line y2="-88.22" y1="-92.495" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="-12.5385" end1="none" antialias="false" x1="-16.7912"/>
<text x="-6" y="68" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="TX"/>
<text x="-6" y="99" font="Sans Serif,2,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="TX"/>
<line y2="-88.22" y1="-92.495" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="17.8321" end1="none" antialias="false" x1="13.5794"/>
<rect x="7" style="line-style:normal;line-weight:thin;filling:none;color:black" y="82.5" antialias="false" ry="0" width="13" height="17.5" rx="0"/>
<line y2="-92.495" y1="-88.22" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="17.8321" end1="none" antialias="false" x1="13.5794"/>
<rect x="8" style="line-style:normal;line-weight:thin;filling:gray;color:black" y="84" antialias="false" ry="0" width="11" height="14.5" rx="0"/>
<line y2="-92.495" y1="-88.22" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="-12.5385" end1="none" antialias="false" x1="-16.7912"/>
<text x="-10.6294" y="-88" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="FX1ACT"/>
<text x="19.7412" y="-88" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="FX2ACT"/>
<text x="6" y="-6" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="ETH2"/>
<polygon y2="57.235" x3="36.464" y1="59.8" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="62.365" x2="36.464" y4="59.8" closed="false" antialias="false" x4="29.3762" x1="29.3762"/>
<polygon y2="-32.765" x3="36.3762" y1="-30.2" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="-27.635" x2="36.3762" y4="-30.2" closed="false" antialias="false" x4="29.2884" x1="29.2884"/>
<polygon y2="88.235" x3="36.5518" y1="90.8" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="93.365" x2="36.5518" y4="90.8" closed="false" antialias="false" x4="29.464" x1="29.464"/>
<line y2="4.5" y1="4.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="17" end1="none" antialias="false" x1="16"/>
<text x="1" y="112" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="Ethernet 100"/>
<ellipse x="12.8883" style="line-style:normal;line-weight:thin;filling:green;color:black" y="-102.168" antialias="false" width="5.6703" height="6.84"/>
<line y2="-96.61" y1="-100.885" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="17.8498" end1="none" antialias="false" x1="13.5971"/>
<line y2="-30.5" y1="-30.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="16.5" end1="none" antialias="false" x1="15.5"/>
<line y2="-100.885" y1="-96.61" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="17.8498" end1="none" antialias="false" x1="13.5971"/>
<line y2="7.5" y1="7.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="8" end1="none" antialias="false" x1="5.5"/>
<text x="20.3562" y="-96.61" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="STS2"/>
<line y2="-27.5" y1="-27.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="7.5" end1="none" antialias="false" x1="5"/>
<line y2="-27.5" y1="-27.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="16.5" end1="none" antialias="false" x1="15.5"/>
<line y2="7.5" y1="7.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="17" end1="none" antialias="false" x1="16"/>
<line y2="9.5" y1="9.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="17" end1="none" antialias="false" x1="15"/>
<line y2="-25.5" y1="-25.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="16.5" end1="none" antialias="false" x1="14.5"/>
<line y2="-31.5" y1="-31.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="16.5" end1="none" antialias="false" x1="15.5"/>
<line y2="3.5" y1="3.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="17" end1="none" antialias="false" x1="16"/>
<rect x="7" style="line-style:normal;line-weight:thin;filling:none;color:black" y="50.5" antialias="false" ry="0" width="13" height="17.5" rx="0"/>
<line y2="8.5" y1="8.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="17" end1="none" antialias="false" x1="16"/>
<line y2="-26.5" y1="-26.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="16.5" end1="none" antialias="false" x1="15.5"/>
<rect x="2" style="line-style:normal;line-weight:thin;filling:none;color:black" y="10.5" antialias="false" ry="0" width="2" height="3.5" rx="0"/>
<rect x="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-24.5" antialias="false" ry="0" width="2" height="3.5" rx="0"/>
<line y2="2.5" y1="2.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="17" end1="none" antialias="false" x1="16"/>
<line y2="-32.5" y1="-32.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="16.5" end1="none" antialias="false" x1="15.5"/>
<line y2="5.5" y1="5.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="17" end1="none" antialias="false" x1="16"/>
<line y2="-29.5" y1="-29.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="16.5" end1="none" antialias="false" x1="15.5"/>
<polygon y2="2.235" x3="37.2006" y1="4.8" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="7.365" x2="37.2006" y4="4.8" closed="false" antialias="false" x4="30.1128" x1="30.1128"/>
<line y2="-28.5" y1="-28.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="16.5" end1="none" antialias="false" x1="15.5"/>
<line y2="6.5" y1="6.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="17" end1="none" antialias="false" x1="16"/>
<rect x="2" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-3.5" antialias="false" ry="0" width="17.5" height="17.5" rx="0"/>
<rect x="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-38.5" antialias="false" ry="0" width="17.5" height="17.5" rx="0"/>
<rect x="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-38.5" antialias="false" ry="0" width="2" height="3.5" rx="0"/>
<rect x="2" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-3.5" antialias="false" ry="0" width="2" height="3.5" rx="0"/>
<ellipse x="-17.8706" style="line-style:normal;line-weight:thin;filling:green;color:black" y="-101.778" antialias="false" width="5.6703" height="6.84"/>
<ellipse x="-17.8706" style="line-style:normal;line-weight:thin;filling:green;color:black" y="-110.168" antialias="false" width="5.6703" height="6.84"/>
<line y2="7.5" y1="2.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="5.5" end1="none" antialias="false" x1="5.5"/>
<line y2="-27.5" y1="-32.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="5" end1="none" antialias="false" x1="5"/>
<line y2="2.5" y1="2.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="8" end1="none" antialias="false" x1="5.5"/>
<line y2="-32.5" y1="-32.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="7.5" end1="none" antialias="false" x1="5"/>
<line y2="-34.5" y1="-32.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="7.5" end1="none" antialias="false" x1="7.5"/>
<line y2="0.5" y1="2.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="8" end1="none" antialias="false" x1="8"/>
<line y2="9.5" y1="7.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="8" end1="none" antialias="false" x1="8"/>
<line y2="-25.5" y1="-27.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="7.5" end1="none" antialias="false" x1="7.5"/>
<line y2="0.5" y1="0.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="11" end1="none" antialias="false" x1="8"/>
<line y2="-34.5" y1="-34.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="10.5" end1="none" antialias="false" x1="7.5"/>
<ellipse x="-1.78185" style="line-style:normal;line-weight:thin;filling:red;color:black" y="-110.168" antialias="false" width="5.6703" height="6.84"/>
<line y2="9.5" y1="9.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="11" end1="none" antialias="false" x1="8"/>
<line y2="-25.5" y1="-25.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="10.5" end1="none" antialias="false" x1="7.5"/>
<rect x="11" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-2" antialias="false" ry="0" width="1" height="14" rx="0"/>
<rect x="10.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-37" antialias="false" ry="0" width="1" height="14" rx="0"/>
<rect x="11.5" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-37" antialias="false" ry="0" width="5" height="14" rx="0"/>
<rect x="12" style="line-style:normal;line-weight:thin;filling:none;color:black" y="-2" antialias="false" ry="0" width="5" height="14" rx="0"/>
<line y2="1.5" y1="1.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="17" end1="none" antialias="false" x1="16"/>
<line y2="-33.5" y1="-33.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="16.5" end1="none" antialias="false" x1="15.5"/>
<line y2="0.5" y1="0.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="17" end1="none" antialias="false" x1="15"/>
<line y2="-34.5" y1="-34.5" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="16.5" end1="none" antialias="false" x1="14.5"/>
<line y2="-104.61" y1="-108.885" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="-12.9091" end1="none" antialias="false" x1="-17.1618"/>
<line y2="-96.22" y1="-100.495" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="-12.9091" end1="none" antialias="false" x1="-17.1618"/>
<line y2="-104.61" y1="-108.885" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="3.17967" end1="none" antialias="false" x1="-1.07306"/>
<line y2="-108.885" y1="-104.61" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="-12.9091" end1="none" antialias="false" x1="-17.1618"/>
<line y2="-100.495" y1="-96.22" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="-12.9091" end1="none" antialias="false" x1="-17.1618"/>
<line y2="-108.885" y1="-104.61" length2="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" end2="none" x2="3.17967" end1="none" antialias="false" x1="-1.07306"/>
<text x="-10.9329" y="-104.61" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="RUN"/>
<text x="-11" y="-96" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="STS1"/>
<text x="5.15587" y="-104.61" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="ERR"/>
<line y2="-120" y1="119.4" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x2="-19.997" end1="none" antialias="false" x1="-19.997"/>
<line y2="119.4" y1="119.4" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x2="-19.997" end1="none" antialias="false" x1="40.25"/>
<line y2="-120" y1="-120" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x2="40.25" end1="none" antialias="false" x1="-19.997"/>
<line y2="-120" y1="119.4" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x2="40.25" end1="none" antialias="false" x1="40.25"/>
<line y2="-68.7" y1="-68.7" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x2="-18.5794" end1="none" antialias="false" x1="38.8324"/>
<text x="11.034" y="-113.16" font="Sans Serif,3,-1,5,50,0,0,0,0,0" rotation="0" color="#000000" text="BMXNRP0200"/>
<rect x="8.35454" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-120" antialias="false" ry="0" width="31.8955" height="8.55" rx="0"/>
<line y2="-120" y1="-68.7" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x2="-18.5794" end1="none" antialias="false" x1="-18.5794"/>
<line y2="-68.7" y1="-111.45" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" end2="none" x2="38.8324" end1="none" antialias="false" x1="38.8324"/>
<rect x="8" style="line-style:normal;line-weight:thin;filling:gray;color:black" y="52" antialias="false" ry="0" width="11" height="14.5" rx="0"/>
<terminal x="0.5" y="-30" orientation="w"/>
<terminal x="1" y="5" orientation="w"/>
</description>
</definition>

View File

@@ -1,118 +0,0 @@
<definition hotspot_y="125" orientation="dyyy" type="element" height="250" link_type="simple" hotspot_x="25" version="0.70" width="70">
<uuid uuid="{783f881e-8eee-46bc-803b-9205cf67e159}"/>
<names>
<name lang="en">BMXXBE1000</name>
</names>
<elementInformations/>
<informations>
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license
Converter version: V2.0
</informations>
<description>
<ellipse x="7.33508" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="3" y="-25.5" width="2.40795"/>
<ellipse x="14.3577" style="line-style:normal;line-weight:thin;filling:green;color:black" antialias="false" height="6.84" y="-81.0825" width="5.6703"/>
<dynamic_text x="8" text_from="ElementInfo" frame="false" y="-65" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0,Regular" uuid="{94ae2273-a478-4149-80fd-0521d276125b}" Halignment="AlignLeft" z="2" Valignment="AlignTop" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text x="7" text_from="ElementInfo" frame="false" y="16" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0,Regular" uuid="{94ae2273-a478-4149-80fd-0521d276125b}" Halignment="AlignLeft" z="2" Valignment="AlignTop" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<ellipse x="-17.2046" style="line-style:normal;line-weight:thin;filling:green;color:black" antialias="false" height="6.84" y="-81.0825" width="5.6703"/>
<ellipse x="6.33508" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="3" y="54.5" width="2.40795"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-75.525" length2="1.5" antialias="false" x2="19.3192" end1="none" length1="1.5" end2="none" x1="15.0665" y1="-79.8"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-75.525" length2="1.5" antialias="false" x2="-12.2431" end1="none" length1="1.5" end2="none" x1="-16.4958" y1="-79.8"/>
<ellipse x="7.33508" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="3" y="-9.5" width="2.40795"/>
<ellipse x="6.33508" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="3" y="70.5" width="2.40795"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-79.8" length2="1.5" antialias="false" x2="-12.2431" end1="none" length1="1.5" end2="none" x1="-16.4958" y1="-75.525"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-79.8" length2="1.5" antialias="false" x2="19.3192" end1="none" length1="1.5" end2="none" x1="15.0665" y1="-75.525"/>
<circle x="10" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4" antialias="false" y="5"/>
<text x="21.2954" color="#000000" y="-75.525" rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="5"/>
<text x="-10.2669" color="#000000" y="-75.525" rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="4"/>
<ellipse x="14.4823" style="line-style:normal;line-weight:thin;filling:green;color:black" antialias="false" height="6.84" y="-91.0825" width="5.6703"/>
<ellipse x="12.9536" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="3" y="-21.5" width="2.40795"/>
<circle x="9" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4" antialias="false" y="85"/>
<ellipse x="14.4823" style="line-style:normal;line-weight:thin;filling:green;color:black" antialias="false" height="6.84" y="-100.778" width="5.6703"/>
<ellipse x="7.33508" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="3" y="-33.5" width="2.40795"/>
<ellipse x="11.9536" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="3" y="58.5" width="2.40795"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-95.22" length2="1.5" antialias="false" x2="19.4438" end1="none" length1="1.5" end2="none" x1="15.1911" y1="-99.495"/>
<ellipse x="6.33508" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="3" y="46.5" width="2.40795"/>
<ellipse x="12.9536" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="3" y="-5.5" width="2.40795"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-85.525" length2="1.5" antialias="false" x2="19.4438" end1="none" length1="1.5" end2="none" x1="15.1911" y1="-89.8"/>
<ellipse x="11.9536" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="3" y="74.5" width="2.40795"/>
<text x="5.9754" color="#000000" y="19.48" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="XBus"/>
<ellipse x="12.9536" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="3" y="-29.5" width="2.40795"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-89.8" length2="1.5" antialias="false" x2="19.4438" end1="none" length1="1.5" end2="none" x1="15.1911" y1="-85.525"/>
<text x="4.9754" color="#000000" y="99.48" rotation="0" font="Sans Serif,4,-1,5,50,0,0,0,0,0" text="XBus"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-99.495" length2="1.5" antialias="false" x2="19.4438" end1="none" length1="1.5" end2="none" x1="15.1911" y1="-95.22"/>
<ellipse x="12.9536" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="3" y="-13.5" width="2.40795"/>
<ellipse x="11.9536" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="3" y="50.5" width="2.40795"/>
<text x="21.42" color="#000000" y="-95.22" rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="1"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="7" length2="1.5" antialias="false" x2="17" end1="none" length1="1.5" end2="none" x1="17" y1="1"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="7" length2="1.5" antialias="false" x2="7" end1="none" length1="1.5" end2="none" x1="7" y1="1"/>
<ellipse x="11.9536" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="3" y="66.5" width="2.40795"/>
<text x="21.42" color="#000000" y="-85.525" rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="3"/>
<ellipse x="7.33508" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="3" y="-17.5" width="2.40795"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87" length2="1.5" antialias="false" x2="16" end1="none" length1="1.5" end2="none" x1="16" y1="81"/>
<ellipse x="-17.08" style="line-style:normal;line-weight:thin;filling:green;color:black" antialias="false" height="6.84" y="-91.0825" width="5.6703"/>
<arc x="2.7118" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" antialias="true" height="16" y="-43" start="90" width="24.2882"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="87" length2="1.5" antialias="false" x2="6" end1="none" length1="1.5" end2="none" x1="6" y1="81"/>
<arc x="2.7118" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" antialias="true" height="16" y="-13" start="178" width="24.2882"/>
<ellipse x="6.33508" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="3" y="62.5" width="2.40795"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-5" length2="1.5" antialias="false" x2="2.7088" end1="none" length1="1.5" end2="none" x1="2.7088" y1="-35"/>
<arc x="6.96185" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" antialias="true" height="16" y="-43" start="0" width="12.1441"/>
<ellipse x="-17.08" style="line-style:normal;line-weight:thin;filling:green;color:black" antialias="false" height="6.84" y="-100.778" width="5.6703"/>
<ellipse x="-17.08" style="line-style:normal;line-weight:thin;filling:green;color:black" antialias="false" height="6.84" y="-110.168" width="5.6703"/>
<arc x="6.96185" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" antialias="true" height="16" y="-13" start="270" width="12.1441"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-5" length2="1.5" antialias="false" x2="18.9735" end1="none" length1="1.5" end2="none" x1="18.9735" y1="-35"/>
<ellipse x="12.9536" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="3" y="-37.5" width="2.40795"/>
<arc x="7" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" antialias="true" height="10" y="-52" start="90" width="10"/>
<ellipse x="-0.99125" style="line-style:normal;line-weight:thin;filling:red;color:black" antialias="false" height="6.84" y="-110.168" width="5.6703"/>
<arc x="7" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" antialias="true" height="10" y="-52" start="0" width="10"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-104.61" length2="1.5" antialias="false" x2="-12.1185" end1="none" length1="1.5" end2="none" x1="-16.3712" y1="-108.885"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-95.22" length2="1.5" antialias="false" x2="-12.1185" end1="none" length1="1.5" end2="none" x1="-16.3712" y1="-99.495"/>
<circle x="10" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4" antialias="false" y="-49"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-41" length2="1.5" antialias="false" x2="7" end1="none" length1="1.5" end2="none" x1="7" y1="-47"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-41" length2="1.5" antialias="false" x2="17" end1="none" length1="1.5" end2="none" x1="17" y1="-47"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-104.61" length2="1.5" antialias="false" x2="3.97027" end1="none" length1="1.5" end2="none" x1="-0.28246" y1="-108.885"/>
<arc x="7" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" antialias="true" height="10" y="2" start="270" width="10"/>
<arc x="7" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" antialias="true" height="10" y="2" start="180" width="10"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-85.525" length2="1.5" antialias="false" x2="-12.1185" end1="none" length1="1.5" end2="none" x1="-16.3712" y1="-89.8"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-89.8" length2="1.5" antialias="false" x2="-12.1185" end1="none" length1="1.5" end2="none" x1="-16.3712" y1="-85.525"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-108.885" length2="1.5" antialias="false" x2="-12.1185" end1="none" length1="1.5" end2="none" x1="-16.3712" y1="-104.61"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-99.495" length2="1.5" antialias="false" x2="-12.1185" end1="none" length1="1.5" end2="none" x1="-16.3712" y1="-95.22"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="-108.885" length2="1.5" antialias="false" x2="3.97027" end1="none" length1="1.5" end2="none" x1="-0.28246" y1="-104.61"/>
<text x="-10.1423" color="#000000" y="-104.61" rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="RUN"/>
<text x="-10.1423" color="#000000" y="-95.22" rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="0"/>
<text x="-10.1423" color="#000000" y="-85.525" rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="2"/>
<text x="5.94647" color="#000000" y="-104.61" rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="COL"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-120" length2="1.5" antialias="false" x2="-19.997" end1="none" length1="1.5" end2="none" x1="-19.997" y1="119.4"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y2="119.4" length2="1.5" antialias="false" x2="-19.997" end1="none" length1="1.5" end2="none" x1="40.25" y1="119.4"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-120" length2="1.5" antialias="false" x2="40.25" end1="none" length1="1.5" end2="none" x1="-19.997" y1="-120"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-120" length2="1.5" antialias="false" x2="40.25" end1="none" length1="1.5" end2="none" x1="40.25" y1="119.4"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-68.7" length2="1.5" antialias="false" x2="-18.5794" end1="none" length1="1.5" end2="none" x1="38.8324" y1="-68.7"/>
<text x="10.034" color="#000000" y="-113.16" rotation="0" font="Sans Serif,3,-1,5,50,0,0,0,0,0" text="BMXXBE1000"/>
<rect x="8.35454" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="8.55" rx="0" y="-120" width="31.8955"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-120" length2="1.5" antialias="false" x2="-18.5794" end1="none" length1="1.5" end2="none" x1="-18.5794" y1="-68.7"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-68.7" length2="1.5" antialias="false" x2="38.8324" end1="none" length1="1.5" end2="none" x1="38.8324" y1="-111.45"/>
<arc x="1.7118" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" antialias="true" height="16" y="37" start="90" width="24.2882"/>
<arc x="1.7118" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" antialias="true" height="16" y="67" start="178" width="24.2882"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="75" length2="1.5" antialias="false" x2="1.7088" end1="none" length1="1.5" end2="none" x1="1.7088" y1="45"/>
<arc x="5.96185" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" antialias="true" height="16" y="37" start="0" width="12.1441"/>
<arc x="5.96185" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" antialias="true" height="16" y="67" start="270" width="12.1441"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="75" length2="1.5" antialias="false" x2="17.9735" end1="none" length1="1.5" end2="none" x1="17.9735" y1="45"/>
<ellipse x="11.9536" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="3" y="42.5" width="2.40795"/>
<arc x="6" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" antialias="true" height="10" y="28" start="90" width="10"/>
<arc x="6" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" antialias="true" height="10" y="28" start="0" width="10"/>
<circle x="9" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4" antialias="false" y="31"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="39" length2="1.5" antialias="false" x2="6" end1="none" length1="1.5" end2="none" x1="6" y1="33"/>
<line style="line-style:normal;line-weight:thin;filling:none;color:black" y2="39" length2="1.5" antialias="false" x2="16" end1="none" length1="1.5" end2="none" x1="16" y1="33"/>
<arc x="6" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" antialias="true" height="10" y="82" start="270" width="10"/>
<arc x="6" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" antialias="true" height="10" y="82" start="180" width="10"/>
<terminal x="-1" orientation="w" y="-20"/>
<terminal x="-2" orientation="w" y="60"/>
</description>
</definition>

View File

@@ -1,5 +0,0 @@
<qet-directory>
<names>
<name lang="en">Communication block</name>
</names>
</qet-directory>

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