Compare commits

..

15 Commits

Author SHA1 Message Date
Laurent Trinques
5e2da1d937 Merge
Minor revamp
Remove unused include.
QETproject : Default titleblock are set in the default constructor
instead of set by qetdiagrameditor.
conductor, border, report and xref propertie are now set in the header
of QETProject instead of set by the qetdiagrameditor just after the
creation of a new project.
2020-04-12 18:43:35 +02:00
Laurent Trinques
cdf610b669 Merge
Fix crash when close project
At time of closing project, if a master element(may be every linkable
element) is selected and the editor dock display a lot of available
slave, qet crash.
2020-04-12 18:30:58 +02:00
Laurent Trinques
008e16eb14 Merge from master
Minor revamp
Remove unused include.
QETproject : Default titleblock are set in the default constructor
instead of set by qetdiagrameditor.
conductor, border, report and xref propertie are now set in the header
of QETProject instead of set by the qetdiagrameditor just after the
creation of a new project.
2020-04-12 18:01:27 +02:00
Laurent Trinques
b206f749e8 Merge elements from master 2020-04-12 15:11:10 +02:00
Laurent Trinques
f80052a424 Revert "Element info keys : replace all -(minus) by _(underscore)"
This reverts commit fb7cc6fd3e.
2020-04-12 14:35:04 +02:00
Claveau Joshua
871b0d9ee9 Table can be splitted and and row number limited
1.Table can have a name.
2.User can define the maximum row to display.
3.Table can be linked together, this is useful when there is a large
data to display in a single table.

Point 1, 2 and 3 work like this :

-Name a table (point 1).
-Limit the number of row to display to fit the table into a diagram
(point 2).
-Create a second table in a new folio.
-Link the second table to first table, you can search by table name
(point 3).
-the new table start to display where the first table end.
The number of linked table is unlimited.
2020-04-10 21:27:47 +02:00
Laurent Trinques
4d27728773 Fix typo 2020-04-07 18:22:28 +02:00
Laurent Trinques
43182871d6 Nomenclature: minor add new items by default 2020-04-07 11:44:42 +02:00
Claveau Joshua
60e61a9f20 Improve element query widget
User can now filter each field of the query
2020-04-05 21:48:08 +02:00
Claveau Joshua
035709b70f Revamp the structur of project database 2020-04-04 17:43:58 +02:00
Claveau Joshua
b7d3db1ce6 Query can be edited. Project database can be exported
User can now define the information to display in the nomenclature
table. WIP
The internal database of project can be exported to file.
2020-04-01 18:39:19 +02:00
Claveau Joshua
46350c3860 Try it Laurent 2020-03-29 18:48:19 +02:00
Claveau Joshua
8819146a01 QETProject have is own database + add widget to edit nomenclature model
QETProject have is own ProjectDataBase, then when the database is
updated, everything that need the database is also updated trough the
signal emitted by the database.
Begin a widget to edit the NomenclatureModel
2020-03-29 18:17:27 +02:00
Claveau Joshua
66abfbe180 Add nomenclature model
Add class NomenclatureModel witch is used with QetGraphicsTableItem.
Add ProjectDataBase  class, the goal of this class is to store all
information of a project at an instant T to easilly find it. This class
is still in development and not provide all information that she should.
2020-03-28 16:33:00 +01:00
Claveau Joshua
fb7cc6fd3e Element info keys : replace all -(minus) by _(underscore)
This change will brake all information with -(minus) from projects
created before this commit, but in the other side the use of data bases
for QET will be more easily to understand by avoid to replace the
-(minus) by _(underscore) in the tables of data bases.
Sorry for that, it's for your good.
2020-03-26 15:29:15 +01:00
1821 changed files with 52801 additions and 173981 deletions

1
.gitignore vendored
View File

@@ -1,2 +1 @@
*.snap
.flatpak-builder

View File

@@ -25,10 +25,7 @@
#include <QtCore/QDateTime>
#include <QtCore/QByteArray>
#include <QtCore/QSharedMemory>
#if QT_VERSION < QT_VERSION_CHECK(5, 10, 0) // ### Qt 6: remove
#else
#include <QRandomGenerator>
#endif
#include "singleapplication.h"
#include "singleapplication_p.h"
@@ -85,7 +82,7 @@ SingleApplication::SingleApplication( int &argc, char *argv[], bool allowSeconda
}
InstancesInfo* inst = static_cast<InstancesInfo*>( d->memory->data() );
QElapsedTimer time;
QTime time;
time.start();
// Make sure the shared memory block is initialised and in consistent state
@@ -102,13 +99,8 @@ SingleApplication::SingleApplication( int &argc, char *argv[], bool allowSeconda
d->memory->unlock();
// Random sleep here limits the probability of a collision between two racing apps
#if QT_VERSION < QT_VERSION_CHECK(5, 10, 0) // ### Qt 6: remove
qsrand( QDateTime::currentMSecsSinceEpoch() % std::numeric_limits<uint>::max() );
QThread::sleep( 8 + static_cast <unsigned long>( static_cast <float>( qrand() ) / RAND_MAX * 10 ) );
#else
quint32 value = QRandomGenerator::global()->generate();
QThread::sleep( 8 + static_cast <unsigned long>( static_cast <float>( value ) / RAND_MAX * 10 ) );
#endif
}
if( inst->primary == false) {

View File

@@ -25,7 +25,6 @@
#include <QtCore/QtGlobal>
#include <QtNetwork/QLocalSocket>
#include <QElapsedTimer>
#ifndef QAPPLICATION_CLASS
#define QAPPLICATION_CLASS QCoreApplication

View File

@@ -1,37 +0,0 @@
{
"id": "org.qelectrotech.QElectroTech",
"runtime": "org.kde.Platform",
"runtime-version": "5.14",
"sdk": "org.kde.Sdk",
"command": "qelectrotech",
"rename-desktop-file": "qelectrotech.desktop",
"rename-appdata-file": "qelectrotech.appdata.xml",
"rename-icon": "qelectrotech",
"copy-icon": true,
"finish-args": [
"--socket=wayland",
"--socket=x11",
"--device=dri",
"--share=ipc",
"--filesystem=host"
],
"modules": [
{
"name": "qelectrotech",
"buildsystem": "qmake",
"post-install": [
"mv /app/share/mime/packages/qelectrotech.xml /app/share/mime/packages/org.qelectrotech.QElectroTech.xml"
],
"sources": [
{
"type": "dir",
"path": "../.."
},
{
"type": "patch",
"path": "patches/0001-build-Fix-the-installation-paths.patch"
}
]
}
]
}

View File

@@ -1,44 +0,0 @@
From 579ee22f1d2bef560ec90d324a0e476b81faf495 Mon Sep 17 00:00:00 2001
From: Mathieu Bridon <mathieu@hashbang.fr>
Date: Tue, 7 Jan 2020 14:39:08 +0100
Subject: [PATCH] build: Fix the installation paths
---
qelectrotech.pro | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/qelectrotech.pro b/qelectrotech.pro
index 07e51fb..2a86b91 100644
--- a/qelectrotech.pro
+++ b/qelectrotech.pro
@@ -5,20 +5,20 @@
# Chemins utilises pour la compilation et l'installation de QET
unix {
# Chemins UNIX
- COMPIL_PREFIX = '/usr/local/'
- INSTALL_PREFIX = '/usr/local/'
+ COMPIL_PREFIX = '/app/'
+ INSTALL_PREFIX = '/app/'
QET_BINARY_PATH = 'bin/'
QET_COMMON_COLLECTION_PATH = 'share/qelectrotech/elements/'
QET_COMMON_TBT_PATH = 'share/qelectrotech/titleblocks/'
QET_LANG_PATH = 'share/qelectrotech/lang/'
QET_EXAMPLES_PATH = 'share/qelectrotech/examples/'
- QET_LICENSE_PATH = 'doc/qelectrotech/'
- QET_MIME_XML_PATH = '../share/mime/application/'
- QET_MIME_DESKTOP_PATH = '../share/mimelnk/application/'
- QET_MIME_PACKAGE_PATH = '../share/mime/packages/'
+ QET_LICENSE_PATH = 'share/doc/qelectrotech/'
+ QET_MIME_XML_PATH = 'share/mime/application/'
+ QET_MIME_DESKTOP_PATH = 'share/mimelnk/application/'
+ QET_MIME_PACKAGE_PATH = 'share/mime/packages/'
QET_DESKTOP_PATH = 'share/applications/'
QET_ICONS_PATH = 'share/icons/hicolor/'
- QET_MAN_PATH = 'man/'
+ QET_MAN_PATH = 'share/man/'
QET_APPDATA_PATH = 'share/appdata'
}
win32 {
--
2.24.1

View File

@@ -1,34 +0,0 @@
#!/bin/sh
# a KDE session forces the KDE Plasma platformtheme which is incompatible with QET
# unset the ENV vars in that case to prevent loading of the theme
if [ ! -z "$KDE_FULL_SESSION" ]; then
unset KDE_FULL_SESSION
fi
if echo "$XDG_CURRENT_DESKTOP" | grep -q KDE; then
unset XDG_CURRENT_DESKTOP
fi
# migrate .qet directory from SNAP_USER_DATA to SNAP_USER_COMMON
from="$SNAP_USER_DATA/.qet"
to="$SNAP_USER_COMMON/.qet"
if [ ! -d "$to" ] && [ -d "$from" ]; then
echo "Migrating user data from $from to $to"
mkdir "$to"
cp -av "$from/." "$to"
fi
# link DXFtoQET so that QET finds it
mkdir -p "$HOME/.qet"
ln -snf "$SNAP/bin/DXFtoQET" "$HOME/.qet/DXFtoQET"
# start desktop portal. Open & save dialogs might fail if it is not running
dbus-send --print-reply \
--dest=org.freedesktop.DBus \
/org/freedesktop/DBus \
org.freedesktop.DBus.StartServiceByName \
string:org.freedesktop.portal.Desktop \
uint32:0
exec "${@}"

View File

@@ -1,122 +0,0 @@
name: qelectrotech
title: QElectroTech
base: core18
adopt-info: qelectrotech
license: GPL-2.0
summary: Electrical diagram editor
description: |
QElectroTech, or QET in short, is a libre and open source desktop application
to create diagrams and schematics.
grade: stable
confinement: strict
architectures:
- build-on: amd64
run-on: amd64
layout:
/usr/local/share/qelectrotech:
symlink: $SNAP/usr/local/share/qelectrotech
/usr/share/libdrm/amdgpu.ids:
symlink: $SNAP/kf5/usr/share/libdrm/amdgpu.ids
apps:
qelectrotech:
command: usr/local/bin/qelectrotech
command-chain:
- bin/qelectrotech-launch
desktop: usr/local/share/applications/qelectrotech.desktop
extensions: [kde-neon]
plugs: &plugs [opengl, unity7, home, removable-media, gsettings, network, cups-control]
environment: &env
__EGL_VENDOR_LIBRARY_DIRS: $SNAP/kf5/usr/share/glvnd/egl_vendor.d:$SNAP/usr/share/glvnd/egl_vendor.d
TCL_LIBRARY: $SNAP/usr/share/tcltk/tcl8.6
QT_QPA_PLATFORMTHEME: gtk3
QT_AUTO_SCREEN_SCALE_FACTOR: 1
HOME: $SNAP_USER_COMMON
PYTHONPATH: $SNAP:$SNAP/lib/python3.6/site-packages:$SNAP/usr/lib/python3.6:$SNAP/usr/lib/python3.6/lib-dynload
qet-tb-generator:
command: bin/qelectrotech-launch $SNAP/bin/qet_tb_generator
extensions: [kde-neon]
plugs: *plugs
environment: *env
dxf-to-qet:
command: bin/DXFtoQET
extensions: [kde-neon]
plugs: *plugs
environment: *env
parts:
launchers:
plugin: dump
source: build-aux/snap/local/launchers
organize:
'*': bin/
qet-tb-generator:
plugin: python
python-version: python3
source: https://github.com/qelectrotech/qet_tb_generator.git
stage-packages:
- python3-lxml
- python3-tk
- libtk8.6
kde-sdk-setup:
plugin: nil
build-snaps:
- kde-frameworks-5-core18-sdk
build-packages:
- g++
- mesa-common-dev
- libglvnd-dev
- rsync
override-build: |
rsync -a --ignore-existing /snap/kde-frameworks-5-core18-sdk/current/ /
dxf-to-qet:
after: [kde-sdk-setup]
plugin: nil
source: https://github.com/qelectrotech/DXFtoQET-2020.git
override-build: |
qmake "$SNAPCRAFT_PART_SRC/DXFtoQET.pro"
make -j$(nproc)
mkdir -p "$SNAPCRAFT_PART_INSTALL/bin"
cp DXFtoQET "$SNAPCRAFT_PART_INSTALL/bin/"
qelectrotech:
after: [kde-sdk-setup]
plugin: nil
source: .
build-packages:
- git
override-pull: |
snapcraftctl pull
snap_version=$(git describe --dirty)
modified_displayed_version=$snap_version".snap"
sed -i -E "s|const QString displayedVersion =.*|const QString displayedVersion =\"$modified_displayed_version\";|" sources/qet.h
snapcraftctl set-version "$snap_version"
override-build: |
qmake "$SNAPCRAFT_PART_SRC/qelectrotech.pro"
make -j$(nproc)
make install INSTALL_ROOT="$SNAPCRAFT_PART_INSTALL"
override-stage: |
snapcraftctl stage
# patch desktop file with correct icon path
SED_CMD="sed -i -E s|^Icon=(.*)|Icon=\${SNAP}/usr/local/share/icons/hicolor/128x128/apps/\1.png|g"
$SED_CMD usr/local/share/applications/qelectrotech.desktop
cleanup:
after: [qelectrotech, dxf-to-qet, qet-tb-generator]
plugin: nil
build-snaps: [core18, kde-frameworks-5-core18]
override-prime: |
# Remove all files from snap that are already included in the base snap or in
# any connected content snaps
set -eux
for snap in "core18" "kde-frameworks-5-core18"; do # List all content-snaps and base snaps you're using here
cd "/snap/$snap/current" && find . -type f,l -exec rm -f "$SNAPCRAFT_PRIME/{}" \;
done

View File

@@ -1,37 +0,0 @@
<definition type="element" orientation="dyyy" height="80" hotspot_y="40" version="0.70" width="50" hotspot_x="23" link_type="simple">
<uuid uuid="{65b9e889-c2eb-4d85-aa9e-c1dff55678f5}"/>
<names>
<name lang="en">Three-pole source + PEN</name>
<name lang="el">Τριφασικό + PEN</name>
<name lang="es">Fuente tripolar + PEN</name>
<name lang="nl">driefasen + aardenul</name>
<name lang="pl">Linia trójfazowa (PEN)</name>
<name lang="it">Sorgente tripolare + PEN</name>
<name lang="de">Drehstrom + PEN</name>
<name lang="ru">Трёхполюсный + PEN</name>
<name lang="fr">Source tripolaire + PEN</name>
<name lang="ar">مصدر ثلاثي القطبيّة + PEN</name>
<name lang="cs">3 fáze + PEN pravý</name>
</names>
<elementInformations/>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<dynamic_text z="1" Valignment="AlignTop" x="-7" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" uuid="{7c68cf51-b979-4e89-97b2-a93b5ad61f95}" y="-60.45" Halignment="AlignLeft" frame="false" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<text x="7" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="33" text="PEN" color="#000000"/>
<text x="7" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="13" text="L3" color="#000000"/>
<text x="7" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-7" text="L2" color="#000000"/>
<text x="7" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-27" text="L1" color="#000000"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-15" y2="-30" end1="none" y1="-30" length1="1.5" length2="1.5" antialias="false" x2="-5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-15" y2="-10" end1="none" y1="-10" length1="1.5" length2="1.5" antialias="false" x2="-5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-15" y2="10" end1="none" y1="10" length1="1.5" length2="1.5" antialias="false" x2="-5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-14" y2="30" end1="none" y1="30" length1="1.5" length2="1.5" antialias="false" x2="-5"/>
<terminal orientation="w" x="-15" y="-30"/>
<terminal orientation="w" x="-15" y="-10"/>
<terminal orientation="w" x="-15" y="30"/>
<terminal orientation="w" x="-15" y="10"/>
</description>
</definition>

View File

@@ -1,40 +0,0 @@
<definition type="element" orientation="dyyy" height="100" hotspot_y="40" version="0.70" width="40" hotspot_x="20" link_type="simple">
<uuid uuid="{b4b70d3d-8784-4323-b17b-d8ff3677cdc1}"/>
<names>
<name lang="en">Three-pole source + PEN</name>
<name lang="el">Τριφασικό + PEN</name>
<name lang="es">Fuente tripolar + PEN</name>
<name lang="nl">driefasen + aardenul</name>
<name lang="pl">Linia trójfazowa (PEN)</name>
<name lang="it">Sorgente tripolare + PEN</name>
<name lang="de">Drehstrom + PEN</name>
<name lang="ru">Трёхполюсный + PEN</name>
<name lang="fr">Source tripolaire + PEN</name>
<name lang="ar">مصدر ثلاثي القطبيّة + PEN</name>
<name lang="cs">3 fáze + N+PE pravý</name>
</names>
<elementInformations/>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<dynamic_text z="1" Valignment="AlignTop" x="-7" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" uuid="{1955f25e-b33b-4106-8b36-46862006122c}" y="-60.45" Halignment="AlignLeft" frame="false" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<text x="7" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="53" text="PE" color="#000000"/>
<text x="7" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="33" text="N" color="#000000"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-15" y2="50" end1="none" y1="50" length1="1.5" length2="1.5" antialias="false" x2="-5"/>
<text x="7" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="13" text="L3" color="#000000"/>
<text x="7" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-7" text="L2" color="#000000"/>
<text x="7" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-27" text="L1" color="#000000"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-15" y2="-30" end1="none" y1="-30" length1="1.5" length2="1.5" antialias="false" x2="-5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-15" y2="-10" end1="none" y1="-10" length1="1.5" length2="1.5" antialias="false" x2="-5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-15" y2="10" end1="none" y1="10" length1="1.5" length2="1.5" antialias="false" x2="-5"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-15" y2="30" end1="none" y1="30" length1="1.5" length2="1.5" antialias="false" x2="-5"/>
<terminal orientation="w" x="-15" y="50"/>
<terminal orientation="w" x="-15" y="-30"/>
<terminal orientation="w" x="-15" y="-10"/>
<terminal orientation="w" x="-15" y="30"/>
<terminal orientation="w" x="-15" y="10"/>
</description>
</definition>

View File

@@ -17,8 +17,8 @@
</names>
<elementInformations>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1"></elementInformation>
<elementInformation name="designation" show="1"></elementInformation>

View File

@@ -16,8 +16,8 @@
</names>
<elementInformations>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1"></elementInformation>
<elementInformation name="designation" show="1"></elementInformation>

View File

@@ -1,33 +0,0 @@
<definition width="70" hotspot_x="35" hotspot_y="5" orientation="dyyy" version="0.80" type="element" height="10" link_type="simple">
<uuid uuid="{3cfdc90d-f114-4ecd-9ab2-37786c279287}"/>
<names>
<name lang="de">Kabel 3G</name>
<name lang="fr">Cable 3G</name>
<name lang="cs">Kabel 3G</name>
</names>
<elementInformations/>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<line x2="1.95" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-2.05" length2="1.5" antialias="true" y2="1.95" end2="none" x1="-2.05" length1="1.5"/>
<line x2="22" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-2" length2="1.5" antialias="true" y2="2" end2="none" x1="18" length1="1.5"/>
<dynamic_text text_width="-1" font="Sans Serif,7,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" z="3" Valignment="AlignTop" frame="false" x="-50" uuid="{fe752adf-2e2b-4005-a272-42dd6976c493}" y="0.5" text_from="UserText" rotation="0">
<text>3G</text>
</dynamic_text>
<line x2="30" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length2="1.5" antialias="false" y2="0" end2="none" x1="-29.9373" length1="1.5"/>
<line x2="-18" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-2" length2="1.5" antialias="true" y2="2" end2="none" x1="-22" length1="1.5"/>
<dynamic_text text_width="-1" font="Sans Serif,7,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" z="6" Valignment="AlignTop" frame="false" x="-51" uuid="{65bfd07e-7af5-4193-a5ba-b3dc967da121}" y="-18.5" text_from="ElementInfo" rotation="0">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignLeft" z="7" Valignment="AlignTop" frame="false" x="-22" uuid="{df01c7dd-b2e7-4b24-9057-b8bc3478ff67}" y="-11" text_from="UserText" rotation="0">
<text>1</text>
</dynamic_text>
<dynamic_text text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignLeft" z="8" Valignment="AlignTop" frame="false" x="-2" uuid="{ce5a0030-5247-47ab-a975-63256db0d2bd}" y="-11" text_from="UserText" rotation="0">
<text>2</text>
</dynamic_text>
<dynamic_text text_width="-1" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignLeft" z="9" Valignment="AlignTop" frame="false" x="18" uuid="{e0a00f86-dd76-48fe-be8b-8ff6f510e651}" y="-11" text_from="UserText" rotation="0">
<text>PE</text>
</dynamic_text>
</description>
</definition>

View File

@@ -1,27 +0,0 @@
<definition type="element" height="10" link_type="simple" version="0.60" hotspot_x="36" hotspot_y="5" orientation="dyyy" width="90">
<uuid uuid="{e02f4582-b5dd-4f81-ba71-e3d5521b4152}"/>
<names>
<name lang="ru">Кабель 3 жилы + PE</name>
<name lang="pl">Oznaczenie przewodu czterożyłowego</name>
<name lang="cs">Kabel 4G</name>
<name lang="de">Kabel 4G</name>
<name lang="es">Cable 3 fases+tierra</name>
<name lang="it">Cavo 3 fasi + terra</name>
<name lang="fr">Cable 3 phases+terre</name>
</names>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<line x1="-2.05" y1="-2.05" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" length2="1.5" x2="1.95" y2="1.95" antialias="true"/>
<line x1="37.95" y1="-2.05" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" length2="1.5" x2="41.95" y2="1.95" antialias="true"/>
<line x1="18" y1="-2" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" length2="1.5" x2="22" y2="2" antialias="true"/>
<input size="7" tagg="none" rotate="true" x="-50" y="10" text="4G"/>
<line x1="-29.9373" y1="0" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" length2="1.5" x2="47.932" y2="0" antialias="false"/>
<line x1="-22" y1="-2" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" length2="1.5" x2="-18" y2="2" antialias="true"/>
<input size="7" tagg="label" rotate="true" x="-51" y="-9" text="_"/>
<input size="4" tagg="none" rotate="true" x="-22" y="-4" text="1"/>
<input size="4" tagg="none" rotate="true" x="-2" y="-4" text="2"/>
<input size="4" tagg="none" rotate="true" x="18" y="-4" text="3"/>
<input size="4" tagg="none" rotate="true" x="38" y="-4" text="PE"/>
</description>
</definition>

View File

@@ -1,33 +0,0 @@
<definition type="element" height="10" link_type="simple" version="0.60" hotspot_x="73" hotspot_y="5" orientation="dyyy" width="150">
<uuid uuid="{d1007c67-032b-4925-8560-aac9e547d6ae}"/>
<names>
<name lang="ru">Кабель 6 жилы + PE</name>
<name lang="pl">Oznaczenie przewodu czterożyłowego</name>
<name lang="cs">Kabel 7G</name>
<name lang="de">Kabel 7G</name>
<name lang="es">Cable 6 fases+tierra</name>
<name lang="it">Cavo fasi + terra</name>
<name lang="fr">Cable 6 phases+terre</name>
</names>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<input size="4" tagg="none" rotate="true" x="38" y="-4" text="6"/>
<input size="4" tagg="none" rotate="true" x="18" y="-4" text="5"/>
<input size="4" tagg="none" rotate="true" x="-2" y="-4" text="4"/>
<line x1="57.95" y1="-2.05" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" length2="1.5" x2="61.95" y2="1.95" antialias="true"/>
<line x1="-42.05" y1="-2.05" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" length2="1.5" x2="-38.05" y2="1.95" antialias="true"/>
<line x1="37.95" y1="-2.05" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" length2="1.5" x2="41.95" y2="1.95" antialias="true"/>
<line x1="17.95" y1="-2.05" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" length2="1.5" x2="21.95" y2="1.95" antialias="true"/>
<line x1="-2.05" y1="-2.05" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" length2="1.5" x2="1.95" y2="1.95" antialias="true"/>
<line x1="-22" y1="-2" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" length2="1.5" x2="-18" y2="2" antialias="true"/>
<input size="7" tagg="none" rotate="true" x="-89" y="10" text="7G"/>
<line x1="-67.9373" y1="0" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" length2="1.5" x2="71" y2="0" antialias="false"/>
<line x1="-62" y1="-2" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" length2="1.5" x2="-58" y2="2" antialias="true"/>
<input size="7" tagg="label" rotate="true" x="-90" y="-9" text="_"/>
<input size="4" tagg="none" rotate="true" x="-62" y="-4" text="1"/>
<input size="4" tagg="none" rotate="true" x="-42" y="-4" text="2"/>
<input size="4" tagg="none" rotate="true" x="-22" y="-4" text="3"/>
<input size="4" tagg="none" rotate="true" x="58" y="-4" text="PE"/>
</description>
</definition>

View File

@@ -16,13 +16,13 @@
<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="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>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>

View File

@@ -1,42 +0,0 @@
<definition hotspot_y="19" link_type="simple" hotspot_x="13" orientation="dyyy" version="0.80" width="20" height="40" type="element">
<uuid uuid="{db0d94b0-30de-4477-b693-49af4da70f3e}"/>
<names>
<name lang="fr">Porte fusible</name>
<name lang="cs">Pojistkový odpínač</name>
</names>
<elementInformations>
<elementInformation show="1" name="manufacturer"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<dynamic_text text_width="-1" text_from="UserText" y="-22" x="-3" z="1" Valignment="AlignTop" font="Sans Serif,5,-1,5,25,0,0,0,0,0" rotation="0" frame="false" uuid="{d3f026c2-4718-4cf6-b783-49b6080d3ec3}" Halignment="AlignLeft">
<text>1</text>
</dynamic_text>
<dynamic_text text_width="-1" text_from="UserText" y="4" x="-2" z="2" Valignment="AlignTop" font="Sans Serif,5,-1,5,25,0,0,0,0,0" rotation="0" frame="false" uuid="{f3c9c54f-bc4f-44b6-a691-e28a08f857d2}" Halignment="AlignLeft">
<text>2</text>
</dynamic_text>
<dynamic_text text_width="-1" text_from="ElementInfo" y="-15" x="-28" z="3" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" frame="false" uuid="{0e5e65df-6f92-4dc2-a46e-040c5e3e1d6c}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<polygon x3="-8.77479" y2="10.8817" y3="-6.81657" y1="8.87394" y4="-8.81219" x5="2.8423" x1="2.82578" x4="-3.13713" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-2.92493" closed="false" y5="8.89046" antialias="true"/>
<line y2="10.0885" length2="1.5" y1="-7.79981" x1="-5.91596" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0.01823" antialias="true"/>
<line y2="-10" length2="1.5" y1="-10" x1="-3" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="3" antialias="false"/>
<dynamic_text text_width="-1" text_from="ElementInfo" y="2" x="-34" z="7" Valignment="AlignTop" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" rotation="0" frame="false" uuid="{f61998ec-d878-4737-9e74-8679a306af5a}" Halignment="AlignLeft">
<text></text>
<info_name>comment</info_name>
</dynamic_text>
<line y2="-15" length2="1.5" y1="-10" x1="0" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="false"/>
<line y2="15" length2="1.5" y1="10" x1="0" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="false"/>
<terminal y="15" orientation="s" x="0"/>
<terminal y="-15" orientation="n" x="0"/>
</description>
</definition>

View File

@@ -1,46 +0,0 @@
<definition hotspot_y="23" link_type="simple" hotspot_x="13" orientation="dyyy" version="0.80" width="40" height="50" type="element">
<uuid uuid="{c05b1ed0-3c90-4883-b55e-5ce37456066e}"/>
<names>
<name lang="fr">Porte fusible 2p</name>
<name lang="cs">Pojistkový odpínač 2p</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<dynamic_text text_width="-1" text_from="UserText" y="-22" x="-2" z="1" Valignment="AlignTop" font="Sans Serif,5,-1,5,25,0,0,0,0,0" rotation="0" frame="false" uuid="{f3c93a63-d77b-424b-9c18-d153bea32786}" Halignment="AlignLeft">
<text>1</text>
</dynamic_text>
<dynamic_text text_width="-1" text_from="UserText" y="-22" x="18" z="2" Valignment="AlignTop" font="Sans Serif,5,-1,5,25,0,0,0,0,0" rotation="0" frame="false" uuid="{38a6df9a-8413-46c8-aa7d-d1d5ef63881a}" Halignment="AlignLeft">
<text>3</text>
</dynamic_text>
<dynamic_text text_width="-1" text_from="UserText" y="6" x="-3" z="3" Valignment="AlignTop" font="Sans Serif,5,-1,5,25,0,0,0,0,0" rotation="0" frame="false" uuid="{b31fc96e-a908-411c-b40a-b3a7f22198d5}" Halignment="AlignLeft">
<text>2</text>
</dynamic_text>
<dynamic_text text_width="-1" text_from="UserText" y="6" x="17" z="4" Valignment="AlignTop" font="Sans Serif,5,-1,5,25,0,0,0,0,0" rotation="0" frame="false" uuid="{466cd65b-73e6-45a3-8814-f355c2932228}" Halignment="AlignLeft">
<text>4</text>
</dynamic_text>
<dynamic_text text_width="-1" text_from="ElementInfo" y="-17" x="-37" z="5" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" frame="false" uuid="{889abca0-c07a-45fb-8316-336ef36bf18d}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<polygon x3="10.8698" y2="12.4573" y3="-6.75574" y1="10.2834" y4="-8.81219" x5="22.7384" x1="22.4446" x4="16.8629" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="17.0979" closed="false" y5="9.98961" antialias="true"/>
<polygon x3="-9.13021" y2="12.4573" y3="-6.75574" y1="10.2834" y4="-8.81219" x5="2.73843" x1="2.44465" x4="-3.13713" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-2.90211" closed="false" y5="9.98961" antialias="true"/>
<line y2="11.0885" length2="1.5" y1="-7.51957" x1="13.8663" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20.0182" antialias="true"/>
<line y2="-10" length2="1.5" y1="-10" x1="17" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="23" antialias="false"/>
<line y2="11.0885" length2="1.5" y1="-7.51957" x1="-6.13367" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0.01823" antialias="true"/>
<line y2="-10" length2="1.5" y1="-10" x1="-3" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="3" antialias="false"/>
<line y2="0" length2="1.5" y1="0" x1="0" end2="none" end1="none" length1="1.5" style="line-style:dashed;line-weight:thin;filling:none;color:black" x2="12" antialias="false"/>
<dynamic_text text_width="-1" text_from="ElementInfo" y="-1" x="-43" z="13" Valignment="AlignTop" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" rotation="0" frame="false" uuid="{26a975c5-2a42-4c0b-b887-0c1879ae28bc}" Halignment="AlignLeft">
<text></text>
<info_name>comment</info_name>
</dynamic_text>
<line y2="-16" length2="1.5" y1="-10" x1="20" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" antialias="false"/>
<line y2="-16" length2="1.5" y1="-10" x1="0" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="false"/>
<line y2="18" length2="1.5" y1="12" x1="20" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" antialias="false"/>
<line y2="18" length2="1.5" y1="12" x1="0" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="false"/>
<terminal y="18" orientation="s" x="0"/>
<terminal y="-16" orientation="n" x="20"/>
<terminal y="18" orientation="s" x="20"/>
<terminal y="-16" orientation="n" x="0"/>
</description>
</definition>

View File

@@ -1,60 +0,0 @@
<definition type="element" link_type="simple" hotspot_y="18" orientation="dyyy" hotspot_x="13" width="60" height="40" version="0.80">
<uuid uuid="{bdaf5ba8-ac37-4518-b0ae-6e98828eaa6d}"/>
<names>
<name lang="cs">Pojistkový odpínač 3p</name>
<name lang="fr">Porte Fusible 3p</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="1" frame="false" uuid="{a1bea68c-2f6b-47e9-95cb-796c23035510}" rotation="0" x="37" Halignment="AlignLeft" text_from="UserText" y="-22" text_width="-1" Valignment="AlignTop">
<text>5</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="2" frame="false" uuid="{fea18f19-a064-4c5f-89d3-394f1556c09f}" rotation="0" x="17" Halignment="AlignLeft" text_from="UserText" y="-22" text_width="-1" Valignment="AlignTop">
<text>3</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="3" frame="false" uuid="{73eb4bf8-0b8d-4ef4-8608-ecf1dcb5ce68}" rotation="0" x="-3" Halignment="AlignLeft" text_from="UserText" y="-22" text_width="-1" Valignment="AlignTop">
<text>1</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="4" frame="false" uuid="{79b7fc2c-af09-4355-8472-41f49d3cbf41}" rotation="0" x="17" Halignment="AlignLeft" text_from="UserText" y="5" text_width="-1" Valignment="AlignTop">
<text>4</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="5" frame="false" uuid="{a8895b11-8d45-40bd-a211-fe80d05f254e}" rotation="0" x="37" Halignment="AlignLeft" text_from="UserText" y="5" text_width="-1" Valignment="AlignTop">
<text>6</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" z="6" frame="false" uuid="{7e5d1555-4bd8-4e16-97fa-41d95ed212b7}" rotation="0" x="-3" Halignment="AlignLeft" text_from="UserText" y="6" text_width="-1" Valignment="AlignTop">
<text>2</text>
</dynamic_text>
<polygon y1="10.2834" style="line-style:normal;line-weight:normal;filling:none;color:black" x5="22.7384" closed="false" y3="-6.75574" x3="10.8698" y5="9.98961" x1="22.4446" y2="12.4573" x4="16.8629" y4="-8.81219" x2="17.0979" antialias="true"/>
<polygon y1="10.2834" style="line-style:normal;line-weight:normal;filling:none;color:black" x5="42.7384" closed="false" y3="-6.75574" x3="30.8698" y5="9.98961" x1="42.4447" y2="12.4573" x4="36.8629" y4="-8.81219" x2="37.0979" antialias="true"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="9" frame="false" uuid="{f497d4a7-97ed-478a-8d51-e7712d3da71a}" rotation="0" x="-37" Halignment="AlignLeft" text_from="ElementInfo" y="-17" text_width="-1" Valignment="AlignTop">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line y1="-7.51957" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="13.8663" y2="11.0885" length2="1.5" x2="20.0182" antialias="true"/>
<line y1="-7.51957" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="33.8663" y2="11.0885" length2="1.5" x2="40.0182" antialias="true"/>
<polygon y1="10.2834" style="line-style:normal;line-weight:normal;filling:none;color:black" x5="2.73843" closed="false" y3="-6.75574" x3="-9.13021" y5="9.98961" x1="2.44465" y2="12.4573" x4="-3.13713" y4="-8.81219" x2="-2.90211" antialias="true"/>
<line y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="17" y2="-10" length2="1.5" x2="23" antialias="false"/>
<line y1="-7.51957" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="-6.13367" y2="11.0885" length2="1.5" x2="0.01823" antialias="true"/>
<line y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="37" y2="-10" length2="1.5" x2="43" antialias="false"/>
<line y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="-3" y2="-10" length2="1.5" x2="3" antialias="false"/>
<line y1="0" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="0" y2="0" length2="1.5" x2="12" antialias="false"/>
<line y1="0" style="line-style:dashed;line-weight:thin;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="20" y2="0" length2="1.5" x2="32" antialias="false"/>
<dynamic_text font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" z="19" frame="false" uuid="{f70a1441-9e9b-40ca-b09f-35d65dfdd582}" rotation="0" x="-44" Halignment="AlignLeft" text_from="ElementInfo" y="0" text_width="-1" Valignment="AlignTop">
<text></text>
<info_name>comment</info_name>
</dynamic_text>
<line y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="0" y2="-14" length2="1.5" x2="0" antialias="false"/>
<line y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="20" y2="-14" length2="1.5" x2="20" antialias="false"/>
<line y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="40" y2="-14" length2="1.5" x2="40" antialias="false"/>
<line y1="12" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="40" y2="16" length2="1.5" x2="40" antialias="false"/>
<line y1="12" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="20" y2="16" length2="1.5" x2="20" antialias="false"/>
<line y1="12" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="0" y2="16" length2="1.5" x2="0" antialias="false"/>
<terminal x="40" orientation="s" y="16"/>
<terminal x="0" orientation="n" y="-14"/>
<terminal x="40" orientation="n" y="-14"/>
<terminal x="0" orientation="s" y="16"/>
<terminal x="20" orientation="n" y="-14"/>
<terminal x="20" orientation="s" y="16"/>
</description>
</definition>

View File

@@ -1,32 +0,0 @@
<definition hotspot_y="19" link_type="simple" hotspot_x="5" orientation="dyyy" version="0.80" width="10" height="40" type="element">
<uuid uuid="{82d755cf-7766-41ec-847a-6e23987685d5}"/>
<names>
<name lang="fr">Fusible</name>
<name lang="cs">Pojistka</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<rect y="-10" ry="0" x="-3" width="6" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false"/>
<line y2="10" length2="1.5" y1="-10" x1="0" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="false"/>
<dynamic_text text_width="-1" text_from="UserText" y="-22" x="-2" z="3" Valignment="AlignTop" font="Sans Serif,5,-1,5,25,0,0,0,0,0" rotation="0" frame="false" uuid="{bfbf3256-ac23-4ce9-b4e0-729aa7338739}" Halignment="AlignLeft">
<text>1</text>
</dynamic_text>
<dynamic_text text_width="-1" text_from="UserText" y="5" x="-2" z="4" Valignment="AlignTop" font="Sans Serif,5,-1,5,25,0,0,0,0,0" rotation="0" frame="false" uuid="{b12232a5-c73b-4559-ba54-076c7a50bef5}" Halignment="AlignLeft">
<text>2</text>
</dynamic_text>
<dynamic_text text_width="-1" text_from="ElementInfo" y="-17" x="-30" z="5" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" frame="false" uuid="{dd6f5b99-eca8-4928-89f0-eb8204fb8854}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text text_width="-1" text_from="ElementInfo" y="-1" x="-35" z="6" Valignment="AlignTop" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" rotation="0" frame="false" uuid="{77ff60fb-d245-4681-8f5e-ac827f675bab}" Halignment="AlignLeft">
<text></text>
<info_name>comment</info_name>
</dynamic_text>
<line y2="-15" length2="1.5" y1="-10" x1="0" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="false"/>
<line y2="15" length2="1.5" y1="10" x1="0" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="false"/>
<line y2="15" length2="1.5" y1="-15" x1="0" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="false"/>
<terminal y="-15" orientation="n" x="0"/>
<terminal y="15" orientation="s" x="0"/>
</description>
</definition>

View File

@@ -1,43 +0,0 @@
<definition hotspot_y="19" link_type="simple" hotspot_x="5" orientation="dyyy" version="0.80" width="20" height="40" type="element">
<uuid uuid="{329f82a5-7029-4192-ab32-2e8b11615564}"/>
<names>
<name lang="fr">Fusible 2p</name>
<name lang="cs">Pojistka 2p</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<rect y="-10" ry="0" x="7" width="6" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false"/>
<rect y="-10" ry="0" x="-3" width="6" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0" antialias="false"/>
<line y2="10" length2="1.5" y1="-10" x1="0" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="false"/>
<line y2="10" length2="1.5" y1="-10" x1="10" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" antialias="false"/>
<dynamic_text text_width="-1" text_from="UserText" y="-22" x="7" z="5" Valignment="AlignTop" font="Sans Serif,5,-1,5,25,0,0,0,0,0" rotation="0" frame="false" uuid="{c37aa946-efa6-4e46-b228-9c8b1d8ce193}" Halignment="AlignLeft">
<text>1</text>
</dynamic_text>
<dynamic_text text_width="-1" text_from="UserText" y="-22" x="-3" z="6" Valignment="AlignTop" font="Sans Serif,5,-1,5,25,0,0,0,0,0" rotation="0" frame="false" uuid="{6190ce78-54fe-49ae-85b3-915fd3bcf431}" Halignment="AlignLeft">
<text>1</text>
</dynamic_text>
<dynamic_text text_width="-1" text_from="UserText" y="5" x="7" z="7" Valignment="AlignTop" font="Sans Serif,5,-1,5,25,0,0,0,0,0" rotation="0" frame="false" uuid="{caa6bbc0-5cda-4bd6-8c5d-14a8b1a19f5d}" Halignment="AlignLeft">
<text>2</text>
</dynamic_text>
<dynamic_text text_width="-1" text_from="UserText" y="5" x="-3" z="8" Valignment="AlignTop" font="Sans Serif,5,-1,5,25,0,0,0,0,0" rotation="0" frame="false" uuid="{9f060a2d-d66b-4b5b-b86b-d4c0c872f605}" Halignment="AlignLeft">
<text>2</text>
</dynamic_text>
<dynamic_text text_width="-1" text_from="ElementInfo" y="-17" x="-30" z="9" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" frame="false" uuid="{c8fdb551-ba1e-4910-9293-206116b3640f}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text text_width="-1" text_from="ElementInfo" y="0" x="-36" z="10" Valignment="AlignTop" font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" rotation="0" frame="false" uuid="{9a3517e6-3bbf-4a00-8ebb-198952257b50}" Halignment="AlignLeft">
<text></text>
<info_name>comment</info_name>
</dynamic_text>
<line y2="-15" length2="1.5" y1="-10" x1="0" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="false"/>
<line y2="-15" length2="1.5" y1="-10" x1="10" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" antialias="false"/>
<line y2="15" length2="1.5" y1="10" x1="10" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" antialias="false"/>
<line y2="15" length2="1.5" y1="10" x1="0" end2="none" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" antialias="false"/>
<terminal y="15" orientation="s" x="0"/>
<terminal y="-15" orientation="n" x="0"/>
<terminal y="15" orientation="s" x="10"/>
<terminal y="-15" orientation="n" x="10"/>
</description>
</definition>

View File

@@ -1,67 +0,0 @@
<definition version="0.70" height="60" type="element" width="40" hotspot_x="30" link_type="master" hotspot_y="34" orientation="dyyy">
<uuid uuid="{315bc1e6-0466-4d2f-a6e4-547252f6bd16}"/>
<names>
<name lang="ar">قطب ثنائي القطبية قطبين محميين</name>
<name lang="de">Leitungsschutzschalter 2P</name>
<name lang="en">Circuit-breaker</name>
<name lang="es">Disyuntor termico magnetico en 2P</name>
<name lang="it">Int. Aut. Magneto-termico 2P</name>
<name lang="fr">Disjoncteur bipolaire 2 poles proteges</name>
<name lang="pl">Wyłącznik</name>
<name lang="nl">Lastscheider 2</name>
<name lang="cs">Dvojpólový jistič 2 póly chránící</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>
<line y1="-10" style="line-style:dashed;line-weight:thin;filling:none;color:black" x1="-23" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-10" end1="none" x2="-3"/>
<line y1="16" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="20" end1="none" x2="0"/>
<arc height="5" x="-4" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" y="10.5" width="8" start="90" antialias="true"/>
<line y1="16" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="20" end1="none" x2="-20"/>
<line y1="8" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="0"/>
<arc height="5" x="-24" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" y="10.5" width="8" start="90" antialias="true"/>
<polygon x3="-5" y1="3" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" antialias="true" y2="0" closed="false" x2="0"/>
<line y1="8" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="-20"/>
<line y1="8" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="8" end1="none" x2="5"/>
<polygon x3="-25" y1="3" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" antialias="true" y2="0" closed="false" x2="-20"/>
<line y1="3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="5" length2="1.5" antialias="false" length1="1.5" end2="none" y2="8" end1="none" x2="5"/>
<line y1="8" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="8" end1="none" x2="-15"/>
<line y1="3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="3" end1="none" x2="5"/>
<line y1="3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-15" length2="1.5" antialias="false" length1="1.5" end2="none" y2="8" end1="none" x2="-15"/>
<line y1="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-20" end1="none" x2="0"/>
<line y1="3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="3" end1="none" x2="-15"/>
<line y1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="2" length2="1.5" antialias="true" length1="1.5" end2="none" y2="-18" end1="none" x2="-2"/>
<line y1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-2" length2="1.5" antialias="true" length1="1.5" end2="none" y2="-18" end1="none" x2="2"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-50.8598" text_from="ElementInfo" y="-20.6932" z="19" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{eb3e61e9-605d-4992-b5ea-7f0f84509000}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line y1="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-20" end1="none" x2="-20"/>
<line y1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-18" length2="1.5" antialias="true" length1="1.5" end2="none" y2="-18" end1="none" x2="-22"/>
<line y1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-22" length2="1.5" antialias="true" length1="1.5" end2="none" y2="-18" end1="none" x2="-18"/>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="-22" text_from="UserText" y="-36" z="23" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{73b5a968-8936-4cd5-8ecc-cd7ab85d42a1}" Halignment="AlignLeft">
<text>1</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="-2" text_from="UserText" y="-36" z="24" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{20a7e985-c1d2-44e7-bb18-76aa73849729}" Halignment="AlignLeft">
<text>3</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="-21" text_from="UserText" y="9" z="25" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{1c2a2b8e-1f38-49b3-9a86-61004e06cf0d}" Halignment="AlignLeft">
<text>2</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="-1" text_from="UserText" y="9" z="26" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{471cb447-49c7-4d4b-8e37-fe17d6251401}" Halignment="AlignLeft">
<text>4</text>
</dynamic_text>
<dynamic_text font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" frame="false" x="-50" text_from="ElementInfo" y="-2" z="27" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{8d5fdb0a-e44b-4d3f-b448-ddb983b2658d}" Halignment="AlignLeft">
<text></text>
<info_name>comment</info_name>
</dynamic_text>
<terminal x="0" y="20" orientation="s"/>
<terminal x="0" y="-30" orientation="n"/>
<terminal x="-20" y="20" orientation="s"/>
<terminal x="-20" y="-30" orientation="n"/>
</description>
</definition>

View File

@@ -1,84 +0,0 @@
<definition version="0.70" height="60" type="element" width="60" hotspot_x="30" link_type="master" hotspot_y="34" orientation="dyyy">
<uuid uuid="{458bcb69-d51d-4add-ab45-1830d8f42c0f}"/>
<names>
<name lang="cs">Trojpólový jistič</name>
<name lang="ar">قاطع ثلاثي القطبية</name>
<name lang="en">Circuit-breaker</name>
<name lang="nl">Lastscheider 3</name>
<name lang="pl">Wyłącznik</name>
<name lang="it">Int. Aut. Magneto-termico 3P</name>
<name lang="de">Leitungsschutzschalter 3P</name>
<name lang="fr">Disjoncteur tripolaire</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>
<line y1="-10" style="line-style:dashed;line-weight:thin;filling:none;color:black" x1="-23" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-10" end1="none" x2="17"/>
<line y1="16" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="20" end1="none" x2="0"/>
<arc height="5" x="-4" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" y="10.5" width="8" start="90" antialias="true"/>
<line y1="16" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="20" end1="none" x2="-20"/>
<line y1="8" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="0"/>
<arc height="5" x="-24" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" y="10.5" width="8" start="90" antialias="true"/>
<polygon x3="-5" y1="3" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" antialias="true" y2="0" closed="false" x2="0"/>
<line y1="8" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="-20"/>
<line y1="8" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="8" end1="none" x2="5"/>
<polygon x3="-25" y1="3" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" antialias="true" y2="0" closed="false" x2="-20"/>
<line y1="3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="5" length2="1.5" antialias="false" length1="1.5" end2="none" y2="8" end1="none" x2="5"/>
<line y1="8" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="8" end1="none" x2="-15"/>
<line y1="3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="3" end1="none" x2="5"/>
<line y1="3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-15" length2="1.5" antialias="false" length1="1.5" end2="none" y2="8" end1="none" x2="-15"/>
<line y1="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-20" end1="none" x2="0"/>
<line y1="3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="3" end1="none" x2="-15"/>
<line y1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="2" length2="1.5" antialias="true" length1="1.5" end2="none" y2="-18" end1="none" x2="-2"/>
<line y1="16" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="20" end1="none" x2="20"/>
<line y1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-2" length2="1.5" antialias="true" length1="1.5" end2="none" y2="-18" end1="none" x2="2"/>
<polygon x3="15" y1="3" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" antialias="true" y2="0" closed="false" x2="20"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-58" text_from="ElementInfo" y="-17" z="21" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{c1498517-6b83-4819-acf9-40e73beeed6e}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<arc height="5" x="16" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" y="10.5" width="8" start="90" antialias="true"/>
<line y1="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-20" end1="none" x2="-20"/>
<line y1="8" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="20"/>
<line y1="8" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="8" end1="none" x2="25"/>
<line y1="3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="25" length2="1.5" antialias="false" length1="1.5" end2="none" y2="8" end1="none" x2="25"/>
<line y1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-18" length2="1.5" antialias="true" length1="1.5" end2="none" y2="-18" end1="none" x2="-22"/>
<line y1="3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="3" end1="none" x2="25"/>
<line y1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-22" length2="1.5" antialias="true" length1="1.5" end2="none" y2="-18" end1="none" x2="-18"/>
<line y1="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-20" end1="none" x2="20"/>
<line y1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="22" length2="1.5" antialias="true" length1="1.5" end2="none" y2="-18" end1="none" x2="18"/>
<line y1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="18" length2="1.5" antialias="true" length1="1.5" end2="none" y2="-18" end1="none" x2="22"/>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="-22" text_from="UserText" y="-36" z="33" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{a2e86dba-725c-4b0c-903a-67538d17bc4e}" Halignment="AlignLeft">
<text>1</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="-2" text_from="UserText" y="-36" z="34" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{dad2c45a-8585-46a9-a90c-a8fd0d67cb27}" Halignment="AlignLeft">
<text>3</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="18" text_from="UserText" y="-36" z="35" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{885a15ae-5164-4b25-b69d-ae08df7f26e6}" Halignment="AlignLeft">
<text>5</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="-21" text_from="UserText" y="9" z="36" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{192b9597-f3e8-4a9c-9b67-e46d9e7a645c}" Halignment="AlignLeft">
<text>2</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="-1" text_from="UserText" y="9" z="37" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{3c3c969f-f7f0-4606-afc2-14fec241addc}" Halignment="AlignLeft">
<text>4</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="19" text_from="UserText" y="9" z="38" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{37c0d3b1-0e66-4d8c-b068-202e17d9c204}" Halignment="AlignLeft">
<text>6</text>
</dynamic_text>
<dynamic_text font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" frame="false" x="-60" text_from="ElementInfo" y="0" z="39" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{2773a71b-e557-4b99-bdaf-be7d85d0257f}" Halignment="AlignLeft">
<text></text>
<info_name>comment</info_name>
</dynamic_text>
<terminal x="0" y="-30" orientation="n"/>
<terminal x="-20" y="20" orientation="s"/>
<terminal x="20" y="-30" orientation="n"/>
<terminal x="-20" y="-30" orientation="n"/>
<terminal x="20" y="20" orientation="s"/>
<terminal x="0" y="20" orientation="s"/>
</description>
</definition>

View File

@@ -13,11 +13,11 @@
<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="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="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team

View File

@@ -19,7 +19,7 @@
<elementInformations>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="manufacturer"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
@@ -27,7 +27,7 @@
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
</elementInformations>
<informations>S.DEFFAUX
Author: The QElectroTech team

View File

@@ -17,14 +17,14 @@
<kindInformation name="type" show="1">protection</kindInformation>
</kindInformations>
<elementInformations>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<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="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>

View File

@@ -15,13 +15,13 @@
<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="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>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>EN 60617: 07-22-03</informations>
<description>

View File

@@ -1,31 +0,0 @@
<definition type="element" orientation="dyyy" height="50" hotspot_y="25" version="0.70" width="40" hotspot_x="23" link_type="master">
<uuid uuid="{45a179e7-866e-4756-965f-d2445ced8dd2}"/>
<names>
<name lang="cs">Časové relé</name>
</names>
<kindInformations>
<kindInformation show="1" name="type">coil</kindInformation>
</kindInformations>
<elementInformations/>
<informations></informations>
<description>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-14" height="15" rx="0" width="28" y="-8" ry="0" antialias="false"/>
<rect style="line-style:normal;line-weight:normal;filling:black;color:black" x="-20" height="15" rx="0" width="5" y="-8" ry="0" antialias="false"/>
<dynamic_text z="3" Valignment="AlignTop" x="-45" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" uuid="{bf273769-c856-4d5c-a56a-6a014b357999}" y="-12" Halignment="AlignLeft" frame="false" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<text x="2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-10" text="A1" color="#000000"/>
<text x="1" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="15" text="A2" color="#000000"/>
<text x="-9" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-10" text="S" color="#000000"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="0" y2="-15" end1="none" y1="-8" length1="1.5" length2="1.5" antialias="false" x2="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="0" y2="15" end1="none" y1="7" length1="1.5" length2="1.5" antialias="false" x2="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-15" end1="none" y1="-8" length1="1.5" length2="1.5" antialias="false" x2="-10"/>
<dynamic_text z="10" Valignment="AlignTop" x="-9" text_from="UserText" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" uuid="{02030033-c6b1-4a95-b990-74fa2f7d147d}" y="-9" Halignment="AlignLeft" frame="false" text_width="-1">
<text>g</text>
</dynamic_text>
<terminal orientation="s" x="0" y="15"/>
<terminal orientation="n" x="0" y="-15"/>
<terminal orientation="n" x="-10" y="-15"/>
</description>
</definition>

View File

@@ -1,28 +0,0 @@
<definition type="element" orientation="dyyy" height="50" hotspot_y="25" version="0.70" width="40" hotspot_x="23" link_type="master">
<uuid uuid="{2abf6e68-2359-4b1b-b468-f7842007f956}"/>
<names>
<name lang="cs">Timer T 816</name>
</names>
<kindInformations>
<kindInformation show="1" name="type">coil</kindInformation>
</kindInformations>
<elementInformations/>
<informations></informations>
<description>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-14" height="15" rx="0" width="28" y="-8" ry="0" antialias="false"/>
<rect style="line-style:normal;line-weight:normal;filling:black;color:black" x="-20" height="15" rx="0" width="5" y="-8" ry="0" antialias="false"/>
<dynamic_text z="3" Valignment="AlignTop" x="-45" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" uuid="{9b8efa95-7359-4c1f-84ce-b9787d530cd9}" y="-12" Halignment="AlignLeft" frame="false" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<text x="2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-10" text="2" color="#000000"/>
<text x="1" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="15" text="10" color="#000000"/>
<text x="-9" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-10" text="5" color="#000000"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="0" y2="-15" end1="none" y1="-8" length1="1.5" length2="1.5" antialias="false" x2="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="0" y2="15" end1="none" y1="7" length1="1.5" length2="1.5" antialias="false" x2="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-15" end1="none" y1="-8" length1="1.5" length2="1.5" antialias="false" x2="-10"/>
<terminal orientation="n" x="-10" y="-15"/>
<terminal orientation="n" x="0" y="-15"/>
<terminal orientation="s" x="0" y="15"/>
</description>
</definition>

View File

@@ -1,28 +0,0 @@
<definition type="element" orientation="dyyy" height="50" hotspot_y="25" version="0.70" width="40" hotspot_x="23" link_type="master">
<uuid uuid="{996f934d-7b3d-40fd-81a5-c62b585d5319}"/>
<names>
<name lang="cs">Timer TMR48</name>
</names>
<kindInformations>
<kindInformation show="1" name="type">coil</kindInformation>
</kindInformations>
<elementInformations/>
<informations></informations>
<description>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-14" height="15" rx="0" width="28" y="-8" ry="0" antialias="false"/>
<rect style="line-style:normal;line-weight:normal;filling:black;color:black" x="-20" height="15" rx="0" width="5" y="-8" ry="0" antialias="false"/>
<dynamic_text z="3" Valignment="AlignTop" x="-45" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" uuid="{ec3ddd44-7d10-4947-93f2-d66496e14415}" y="-12" Halignment="AlignLeft" frame="false" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<text x="2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-10" text="2" color="#000000"/>
<text x="1" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="15" text="10" color="#000000"/>
<text x="-9" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-10" text="6" color="#000000"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="0" y2="-15" end1="none" y1="-8" length1="1.5" length2="1.5" antialias="false" x2="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="0" y2="15" end1="none" y1="7" length1="1.5" length2="1.5" antialias="false" x2="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-15" end1="none" y1="-8" length1="1.5" length2="1.5" antialias="false" x2="-10"/>
<terminal orientation="n" x="0" y="-15"/>
<terminal orientation="n" x="-10" y="-15"/>
<terminal orientation="s" x="0" y="15"/>
</description>
</definition>

View File

@@ -1,31 +0,0 @@
<definition version="0.70" height="50" type="element" width="30" hotspot_x="12" link_type="slave" hotspot_y="24" orientation="dyyy">
<uuid uuid="{90fe1aa6-d017-4064-8ce7-242a4b7b416a}"/>
<names>
<name lang="cs">Zpožděný odpad </name>
</names>
<kindInformations>
<kindInformation name="state" show="1">NO</kindInformation>
<kindInformation name="number" show="1">1</kindInformation>
<kindInformation name="type" show="1">delayOff</kindInformation>
</kindInformations>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<polygon x3="10" y1="-10" y3="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="5" antialias="true" y2="10" closed="false" x2="10"/>
<line y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="10" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-10" end1="none" x2="10"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-23" text_from="ElementInfo" y="-12" z="3" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{87554fe0-c02a-4473-81d1-4cb89205402c}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="7" text_from="UserText" y="-26" z="4" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{07fe6bcb-92fd-4fef-bef4-595fab066fa2}" Halignment="AlignLeft">
<text>15</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="7" text_from="UserText" y="9" z="5" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{bbc34c0f-1331-4499-8663-978b944c8287}" Halignment="AlignLeft">
<text>18</text>
</dynamic_text>
<line y1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="7" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="3"/>
<arc height="10" x="-7" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="180" y="-5" width="10" start="270" antialias="true"/>
<terminal x="10" y="20" orientation="s"/>
<terminal x="10" y="-20" orientation="n"/>
</description>
</definition>

View File

@@ -10,10 +10,10 @@
<elementInformations>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" 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="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>

View File

@@ -9,11 +9,11 @@
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="manufacturer"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
</elementInformations>

View File

@@ -1,52 +0,0 @@
<definition link_type="simple" height="110" width="90" orientation="dyyy" version="0.80" type="element" hotspot_y="54" hotspot_x="45">
<uuid uuid="{80191a66-3b5f-465e-99b1-3479764a0b30}"/>
<names>
<name lang="cs">Převodník RS232/485 </name>
<name lang="fr">Convertiseur RS232/RS485</name>
</names>
<elementInformations>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="label" show="1">A</elementInformation>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<rect ry="0" y="-45" rx="0" height="90" style="line-style:normal;line-weight:normal;filling:white;color:black" width="80" antialias="false" x="-40"/>
<line x2="40" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-40" y1="45" length2="1.5" y2="-45" antialias="false" length1="1.5" end2="none"/>
<text y="-30" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="RX" color="#000000" rotation="270" x="-26.75"/>
<text y="-22" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="GND" color="#000000" rotation="270" x="-13.5"/>
<text y="-30" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="TX" color="#000000" rotation="270" x="-3.75"/>
<text y="-22.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="+Ub" color="#000000" rotation="270" x="16"/>
<text y="-26.75" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="-Ub" color="#000000" rotation="270" x="25.25"/>
<text y="43" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="DATA+" color="#000000" rotation="270" x="16.25"/>
<text y="42.75" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="DATA-" color="#000000" rotation="270" x="23.5"/>
<text y="-5" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text="RS232" color="#000000" rotation="0" x="-35"/>
<text y="6.75" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text="RS485" color="#000000" rotation="0" x="2.25"/>
<line x2="-30" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-30" y1="-50" length2="1.5" y2="-45" antialias="false" length1="1.5" end2="none"/>
<line x2="-20" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" y1="-50" length2="1.5" y2="-45" antialias="false" length1="1.5" end2="none"/>
<line x2="-10" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" y1="-50" length2="1.5" y2="-45" antialias="false" length1="1.5" end2="none"/>
<line x2="10" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="10" y1="-50" length2="1.5" y2="-45" antialias="false" length1="1.5" end2="none"/>
<line x2="20" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" y1="-50" length2="1.5" y2="-45" antialias="false" length1="1.5" end2="none"/>
<line x2="10" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="10" y1="50" length2="1.5" y2="45" antialias="false" length1="1.5" end2="none"/>
<line x2="20" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" y1="50" length2="1.5" y2="45" antialias="false" length1="1.5" end2="none"/>
<dynamic_text text_width="-1" y="-50" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" text_from="ElementInfo" Halignment="AlignLeft" Valignment="AlignTop" uuid="{ef5d8163-a0af-4a7a-86ea-0f5ef18f6e7e}" frame="false" rotation="0" x="-60" z="19">
<text>A</text>
<info_name>label</info_name>
</dynamic_text>
<terminal y="50" orientation="s" x="20"/>
<terminal y="-50" orientation="n" x="-30"/>
<terminal y="-50" orientation="n" x="-20"/>
<terminal y="-50" orientation="n" x="20"/>
<terminal y="50" orientation="s" x="10"/>
<terminal y="-50" orientation="n" x="-10"/>
<terminal y="-50" orientation="n" x="10"/>
</description>
</definition>

View File

@@ -1,63 +0,0 @@
<definition hotspot_x="45" link_type="simple" height="100" type="element" width="90" version="0.80" hotspot_y="49" orientation="dyyy">
<uuid uuid="{a9abc5f7-020e-4b5e-b4e8-c0d39290d384}"/>
<names>
<name lang="cs">Převodník RS485 na I2C</name>
</names>
<elementInformations>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="manufacturer"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<rect antialias="false" y="-40" ry="0" height="80" style="line-style:normal;line-weight:normal;filling:white;color:black" width="80" x="-40" rx="0"/>
<line antialias="false" x2="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-20" y1="-45" y2="-40" end2="none" length2="1.5"/>
<line antialias="false" x2="-10" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-10" y1="-45" y2="-40" end2="none" length2="1.5"/>
<line antialias="false" x2="10" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="10" y1="-45" y2="-40" end2="none" length2="1.5"/>
<line antialias="false" x2="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="20" y1="-45" y2="-40" end2="none" length2="1.5"/>
<line antialias="false" x2="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-20" y1="40" y2="45" end2="none" length2="1.5"/>
<line antialias="false" x2="-10" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-10" y1="40" y2="45" end2="none" length2="1.5"/>
<line antialias="false" x2="0" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="0" y1="40" y2="45" end2="none" length2="1.5"/>
<line antialias="false" x2="10" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="10" y1="40" y2="45" end2="none" length2="1.5"/>
<line antialias="false" x2="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="20" y1="40" y2="45" end2="none" length2="1.5"/>
<text y="-5.25" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-17.25" rotation="270" text="DATA+" color="#000000"/>
<text y="-5.25" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-4" rotation="270" text="DATA-" color="#000000"/>
<text y="-17.75" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="15.5" rotation="270" text="+Ub" color="#000000"/>
<text y="-21.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="25.75" rotation="270" text="-Ub" color="#000000"/>
<text y="35" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-25" rotation="0" text="1" color="#000000"/>
<text y="35" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-15" rotation="0" text="2" color="#000000"/>
<text y="35" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-5" rotation="0" text="3" color="#000000"/>
<text y="35" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="5" rotation="0" text="4" color="#000000"/>
<text y="35" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="15" rotation="0" text="5" color="#000000"/>
<text y="10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-30" rotation="0" text="RS485/I2C" color="#000000"/>
<dynamic_text y="-40" z="21" Valignment="AlignTop" text_from="ElementInfo" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" uuid="{a709e01c-eb4a-44af-9b5d-c57f1350b98b}" frame="false" x="-65" Halignment="AlignLeft" rotation="0" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="-35" z="22" Valignment="AlignTop" text_from="ElementInfo" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" uuid="{ac9ea9a8-85a3-4a84-89c5-9f3af69804b3}" frame="false" x="-65" Halignment="AlignLeft" rotation="0" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="-45" z="23" Valignment="AlignTop" text_from="UserText" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" uuid="{40770369-fcd3-40e2-ac97-1f3b0b903e5e}" frame="false" x="-65" Halignment="AlignLeft" rotation="0" text_width="-1">
<text>A</text>
<info_name>label</info_name>
</dynamic_text>
<terminal y="-45" orientation="n" x="10"/>
<terminal y="45" orientation="s" x="-10"/>
<terminal y="-45" orientation="n" x="20"/>
<terminal y="45" orientation="s" x="-20"/>
<terminal y="-45" orientation="n" x="-20"/>
<terminal y="45" orientation="s" x="10"/>
<terminal y="45" orientation="s" x="0"/>
<terminal y="-45" orientation="n" x="-10"/>
<terminal y="45" orientation="s" x="20"/>
</description>
</definition>

View File

@@ -1,61 +0,0 @@
<definition hotspot_x="26" link_type="simple" height="60" type="element" width="60" version="0.80" hotspot_y="29" orientation="dyyy">
<uuid uuid="{f199d479-3cac-4ce9-ac7a-0459fe8fa72e}"/>
<names>
<name lang="cs">Filtr TS 811 1751</name>
<name lang="fr">Filtr TS 811 1751</name>
</names>
<elementInformations>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation">Filtr TS 811 1751</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="manufacturer">Almeto</elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<rect antialias="false" y="-20" ry="0" height="40" style="line-style:normal;line-weight:normal;filling:white;color:black" width="40" x="-20" rx="0"/>
<arc antialias="true" y="-5" height="6" angle="90" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" start="90" x="-8"/>
<dynamic_text y="-26" z="3" Valignment="AlignTop" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{aa988639-f6d4-4274-acc5-6887be575636}" frame="false" x="-45" Halignment="AlignLeft" rotation="0" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<arc antialias="true" y="-5" height="6" angle="90" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" start="0" x="-8"/>
<arc antialias="true" y="-3" height="4" angle="90" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" start="180" x="0"/>
<arc antialias="true" y="1" height="6" angle="90" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" start="90" x="-8"/>
<arc antialias="true" y="-5" height="6" angle="90" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" start="270" x="1"/>
<arc antialias="true" y="1" height="6" angle="90" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" start="0" x="-8"/>
<arc antialias="true" y="3" height="4" angle="90" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" start="180" x="0"/>
<arc antialias="true" y="1" height="6" angle="90" style="line-style:normal;line-weight:normal;filling:none;color:black" width="8" start="270" x="1"/>
<line antialias="false" x2="1" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-3.94712" y1="-0.90022" y2="-6" end2="none" length2="1.5"/>
<line antialias="false" x2="4.70884" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-1.17721" y1="0.276991" y2="-5.88606" end2="none" length2="1.5"/>
<dynamic_text y="-31" z="13" Valignment="AlignTop" text_from="UserText" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{da9a679c-f119-40fe-acfb-ea8d8c2f5d35}" frame="false" x="-12" Halignment="AlignLeft" rotation="0" text_width="-1">
<text>L'</text>
</dynamic_text>
<dynamic_text y="-31" z="14" Valignment="AlignTop" text_from="UserText" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{283d6346-7d17-40a7-b723-a59101b0b0cc}" frame="false" x="8" Halignment="AlignLeft" rotation="0" text_width="-1">
<text>N'</text>
</dynamic_text>
<dynamic_text y="17" z="15" Valignment="AlignTop" text_from="UserText" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{2b8ed13b-fa20-4e97-94c6-06a03b313872}" frame="false" x="8" Halignment="AlignLeft" rotation="0" text_width="-1">
<text>N</text>
</dynamic_text>
<dynamic_text y="17" z="16" Valignment="AlignTop" text_from="UserText" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{484182d6-2f59-49b0-8887-b832af7ae015}" frame="false" x="-12" Halignment="AlignLeft" rotation="0" text_width="-1">
<text>L</text>
</dynamic_text>
<dynamic_text y="-3" z="17" Valignment="AlignTop" text_from="UserText" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{84aa21a5-df3f-4e52-990c-85873ab34d15}" frame="false" x="18" Halignment="AlignLeft" rotation="0" text_width="-1">
<text>PE</text>
</dynamic_text>
<line antialias="false" x2="-10" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-10" y1="-20" y2="-25" end2="none" length2="1.5"/>
<line antialias="false" x2="10" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="10" y1="-20" y2="-25" end2="none" length2="1.5"/>
<line antialias="false" x2="25" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="20" y1="0" y2="0" end2="none" length2="1.5"/>
<line antialias="false" x2="10" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="10" y1="20" y2="25" end2="none" length2="1.5"/>
<line antialias="false" x2="-10" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-10" y1="20" y2="25" end2="none" length2="1.5"/>
<terminal y="-25" orientation="n" x="10"/>
<terminal y="25" orientation="s" x="-10"/>
<terminal y="-25" orientation="n" x="-10"/>
<terminal y="25" orientation="s" x="10"/>
<terminal y="0" orientation="e" x="25"/>
</description>
</definition>

View File

@@ -1,42 +0,0 @@
<definition hotspot_x="35" link_type="simple" height="80" type="element" width="70" version="0.80" hotspot_y="38" orientation="dyyy">
<uuid uuid="{ea7ba465-17d2-4dd0-96f8-4abef454aa76}"/>
<names>
<name lang="cs">TSK 6711</name>
<name lang="fr">TSK 6711</name>
</names>
<elementInformations>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation">TSK 6711</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="manufacturer">Almeto</elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<rect antialias="false" y="-28" ry="0" height="58" style="line-style:normal;line-weight:normal;filling:white;color:black" width="60" x="-30" rx="0"/>
<text y="-18" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-22" rotation="0" text="L" color="#000000"/>
<text y="-18" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-3" rotation="0" text="N" color="#000000"/>
<text y="-18" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="14" rotation="0" text="PE" color="#000000"/>
<text y="27" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-12" rotation="0" text="L'" color="#000000"/>
<text y="27" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="6" rotation="0" text="N'" color="#000000"/>
<text y="-2" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-24" rotation="0" text="RFI Filter&#xa;TSK6711" color="#000000"/>
<dynamic_text y="-33" z="8" Valignment="AlignTop" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{73313bd0-f4e7-438c-a074-0d733181576d}" frame="false" x="-48" Halignment="AlignLeft" rotation="0" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line antialias="false" x2="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-20" y1="-28" y2="-32" end2="none" length2="1.5"/>
<line antialias="false" x2="0" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="0" y1="-28" y2="-32" end2="none" length2="1.5"/>
<line antialias="false" x2="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="20" y1="-28" y2="-32" end2="none" length2="1.5"/>
<line antialias="false" x2="10" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="10" y1="30" y2="34" end2="none" length2="1.5"/>
<line antialias="false" x2="-10" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-10" y1="30" y2="34" end2="none" length2="1.5"/>
<terminal y="-32" orientation="n" x="0"/>
<terminal y="-32" orientation="n" x="-20"/>
<terminal y="-32" orientation="n" x="20"/>
<terminal y="34" orientation="s" x="10"/>
<terminal y="34" orientation="s" x="-10"/>
</description>
</definition>

View File

@@ -1,42 +0,0 @@
<definition hotspot_x="35" link_type="simple" height="80" type="element" width="70" version="0.80" hotspot_y="38" orientation="dyyy">
<uuid uuid="{9b6d7261-76a5-46a0-90a4-243589f7ff6d}"/>
<names>
<name lang="cs">TSK 6741</name>
<name lang="fr">TSK 6741</name>
</names>
<elementInformations>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation">TSK 6741</elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="manufacturer">Almeto</elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<rect antialias="false" y="-28" ry="0" height="58" style="line-style:normal;line-weight:normal;filling:white;color:black" width="60" x="-30" rx="0"/>
<text y="26" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-22" rotation="0" text="L" color="#000000"/>
<text y="26" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-4" rotation="0" text="N" color="#000000"/>
<text y="26" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="14" rotation="0" text="PE" color="#000000"/>
<text y="-18" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-22" rotation="0" text="L'" color="#000000"/>
<text y="-18" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-4" rotation="0" text="N'" color="#000000"/>
<text y="-2" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-24" rotation="0" text="RFI Filter&#xa;TSK6741" color="#000000"/>
<dynamic_text y="-33" z="8" Valignment="AlignTop" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{2ad88ce9-f1f1-425d-a05f-1a50118ebbc9}" frame="false" x="-48" Halignment="AlignLeft" rotation="0" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line antialias="false" x2="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-20" y1="-28" y2="-32" end2="none" length2="1.5"/>
<line antialias="false" x2="0" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="0" y1="-28" y2="-32" end2="none" length2="1.5"/>
<line antialias="false" x2="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-20" y1="30" y2="34" end2="none" length2="1.5"/>
<line antialias="false" x2="0" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="0" y1="30" y2="34" end2="none" length2="1.5"/>
<line antialias="false" x2="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="20" y1="30" y2="34" end2="none" length2="1.5"/>
<terminal y="34" orientation="s" x="0"/>
<terminal y="-32" orientation="n" x="0"/>
<terminal y="34" orientation="s" x="20"/>
<terminal y="-32" orientation="n" x="-20"/>
<terminal y="34" orientation="s" x="-20"/>
</description>
</definition>

View File

@@ -1,58 +0,0 @@
<definition hotspot_x="35" link_type="simple" height="80" type="element" width="70" version="0.80" hotspot_y="40" orientation="dyyy">
<uuid uuid="{617264c1-5351-4e5e-9a43-eeb1077403ce}"/>
<names>
<name lang="cs">Filtr KFS 4300</name>
<name lang="fr">Filtre KFS 4300</name>
</names>
<elementInformations>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="manufacturer"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<rect antialias="false" y="-30" ry="0" height="60" style="line-style:normal;line-weight:normal;filling:white;color:black" width="60" x="-30" rx="0"/>
<arc antialias="true" y="30" height="6" angle="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" start="0" x="-3"/>
<dynamic_text y="-33" z="3" Valignment="AlignTop" text_from="UserText" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{2a587053-e9d5-486e-8426-2ce8b00de2b3}" frame="false" x="-6" Halignment="AlignLeft" rotation="0" text_width="-1">
<text>N</text>
</dynamic_text>
<arc antialias="true" y="30" height="6" angle="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" start="0" x="17"/>
<dynamic_text y="19" z="5" Valignment="AlignTop" text_from="UserText" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{cc5bfc34-c77d-40f2-963e-4415896c4644}" frame="false" x="-6" Halignment="AlignLeft" rotation="0" text_width="-1">
<text>N</text>
</dynamic_text>
<dynamic_text y="19" z="6" Valignment="AlignTop" text_from="UserText" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{044badff-81f8-42b3-ad05-ae83e0130580}" frame="false" x="12" Halignment="AlignLeft" rotation="0" text_width="-1">
<text>PE</text>
</dynamic_text>
<arc antialias="true" y="30" height="6" angle="180" style="line-style:normal;line-weight:normal;filling:none;color:black" width="6" start="0" x="-23"/>
<dynamic_text y="-33" z="8" Valignment="AlignTop" text_from="UserText" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{ac22be33-0c3a-4800-a4ee-c972333c01ab}" frame="false" x="12" Halignment="AlignLeft" rotation="0" text_width="-1">
<text>PE</text>
</dynamic_text>
<dynamic_text y="-33" z="9" Valignment="AlignTop" text_from="UserText" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{33de4ed1-00ff-4393-80f9-f2fa8047f4ed}" frame="false" x="-26" Halignment="AlignLeft" rotation="0" text_width="-1">
<text>L</text>
</dynamic_text>
<dynamic_text y="19" z="10" Valignment="AlignTop" text_from="UserText" font="Sans Serif,4,-1,5,25,0,0,0,0,0" uuid="{51c4bfff-f3a0-487e-b5c5-a62d5fafd0de}" frame="false" x="-26" Halignment="AlignLeft" rotation="0" text_width="-1">
<text>L</text>
</dynamic_text>
<dynamic_text y="-16" z="11" Valignment="AlignTop" text_from="UserText" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{0d659559-bd21-47e3-b9f9-09a21cf1c7ee}" frame="false" x="-18" Halignment="AlignLeft" rotation="0" text_width="-1">
<text>Schurter
KFS4300
5055</text>
</dynamic_text>
<dynamic_text y="-33" z="12" Valignment="AlignTop" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{f309ca0f-77ef-4b89-99ae-1b82b81affb3}" frame="false" x="-50" Halignment="AlignLeft" rotation="0" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line antialias="false" x2="-20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-20" y1="-30" y2="-34" end2="none" length2="1.5"/>
<line antialias="false" x2="0" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="0" y1="-30" y2="-34" end2="none" length2="1.5"/>
<line antialias="false" x2="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="20" y1="-30" y2="-34" end2="none" length2="1.5"/>
<terminal y="-34" orientation="n" x="0"/>
<terminal y="-34" orientation="n" x="20"/>
<terminal y="-34" orientation="n" x="-20"/>
</description>
</definition>

View File

@@ -1,5 +0,0 @@
<qet-directory>
<names>
<name lang="cs">Schurter</name>
</names>
</qet-directory>

View File

@@ -4,14 +4,14 @@
<name lang="fr">Carte à voyant</name>
</names>
<elementInformations>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<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="manufacturer-reference" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Best</elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>

View File

@@ -1,56 +0,0 @@
<definition version="0.70" height="60" type="element" width="70" hotspot_x="17" link_type="master" hotspot_y="30" orientation="dyyy">
<uuid uuid="{33213f58-54db-423e-9c10-89ca3adf538b}"/>
<names>
<name lang="cs">Nouzové zastavení</name>
<name lang="ar">زرّ توقف طارئ (NC)</name>
<name lang="pt">Paragem de emergência (NC)</name>
<name lang="en">Emergency stop (NC)</name>
<name lang="nl">Noodstop drukknop (NC)</name>
<name lang="pl">Łącznik przyciskowy (przycisk bezpieczeństwa)</name>
<name lang="ru">Аварийный стоп</name>
<name lang="it">Arresto d'emergenza</name>
<name lang="de">Pilzdrucktaster Öffner</name>
<name lang="fr">Arrêt d'urgence (NF)</name>
<name lang="es">Parada de emergencia (NC)</name>
</names>
<kindInformations>
<kindInformation name="type" show="1">commutator</kindInformation>
</kindInformations>
<elementInformations/>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="21" color="#000000" text="1" y="-17" rotation="0"/>
<polygon x3="0" y1="-10" y3="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="5" antialias="true" y2="10" closed="false" x2="0"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="21" color="#000000" text="2" y="18" rotation="0"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="41" color="#000000" text="3" y="-17" rotation="0"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="1" color="#000000" text="2" y="18" rotation="0"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="41" color="#000000" text="4" y="18" rotation="0"/>
<line y1="-2" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-4" length2="1.5" antialias="true" length1="1.5" end2="none" y2="0" end1="none" x2="-1"/>
<arc height="10" x="-11" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" y="-5" width="8" start="-90" antialias="true"/>
<line y1="-2" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-4" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="-4"/>
<line y1="-9" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-9" end1="none" x2="6"/>
<line y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-9" end1="none" x2="0"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-29" text_from="ElementInfo" y="-7" z="12" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{b5b7a461-b739-4958-92ac-3848d0ca99be}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line y1="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-7" length2="1.5" antialias="false" length1="1.5" end2="none" y2="5" end1="none" x2="-7"/>
<line y1="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" x1="-1" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="36"/>
<line y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-9" end1="none" x2="20"/>
<line y1="-9" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-9" end1="none" x2="26"/>
<line y1="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="20"/>
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-10" end1="none" x2="25"/>
<line y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-9" end1="none" x2="40"/>
<line y1="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="40"/>
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-9" end1="none" x2="33"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="1" color="#000000" text="1" y="-17" rotation="0"/>
<line y1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-7" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="-4"/>
<terminal x="40" y="-20" orientation="n"/>
<terminal x="0" y="-20" orientation="n"/>
<terminal x="20" y="-20" orientation="n"/>
<terminal x="40" y="20" orientation="s"/>
<terminal x="0" y="20" orientation="s"/>
<terminal x="20" y="20" orientation="s"/>
</description>
</definition>

View File

@@ -1,41 +0,0 @@
<definition version="0.70" height="60" type="element" width="30" hotspot_x="17" link_type="master" hotspot_y="30" orientation="dyyy">
<uuid uuid="{0cd260bb-47bb-45ec-9f21-b5426b6587c6}"/>
<names>
<name lang="cs">Nouzové zastavení 1p</name>
<name lang="ar">زرّ توقف طارئ (NC)</name>
<name lang="pt">Paragem de emergência (NC)</name>
<name lang="en">Emergency stop (NC)</name>
<name lang="nl">Noodstop drukknop (NC)</name>
<name lang="pl">Łącznik przyciskowy (przycisk bezpieczeństwa)</name>
<name lang="ru">Аварийный стоп</name>
<name lang="it">Arresto d'emergenza</name>
<name lang="de">Pilzdrucktaster Öffner</name>
<name lang="fr">Arrêt d'urgence (NF)</name>
<name lang="es">Parada de emergencia (NC)</name>
</names>
<kindInformations>
<kindInformation name="type" show="1">commutator</kindInformation>
</kindInformations>
<elementInformations/>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<polygon x3="0" y1="-10" y3="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="5" antialias="true" y2="10" closed="false" x2="0"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="1" color="#000000" text="2" y="18" rotation="0"/>
<line y1="-2" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-4" length2="1.5" antialias="true" length1="1.5" end2="none" y2="0" end1="none" x2="-1"/>
<arc height="10" x="-11" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" y="-5" width="8" start="-90" antialias="true"/>
<line y1="-2" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-4" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="-4"/>
<line y1="-9" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-9" end1="none" x2="6"/>
<line y1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-9" end1="none" x2="0"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-29" text_from="ElementInfo" y="-7" z="8" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{c703c729-03a4-402b-a03a-857a56439457}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line y1="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-7" length2="1.5" antialias="false" length1="1.5" end2="none" y2="5" end1="none" x2="-7"/>
<line y1="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" x1="-1" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="2"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="1" color="#000000" text="1" y="-17" rotation="0"/>
<line y1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-4" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="-7"/>
<terminal x="0" y="20" orientation="s"/>
<terminal x="0" y="-20" orientation="n"/>
</description>
</definition>

View File

@@ -1,64 +0,0 @@
<definition orientation="dyyy" hotspot_y="31" hotspot_x="29" width="80" version="0.80" type="element" height="60" link_type="simple">
<uuid uuid="{b4edcab9-dda2-4ef4-839d-e3875c61fed7}"/>
<names>
<name lang="ar">زرّ توقف طارئ (NC)</name>
<name lang="es">Parada de emergencia (NC)</name>
<name lang="pl">Łącznik przyciskowy (przycisk bezpieczeństwa)</name>
<name lang="it">Arresto d'emergenza</name>
<name lang="de">Pilzdrucktaster Öffner</name>
<name lang="pt">Paragem de emergência (NC)</name>
<name lang="fr">Arrêt d'urgence (NF)</name>
<name lang="cs">Dveřní spínač magnetický</name>
<name lang="en">Emergency stop (NC)</name>
<name lang="ru">Аварийный стоп</name>
<name lang="nl">Noodstop drukknop (NC)</name>
</names>
<elementInformations>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="manufacturer"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<text x="21" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" y="-17" text="1" rotation="0"/>
<polygon x1="5" y1="-10" x2="0" x3="0" closed="false" antialias="true" y2="10" y3="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text x="21" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" y="18" text="2" rotation="0"/>
<text x="41" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" y="-17" text="3" rotation="0"/>
<text x="1" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" y="18" text="2" rotation="0"/>
<text x="41" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" y="18" text="4" rotation="0"/>
<line x1="0" y1="-9" end1="none" length1="1.5" length2="1.5" x2="6" antialias="false" end2="none" y2="-9" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="0" y1="-20" end1="none" length1="1.5" length2="1.5" x2="0" antialias="false" end2="none" y2="-9" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<dynamic_text z="9" text_width="-1" x="-42" uuid="{522765e1-81a1-4dfc-bba6-792fc10a339c}" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" text_from="ElementInfo" Valignment="AlignTop" y="-7" rotation="0">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line x1="20" y1="-18" end1="none" length1="1.5" length2="1.5" x2="20" antialias="false" end2="none" y2="-9" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="20" y1="-9" end1="none" length1="1.5" length2="1.5" x2="26" antialias="false" end2="none" y2="-9" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="20" y1="17" end1="none" length1="1.5" length2="1.5" x2="20" antialias="false" end2="none" y2="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="20" y1="10" end1="none" length1="1.5" length2="1.5" x2="25" antialias="false" end2="none" y2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="40" y1="-16" end1="none" length1="1.5" length2="1.5" x2="40" antialias="false" end2="none" y2="-9" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="40" y1="16" end1="none" length1="1.5" length2="1.5" x2="40" antialias="false" end2="none" y2="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="40" y1="10" end1="none" length1="1.5" length2="1.5" x2="33" antialias="false" end2="none" y2="-9" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<text x="1" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" y="-17" text="1" rotation="0"/>
<polygon x1="-10" y1="0" y7="0" y6="0" x2="-15" y5="0" x6="-10" x3="-20" x7="-10" closed="false" antialias="false" x5="-10" x4="-15" y2="-5" y3="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y4="5"/>
<line x1="-16" y1="-4" end1="none" length1="1.5" length2="1.5" x2="-16" antialias="false" end2="none" y2="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line x1="-14" y1="-4" end1="none" length1="1.5" length2="1.5" x2="-14" antialias="false" end2="none" y2="4" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x8="-19" y6="-5" x6="-23" style="line-style:normal;line-weight:normal;filling:none;color:black" x3="-24" antialias="false" y7="5" y4="-6" x5="-19" y3="-6" x2="-24" y5="-5" x1="-19" x4="-19" y8="5" x7="-23" closed="false" y2="6" y1="6"/>
<line x1="-20" y1="-6" end1="none" length1="1.5" length2="1.5" x2="-23" antialias="false" end2="none" y2="-6" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<polygon x1="-20" y1="-6" x2="-23" x3="-23" closed="false" antialias="false" x4="-19" y2="-6" y3="6" style="line-style:normal;line-weight:normal;filling:none;color:black" y4="6"/>
<line x1="-10" y1="0" end1="none" length1="1.5" length2="1.5" x2="36" antialias="false" end2="none" y2="0" style="line-style:dashed;line-weight:thin;filling:none;color:black"/>
<terminal orientation="n" x="0" y="-20"/>
<terminal orientation="s" x="0" y="20"/>
<terminal orientation="s" x="20" y="20"/>
<terminal orientation="s" x="40" y="20"/>
<terminal orientation="n" x="40" y="-20"/>
<terminal orientation="n" x="20" y="-20"/>
</description>
</definition>

View File

@@ -1,23 +0,0 @@
<definition version="0.70" height="50" type="element" width="40" hotspot_x="29" link_type="simple" hotspot_y="25" orientation="dyyy">
<uuid uuid="{caef4d22-3e62-462b-9b42-52fe7a7e7e6f}"/>
<names>
<name lang="cs">Otočný spínač</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<line y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-15" end1="none" x2="0"/>
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="15" end1="none" x2="0"/>
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-10" end1="none" x2="-5"/>
<line y1="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" x1="-5" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="-20"/>
<polygon x3="-20" y1="-5" y3="5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-15" antialias="false" y4="5" y2="-5" x4="-25" closed="false" x2="-20"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="1" color="#000000" text="3" y="-12" rotation="0"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="1" color="#000000" text="4" y="13" rotation="0"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-46" text_from="ElementInfo" y="-13" z="8" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{b09e55b6-81c8-438a-9bc4-c40573d99d3d}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="0" y="-15" orientation="n"/>
<terminal x="0" y="15" orientation="s"/>
</description>
</definition>

View File

@@ -1,24 +0,0 @@
<definition version="0.70" height="50" type="element" width="30" hotspot_x="22" link_type="simple" hotspot_y="26" orientation="dyyy">
<uuid uuid="{26747ab8-68b3-48bc-ba35-994bd72091e1}"/>
<names>
<name lang="cs">Rozpínací tlačítko</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<line y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-15" end1="none" x2="0"/>
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="15" end1="none" x2="0"/>
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-11" end1="none" x2="5"/>
<line y1="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" x1="1" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="-20"/>
<polygon x3="-20" y1="-5" y3="5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-15" antialias="false" y4="5" y2="-5" x4="-15" closed="false" x2="-20"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="1" color="#000000" text="1" y="-13" rotation="0"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="1" color="#000000" text="2" y="13" rotation="0"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-46" text_from="ElementInfo" y="-13" z="8" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{b6af45cd-f9bf-429a-83ad-5f06ff421d3b}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-10" end1="none" x2="6"/>
<terminal x="0" y="-15" orientation="n"/>
<terminal x="0" y="15" orientation="s"/>
</description>
</definition>

View File

@@ -1,23 +0,0 @@
<definition version="0.70" height="50" type="element" width="30" hotspot_x="22" link_type="simple" hotspot_y="25" orientation="dyyy">
<uuid uuid="{9a1d4a4a-3715-4424-9b87-cb14c0e1cf65}"/>
<names>
<name lang="cs">Spínací tlačítko</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<line y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-15" end1="none" x2="0"/>
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="15" end1="none" x2="0"/>
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-10" end1="none" x2="-5"/>
<line y1="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" x1="-5" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="-20"/>
<polygon x3="-20" y1="-5" y3="5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-15" antialias="false" y4="5" y2="-5" x4="-15" closed="false" x2="-20"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="1" color="#000000" text="3" y="-12" rotation="0"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="1" color="#000000" text="4" y="13" rotation="0"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-46" text_from="ElementInfo" y="-13" z="8" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{6d243ebc-046d-41a5-a109-0885e709b987}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="0" y="15" orientation="s"/>
<terminal x="0" y="-15" orientation="n"/>
</description>
</definition>

View File

@@ -1,58 +0,0 @@
<definition version="0.70" height="80" type="element" width="80" hotspot_x="28" link_type="simple" hotspot_y="57" orientation="dyyy">
<uuid uuid="{9f3d68cf-4c3e-40b1-9331-ebcff6b3a54b}"/>
<names>
<name lang="cs">Jednofázový motor</name>
<name lang="ar">محرّك ثلاثي الأوجه</name>
<name lang="pt">Motor trifásico</name>
<name lang="en">One-phase engine</name>
<name lang="pl">Silnik trójfazowy</name>
<name lang="nl">Draaistroommotor</name>
<name lang="ru">Однофазный эл. мотор</name>
<name lang="de">Drehstrom Motor</name>
<name lang="it">Motore trifase</name>
<name lang="fr">Moteur triphasé</name>
<name lang="es">Motor trifásico</name>
</names>
<elementInformations/>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="2" color="#000000" text="U2" y="-45" rotation="0"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="22" color="#000000" text="PE" y="-45" rotation="0"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-5" color="#000000" text="M" y="-2" rotation="0"/>
<circle x="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-20" antialias="true" diameter="40"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-51" text_from="ElementInfo" y="-11.5" z="5" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{3afac6d2-0ab0-4395-883d-25092cbcf9f0}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line y1="-51" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-30" end1="none" x2="0"/>
<line y1="-51" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-23" end1="none" x2="-20"/>
<text font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-8" color="#000000" text="1 ~" y="8" rotation="0"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-18" color="#000000" text="U1" y="-45" rotation="0"/>
<line y1="-45" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-23" end1="none" x2="20"/>
<line y1="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-40" end1="none" x2="40"/>
<line y1="-29" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-22" end1="none" x2="40"/>
<line y1="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-31" end1="none" x2="40"/>
<circle x="-21" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-41" antialias="false" diameter="2"/>
<line y1="-51" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-46" end1="none" x2="20"/>
<line y1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40" length2="1.5" antialias="true" length1="1.5" end2="none" y2="-9" end1="none" x2="18"/>
<line y1="-31" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="35" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-31" end1="none" x2="45"/>
<line y1="-29" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="35" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-29" end1="none" x2="45"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-30" text_from="ElementInfo" y="99" z="19" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{82cbe610-484f-4b00-977a-774877ace119}" Halignment="AlignLeft">
<text></text>
<info_name>function</info_name>
</dynamic_text>
<line y1="-23" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-15" end1="none" x2="-14"/>
<line y1="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-20" end1="none" x2="0"/>
<line y1="-23" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-15" end1="none" x2="14"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-25" text_from="UserText" y="23" z="23" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{786fb0d7-59c9-4f4f-913b-d023822c8ddb}" Halignment="AlignLeft">
<text>0,37kW
2800 rpm
2,4A
230V/50Hz</text>
</dynamic_text>
<terminal x="0" y="-50" orientation="n"/>
<terminal x="-20" y="-50" orientation="n"/>
<terminal x="20" y="-50" orientation="n"/>
</description>
</definition>

View File

@@ -1,61 +0,0 @@
<definition type="element" link_type="simple" hotspot_y="62" orientation="dyyy" hotspot_x="65" width="190" height="100" version="0.80">
<uuid uuid="{36bee958-905e-4ab9-80a4-03ddd1de1d2b}"/>
<names>
<name lang="cs">Jednofázový motor 0,18kW</name>
<name lang="ru">Однофазный эл. мотор</name>
<name lang="pl">Silnik trójfazowy</name>
<name lang="fr">Moteur triphasé</name>
<name lang="it">Motore trifase</name>
<name lang="ar">محرّك ثلاثي الأوجه</name>
<name lang="nl">Draaistroommotor</name>
<name lang="en">One-phase engine</name>
<name lang="pt">Motor trifásico</name>
<name lang="es">Motor trifásico</name>
<name lang="de">Drehstrom Motor</name>
</names>
<elementInformations/>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="2" text="Z1" y="-50" color="#000000"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="42" text="PE" y="-49" color="#000000"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" start="180" angle="180" y="5" width="9" height="8" antialias="true"/>
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-9" start="0" angle="180" y="5" width="9" height="8" antialias="true"/>
<text font="Sans Serif,18,-1,5,50,0,0,0,0,0" rotation="0" x="-10.25" text="M" y="2" color="#000000"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" x="-30" diameter="60" y="-30" antialias="true"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="7" frame="false" uuid="{6e9844dc-4ef7-4d45-8a6b-5c34cb2227ac}" rotation="0" x="-51" Halignment="AlignLeft" text_from="ElementInfo" y="-11.5" text_width="-1" Valignment="AlignTop">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line y1="-55" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="0" y2="-30" length2="1.5" x2="0" antialias="false"/>
<line y1="-56" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="-20" y2="-22.8213" length2="1.5" x2="-20.067" antialias="false"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" x="-17" text="1" y="11" color="#000000"/>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="-18" text="U1" y="-50" color="#000000"/>
<line y1="-55" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="20" y2="-22.7651" length2="1.5" x2="20.0143" antialias="false"/>
<line y1="-56" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="20" y2="-51" length2="1.5" x2="20" antialias="false"/>
<line y1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="40" y2="-16" length2="1.5" x2="26" antialias="true"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="19" frame="false" uuid="{40bbd647-1335-44e7-8727-8b665b9b4805}" rotation="0" x="-30" Halignment="AlignLeft" text_from="ElementInfo" y="99" text_width="-1" Valignment="AlignTop">
<text></text>
<info_name>function</info_name>
</dynamic_text>
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="21.6246" text="U2" y="-49.6447" color="#000000"/>
<line y1="-55" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="40" y2="-22" length2="1.5" x2="40" antialias="false"/>
<polygon y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x5="40" closed="false" y3="5" x3="45" y5="-10" x1="40" y2="10" x4="45" y4="-5" x2="40" antialias="false"/>
<polygon y1="0" style="line-style:dashed;line-weight:normal;filling:none;color:black" closed="false" x1="45" y2="0" x2="60" antialias="false"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" x="60" y="-10" width="40" height="20" rx="0" antialias="false"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" x="60" y="-55" width="15" height="35" rx="0" antialias="false"/>
<polygon y1="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y3="-45" x3="60" x1="-20" y2="-45" x2="-15" antialias="false"/>
<polygon y1="-35" y6="-30" y7="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x6="60" x5="60" closed="false" y3="-30" x3="55" y5="-30" x1="20" y2="-30" x4="55" x7="60" y4="-30" x2="25" antialias="false"/>
<polygon y1="-41" style="line-style:normal;line-weight:normal;filling:none;color:black" x5="80" closed="false" y3="20" x3="105" y5="10" x1="75" y2="-41" x4="80" y4="20" x2="105" antialias="false"/>
<polygon y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y3="-34" x3="75" x1="80" y2="-34" x2="80" antialias="false"/>
<rect style="line-style:dashed;line-weight:normal;filling:none;color:black" ry="0" x="-60" y="-60" width="180" height="95" rx="0" antialias="false"/>
<line y1="-42" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="69" y2="-34" length2="1.5" x2="69" antialias="false"/>
<line y1="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="69" y2="-38" length2="1.5" x2="72" antialias="false"/>
<line y1="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length1="1.5" end1="none" x1="65" y2="-38" length2="1.5" x2="62" antialias="false"/>
<polygon y1="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" closed="false" y3="-42" x3="65" x1="69" y2="-34" x4="69" y4="-38" x2="65" antialias="false"/>
<terminal x="40" orientation="n" y="-55"/>
<terminal x="0" orientation="n" y="-55"/>
<terminal x="20" orientation="n" y="-55"/>
<terminal x="-20" orientation="n" y="-55"/>
</description>
</definition>

View File

@@ -1,54 +0,0 @@
<definition hotspot_x="36" link_type="simple" height="80" type="element" width="100" version="0.80" hotspot_y="55" orientation="dyyy">
<uuid uuid="{baf2df44-6d28-4ff3-8893-c3acc532b464}"/>
<names>
<name lang="ru">Однофазный эл. мотор</name>
<name lang="it">Motore trifase</name>
<name lang="en">One-phase engine</name>
<name lang="pl">Silnik trójfazowy</name>
<name lang="de">Drehstrom Motor</name>
<name lang="cs">Jednofázový motor bez kondu</name>
<name lang="es">Motor trifásico</name>
<name lang="fr">Moteur triphasé</name>
<name lang="nl">Draaistroommotor</name>
<name lang="ar">محرّك ثلاثي الأوجه</name>
<name lang="pt">Motor trifásico</name>
</names>
<elementInformations/>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<text y="-44" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="31" rotation="0" text="Z2" color="#000000"/>
<text y="-44" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="12" rotation="0" text="Z1" color="#000000"/>
<text y="-44" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-8" rotation="0" text="U2" color="#000000"/>
<text y="-44" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="51" rotation="0" text="PE" color="#000000"/>
<text y="-3" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-5" rotation="0" text="M" color="#000000"/>
<circle antialias="true" y="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="40" x="-20"/>
<dynamic_text y="-11.5" z="7" Valignment="AlignTop" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{46ee6f24-8507-47e3-b3e0-0be0d2e6758d}" frame="false" x="-61" Halignment="AlignLeft" rotation="0" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line antialias="false" x2="-10" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-10" y1="-50" y2="-30" end2="none" length2="1.5"/>
<line antialias="false" x2="-30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-30" y1="-50" y2="-23" end2="none" length2="1.5"/>
<text y="9" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="-8" rotation="0" text="1 ~" color="#000000"/>
<text y="-44" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-28" rotation="0" text="U1" color="#000000"/>
<line antialias="false" x2="10" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="10" y1="-50" y2="-23" end2="none" length2="1.5"/>
<line antialias="false" x2="30" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="30" y1="-50" y2="-22" end2="none" length2="1.5"/>
<line antialias="true" x2="16" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="30" y1="-22" y2="-12" end2="none" length2="1.5"/>
<dynamic_text y="99" z="15" Valignment="AlignTop" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{178f74cc-65b3-449a-98de-77ab48dd8156}" frame="false" x="-30" Halignment="AlignLeft" rotation="0" text_width="-1">
<text></text>
<info_name>function</info_name>
</dynamic_text>
<line antialias="false" x2="-16" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-30" y1="-23" y2="-12" end2="none" length2="1.5"/>
<line antialias="false" x2="-7" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="-10" y1="-30" y2="-19" end2="none" length2="1.5"/>
<line antialias="false" x2="8" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="10" y1="-23" y2="-19" end2="none" length2="1.5"/>
<arc antialias="true" y="-23" height="46" angle="28" style="line-style:normal;line-weight:normal;filling:none;color:black" width="46" start="300" x="-23"/>
<line antialias="false" x2="20" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="16" y1="17" y2="20" end2="none" length2="1.5"/>
<line antialias="false" x2="50" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="20" y1="20" y2="20" end2="none" length2="1.5"/>
<line antialias="false" x2="50" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" x1="50" y1="20" y2="-50" end2="none" length2="1.5"/>
<terminal y="-50" orientation="n" x="10"/>
<terminal y="-50" orientation="n" x="-30"/>
<terminal y="-50" orientation="n" x="-10"/>
<terminal y="-50" orientation="n" x="50"/>
<terminal y="-50" orientation="n" x="30"/>
</description>
</definition>

View File

@@ -1,78 +0,0 @@
<definition version="0.70" height="90" type="element" width="100" hotspot_x="39" link_type="simple" hotspot_y="44" orientation="dyyy">
<uuid uuid="{1dc359e3-f208-4598-b694-3e3a3b5305c2}"/>
<names>
<name lang="cs">Motorový spouštěč</name>
<name lang="el">Θερμομαγνητικό</name>
<name lang="ar">قاطع مغناطيسي-حراري GV</name>
<name lang="en">Magneto-thermal circuit breaker </name>
<name lang="pl">Wyłącznik silnikowy</name>
<name lang="it">Int. magneto-termico 3P+N</name>
<name lang="de">Motorschutzschalter</name>
<name lang="fr">Disjoncteur Magnéto-thermique </name>
</names>
<elementInformations/>
<informations></informations>
<description>
<line y1="39" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40" length2="1.5" antialias="false" length1="1.5" end2="none" y2="28" end1="none" x2="40"/>
<polygon x3="45" y1="14" y3="10" y6="-6" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40" y5="4" x7="33" antialias="true" y4="4" y7="-25" y2="10" x4="45" x5="40" x6="40" closed="false" x2="40"/>
<line y1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="30" length2="1.5" antialias="false" length1="1.5" end2="none" y2="28" end1="none" x2="30"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="36" color="#000000" text="I>" y="25" rotation="0"/>
<polygon x3="25" y1="14" y3="10" y6="-6" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" y5="4" x7="13" antialias="true" y4="4" y7="-25" y2="10" x4="25" x5="20" x6="20" closed="false" x2="20"/>
<line y1="-29" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="42" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-25" end1="none" x2="38"/>
<polygon x3="5" y1="14" y3="10" y6="-6" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" y5="4" x7="-7" antialias="true" y4="4" y7="-25" y2="10" x4="5" x5="0" x6="0" closed="false" x2="0"/>
<line y1="-29" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="38" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-25" end1="none" x2="42"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="16" color="#000000" text="I>" y="25" rotation="0"/>
<line y1="-27" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-40" end1="none" x2="40"/>
<rect height="28" x="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" y="0" rx="0" width="60" antialias="false" ry="0"/>
<text font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-4" color="#000000" text="I>" y="25" rotation="0"/>
<line y1="-29" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="2" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-25" end1="none" x2="-2"/>
<line y1="-29" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-2" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-25" end1="none" x2="2"/>
<line y1="-29" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="22" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-25" end1="none" x2="18"/>
<line y1="-29" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="18" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-25" end1="none" x2="22"/>
<dynamic_text font="Sans Serif,8,-1,5,50,0,0,0,0,0" frame="false" x="-57.2888" text_from="ElementInfo" y="-24.4792" z="17" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{686f7173-763b-4c32-be08-225e2dad9901}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line y1="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" length2="1.5" antialias="false" length1="1.5" end2="none" y2="14" end1="none" x2="49.5887"/>
<line y1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="10" length2="1.5" antialias="false" length1="1.5" end2="none" y2="28" end1="none" x2="10"/>
<line y1="40" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="29" end1="none" x2="0"/>
<line y1="40" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="29" end1="none" x2="20"/>
<line y1="-27" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-40" end1="none" x2="0"/>
<line y1="-27" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-40" end1="none" x2="20"/>
<rect height="12" x="-26" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-21" rx="0" width="12" antialias="false" ry="0"/>
<line y1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-14" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-15" end1="none" x2="-33"/>
<line y1="-19" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-33" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-11" end1="none" x2="-33"/>
<line y1="-9" style="line-style:normal;line-weight:thin;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-21" end1="none" x2="-20"/>
<line y1="-15" style="line-style:dashed;line-weight:normal;filling:none;color:black" x1="-13.5883" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-15" end1="none" x2="53.554"/>
<polygon x3="-20" y1="21" y3="-10" style="line-style:dashed;line-weight:normal;filling:none;color:black" x1="-10" antialias="false" y2="21" closed="false" x2="-20"/>
<line y1="8" style="line-style:dashed;line-weight:normal;filling:none;color:black" x1="-10" length2="1.5" antialias="false" length1="1.5" end2="none" y2="8" end1="none" x2="-20"/>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="-3" text_from="UserText" y="-46" z="31" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{0f2a983e-22d1-47b5-a236-92162ee72893}" Halignment="AlignLeft">
<text>1</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="17" text_from="UserText" y="-46" z="32" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{2190f748-9053-4e24-ad92-f2f8e7b2d1f8}" Halignment="AlignLeft">
<text>3</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="37" text_from="UserText" y="-46" z="33" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{87821190-b735-4126-9125-9f4fd0c9508c}" Halignment="AlignLeft">
<text>5</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="-3" text_from="UserText" y="29" z="34" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{80504c8a-745e-44e9-a059-9e479372faa2}" Halignment="AlignLeft">
<text>2</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="17" text_from="UserText" y="29" z="35" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{a1eb632f-d207-4a29-982d-8206fb22ea3c}" Halignment="AlignLeft">
<text>4</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="37" text_from="UserText" y="28" z="36" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{63693833-6560-4ecf-b53b-c9d516b59048}" Halignment="AlignLeft">
<text>6</text>
</dynamic_text>
<dynamic_text font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" frame="false" x="-65" text_from="ElementInfo" y="-5" z="37" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{fe3e1a25-b058-460d-9210-28db267cfe2a}" Halignment="AlignLeft">
<text></text>
<info_name>comment</info_name>
</dynamic_text>
<terminal x="20" y="40" orientation="s"/>
<terminal x="0" y="40" orientation="s"/>
<terminal x="40" y="39" orientation="s"/>
<terminal x="40" y="-40" orientation="n"/>
<terminal x="20" y="-40" orientation="n"/>
<terminal x="0" y="-40" orientation="n"/>
</description>
</definition>

View File

@@ -1,44 +0,0 @@
<definition hotspot_x="34" link_type="simple" height="60" type="element" width="70" version="0.80" hotspot_y="38" orientation="dyyy">
<uuid uuid="{fc322143-365e-480b-a75c-89171b76cf32}"/>
<names>
<name lang="cs">Krokový motor</name>
<name lang="fr">moteur pas à pas</name>
</names>
<elementInformations>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="manufacturer"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<circle antialias="true" y="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="30" x="-15"/>
<text y="1" font="Sans Serif,9,-1,5,50,0,0,0,0,0" x="-5" rotation="0" text="M" color="#000000"/>
<dynamic_text y="-3" z="3" Valignment="AlignTop" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{5d6b4935-398b-4999-ae36-818b4796a984}" frame="false" x="-46" Halignment="AlignLeft" rotation="0" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<dynamic_text y="24" z="4" Valignment="AlignTop" text_from="ElementInfo" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{3f25d559-525f-4f82-ac21-8a51e33d9a4a}" frame="false" x="-20" Halignment="AlignLeft" rotation="0" text_width="-1">
<text></text>
</dynamic_text>
<dynamic_text y="69" z="5" Valignment="AlignTop" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{d2f22986-69e5-4e41-97b6-d9e2805837e7}" frame="false" x="-10" Halignment="AlignLeft" rotation="0" text_width="-1">
<text></text>
<info_name>tension-protocol</info_name>
</dynamic_text>
<polygon antialias="false" x2="-7" y5="2" y4="2" x5="6" x3="6" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="5" x1="-7" y1="8" closed="false" y2="5" x4="6"/>
<polygon antialias="false" x2="-10" x3="-7" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="-14" x1="-10" y1="-30" closed="false" y2="-20"/>
<polygon antialias="false" x2="10" x3="7" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="-14" x1="10" y1="-30" closed="false" y2="-20"/>
<polygon antialias="false" x2="30" x3="13" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="-8" x1="30" y1="-30" closed="false" y2="-20"/>
<polygon antialias="false" x2="-30" x3="-13" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="-8" x1="-30" y1="-30" closed="false" y2="-20"/>
<terminal y="-30" orientation="n" x="30"/>
<terminal y="-30" orientation="n" x="-10"/>
<terminal y="-30" orientation="n" x="10"/>
<terminal y="-30" orientation="n" x="-30"/>
</description>
</definition>

View File

@@ -1,48 +0,0 @@
<definition type="element" orientation="dyyy" height="80" hotspot_y="57" version="0.70" width="60" hotspot_x="37" link_type="simple">
<uuid uuid="{405b76b2-7aea-44a4-9248-386c70bd81ef}"/>
<names>
<name lang="en">Magnetic brake</name>
<name lang="el">Μαγνητικό φρένο</name>
<name lang="nl">Rem Magnetic</name>
<name lang="it">Freno elettromagnetico</name>
<name lang="pl">Hamulec elektromagnetyczny</name>
<name lang="de">Bremse magnetisch</name>
<name lang="ar">مكبح مغناطيسي</name>
<name lang="fr">Frein magnetique</name>
<name lang="cs">Elektromagnetická brzda Lenze</name>
</names>
<elementInformations/>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<line style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" x1="-30" y2="0" end1="none" y1="0" length1="1.5" length2="1.5" antialias="false" x2="-14"/>
<polygon y5="6" x5="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" y6="6" x4="-35" x1="-30" x6="-30" y2="-6" y1="6" x3="-35" y4="10" antialias="true" x2="-30" y3="-10"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="0" y2="-8" end1="none" y1="-30" length1="1.5" length2="1.5" antialias="false" x2="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="0" y2="20" end1="none" y1="9" length1="1.5" length2="1.5" antialias="false" x2="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="14" y2="-8" end1="none" y1="8" length1="1.5" length2="1.5" antialias="false" x2="14"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-14" y2="8" end1="none" y1="8" length1="1.5" length2="1.5" antialias="false" x2="14"/>
<dynamic_text z="7" Valignment="AlignTop" x="-18" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" uuid="{8c284d0f-0e54-4a83-8f45-ed4bb2347e8a}" y="9" Halignment="AlignLeft" frame="false" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="14" y2="-8" end1="none" y1="-8" length1="1.5" length2="1.5" antialias="false" x2="-14"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-14" y2="8" end1="none" y1="-8" length1="1.5" length2="1.5" antialias="false" x2="-14"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-20" height="38" rx="0" width="10" y="-54" ry="0" antialias="false"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-30" end1="none" y1="-30" length1="1.5" length2="1.5" antialias="false" x2="0"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="0" y2="20" end1="none" y1="20" length1="1.5" length2="1.5" antialias="false" x2="20"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="20" y2="-40" end1="none" y1="20" length1="1.5" length2="1.5" antialias="false" x2="20"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="20" y2="-40" end1="none" y1="-40" length1="1.5" length2="1.5" antialias="false" x2="-10"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" x="-18" diameter="6" y="-44" antialias="false"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" x="-18" diameter="6" y="-33" antialias="false"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" x="-18" diameter="6" y="-23" antialias="false"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" x="-18" diameter="6" y="-53" antialias="false"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-17" y2="-52" end1="none" y1="-48" length1="1.5" length2="1.5" antialias="false" x2="-13"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-17" y2="-43" end1="none" y1="-39" length1="1.5" length2="1.5" antialias="false" x2="-13"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-17" y2="-32" end1="none" y1="-28" length1="1.5" length2="1.5" antialias="false" x2="-13"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-17" y2="-22" end1="none" y1="-18" length1="1.5" length2="1.5" antialias="false" x2="-13"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-20" y2="-50" end1="none" y1="-50" length1="1.5" length2="1.5" antialias="false" x2="-25"/>
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-20" y2="-20" end1="none" y1="-20" length1="1.5" length2="1.5" antialias="false" x2="-25"/>
<terminal orientation="w" x="-25" y="-20"/>
<terminal orientation="w" x="-25" y="-50"/>
</description>
</definition>

View File

@@ -1,44 +0,0 @@
<definition link_type="simple" height="40" width="40" orientation="dyyy" version="0.80" type="element" hotspot_y="19" hotspot_x="19">
<uuid uuid="{3b52c7d1-d848-4b39-be83-98dfb325fab7}"/>
<names>
<name lang="en">Graetz</name>
<name lang="cs">Graetz</name>
<name lang="fr">Pont de Graetz</name>
</names>
<elementInformations>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<line x2="-3" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-3" y1="-3" length2="1.5" y2="3" antialias="false" length1="1.5" end2="none"/>
<line x2="2" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-3" y1="3" length2="1.5" y2="0" antialias="false" length1="1.5" end2="none"/>
<line x2="-3" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="2" y1="0" length2="1.5" y2="-3" antialias="false" length1="1.5" end2="none"/>
<line x2="2" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="2" y1="-3" length2="1.5" y2="3" antialias="false" length1="1.5" end2="none"/>
<line x2="-4" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-6" y1="0" length2="1.5" y2="0" antialias="false" length1="1.5" end2="none"/>
<line x2="5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="2" y1="0" length2="1.5" y2="0" antialias="false" length1="1.5" end2="none"/>
<line x2="0" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" y1="0" length2="1.5" y2="-10" antialias="false" length1="1.5" end2="none"/>
<line x2="10" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" y1="-10" length2="1.5" y2="0" antialias="false" length1="1.5" end2="none"/>
<line x2="0" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="10" y1="0" length2="1.5" y2="10" antialias="false" length1="1.5" end2="none"/>
<line x2="-10" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" y1="10" length2="1.5" y2="0" antialias="false" length1="1.5" end2="none"/>
<dynamic_text text_width="-1" y="-22" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" Halignment="AlignLeft" Valignment="AlignTop" uuid="{36037412-7fa8-4e88-8188-7675ed4ff88e}" frame="false" rotation="0" x="-23" z="11">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line x2="-10" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-14" y1="0" length2="1.5" y2="0" antialias="false" length1="1.5" end2="none"/>
<line x2="0" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" y1="-14" length2="1.5" y2="-10" antialias="false" length1="1.5" end2="none"/>
<line x2="14" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="10" y1="0" length2="1.5" y2="0" antialias="false" length1="1.5" end2="none"/>
<line x2="0" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" y1="10" length2="1.5" y2="14" antialias="false" length1="1.5" end2="none"/>
<terminal y="0" orientation="w" x="-15"/>
<terminal y="15" orientation="s" x="0"/>
<terminal y="-14" orientation="n" x="0"/>
<terminal y="0" orientation="e" x="15"/>
</description>
</definition>

View File

@@ -6,11 +6,11 @@
</names>
<elementInformations>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="manufacturer"></elementInformation>

View File

@@ -1,41 +0,0 @@
<definition link_type="simple" height="50" width="50" orientation="dyyy" version="0.80" type="element" hotspot_y="24" hotspot_x="17">
<uuid uuid="{e9b44fe1-2a19-4d3a-95d9-22cb54906f8b}"/>
<names>
<name lang="pl">Transoptor 2</name>
<name lang="en">Optocoupler 2</name>
<name lang="ar">رابط ضوئي</name>
<name lang="cs">Optický vazební člen 2</name>
<name lang="de">Optokoppler 2</name>
<name lang="nl">Opto koppelaar 2</name>
<name lang="it">Accoppiatore ottico Fotoaccoppiatore 2</name>
<name lang="el">Οπτοζεύκτης 2</name>
<name lang="fr">Interface optocoupleur 2</name>
</names>
<elementInformations/>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<polygon x2="4" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="8" y1="-5" y2="-1" y3="-4" antialias="true" x3="13"/>
<rect ry="0" y="-10" rx="0" height="21" style="line-style:normal;line-weight:thin;filling:none;color:black" width="45" antialias="false" x="-15"/>
<line x2="-2" end1="none" style="line-style:normal;line-weight:normal;filling:black;color:black" x1="8" y1="-5" length2="0.5" y2="-2" antialias="true" length1="1.5" end2="triangle"/>
<line x2="-10" end1="none" style="line-style:normal;line-weight:normal;filling:black;color:black" x1="-5" y1="3" length2="1" y2="5" antialias="true" length1="1.5" end2="triangle"/>
<line x2="-5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" y1="-5" length2="1.5" y2="-4" antialias="true" length1="1.5" end2="none"/>
<line x2="-5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-5" y1="-7" length2="1.5" y2="7" antialias="false" length1="1.5" end2="none"/>
<polygon x2="4" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="7" y1="1" y2="4" y3="1" antialias="true" x3="13"/>
<line x2="-10" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" y1="-20" length2="1.5" y2="-5" antialias="false" length1="1.5" end2="none"/>
<line x2="20" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" y1="-20" length2="1.5" y2="-5" antialias="false" length1="1.5" end2="none"/>
<line x2="-2" end1="none" style="line-style:normal;line-weight:normal;filling:black;color:black" x1="7" y1="1" length2="0.5" y2="4" antialias="true" length1="1.5" end2="triangle"/>
<line x2="-10" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" y1="20" length2="1.5" y2="5" antialias="false" length1="1.5" end2="none"/>
<line x2="20" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" y1="20" length2="1.5" y2="5" antialias="false" length1="1.5" end2="none"/>
<polygon x2="25" x4="15" closed="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="15" y4="-5" y1="-5" y2="-5" y3="5" antialias="true" x3="20"/>
<line x2="25" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="15" y1="5" length2="1.5" y2="5" antialias="false" length1="1.5" end2="none"/>
<dynamic_text text_width="-1" y="-40" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" Halignment="AlignLeft" Valignment="AlignTop" uuid="{944d4139-4c85-4637-9d2c-929d88cf5052}" frame="false" rotation="0" x="-30" z="15">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal y="20" orientation="s" x="-10"/>
<terminal y="-20" orientation="n" x="20"/>
<terminal y="-20" orientation="n" x="-10"/>
<terminal y="20" orientation="s" x="20"/>
</description>
</definition>

View File

@@ -1,47 +0,0 @@
<definition version="0.70" height="60" type="element" width="20" hotspot_x="10" link_type="master" hotspot_y="34" orientation="dyyy">
<uuid uuid="{820edcf9-d719-4728-bf86-d497c4994ce2}"/>
<names>
<name lang="cs">Jednopólový jistič</name>
<name lang="ar">قاطع أحدي القطب</name>
<name lang="en">Circuit-breaker</name>
<name lang="nl">Lastscheider 1</name>
<name lang="pl">Wyłącznik</name>
<name lang="it">Int. Aut. Magneto-termico 1P</name>
<name lang="de">Leitungsschutzschalter 1P</name>
<name lang="fr">Disjoncteur unipolaire</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>
<line y1="16" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="20" end1="none" x2="0"/>
<polygon x3="-5" y1="3" y3="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" antialias="true" y2="0" closed="false" x2="0"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-34" text_from="ElementInfo" y="-22" z="3" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{4f18ba79-2f81-40eb-b34a-e0fa9b32537f}" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<arc height="5" x="-4" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" y="10.5" width="8" start="90" antialias="true"/>
<line y1="8" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="0"/>
<line y1="8" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="8" end1="none" x2="5"/>
<line y1="3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="5" length2="1.5" antialias="false" length1="1.5" end2="none" y2="8" end1="none" x2="5"/>
<line y1="3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="3" end1="none" x2="5"/>
<line y1="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-20" end1="none" x2="0"/>
<line y1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="2" length2="1.5" antialias="true" length1="1.5" end2="none" y2="-18" end1="none" x2="-2"/>
<line y1="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-2" length2="1.5" antialias="true" length1="1.5" end2="none" y2="-18" end1="none" x2="2"/>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="-2" text_from="UserText" y="-36" z="12" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{6fcf35c5-27f9-4bfc-981e-558a8b81f94e}" Halignment="AlignLeft">
<text>1</text>
</dynamic_text>
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="0" text_from="UserText" y="9" z="13" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{9dcbca2c-150b-4185-b3b0-969bafa07f27}" Halignment="AlignLeft">
<text>2</text>
</dynamic_text>
<dynamic_text font="Sans Serif,7,-1,5,0,0,0,0,0,0,normal" frame="false" x="-40" text_from="ElementInfo" y="-2" z="14" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{838aaa47-a755-43e3-9584-95a7de914c0b}" Halignment="AlignLeft">
<text></text>
<info_name>comment</info_name>
</dynamic_text>
<terminal x="0" y="-30" orientation="n"/>
<terminal x="0" y="20" orientation="s"/>
</description>
</definition>

View File

@@ -1,20 +1,24 @@
<definition orientation="dyyy" type="element" width="30" hotspot_y="6" hotspot_x="15" height="30" link_type="simple" version="0.80">
<uuid uuid="{a755a740-0b10-4aad-877b-9c111f5471ca}"/>
<definition width="30" link_type="simple" orientation="dyyy" hotspot_y="6" version="0.51" type="element" height="30" hotspot_x="15">
<uuid uuid="{757403cc-0287-489f-9143-5d31134a7728}"/>
<names>
<name lang="fr">Prise TV-FM</name>
</names>
<elementInformations/>
<informations>Baboune41</informations>
<description>
<dynamic_text y="22" text_from="ElementInfo" x="-15" uuid="{e6e4e792-aa91-4a2e-802c-4961f39682f9}" Valignment="AlignTop" Halignment="AlignLeft" z="1" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" rotation="0" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<circle y="7" antialias="false" x="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
<circle y="9.5" antialias="false" x="-5.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1"/>
<circle y="7" antialias="false" x="3" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
<circle y="9" antialias="false" x="5" style="line-style:normal;line-weight:thin;filling:none;color:black" diameter="2"/>
<rect y="0" antialias="false" x="-10" width="20" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="2" height="20" ry="2"/>
<terminal orientation="n" y="0" x="0"/>
<input size="9" tagg="label" x="-15" text="_" rotate="true" y="33"/>
<rect width="20" antialias="false" x="-10" style="line-style:normal;line-weight:thin;filling:white;color:none" height="20" y="0"/>
<circle antialias="false" x="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6" y="7"/>
<circle antialias="false" x="-5.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="9.5"/>
<arc width="4" start="90" angle="90" antialias="true" x="-10" style="line-style:normal;line-weight:thin;filling:none;color:black" height="4" y="0"/>
<arc width="4" start="0" angle="90" antialias="true" x="6" style="line-style:normal;line-weight:thin;filling:none;color:black" height="4" y="0"/>
<arc width="4" start="270" angle="90" antialias="true" x="6" style="line-style:normal;line-weight:thin;filling:none;color:black" height="4" y="16"/>
<arc width="4" start="180" angle="90" antialias="true" x="-10" style="line-style:normal;line-weight:thin;filling:none;color:black" height="4" y="16"/>
<line x1="-8" x2="8" end2="none" y2="0" antialias="false" y1="0" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line x1="10" x2="10" end2="none" y2="18" antialias="false" y1="2" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line x1="8" x2="-8" end2="none" y2="20" antialias="false" y1="20" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line x1="-10" x2="-10" end2="none" y2="2" antialias="false" y1="18" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<circle antialias="false" x="3" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6" y="7"/>
<circle antialias="false" x="5" style="line-style:normal;line-weight:thin;filling:none;color:black" diameter="2" y="9"/>
<terminal orientation="n" x="0" y="0"/>
</description>
</definition>

View File

@@ -1,22 +1,26 @@
<definition orientation="dyyy" type="element" width="30" hotspot_y="6" hotspot_x="15" height="30" link_type="simple" version="0.80">
<uuid uuid="{481bb89d-1c7a-477b-a301-c4c457b678a8}"/>
<definition width="30" link_type="simple" orientation="dyyy" hotspot_y="6" version="0.51" type="element" height="30" hotspot_x="15">
<uuid uuid="{60928c5c-a3ab-4cad-80e2-39f6c4e8b7fa}"/>
<names>
<name lang="fr">Prise TV-FM-Sat</name>
</names>
<elementInformations/>
<informations>Baboune41</informations>
<description>
<dynamic_text y="22" text_from="ElementInfo" x="-14" uuid="{012a1b74-6514-4ad8-8203-39f26d06eb76}" Valignment="AlignTop" Halignment="AlignLeft" z="1" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" rotation="0" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<circle y="11" antialias="false" x="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
<circle y="13.5" antialias="false" x="-5.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1"/>
<circle y="11" antialias="false" x="2" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
<circle y="2" antialias="false" x="-3" style="line-style:normal;line-weight:normal;filling:lightgray;color:black" diameter="6"/>
<circle y="13" antialias="false" x="4" style="line-style:normal;line-weight:thin;filling:none;color:black" diameter="2"/>
<circle y="4.5" antialias="false" x="-0.5" style="line-style:normal;line-weight:thin;filling:white;color:black" diameter="1"/>
<rect y="0" antialias="false" x="-10" width="20" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="2" height="20" ry="2"/>
<terminal orientation="n" y="0" x="0"/>
<input size="9" tagg="label" x="-14" text="_" rotate="true" y="33"/>
<rect width="20" antialias="false" x="-10" style="line-style:normal;line-weight:thin;filling:white;color:none" height="20" y="0"/>
<circle antialias="false" x="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6" y="11"/>
<circle antialias="false" x="-5.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="13.5"/>
<arc width="4" start="90" angle="90" antialias="true" x="-10" style="line-style:normal;line-weight:thin;filling:none;color:black" height="4" y="0"/>
<arc width="4" start="0" angle="90" antialias="true" x="6" style="line-style:normal;line-weight:thin;filling:none;color:black" height="4" y="0"/>
<arc width="4" start="270" angle="90" antialias="true" x="6" style="line-style:normal;line-weight:thin;filling:none;color:black" height="4" y="16"/>
<arc width="4" start="180" angle="90" antialias="true" x="-10" style="line-style:normal;line-weight:thin;filling:none;color:black" height="4" y="16"/>
<line x1="-8" x2="8" end2="none" y2="0" antialias="false" y1="0" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line x1="10" x2="10" end2="none" y2="18" antialias="false" y1="2" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line x1="8" x2="-8" end2="none" y2="20" antialias="false" y1="20" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line x1="-10" x2="-10" end2="none" y2="2" antialias="false" y1="18" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<circle antialias="false" x="2" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6" y="11"/>
<circle antialias="false" x="-3" style="line-style:normal;line-weight:normal;filling:lightgray;color:black" diameter="6" y="2"/>
<circle antialias="false" x="4" style="line-style:normal;line-weight:thin;filling:none;color:black" diameter="2" y="13"/>
<circle antialias="false" x="-0.5" style="line-style:normal;line-weight:thin;filling:white;color:black" diameter="1" y="4.5"/>
<terminal orientation="n" x="0" y="0"/>
</description>
</definition>

View File

@@ -1,18 +1,22 @@
<definition orientation="dyyy" type="element" width="30" hotspot_y="5" hotspot_x="15" height="30" link_type="simple" version="0.80">
<uuid uuid="{324a8011-3323-478f-b241-39146dc885dd}"/>
<definition width="30" link_type="simple" orientation="dyyy" hotspot_y="5" version="0.51" type="element" height="30" hotspot_x="15">
<uuid uuid="{1df920b5-f85b-4051-8e13-3c777dce30a8}"/>
<names>
<name lang="fr">Prise TV simple</name>
</names>
<elementInformations/>
<informations>Baboune41</informations>
<description>
<dynamic_text y="23" text_from="ElementInfo" x="-15" uuid="{215bf6d2-0166-48bd-a986-851eb99e4014}" Valignment="AlignTop" Halignment="AlignLeft" z="1" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_width="-1" rotation="0" frame="false">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<circle y="7" antialias="false" x="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
<circle y="9.5" antialias="false" x="-0.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1"/>
<rect y="0" antialias="false" x="-10" width="20" style="line-style:normal;line-weight:thin;filling:none;color:black" rx="2" height="20" ry="2"/>
<terminal orientation="n" y="5" x="0"/>
<input size="9" tagg="label" x="-15" text="_" rotate="true" y="34"/>
<rect width="20" antialias="false" x="-10" style="line-style:normal;line-weight:thin;filling:white;color:none" height="20" y="0"/>
<circle antialias="false" x="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6" y="7"/>
<circle antialias="false" x="-0.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="9.5"/>
<arc width="4" start="90" angle="90" antialias="true" x="-10" style="line-style:normal;line-weight:thin;filling:none;color:black" height="4" y="0"/>
<arc width="4" start="0" angle="90" antialias="true" x="6" style="line-style:normal;line-weight:thin;filling:none;color:black" height="4" y="0"/>
<arc width="4" start="270" angle="90" antialias="true" x="6" style="line-style:normal;line-weight:thin;filling:none;color:black" height="4" y="16"/>
<arc width="4" start="180" angle="90" antialias="true" x="-10" style="line-style:normal;line-weight:thin;filling:none;color:black" height="4" y="16"/>
<line x1="-8" x2="8" end2="none" y2="0" antialias="false" y1="0" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line x1="10" x2="10" end2="none" y2="18" antialias="false" y1="2" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line x1="8" x2="-8" end2="none" y2="20" antialias="false" y1="20" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line x1="-10" x2="-10" end2="none" y2="2" antialias="false" y1="18" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<terminal orientation="n" x="0" y="5"/>
</description>
</definition>

View File

@@ -1,226 +0,0 @@
<definition width="560" type="element" version="0.80" height="60" hotspot_x="45" hotspot_y="25" link_type="simple" orientation="dyyy">
<uuid uuid="{18743b96-51c1-4399-a117-e659a1871430}"/>
<names>
<name lang="fr">Switch 12 ports</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<rect width="550" antialias="false" style="line-style:normal;line-weight:normal;filling:gray;color:black" height="50" y="-20" ry="0" x="-40" rx="0"/>
<rect width="28" antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20" y="-5" ry="0" x="464" rx="0"/>
<rect width="28" antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20" y="-5" ry="0" x="434" rx="0"/>
<rect width="28" antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20" y="-5" ry="0" x="206" rx="0"/>
<rect width="28" antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20" y="-5" ry="0" x="404" rx="0"/>
<rect width="28" antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20" y="-5" ry="0" x="176" rx="0"/>
<rect width="28" antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20" y="-5" ry="0" x="374" rx="0"/>
<rect width="28" antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20" y="-5" ry="0" x="146" rx="0"/>
<rect width="28" antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20" y="-5" ry="0" x="334" rx="0"/>
<rect width="28" antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20" y="-5" ry="0" x="116" rx="0"/>
<rect width="28" antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20" y="-5" ry="0" x="304" rx="0"/>
<rect width="28" antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20" y="-5" ry="0" x="76" rx="0"/>
<rect width="28" antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20" y="-5" ry="0" x="274" rx="0"/>
<rect width="28" antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20" y="-5" ry="0" x="46" rx="0"/>
<rect width="28" antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20" y="-5" ry="0" x="244" rx="0"/>
<rect width="28" antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20" y="-5" ry="0" x="16" rx="0"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" Valignment="AlignTop" frame="false" text_width="-1" text_from="ElementInfo" z="17" Halignment="AlignLeft" y="-46" rotation="0" uuid="{ac8599fc-af53-4a58-9c4d-ce72f39620d7}" x="12">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<rect width="28" antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20" y="-5" ry="0" x="-14" rx="0"/>
<polygon y13="1" x6="329" x5="329" y12="1" x7="323" x13="314" x10="321" x1="313" x2="313" x14="314" y1="1" x3="307" antialias="false" y6="3" x9="321" y7="3" y9="1" y4="12" y5="12" y14="1" x4="307" style="line-style:normal;line-weight:normal;filling:none;color:black" x12="315" y8="1" x11="315" y11="-2" y3="3" y10="-2" x8="323" y2="3"/>
<polygon y13="1" x6="71" x5="71" y12="1" x7="65" x13="56" x10="63" x1="55" x2="55" x14="56" y1="1" x3="49" antialias="false" y6="3" x9="63" y7="3" y9="1" y4="12" y5="12" y14="1" x4="49" style="line-style:normal;line-weight:normal;filling:none;color:black" x12="57" y8="1" x11="57" y11="-2" y3="3" y10="-2" x8="65" y2="3"/>
<polygon y13="1" x6="299" x5="299" y12="1" x7="293" x13="284" x10="291" x1="283" x2="283" x14="284" y1="1" x3="277" antialias="false" y6="3" x9="291" y7="3" y9="1" y4="12" y5="12" y14="1" x4="277" style="line-style:normal;line-weight:normal;filling:none;color:black" x12="285" y8="1" x11="285" y11="-2" y3="3" y10="-2" x8="293" y2="3"/>
<polygon y13="1" x6="41" x5="41" y12="1" x7="35" x13="26" x10="33" x1="25" x2="25" x14="26" y1="1" x3="19" antialias="false" y6="3" x9="33" y7="3" y9="1" y4="12" y5="12" y14="1" x4="19" style="line-style:normal;line-weight:normal;filling:none;color:black" x12="27" y8="1" x11="27" y11="-2" y3="3" y10="-2" x8="35" y2="3"/>
<polygon y13="1" x6="429" x5="429" y12="1" x7="423" x13="414" x10="421" x1="413" x2="413" x14="414" y1="1" x3="407" antialias="false" y6="3" x9="421" y7="3" y9="1" y4="12" y5="12" y14="1" x4="407" style="line-style:normal;line-weight:normal;filling:none;color:black" x12="415" y8="1" x11="415" y11="-2" y3="3" y10="-2" x8="423" y2="3"/>
<polygon y13="1" x6="171" x5="171" y12="1" x7="165" x13="156" x10="163" x1="155" x2="155" x14="156" y1="1" x3="149" antialias="false" y6="3" x9="163" y7="3" y9="1" y4="12" y5="12" y14="1" x4="149" style="line-style:normal;line-weight:normal;filling:none;color:black" x12="157" y8="1" x11="157" y11="-2" y3="3" y10="-2" x8="165" y2="3"/>
<polygon y13="1" x6="269" x5="269" y12="1" x7="263" x13="254" x10="261" x1="253" x2="253" x14="254" y1="1" x3="247" antialias="false" y6="3" x9="261" y7="3" y9="1" y4="12" y5="12" y14="1" x4="247" style="line-style:normal;line-weight:normal;filling:none;color:black" x12="255" y8="1" x11="255" y11="-2" y3="3" y10="-2" x8="263" y2="3"/>
<polygon y13="1" x6="359" x5="359" y12="1" x7="353" x13="344" x10="351" x1="343" x2="343" x14="344" y1="1" x3="337" antialias="false" y6="3" x9="351" y7="3" y9="1" y4="12" y5="12" y14="1" x4="337" style="line-style:normal;line-weight:normal;filling:none;color:black" x12="345" y8="1" x11="345" y11="-2" y3="3" y10="-2" x8="353" y2="3"/>
<polygon y13="1" x6="11" x5="11" y12="1" x7="5" x13="-4" x10="3" x1="-5" x2="-5" x14="-4" y1="1" x3="-11" antialias="false" y6="3" x9="3" y7="3" y9="1" y4="12" y5="12" y14="1" x4="-11" style="line-style:normal;line-weight:normal;filling:none;color:black" x12="-3" y8="1" x11="-3" y11="-2" y3="3" y10="-2" x8="5" y2="3"/>
<polygon y13="1" x6="101" x5="101" y12="1" x7="95" x13="86" x10="93" x1="85" x2="85" x14="86" y1="1" x3="79" antialias="false" y6="3" x9="93" y7="3" y9="1" y4="12" y5="12" y14="1" x4="79" style="line-style:normal;line-weight:normal;filling:none;color:black" x12="87" y8="1" x11="87" y11="-2" y3="3" y10="-2" x8="95" y2="3"/>
<line antialias="false" x1="317" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="317" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="59" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="59" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="287" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="287" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="347" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="347" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="29" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="29" end2="none" length2="1.5" end1="none"/>
<polygon y13="1" x6="489" x5="489" y12="1" x7="483" x13="474" x10="481" x1="473" x2="473" x14="474" y1="1" x3="467" antialias="false" y6="3" x9="481" y7="3" y9="1" y4="12" y5="12" y14="1" x4="467" style="line-style:normal;line-weight:normal;filling:none;color:black" x12="475" y8="1" x11="475" y11="-2" y3="3" y10="-2" x8="483" y2="3"/>
<line antialias="false" x1="315" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="315" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="89" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="89" end2="none" length2="1.5" end1="none"/>
<polygon y13="1" x6="231" x5="231" y12="1" x7="225" x13="216" x10="223" x1="215" x2="215" x14="216" y1="1" x3="209" antialias="false" y6="3" x9="223" y7="3" y9="1" y4="12" y5="12" y14="1" x4="209" style="line-style:normal;line-weight:normal;filling:none;color:black" x12="217" y8="1" x11="217" y11="-2" y3="3" y10="-2" x8="225" y2="3"/>
<line antialias="false" x1="345" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="345" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="57" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="57" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="285" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="285" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="87" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="87" end2="none" length2="1.5" end1="none"/>
<polygon y13="1" x6="459" x5="459" y12="1" x7="453" x13="444" x10="451" x1="443" x2="443" x14="444" y1="1" x3="437" antialias="false" y6="3" x9="451" y7="3" y9="1" y4="12" y5="12" y14="1" x4="437" style="line-style:normal;line-weight:normal;filling:none;color:black" x12="445" y8="1" x11="445" y11="-2" y3="3" y10="-2" x8="453" y2="3"/>
<line antialias="false" x1="27" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="27" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="257" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="257" end2="none" length2="1.5" end1="none"/>
<polygon y13="1" x6="201" x5="201" y12="1" x7="195" x13="186" x10="193" x1="185" x2="185" x14="186" y1="1" x3="179" antialias="false" y6="3" x9="193" y7="3" y9="1" y4="12" y5="12" y14="1" x4="179" style="line-style:normal;line-weight:normal;filling:none;color:black" x12="187" y8="1" x11="187" y11="-2" y3="3" y10="-2" x8="195" y2="3"/>
<line antialias="false" x1="255" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="255" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="-1" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="-1" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="343" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="343" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="-3" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="-3" end2="none" length2="1.5" end1="none"/>
<polygon y13="1" x6="399" x5="399" y12="1" x7="393" x13="384" x10="391" x1="383" x2="383" x14="384" y1="1" x3="377" antialias="false" y6="3" x9="391" y7="3" y9="1" y4="12" y5="12" y14="1" x4="377" style="line-style:normal;line-weight:normal;filling:none;color:black" x12="385" y8="1" x11="385" y11="-2" y3="3" y10="-2" x8="393" y2="3"/>
<line antialias="false" x1="85" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="85" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="313" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="313" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="283" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="283" end2="none" length2="1.5" end1="none"/>
<polygon y13="1" x6="141" x5="141" y12="1" x7="135" x13="126" x10="133" x1="125" x2="125" x14="126" y1="1" x3="119" antialias="false" y6="3" x9="133" y7="3" y9="1" y4="12" y5="12" y14="1" x4="119" style="line-style:normal;line-weight:normal;filling:none;color:black" x12="127" y8="1" x11="127" y11="-2" y3="3" y10="-2" x8="135" y2="3"/>
<line antialias="false" x1="55" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="55" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="311" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="311" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="25" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="25" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="253" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="253" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="477" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="477" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="53" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="53" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="341" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="341" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="-5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="-5" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="219" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="219" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="281" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="281" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="289" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="289" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="83" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="83" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="23" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="23" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="349" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="349" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="31" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="31" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="251" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="251" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="91" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="91" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="319" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="319" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="-7" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="-7" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="417" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="417" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="61" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="61" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="259" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="259" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="447" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="447" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="159" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="159" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="1" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="1" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="321" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="321" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="189" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="189" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="351" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="351" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="63" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="63" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="291" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="291" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="93" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="93" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="353" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="353" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="293" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="293" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="33" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="33" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="95" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="95" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="323" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="323" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="261" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="261" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="35" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="35" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="415" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="415" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="65" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="65" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="445" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="445" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="3" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="3" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="157" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="157" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="295" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="295" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="187" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="187" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="263" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="263" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="37" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="37" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="325" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="325" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="5" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="5" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="355" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="355" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="387" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="387" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="67" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="67" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="97" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="97" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="265" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="265" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="475" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="475" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="129" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="129" end2="none" length2="1.5" end1="none"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2" y="-3" ry="0" x="325" rx="0"/>
<line antialias="false" x1="7" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="7" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="217" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="217" end2="none" length2="1.5" end1="none"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2" y="-3" ry="0" x="295" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2" y="-3" ry="0" x="355" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2" y="-3" ry="0" x="67" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2" y="-3" ry="0" x="277" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2" y="-3" ry="0" x="37" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2" y="-3" ry="0" x="337" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2" y="-3" ry="0" x="97" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2" y="-3" ry="0" x="19" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2" y="-3" ry="0" x="307" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2" y="-3" ry="0" x="265" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2" y="-3" ry="0" x="79" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2" y="-3" ry="0" x="49" rx="0"/>
<line antialias="false" x1="443" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="443" end2="none" length2="1.5" end1="none"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2" y="-3" ry="0" x="7" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2" y="-3" ry="0" x="247" rx="0"/>
<line antialias="false" x1="413" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="413" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="185" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="185" end2="none" length2="1.5" end1="none"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2" y="-3" ry="0" x="-11" rx="0"/>
<line antialias="false" x1="473" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="473" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="155" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="155" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="385" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="385" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="383" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="383" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="215" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="215" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="441" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="441" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="127" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="127" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="411" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="411" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="125" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="125" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="183" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="183" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="471" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="471" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="153" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="153" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="381" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="381" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="419" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="419" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="213" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="213" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="123" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="123" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="479" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="479" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="161" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="161" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="449" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="449" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="451" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="451" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="221" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="221" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="191" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="191" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="481" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="481" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="193" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="193" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="389" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="389" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="223" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="223" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="421" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="421" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="131" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="131" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="423" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="423" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="163" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="163" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="391" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="391" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="165" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="165" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="453" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="453" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="483" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="483" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="133" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="133" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="393" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="393" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="195" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="195" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="455" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="455" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="225" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="225" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="135" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="135" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="485" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="485" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="197" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="197" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="425" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="425" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="227" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="227" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="395" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="395" end2="none" length2="1.5" end1="none"/>
<line antialias="false" x1="167" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="167" end2="none" length2="1.5" end1="none"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2" y="-3" ry="0" x="455" rx="0"/>
<line antialias="false" x1="137" style="line-style:normal;line-weight:thin;filling:none;color:black" length1="1.5" y1="10" y2="12" x2="137" end2="none" length2="1.5" end1="none"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2" y="-3" ry="0" x="485" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2" y="-3" ry="0" x="197" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2" y="-3" ry="0" x="425" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2" y="-3" ry="0" x="407" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2" y="-3" ry="0" x="227" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2" y="-3" ry="0" x="437" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2" y="-3" ry="0" x="167" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2" y="-3" ry="0" x="395" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2" y="-3" ry="0" x="149" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2" y="-3" ry="0" x="467" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2" y="-3" ry="0" x="179" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2" y="-3" ry="0" x="377" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2" y="-3" ry="0" x="137" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2" y="-3" ry="0" x="209" rx="0"/>
<rect width="4" antialias="false" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2" y="-3" ry="0" x="119" rx="0"/>
<circle diameter="4" antialias="false" style="line-style:normal;line-weight:normal;filling:green;color:black" y="3" x="-27"/>
<arc width="6" antialias="true" angle="-270" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" y="11" start="45" x="-28"/>
<line antialias="false" x1="-25" style="line-style:normal;line-weight:normal;filling:none;color:black" length1="1.5" y1="10" y2="13" x2="-25" end2="none" length2="1.5" end1="none"/>
<terminal y="17" x="318" orientation="s"/>
<terminal y="17" x="258" orientation="s"/>
<terminal y="17" x="418" orientation="s"/>
<terminal y="17" x="288" orientation="s"/>
<terminal y="17" x="478" orientation="s"/>
<terminal y="17" x="348" orientation="s"/>
<terminal y="17" x="448" orientation="s"/>
<terminal y="17" x="388" orientation="s"/>
<terminal y="17" x="60" orientation="s"/>
<terminal y="17" x="0" orientation="s"/>
<terminal y="17" x="190" orientation="s"/>
<terminal y="17" x="220" orientation="s"/>
<terminal y="17" x="90" orientation="s"/>
<terminal y="17" x="160" orientation="s"/>
<terminal y="17" x="30" orientation="s"/>
<terminal y="17" x="130" orientation="s"/>
</description>
</definition>

View File

@@ -1,226 +0,0 @@
<definition version="0.80" hotspot_x="45" link_type="simple" width="560" hotspot_y="25" orientation="dyyy" type="element" height="60">
<uuid uuid="{bb99045f-46f1-482f-b6bd-0893fe567052}"/>
<names>
<name lang="fr">Switch 16 ports</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<rect ry="0" rx="0" antialias="false" width="550" x="-40" height="50" y="-20" style="line-style:normal;line-weight:normal;filling:gray;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="464" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="434" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="206" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="404" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="176" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="374" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="146" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="334" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="116" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="304" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="76" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="274" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="46" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="244" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="16" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="-14" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<polygon x7="323" y1="1" x14="314" y3="3" y4="12" y7="3" x6="329" y5="12" y12="1" y10="-2" x3="307" antialias="false" y11="-2" x4="307" y9="1" x12="315" x5="329" y8="1" x9="321" y2="3" x2="313" y6="3" x13="314" x1="313" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="315" y14="1" y13="1" x8="323" x10="321"/>
<polygon x7="65" y1="1" x14="56" y3="3" y4="12" y7="3" x6="71" y5="12" y12="1" y10="-2" x3="49" antialias="false" y11="-2" x4="49" y9="1" x12="57" x5="71" y8="1" x9="63" y2="3" x2="55" y6="3" x13="56" x1="55" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="57" y14="1" y13="1" x8="65" x10="63"/>
<polygon x7="293" y1="1" x14="284" y3="3" y4="12" y7="3" x6="299" y5="12" y12="1" y10="-2" x3="277" antialias="false" y11="-2" x4="277" y9="1" x12="285" x5="299" y8="1" x9="291" y2="3" x2="283" y6="3" x13="284" x1="283" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="285" y14="1" y13="1" x8="293" x10="291"/>
<polygon x7="35" y1="1" x14="26" y3="3" y4="12" y7="3" x6="41" y5="12" y12="1" y10="-2" x3="19" antialias="false" y11="-2" x4="19" y9="1" x12="27" x5="41" y8="1" x9="33" y2="3" x2="25" y6="3" x13="26" x1="25" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="27" y14="1" y13="1" x8="35" x10="33"/>
<polygon x7="423" y1="1" x14="414" y3="3" y4="12" y7="3" x6="429" y5="12" y12="1" y10="-2" x3="407" antialias="false" y11="-2" x4="407" y9="1" x12="415" x5="429" y8="1" x9="421" y2="3" x2="413" y6="3" x13="414" x1="413" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="415" y14="1" y13="1" x8="423" x10="421"/>
<polygon x7="165" y1="1" x14="156" y3="3" y4="12" y7="3" x6="171" y5="12" y12="1" y10="-2" x3="149" antialias="false" y11="-2" x4="149" y9="1" x12="157" x5="171" y8="1" x9="163" y2="3" x2="155" y6="3" x13="156" x1="155" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="157" y14="1" y13="1" x8="165" x10="163"/>
<polygon x7="263" y1="1" x14="254" y3="3" y4="12" y7="3" x6="269" y5="12" y12="1" y10="-2" x3="247" antialias="false" y11="-2" x4="247" y9="1" x12="255" x5="269" y8="1" x9="261" y2="3" x2="253" y6="3" x13="254" x1="253" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="255" y14="1" y13="1" x8="263" x10="261"/>
<polygon x7="353" y1="1" x14="344" y3="3" y4="12" y7="3" x6="359" y5="12" y12="1" y10="-2" x3="337" antialias="false" y11="-2" x4="337" y9="1" x12="345" x5="359" y8="1" x9="351" y2="3" x2="343" y6="3" x13="344" x1="343" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="345" y14="1" y13="1" x8="353" x10="351"/>
<polygon x7="5" y1="1" x14="-4" y3="3" y4="12" y7="3" x6="11" y5="12" y12="1" y10="-2" x3="-11" antialias="false" y11="-2" x4="-11" y9="1" x12="-3" x5="11" y8="1" x9="3" y2="3" x2="-5" y6="3" x13="-4" x1="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="-3" y14="1" y13="1" x8="5" x10="3"/>
<polygon x7="95" y1="1" x14="86" y3="3" y4="12" y7="3" x6="101" y5="12" y12="1" y10="-2" x3="79" antialias="false" y11="-2" x4="79" y9="1" x12="87" x5="101" y8="1" x9="93" y2="3" x2="85" y6="3" x13="86" x1="85" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="87" y14="1" y13="1" x8="95" x10="93"/>
<line y2="12" length2="1.5" length1="1.5" x2="317" antialias="false" end1="none" end2="none" x1="317" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="59" antialias="false" end1="none" end2="none" x1="59" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="287" antialias="false" end1="none" end2="none" x1="287" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="347" antialias="false" end1="none" end2="none" x1="347" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="29" antialias="false" end1="none" end2="none" x1="29" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<dynamic_text text_from="ElementInfo" z="17" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{ac8599fc-af53-4a58-9c4d-ce72f39620d7}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" x="12" text_width="-1" y="-46" rotation="0">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<polygon x7="483" y1="1" x14="474" y3="3" y4="12" y7="3" x6="489" y5="12" y12="1" y10="-2" x3="467" antialias="false" y11="-2" x4="467" y9="1" x12="475" x5="489" y8="1" x9="481" y2="3" x2="473" y6="3" x13="474" x1="473" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="475" y14="1" y13="1" x8="483" x10="481"/>
<line y2="12" length2="1.5" length1="1.5" x2="315" antialias="false" end1="none" end2="none" x1="315" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="89" antialias="false" end1="none" end2="none" x1="89" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<polygon x7="225" y1="1" x14="216" y3="3" y4="12" y7="3" x6="231" y5="12" y12="1" y10="-2" x3="209" antialias="false" y11="-2" x4="209" y9="1" x12="217" x5="231" y8="1" x9="223" y2="3" x2="215" y6="3" x13="216" x1="215" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="217" y14="1" y13="1" x8="225" x10="223"/>
<line y2="12" length2="1.5" length1="1.5" x2="345" antialias="false" end1="none" end2="none" x1="345" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="57" antialias="false" end1="none" end2="none" x1="57" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="285" antialias="false" end1="none" end2="none" x1="285" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="87" antialias="false" end1="none" end2="none" x1="87" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<polygon x7="453" y1="1" x14="444" y3="3" y4="12" y7="3" x6="459" y5="12" y12="1" y10="-2" x3="437" antialias="false" y11="-2" x4="437" y9="1" x12="445" x5="459" y8="1" x9="451" y2="3" x2="443" y6="3" x13="444" x1="443" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="445" y14="1" y13="1" x8="453" x10="451"/>
<line y2="12" length2="1.5" length1="1.5" x2="27" antialias="false" end1="none" end2="none" x1="27" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="257" antialias="false" end1="none" end2="none" x1="257" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<polygon x7="195" y1="1" x14="186" y3="3" y4="12" y7="3" x6="201" y5="12" y12="1" y10="-2" x3="179" antialias="false" y11="-2" x4="179" y9="1" x12="187" x5="201" y8="1" x9="193" y2="3" x2="185" y6="3" x13="186" x1="185" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="187" y14="1" y13="1" x8="195" x10="193"/>
<line y2="12" length2="1.5" length1="1.5" x2="255" antialias="false" end1="none" end2="none" x1="255" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="-1" antialias="false" end1="none" end2="none" x1="-1" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="343" antialias="false" end1="none" end2="none" x1="343" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="-3" antialias="false" end1="none" end2="none" x1="-3" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<polygon x7="393" y1="1" x14="384" y3="3" y4="12" y7="3" x6="399" y5="12" y12="1" y10="-2" x3="377" antialias="false" y11="-2" x4="377" y9="1" x12="385" x5="399" y8="1" x9="391" y2="3" x2="383" y6="3" x13="384" x1="383" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="385" y14="1" y13="1" x8="393" x10="391"/>
<line y2="12" length2="1.5" length1="1.5" x2="85" antialias="false" end1="none" end2="none" x1="85" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="313" antialias="false" end1="none" end2="none" x1="313" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="283" antialias="false" end1="none" end2="none" x1="283" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<polygon x7="135" y1="1" x14="126" y3="3" y4="12" y7="3" x6="141" y5="12" y12="1" y10="-2" x3="119" antialias="false" y11="-2" x4="119" y9="1" x12="127" x5="141" y8="1" x9="133" y2="3" x2="125" y6="3" x13="126" x1="125" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="127" y14="1" y13="1" x8="135" x10="133"/>
<line y2="12" length2="1.5" length1="1.5" x2="55" antialias="false" end1="none" end2="none" x1="55" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="311" antialias="false" end1="none" end2="none" x1="311" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="25" antialias="false" end1="none" end2="none" x1="25" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="253" antialias="false" end1="none" end2="none" x1="253" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="477" antialias="false" end1="none" end2="none" x1="477" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="53" antialias="false" end1="none" end2="none" x1="53" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="341" antialias="false" end1="none" end2="none" x1="341" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="-5" antialias="false" end1="none" end2="none" x1="-5" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="219" antialias="false" end1="none" end2="none" x1="219" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="281" antialias="false" end1="none" end2="none" x1="281" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="289" antialias="false" end1="none" end2="none" x1="289" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="83" antialias="false" end1="none" end2="none" x1="83" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="23" antialias="false" end1="none" end2="none" x1="23" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="349" antialias="false" end1="none" end2="none" x1="349" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="31" antialias="false" end1="none" end2="none" x1="31" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="251" antialias="false" end1="none" end2="none" x1="251" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="91" antialias="false" end1="none" end2="none" x1="91" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="319" antialias="false" end1="none" end2="none" x1="319" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="-7" antialias="false" end1="none" end2="none" x1="-7" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="417" antialias="false" end1="none" end2="none" x1="417" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="61" antialias="false" end1="none" end2="none" x1="61" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="259" antialias="false" end1="none" end2="none" x1="259" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="447" antialias="false" end1="none" end2="none" x1="447" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="159" antialias="false" end1="none" end2="none" x1="159" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="1" antialias="false" end1="none" end2="none" x1="1" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="321" antialias="false" end1="none" end2="none" x1="321" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="189" antialias="false" end1="none" end2="none" x1="189" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="351" antialias="false" end1="none" end2="none" x1="351" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="63" antialias="false" end1="none" end2="none" x1="63" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="291" antialias="false" end1="none" end2="none" x1="291" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="93" antialias="false" end1="none" end2="none" x1="93" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="353" antialias="false" end1="none" end2="none" x1="353" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="293" antialias="false" end1="none" end2="none" x1="293" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="33" antialias="false" end1="none" end2="none" x1="33" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="95" antialias="false" end1="none" end2="none" x1="95" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="323" antialias="false" end1="none" end2="none" x1="323" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="261" antialias="false" end1="none" end2="none" x1="261" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="35" antialias="false" end1="none" end2="none" x1="35" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="415" antialias="false" end1="none" end2="none" x1="415" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="65" antialias="false" end1="none" end2="none" x1="65" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="445" antialias="false" end1="none" end2="none" x1="445" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="3" antialias="false" end1="none" end2="none" x1="3" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="157" antialias="false" end1="none" end2="none" x1="157" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="295" antialias="false" end1="none" end2="none" x1="295" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="187" antialias="false" end1="none" end2="none" x1="187" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="263" antialias="false" end1="none" end2="none" x1="263" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="37" antialias="false" end1="none" end2="none" x1="37" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="325" antialias="false" end1="none" end2="none" x1="325" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="5" antialias="false" end1="none" end2="none" x1="5" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="355" antialias="false" end1="none" end2="none" x1="355" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="387" antialias="false" end1="none" end2="none" x1="387" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="67" antialias="false" end1="none" end2="none" x1="67" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="97" antialias="false" end1="none" end2="none" x1="97" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="265" antialias="false" end1="none" end2="none" x1="265" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="475" antialias="false" end1="none" end2="none" x1="475" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="129" antialias="false" end1="none" end2="none" x1="129" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect ry="0" rx="0" antialias="false" width="4" x="325" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<line y2="12" length2="1.5" length1="1.5" x2="7" antialias="false" end1="none" end2="none" x1="7" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="217" antialias="false" end1="none" end2="none" x1="217" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect ry="0" rx="0" antialias="false" width="4" x="295" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="355" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="67" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="277" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="37" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="337" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="97" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="19" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="307" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="265" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="79" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="49" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<line y2="12" length2="1.5" length1="1.5" x2="443" antialias="false" end1="none" end2="none" x1="443" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect ry="0" rx="0" antialias="false" width="4" x="7" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="247" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<line y2="12" length2="1.5" length1="1.5" x2="413" antialias="false" end1="none" end2="none" x1="413" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="185" antialias="false" end1="none" end2="none" x1="185" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect ry="0" rx="0" antialias="false" width="4" x="-11" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<line y2="12" length2="1.5" length1="1.5" x2="473" antialias="false" end1="none" end2="none" x1="473" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="155" antialias="false" end1="none" end2="none" x1="155" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="385" antialias="false" end1="none" end2="none" x1="385" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="383" antialias="false" end1="none" end2="none" x1="383" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="215" antialias="false" end1="none" end2="none" x1="215" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="441" antialias="false" end1="none" end2="none" x1="441" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="127" antialias="false" end1="none" end2="none" x1="127" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="411" antialias="false" end1="none" end2="none" x1="411" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="125" antialias="false" end1="none" end2="none" x1="125" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="183" antialias="false" end1="none" end2="none" x1="183" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="471" antialias="false" end1="none" end2="none" x1="471" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="153" antialias="false" end1="none" end2="none" x1="153" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="381" antialias="false" end1="none" end2="none" x1="381" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="419" antialias="false" end1="none" end2="none" x1="419" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="213" antialias="false" end1="none" end2="none" x1="213" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="123" antialias="false" end1="none" end2="none" x1="123" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="479" antialias="false" end1="none" end2="none" x1="479" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="161" antialias="false" end1="none" end2="none" x1="161" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="449" antialias="false" end1="none" end2="none" x1="449" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="451" antialias="false" end1="none" end2="none" x1="451" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="221" antialias="false" end1="none" end2="none" x1="221" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="191" antialias="false" end1="none" end2="none" x1="191" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="481" antialias="false" end1="none" end2="none" x1="481" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="193" antialias="false" end1="none" end2="none" x1="193" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="389" antialias="false" end1="none" end2="none" x1="389" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="223" antialias="false" end1="none" end2="none" x1="223" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="421" antialias="false" end1="none" end2="none" x1="421" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="131" antialias="false" end1="none" end2="none" x1="131" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="423" antialias="false" end1="none" end2="none" x1="423" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="163" antialias="false" end1="none" end2="none" x1="163" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="391" antialias="false" end1="none" end2="none" x1="391" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="165" antialias="false" end1="none" end2="none" x1="165" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="453" antialias="false" end1="none" end2="none" x1="453" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="483" antialias="false" end1="none" end2="none" x1="483" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="133" antialias="false" end1="none" end2="none" x1="133" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="393" antialias="false" end1="none" end2="none" x1="393" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="195" antialias="false" end1="none" end2="none" x1="195" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="455" antialias="false" end1="none" end2="none" x1="455" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="225" antialias="false" end1="none" end2="none" x1="225" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="135" antialias="false" end1="none" end2="none" x1="135" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="485" antialias="false" end1="none" end2="none" x1="485" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="197" antialias="false" end1="none" end2="none" x1="197" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="425" antialias="false" end1="none" end2="none" x1="425" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="227" antialias="false" end1="none" end2="none" x1="227" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="395" antialias="false" end1="none" end2="none" x1="395" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="167" antialias="false" end1="none" end2="none" x1="167" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect ry="0" rx="0" antialias="false" width="4" x="455" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<line y2="12" length2="1.5" length1="1.5" x2="137" antialias="false" end1="none" end2="none" x1="137" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect ry="0" rx="0" antialias="false" width="4" x="485" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="197" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="425" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="407" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="227" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="437" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="167" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="395" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="149" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="467" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="179" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="377" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="137" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="209" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="119" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<circle antialias="false" x="-27" diameter="4" y="3" style="line-style:normal;line-weight:normal;filling:green;color:black"/>
<arc angle="-270" antialias="true" width="6" x="-28" height="6" y="11" start="45" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y2="13" length2="1.5" length1="1.5" x2="-25" antialias="false" end1="none" end2="none" x1="-25" y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<terminal orientation="s" x="318" y="17"/>
<terminal orientation="s" x="258" y="17"/>
<terminal orientation="s" x="418" y="17"/>
<terminal orientation="s" x="288" y="17"/>
<terminal orientation="s" x="478" y="17"/>
<terminal orientation="s" x="348" y="17"/>
<terminal orientation="s" x="448" y="17"/>
<terminal orientation="s" x="388" y="17"/>
<terminal orientation="s" x="60" y="17"/>
<terminal orientation="s" x="0" y="17"/>
<terminal orientation="s" x="190" y="17"/>
<terminal orientation="s" x="220" y="17"/>
<terminal orientation="s" x="90" y="17"/>
<terminal orientation="s" x="160" y="17"/>
<terminal orientation="s" x="30" y="17"/>
<terminal orientation="s" x="130" y="17"/>
</description>
</definition>

View File

@@ -1,80 +0,0 @@
<definition link_type="simple" orientation="dyyy" width="170" height="60" version="0.80" type="element" hotspot_x="45" hotspot_y="25">
<uuid uuid="{fb180e97-f10f-48f0-92fb-26ea4c9f5ce9}"/>
<names>
<name lang="fr">Switch 4 ports</name>
</names>
<elementInformations>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="manufacturer"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
</elementInformations>
<informations></informations>
<description>
<rect rx="0" width="160" height="50" x="-40" style="line-style:normal;line-weight:normal;filling:gray;color:black" antialias="false" y="-20" ry="0"/>
<rect rx="0" width="28" height="20" x="76" style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-5" ry="0"/>
<rect rx="0" width="28" height="20" x="46" style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-5" ry="0"/>
<rect rx="0" width="28" height="20" x="16" style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-5" ry="0"/>
<rect rx="0" width="28" height="20" x="-14" style="line-style:normal;line-weight:normal;filling:white;color:black" antialias="false" y="-5" ry="0"/>
<polygon x9="63" x8="65" x7="65" style="line-style:normal;line-weight:normal;filling:none;color:black" y9="1" y2="3" x10="63" x6="71" antialias="false" y10="-2" y13="1" x1="55" x14="56" y4="12" x13="56" x4="49" y3="3" y6="3" x5="71" x3="49" y14="1" y5="12" y8="1" x12="57" y1="1" y7="3" x2="55" y11="-2" y12="1" x11="57"/>
<polygon x9="33" x8="35" x7="35" style="line-style:normal;line-weight:normal;filling:none;color:black" y9="1" y2="3" x10="33" x6="41" antialias="false" y10="-2" y13="1" x1="25" x14="26" y4="12" x13="26" x4="19" y3="3" y6="3" x5="41" x3="19" y14="1" y5="12" y8="1" x12="27" y1="1" y7="3" x2="25" y11="-2" y12="1" x11="27"/>
<polygon x9="3" x8="5" x7="5" style="line-style:normal;line-weight:normal;filling:none;color:black" y9="1" y2="3" x10="3" x6="11" antialias="false" y10="-2" y13="1" x1="-5" x14="-4" y4="12" x13="-4" x4="-11" y3="3" y6="3" x5="11" x3="-11" y14="1" y5="12" y8="1" x12="-3" y1="1" y7="3" x2="-5" y11="-2" y12="1" x11="-3"/>
<polygon x9="93" x8="95" x7="95" style="line-style:normal;line-weight:normal;filling:none;color:black" y9="1" y2="3" x10="93" x6="101" antialias="false" y10="-2" y13="1" x1="85" x14="86" y4="12" x13="86" x4="79" y3="3" y6="3" x5="101" x3="79" y14="1" y5="12" y8="1" x12="87" y1="1" y7="3" x2="85" y11="-2" y12="1" x11="87"/>
<line length1="1.5" end2="none" length2="1.5" x1="59" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="59"/>
<line length1="1.5" end2="none" length2="1.5" x1="29" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="29"/>
<dynamic_text rotation="0" z="17" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{d0b82e33-7ea9-4c8d-bdbe-d143a6d4dc64}" Halignment="AlignLeft" Valignment="AlignTop" x="12" frame="false" text_width="-1" text_from="ElementInfo" y="-46">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line length1="1.5" end2="none" length2="1.5" x1="89" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="89"/>
<line length1="1.5" end2="none" length2="1.5" x1="57" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="57"/>
<line length1="1.5" end2="none" length2="1.5" x1="87" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="87"/>
<line length1="1.5" end2="none" length2="1.5" x1="27" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="27"/>
<line length1="1.5" end2="none" length2="1.5" x1="-1" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="-1"/>
<line length1="1.5" end2="none" length2="1.5" x1="-3" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="-3"/>
<line length1="1.5" end2="none" length2="1.5" x1="85" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="85"/>
<line length1="1.5" end2="none" length2="1.5" x1="55" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="55"/>
<line length1="1.5" end2="none" length2="1.5" x1="25" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="25"/>
<line length1="1.5" end2="none" length2="1.5" x1="53" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="53"/>
<line length1="1.5" end2="none" length2="1.5" x1="-5" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="-5"/>
<line length1="1.5" end2="none" length2="1.5" x1="83" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="83"/>
<line length1="1.5" end2="none" length2="1.5" x1="23" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="23"/>
<line length1="1.5" end2="none" length2="1.5" x1="31" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="31"/>
<line length1="1.5" end2="none" length2="1.5" x1="91" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="91"/>
<line length1="1.5" end2="none" length2="1.5" x1="-7" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="-7"/>
<line length1="1.5" end2="none" length2="1.5" x1="61" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="61"/>
<line length1="1.5" end2="none" length2="1.5" x1="1" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="1"/>
<line length1="1.5" end2="none" length2="1.5" x1="63" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="63"/>
<line length1="1.5" end2="none" length2="1.5" x1="93" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="93"/>
<line length1="1.5" end2="none" length2="1.5" x1="33" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="33"/>
<line length1="1.5" end2="none" length2="1.5" x1="95" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="95"/>
<line length1="1.5" end2="none" length2="1.5" x1="35" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="35"/>
<line length1="1.5" end2="none" length2="1.5" x1="65" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="65"/>
<line length1="1.5" end2="none" length2="1.5" x1="3" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="3"/>
<line length1="1.5" end2="none" length2="1.5" x1="37" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="37"/>
<line length1="1.5" end2="none" length2="1.5" x1="5" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="5"/>
<line length1="1.5" end2="none" length2="1.5" x1="67" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="67"/>
<line length1="1.5" end2="none" length2="1.5" x1="97" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="97"/>
<line length1="1.5" end2="none" length2="1.5" x1="7" y1="10" end1="none" y2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x2="7"/>
<rect rx="0" width="4" height="2" x="67" style="line-style:normal;line-weight:normal;filling:orange;color:orange" antialias="false" y="-3" ry="0"/>
<rect rx="0" width="4" height="2" x="37" style="line-style:normal;line-weight:normal;filling:orange;color:orange" antialias="false" y="-3" ry="0"/>
<rect rx="0" width="4" height="2" x="97" style="line-style:normal;line-weight:normal;filling:orange;color:orange" antialias="false" y="-3" ry="0"/>
<rect rx="0" width="4" height="2" x="19" style="line-style:normal;line-weight:normal;filling:green;color:green" antialias="false" y="-3" ry="0"/>
<rect rx="0" width="4" height="2" x="79" style="line-style:normal;line-weight:normal;filling:green;color:green" antialias="false" y="-3" ry="0"/>
<rect rx="0" width="4" height="2" x="49" style="line-style:normal;line-weight:normal;filling:green;color:green" antialias="false" y="-3" ry="0"/>
<rect rx="0" width="4" height="2" x="7" style="line-style:normal;line-weight:normal;filling:orange;color:orange" antialias="false" y="-3" ry="0"/>
<rect rx="0" width="4" height="2" x="-11" style="line-style:normal;line-weight:normal;filling:green;color:green" antialias="false" y="-3" ry="0"/>
<circle diameter="4" x="-27" style="line-style:normal;line-weight:normal;filling:green;color:black" antialias="false" y="3"/>
<arc width="6" start="45" height="6" x="-28" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" angle="-270" y="11"/>
<line length1="1.5" end2="none" length2="1.5" x1="-25" y1="10" end1="none" y2="13" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x2="-25"/>
<terminal orientation="s" x="90" y="17"/>
<terminal orientation="s" x="0" y="17"/>
<terminal orientation="s" x="60" y="17"/>
<terminal orientation="s" x="30" y="17"/>
</description>
</definition>

View File

@@ -1,83 +0,0 @@
<definition version="0.80" hotspot_x="45" link_type="simple" width="200" hotspot_y="25" orientation="dyyy" type="element" height="60">
<uuid uuid="{301fb4db-2568-4834-b8ce-b1a2baae35db}"/>
<names>
<name lang="fr">Switch 5 ports</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<rect ry="0" rx="0" antialias="false" width="190" x="-40" height="50" y="-20" style="line-style:normal;line-weight:normal;filling:gray;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="106" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="76" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="46" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="16" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="-14" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<polygon x7="65" y1="1" x14="56" y3="3" y4="12" y7="3" x6="71" y5="12" y12="1" y10="-2" x3="49" antialias="false" y11="-2" x4="49" y9="1" x12="57" x5="71" y8="1" x9="63" y2="3" x2="55" y6="3" x13="56" x1="55" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="57" y14="1" y13="1" x8="65" x10="63"/>
<polygon x7="35" y1="1" x14="26" y3="3" y4="12" y7="3" x6="41" y5="12" y12="1" y10="-2" x3="19" antialias="false" y11="-2" x4="19" y9="1" x12="27" x5="41" y8="1" x9="33" y2="3" x2="25" y6="3" x13="26" x1="25" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="27" y14="1" y13="1" x8="35" x10="33"/>
<polygon x7="5" y1="1" x14="-4" y3="3" y4="12" y7="3" x6="11" y5="12" y12="1" y10="-2" x3="-11" antialias="false" y11="-2" x4="-11" y9="1" x12="-3" x5="11" y8="1" x9="3" y2="3" x2="-5" y6="3" x13="-4" x1="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="-3" y14="1" y13="1" x8="5" x10="3"/>
<polygon x7="95" y1="1" x14="86" y3="3" y4="12" y7="3" x6="101" y5="12" y12="1" y10="-2" x3="79" antialias="false" y11="-2" x4="79" y9="1" x12="87" x5="101" y8="1" x9="93" y2="3" x2="85" y6="3" x13="86" x1="85" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="87" y14="1" y13="1" x8="95" x10="93"/>
<line y2="12" length2="1.5" length1="1.5" x2="59" antialias="false" end1="none" end2="none" x1="59" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="29" antialias="false" end1="none" end2="none" x1="29" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<dynamic_text text_from="ElementInfo" z="17" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{ac8599fc-af53-4a58-9c4d-ce72f39620d7}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" x="12" text_width="-1" y="-46" rotation="0">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line y2="12" length2="1.5" length1="1.5" x2="89" antialias="false" end1="none" end2="none" x1="89" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="57" antialias="false" end1="none" end2="none" x1="57" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="87" antialias="false" end1="none" end2="none" x1="87" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="27" antialias="false" end1="none" end2="none" x1="27" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="-1" antialias="false" end1="none" end2="none" x1="-1" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="-3" antialias="false" end1="none" end2="none" x1="-3" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="85" antialias="false" end1="none" end2="none" x1="85" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<polygon x7="126" y1="1" x14="117" y3="3" y4="12" y7="3" x6="132" y5="12" y12="1" y10="-2" x3="110" antialias="false" y11="-2" x4="110" y9="1" x12="118" x5="132" y8="1" x9="124" y2="3" x2="116" y6="3" x13="117" x1="116" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="118" y14="1" y13="1" x8="126" x10="124"/>
<line y2="12" length2="1.5" length1="1.5" x2="55" antialias="false" end1="none" end2="none" x1="55" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="25" antialias="false" end1="none" end2="none" x1="25" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="53" antialias="false" end1="none" end2="none" x1="53" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="-5" antialias="false" end1="none" end2="none" x1="-5" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="83" antialias="false" end1="none" end2="none" x1="83" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="23" antialias="false" end1="none" end2="none" x1="23" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="31" antialias="false" end1="none" end2="none" x1="31" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="91" antialias="false" end1="none" end2="none" x1="91" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="-7" antialias="false" end1="none" end2="none" x1="-7" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="61" antialias="false" end1="none" end2="none" x1="61" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="1" antialias="false" end1="none" end2="none" x1="1" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="63" antialias="false" end1="none" end2="none" x1="63" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="93" antialias="false" end1="none" end2="none" x1="93" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="33" antialias="false" end1="none" end2="none" x1="33" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="95" antialias="false" end1="none" end2="none" x1="95" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="35" antialias="false" end1="none" end2="none" x1="35" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="65" antialias="false" end1="none" end2="none" x1="65" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="3" antialias="false" end1="none" end2="none" x1="3" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="37" antialias="false" end1="none" end2="none" x1="37" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="5" antialias="false" end1="none" end2="none" x1="5" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="67" antialias="false" end1="none" end2="none" x1="67" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="97" antialias="false" end1="none" end2="none" x1="97" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="120" antialias="false" end1="none" end2="none" x1="120" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="7" antialias="false" end1="none" end2="none" x1="7" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect ry="0" rx="0" antialias="false" width="4" x="67" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="37" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="97" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="19" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="79" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="49" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="7" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="-11" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<line y2="12" length2="1.5" length1="1.5" x2="118" antialias="false" end1="none" end2="none" x1="118" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="116" antialias="false" end1="none" end2="none" x1="116" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="114" antialias="false" end1="none" end2="none" x1="114" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="122" antialias="false" end1="none" end2="none" x1="122" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="126" antialias="false" end1="none" end2="none" x1="126" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="128" antialias="false" end1="none" end2="none" x1="128" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="124" antialias="false" end1="none" end2="none" x1="124" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect ry="0" rx="0" antialias="false" width="4" x="128" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="110" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<circle antialias="false" x="-27" diameter="4" y="3" style="line-style:normal;line-weight:normal;filling:green;color:black"/>
<arc angle="-270" antialias="true" width="6" x="-28" height="6" y="11" start="45" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y2="13" length2="1.5" length1="1.5" x2="-25" antialias="false" end1="none" end2="none" x1="-25" y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<terminal orientation="s" x="60" y="17"/>
<terminal orientation="s" x="0" y="17"/>
<terminal orientation="s" x="90" y="17"/>
<terminal orientation="s" x="30" y="17"/>
<terminal orientation="s" x="121" y="17"/>
</description>
</definition>

View File

@@ -1,122 +1,118 @@
<definition version="0.80" hotspot_x="45" link_type="simple" width="300" hotspot_y="25" orientation="dyyy" type="element" height="60">
<uuid uuid="{c7adfb8e-22ff-4b36-b6e4-c3e9622719a0}"/>
<definition type="element" width="300" hotspot_y="25" orientation="dyyy" hotspot_x="45" height="60" link_type="simple" version="0.51">
<uuid uuid="{1e1e8352-01a8-4bf9-a89d-82aa2d9fa119}"/>
<names>
<name lang="fr">Switch 8 ports</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<rect ry="0" rx="0" antialias="false" width="290" x="-40" height="50" y="-20" style="line-style:normal;line-weight:normal;filling:gray;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="206" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="176" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="146" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="116" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="76" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="46" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="16" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<rect ry="0" rx="0" antialias="false" width="28" x="-14" height="20" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
<polygon x7="65" y1="1" x14="56" y3="3" y4="12" y7="3" x6="71" y5="12" y12="1" y10="-2" x3="49" antialias="false" y11="-2" x4="49" y9="1" x12="57" x5="71" y8="1" x9="63" y2="3" x2="55" y6="3" x13="56" x1="55" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="57" y14="1" y13="1" x8="65" x10="63"/>
<polygon x7="35" y1="1" x14="26" y3="3" y4="12" y7="3" x6="41" y5="12" y12="1" y10="-2" x3="19" antialias="false" y11="-2" x4="19" y9="1" x12="27" x5="41" y8="1" x9="33" y2="3" x2="25" y6="3" x13="26" x1="25" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="27" y14="1" y13="1" x8="35" x10="33"/>
<polygon x7="165" y1="1" x14="156" y3="3" y4="12" y7="3" x6="171" y5="12" y12="1" y10="-2" x3="149" antialias="false" y11="-2" x4="149" y9="1" x12="157" x5="171" y8="1" x9="163" y2="3" x2="155" y6="3" x13="156" x1="155" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="157" y14="1" y13="1" x8="165" x10="163"/>
<polygon x7="5" y1="1" x14="-4" y3="3" y4="12" y7="3" x6="11" y5="12" y12="1" y10="-2" x3="-11" antialias="false" y11="-2" x4="-11" y9="1" x12="-3" x5="11" y8="1" x9="3" y2="3" x2="-5" y6="3" x13="-4" x1="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="-3" y14="1" y13="1" x8="5" x10="3"/>
<polygon x7="95" y1="1" x14="86" y3="3" y4="12" y7="3" x6="101" y5="12" y12="1" y10="-2" x3="79" antialias="false" y11="-2" x4="79" y9="1" x12="87" x5="101" y8="1" x9="93" y2="3" x2="85" y6="3" x13="86" x1="85" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="87" y14="1" y13="1" x8="95" x10="93"/>
<line y2="12" length2="1.5" length1="1.5" x2="59" antialias="false" end1="none" end2="none" x1="59" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="29" antialias="false" end1="none" end2="none" x1="29" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<dynamic_text text_from="ElementInfo" z="17" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{ac8599fc-af53-4a58-9c4d-ce72f39620d7}" frame="false" Halignment="AlignLeft" Valignment="AlignTop" x="12" text_width="-1" y="-46" rotation="0">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line y2="12" length2="1.5" length1="1.5" x2="89" antialias="false" end1="none" end2="none" x1="89" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<polygon x7="225" y1="1" x14="216" y3="3" y4="12" y7="3" x6="231" y5="12" y12="1" y10="-2" x3="209" antialias="false" y11="-2" x4="209" y9="1" x12="217" x5="231" y8="1" x9="223" y2="3" x2="215" y6="3" x13="216" x1="215" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="217" y14="1" y13="1" x8="225" x10="223"/>
<line y2="12" length2="1.5" length1="1.5" x2="57" antialias="false" end1="none" end2="none" x1="57" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="87" antialias="false" end1="none" end2="none" x1="87" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="27" antialias="false" end1="none" end2="none" x1="27" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<polygon x7="195" y1="1" x14="186" y3="3" y4="12" y7="3" x6="201" y5="12" y12="1" y10="-2" x3="179" antialias="false" y11="-2" x4="179" y9="1" x12="187" x5="201" y8="1" x9="193" y2="3" x2="185" y6="3" x13="186" x1="185" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="187" y14="1" y13="1" x8="195" x10="193"/>
<line y2="12" length2="1.5" length1="1.5" x2="-1" antialias="false" end1="none" end2="none" x1="-1" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="-3" antialias="false" end1="none" end2="none" x1="-3" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="85" antialias="false" end1="none" end2="none" x1="85" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<polygon x7="135" y1="1" x14="126" y3="3" y4="12" y7="3" x6="141" y5="12" y12="1" y10="-2" x3="119" antialias="false" y11="-2" x4="119" y9="1" x12="127" x5="141" y8="1" x9="133" y2="3" x2="125" y6="3" x13="126" x1="125" style="line-style:normal;line-weight:normal;filling:none;color:black" x11="127" y14="1" y13="1" x8="135" x10="133"/>
<line y2="12" length2="1.5" length1="1.5" x2="55" antialias="false" end1="none" end2="none" x1="55" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="25" antialias="false" end1="none" end2="none" x1="25" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="53" antialias="false" end1="none" end2="none" x1="53" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="-5" antialias="false" end1="none" end2="none" x1="-5" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="219" antialias="false" end1="none" end2="none" x1="219" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="83" antialias="false" end1="none" end2="none" x1="83" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="23" antialias="false" end1="none" end2="none" x1="23" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="31" antialias="false" end1="none" end2="none" x1="31" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="91" antialias="false" end1="none" end2="none" x1="91" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="-7" antialias="false" end1="none" end2="none" x1="-7" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="61" antialias="false" end1="none" end2="none" x1="61" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="159" antialias="false" end1="none" end2="none" x1="159" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="1" antialias="false" end1="none" end2="none" x1="1" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="189" antialias="false" end1="none" end2="none" x1="189" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="63" antialias="false" end1="none" end2="none" x1="63" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="93" antialias="false" end1="none" end2="none" x1="93" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="33" antialias="false" end1="none" end2="none" x1="33" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="95" antialias="false" end1="none" end2="none" x1="95" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="35" antialias="false" end1="none" end2="none" x1="35" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="65" antialias="false" end1="none" end2="none" x1="65" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="3" antialias="false" end1="none" end2="none" x1="3" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="157" antialias="false" end1="none" end2="none" x1="157" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="187" antialias="false" end1="none" end2="none" x1="187" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="37" antialias="false" end1="none" end2="none" x1="37" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="5" antialias="false" end1="none" end2="none" x1="5" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="67" antialias="false" end1="none" end2="none" x1="67" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="97" antialias="false" end1="none" end2="none" x1="97" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="129" antialias="false" end1="none" end2="none" x1="129" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="7" antialias="false" end1="none" end2="none" x1="7" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="217" antialias="false" end1="none" end2="none" x1="217" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect ry="0" rx="0" antialias="false" width="4" x="67" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="37" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="97" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="19" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="79" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="49" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="7" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<line y2="12" length2="1.5" length1="1.5" x2="185" antialias="false" end1="none" end2="none" x1="185" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect ry="0" rx="0" antialias="false" width="4" x="-11" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<line y2="12" length2="1.5" length1="1.5" x2="155" antialias="false" end1="none" end2="none" x1="155" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="215" antialias="false" end1="none" end2="none" x1="215" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="127" antialias="false" end1="none" end2="none" x1="127" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="125" antialias="false" end1="none" end2="none" x1="125" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="183" antialias="false" end1="none" end2="none" x1="183" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="153" antialias="false" end1="none" end2="none" x1="153" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="213" antialias="false" end1="none" end2="none" x1="213" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="123" antialias="false" end1="none" end2="none" x1="123" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="161" antialias="false" end1="none" end2="none" x1="161" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="221" antialias="false" end1="none" end2="none" x1="221" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="191" antialias="false" end1="none" end2="none" x1="191" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="193" antialias="false" end1="none" end2="none" x1="193" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="223" antialias="false" end1="none" end2="none" x1="223" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="131" antialias="false" end1="none" end2="none" x1="131" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="163" antialias="false" end1="none" end2="none" x1="163" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="165" antialias="false" end1="none" end2="none" x1="165" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="133" antialias="false" end1="none" end2="none" x1="133" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="195" antialias="false" end1="none" end2="none" x1="195" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="225" antialias="false" end1="none" end2="none" x1="225" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="135" antialias="false" end1="none" end2="none" x1="135" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="197" antialias="false" end1="none" end2="none" x1="197" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="227" antialias="false" end1="none" end2="none" x1="227" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="167" antialias="false" end1="none" end2="none" x1="167" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<line y2="12" length2="1.5" length1="1.5" x2="137" antialias="false" end1="none" end2="none" x1="137" y1="10" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
<rect ry="0" rx="0" antialias="false" width="4" x="197" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="227" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="167" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="149" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="179" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="137" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange"/>
<rect ry="0" rx="0" antialias="false" width="4" x="209" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<rect ry="0" rx="0" antialias="false" width="4" x="119" height="2" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green"/>
<circle antialias="false" x="-27" diameter="4" y="3" style="line-style:normal;line-weight:normal;filling:green;color:black"/>
<arc angle="-270" antialias="true" width="6" x="-28" height="6" y="11" start="45" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line y2="13" length2="1.5" length1="1.5" x2="-25" antialias="false" end1="none" end2="none" x1="-25" y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<terminal orientation="s" x="60" y="17"/>
<terminal orientation="s" x="0" y="17"/>
<terminal orientation="s" x="190" y="17"/>
<terminal orientation="s" x="220" y="17"/>
<terminal orientation="s" x="90" y="17"/>
<terminal orientation="s" x="160" y="17"/>
<terminal orientation="s" x="30" y="17"/>
<terminal orientation="s" x="130" y="17"/>
<rect width="290" x="-40" antialias="false" y="-20" style="line-style:normal;line-weight:normal;filling:gray;color:black" height="50"/>
<rect width="28" x="205" antialias="false" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20"/>
<rect width="28" x="175" antialias="false" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20"/>
<rect width="28" x="145" antialias="false" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20"/>
<rect width="28" x="115" antialias="false" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20"/>
<rect width="28" x="76" antialias="false" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20"/>
<rect width="28" x="46" antialias="false" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20"/>
<rect width="28" x="16" antialias="false" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20"/>
<rect width="28" x="-14" antialias="false" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20"/>
<polygon y6="3" x10="63" x6="71" y10="-2" x3="49" x11="57" y8="1" y13="1" x1="55" x14="56" y1="1" antialias="false" y12="1" y14="1" y9="1" x7="65" y5="12" y4="12" y11="-2" x12="57" x4="49" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="3" y7="3" x2="55" x9="63" x8="65" y2="3" x13="56" x5="71"/>
<polygon y6="3" x10="33" x6="41" y10="-2" x3="19" x11="27" y8="1" y13="1" x1="25" x14="26" y1="1" antialias="false" y12="1" y14="1" y9="1" x7="35" y5="12" y4="12" y11="-2" x12="27" x4="19" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="3" y7="3" x2="25" x9="33" x8="35" y2="3" x13="26" x5="41"/>
<polygon y6="3" x10="162" x6="170" y10="-2" x3="148" x11="156" y8="1" y13="1" x1="154" x14="155" y1="1" antialias="false" y12="1" y14="1" y9="1" x7="164" y5="12" y4="12" y11="-2" x12="156" x4="148" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="3" y7="3" x2="154" x9="162" x8="164" y2="3" x13="155" x5="170"/>
<polygon y6="3" x10="3" x6="11" y10="-2" x3="-11" x11="-3" y8="1" y13="1" x1="-5" x14="-4" y1="1" antialias="false" y12="1" y14="1" y9="1" x7="5" y5="12" y4="12" y11="-2" x12="-3" x4="-11" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="3" y7="3" x2="-5" x9="3" x8="5" y2="3" x13="-4" x5="11"/>
<polygon y6="3" x10="93" x6="101" y10="-2" x3="79" x11="87" y8="1" y13="1" x1="85" x14="86" y1="1" antialias="false" y12="1" y14="1" y9="1" x7="95" y5="12" y4="12" y11="-2" x12="87" x4="79" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="3" y7="3" x2="85" x9="93" x8="95" y2="3" x13="86" x5="101"/>
<line y2="12" y1="10" length1="1.5" x1="59" x2="59" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="29" x2="29" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<input rotate="true" x="12" tagg="label" size="9" text="_" y="-35"/>
<line y2="12" y1="10" length1="1.5" x1="89" x2="89" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<polygon y6="3" x10="222" x6="230" y10="-2" x3="208" x11="216" y8="1" y13="1" x1="214" x14="215" y1="1" antialias="false" y12="1" y14="1" y9="1" x7="224" y5="12" y4="12" y11="-2" x12="216" x4="208" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="3" y7="3" x2="214" x9="222" x8="224" y2="3" x13="215" x5="230"/>
<line y2="12" y1="10" length1="1.5" x1="57" x2="57" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="87" x2="87" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="27" x2="27" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<polygon y6="3" x10="192" x6="200" y10="-2" x3="178" x11="186" y8="1" y13="1" x1="184" x14="185" y1="1" antialias="false" y12="1" y14="1" y9="1" x7="194" y5="12" y4="12" y11="-2" x12="186" x4="178" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="3" y7="3" x2="184" x9="192" x8="194" y2="3" x13="185" x5="200"/>
<line y2="12" y1="10" length1="1.5" x1="-1" x2="-1" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="-3" x2="-3" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="85" x2="85" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<polygon y6="3" x10="132" x6="140" y10="-2" x3="118" x11="126" y8="1" y13="1" x1="124" x14="125" y1="1" antialias="false" y12="1" y14="1" y9="1" x7="134" y5="12" y4="12" y11="-2" x12="126" x4="118" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="3" y7="3" x2="124" x9="132" x8="134" y2="3" x13="125" x5="140"/>
<line y2="12" y1="10" length1="1.5" x1="55" x2="55" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="25" x2="25" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="53" x2="53" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="-5" x2="-5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="218" x2="218" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="83" x2="83" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="23" x2="23" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="31" x2="31" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="91" x2="91" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="-7" x2="-7" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="61" x2="61" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="158" x2="158" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="1" x2="1" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="188" x2="188" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="63" x2="63" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="93" x2="93" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="33" x2="33" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="95" x2="95" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="35" x2="35" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="65" x2="65" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="3" x2="3" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="156" x2="156" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="186" x2="186" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="37" x2="37" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="5" x2="5" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="67" x2="67" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="97" x2="97" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="128" x2="128" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="7" x2="7" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="216" x2="216" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<rect width="4" x="67" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2"/>
<rect width="4" x="37" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2"/>
<rect width="4" x="97" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2"/>
<rect width="4" x="19" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2"/>
<rect width="4" x="79" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2"/>
<rect width="4" x="49" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2"/>
<rect width="4" x="7" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2"/>
<line y2="12" y1="10" length1="1.5" x1="184" x2="184" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<rect width="4" x="-11" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2"/>
<line y2="12" y1="10" length1="1.5" x1="154" x2="154" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="214" x2="214" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="126" x2="126" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="124" x2="124" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="182" x2="182" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="152" x2="152" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="212" x2="212" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="122" x2="122" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="160" x2="160" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="220" x2="220" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="190" x2="190" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="192" x2="192" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="222" x2="222" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="130" x2="130" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="162" x2="162" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="164" x2="164" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="132" x2="132" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="194" x2="194" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="224" x2="224" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="134" x2="134" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="196" x2="196" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="226" x2="226" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="166" x2="166" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<line y2="12" y1="10" length1="1.5" x1="136" x2="136" antialias="false" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" length2="1.5"/>
<rect width="4" x="196" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2"/>
<rect width="4" x="226" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2"/>
<rect width="4" x="166" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2"/>
<rect width="4" x="148" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2"/>
<rect width="4" x="178" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2"/>
<rect width="4" x="136" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2"/>
<rect width="4" x="208" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2"/>
<rect width="4" x="118" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2"/>
<circle diameter="4" x="-27" antialias="false" y="3" style="line-style:normal;line-weight:normal;filling:green;color:black"/>
<arc start="45" width="6" x="-28" antialias="true" y="11" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" angle="-270"/>
<line y2="13" y1="10" length1="1.5" x1="-25" x2="-25" antialias="false" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length2="1.5"/>
<terminal x="90" orientation="s" y="17"/>
<terminal x="60" orientation="s" y="17"/>
<terminal x="30" orientation="s" y="17"/>
<terminal x="0" orientation="s" y="17"/>
<terminal x="219" orientation="s" y="17"/>
<terminal x="129" orientation="s" y="17"/>
<terminal x="189" orientation="s" y="17"/>
<terminal x="159" orientation="s" y="17"/>
</description>
</definition>

View File

@@ -1,30 +1,33 @@
<definition link_type="simple" orientation="dyyy" hotspot_x="35" height="70" type="element" width="70" hotspot_y="40" version="0.80">
<uuid uuid="{73efef4a-1a7d-4702-98a0-e773b3c013e4}"/>
<definition link_type="simple" type="element" version="0.51" hotspot_x="35" orientation="dyyy" hotspot_y="40" height="70" width="70">
<uuid uuid="{18833ca2-618e-457e-b061-04fc91a83cd3}"/>
<names>
<name lang="fr">Prise DTI</name>
</names>
<elementInformations/>
<informations></informations>
<description>
<polygon x4="-11" x14="-4" y2="-2" x6="11" y11="2" x9="3" x7="5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-5" x13="-4" x12="-3" y8="0" x10="3" y9="0" x11="-3" x3="-11" antialias="false" x8="5" y7="-2" x1="-5" y1="0" y3="-2" y5="-12" y4="-12" x5="11" y10="2" y6="-2" y12="0" y13="0" y14="0"/>
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" x="-8" y="26" text_width="-1" frame="false" Valignment="AlignTop" z="2" uuid="{81f27e89-1d0b-498b-b808-492db57a54d1}" text_from="ElementInfo" Halignment="AlignLeft">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line length2="1.5" y1="-12" x2="-1" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x1="-1" length1="1.5" end2="none" antialias="false" y2="-10"/>
<line length2="1.5" y1="-12" x2="-3" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x1="-3" length1="1.5" end2="none" antialias="false" y2="-10"/>
<line length2="1.5" y1="-12" x2="-5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x1="-5" length1="1.5" end2="none" antialias="false" y2="-10"/>
<line length2="1.5" y1="-12" x2="-7" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x1="-7" length1="1.5" end2="none" antialias="false" y2="-10"/>
<line length2="1.5" y1="-12" x2="1" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x1="1" length1="1.5" end2="none" antialias="false" y2="-10"/>
<line length2="1.5" y1="-12" x2="3" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x1="3" length1="1.5" end2="none" antialias="false" y2="-10"/>
<line length2="1.5" y1="-12" x2="5" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x1="5" length1="1.5" end2="none" antialias="false" y2="-10"/>
<line length2="1.5" y1="-12" x2="7" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" x1="7" length1="1.5" end2="none" antialias="false" y2="-10"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-14" y="-15" height="20" antialias="false" ry="0" width="28" rx="0"/>
<rect style="line-style:normal;line-weight:thin;filling:none;color:black" x="-22" y="-27" height="44" antialias="false" ry="0" width="44" rx="0"/>
<text text="TEST" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="-9" y="-18"/>
<text text="DTI" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="-11" y="16"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-30" y="-35" height="60" antialias="false" ry="3" width="60" rx="3"/>
<terminal orientation="n" x="0" y="-35"/>
<terminal orientation="s" x="0" y="24"/>
<polygon antialias="false" x9="3" y12="0" y8="0" x11="-3" y13="0" x13="-4" y11="2" y14="0" x4="-11" x5="11" y3="-2" y7="-2" y4="-12" y6="-2" y10="2" x3="-11" x2="-5" x14="-4" y2="-2" y1="0" y9="0" x8="5" x7="5" x1="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" x6="11" y5="-12" x10="3" x12="-3"/>
<input text="_" x="-8" y="37" size="9" tagg="label" rotate="true"/>
<line end1="none" antialias="false" x1="-1" x2="-1" end2="none" y1="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y2="-10" length1="1.5"/>
<line end1="none" antialias="false" x1="-3" x2="-3" end2="none" y1="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y2="-10" length1="1.5"/>
<line end1="none" antialias="false" x1="-5" x2="-5" end2="none" y1="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y2="-10" length1="1.5"/>
<line end1="none" antialias="false" x1="-7" x2="-7" end2="none" y1="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y2="-10" length1="1.5"/>
<line end1="none" antialias="false" x1="1" x2="1" end2="none" y1="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y2="-10" length1="1.5"/>
<line end1="none" antialias="false" x1="3" x2="3" end2="none" y1="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y2="-10" length1="1.5"/>
<line end1="none" antialias="false" x1="5" x2="5" end2="none" y1="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y2="-10" length1="1.5"/>
<line end1="none" antialias="false" x1="7" x2="7" end2="none" y1="-12" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5" y2="-10" length1="1.5"/>
<rect x="-14" antialias="false" y="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" width="28"/>
<rect x="-22" antialias="false" y="-27" style="line-style:normal;line-weight:thin;filling:none;color:black" height="44" width="44"/>
<text text="TEST" x="-9" y="-18" size="6"/>
<arc x="-30" antialias="true" y="-35" angle="90" style="line-style:normal;line-weight:normal;filling:none;color:black" start="90" height="8" width="8"/>
<arc x="22" antialias="true" y="-35" angle="90" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" height="8" width="8"/>
<arc x="22" antialias="true" y="17" angle="90" style="line-style:normal;line-weight:normal;filling:none;color:black" start="270" height="8" width="8"/>
<arc x="-30" antialias="true" y="17" angle="90" style="line-style:normal;line-weight:normal;filling:none;color:black" start="180" height="8" width="8"/>
<line end1="none" antialias="false" x1="-25" x2="25" end2="none" y1="-35" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y2="-35" length1="1.5"/>
<line end1="none" antialias="false" x1="30" x2="30" end2="none" y1="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y2="20" length1="1.5"/>
<line end1="none" antialias="false" x1="25" x2="-25" end2="none" y1="25" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y2="25" length1="1.5"/>
<line end1="none" antialias="false" x1="-30" x2="-30" end2="none" y1="20" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" y2="-30" length1="1.5"/>
<text text="DTI" x="-11" y="16" size="9"/>
<terminal x="0" y="-35" orientation="n"/>
<terminal x="0" y="24" orientation="s"/>
</description>
</definition>

View File

@@ -12,9 +12,9 @@
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="manufacturer">ABB</elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
</elementInformations>
<informations></informations>

View File

@@ -18,9 +18,9 @@
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="manufacturer">ABB</elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;

View File

@@ -18,9 +18,9 @@
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="manufacturer">ABB</elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;

View File

@@ -12,9 +12,9 @@
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="manufacturer">ABB</elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;

View File

@@ -12,9 +12,9 @@
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="manufacturer">ABB</elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;

View File

@@ -12,12 +12,12 @@
<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="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>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>Author: PAI&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>

View File

@@ -14,9 +14,9 @@
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="manufacturer">ABB</elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
</elementInformations>
<informations>Author: PAI&#xd;

View File

@@ -14,9 +14,9 @@
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="manufacturer">ABB</elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
</elementInformations>
<informations></informations>

View File

@@ -4,9 +4,9 @@
<name lang="hu">1734-IB8S</name>
</names>
<elementInformations>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<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-reference"></elementInformation>
<elementInformation show="1" name="manufacturer">Allen Bradley</elementInformation>
<elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>

View File

@@ -16,13 +16,13 @@
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Allen Bradley</elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>

View File

@@ -9,13 +9,13 @@
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Allen Bradley</elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>dessine</informations>
<description>

View File

@@ -9,13 +9,13 @@
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Allen Bradley</elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>dessine</informations>
<description>

View File

@@ -8,13 +8,13 @@
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Allen Bradley</elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>dessine</informations>
<description>

View File

@@ -8,13 +8,13 @@
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Allen Bradley</elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>dessine</informations>
<description>

View File

@@ -9,13 +9,13 @@
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Allen Bradley</elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations></informations>
<description>

View File

@@ -9,13 +9,13 @@
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Allen Bradley</elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations></informations>
<description>

View File

@@ -9,13 +9,13 @@
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Allen Bradley</elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>dessine</informations>
<description>

View File

@@ -9,13 +9,13 @@
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Allen Bradley</elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>dessine</informations>
<description>

View File

@@ -17,13 +17,13 @@
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Allen Bradley</elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>

View File

@@ -17,13 +17,13 @@
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Allen Bradley</elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>

View File

@@ -17,13 +17,13 @@
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Allen Bradley</elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>

View File

@@ -17,13 +17,13 @@
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Allen Bradley</elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>

View File

@@ -17,13 +17,13 @@
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Allen Bradley</elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>

View File

@@ -9,13 +9,13 @@
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Allen Bradley</elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>dessine</informations>
<description>

View File

@@ -9,13 +9,13 @@
<elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Allen Bradley</elementInformation>
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
<elementInformation name="machine-manufacturer-reference" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
<elementInformation name="manufacturer-reference" show="1"></elementInformation>
</elementInformations>
<informations>dessine</informations>
<description>

View File

@@ -9,11 +9,11 @@
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="designation">1734-IB2</elementInformation>
<elementInformation show="1" name="manufacturer">Allen-Bradley</elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team

View File

@@ -9,11 +9,11 @@
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="designation">1734-IB4</elementInformation>
<elementInformation show="1" name="manufacturer">Allen-Bradley</elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team

View File

@@ -9,11 +9,11 @@
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="designation">1734-IB8</elementInformation>
<elementInformation show="1" name="manufacturer">Allen-Bradley</elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team

View File

@@ -10,11 +10,11 @@
<elementInformation show="1" name="manufacturer">Allen-Bradley</elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
</elementInformations>
<informations>MBENOIT</informations>

View File

@@ -9,11 +9,11 @@
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="designation">1734-OB2</elementInformation>
<elementInformation show="1" name="manufacturer">Allen-Bradley</elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team

View File

@@ -9,11 +9,11 @@
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="designation">1734-OB4</elementInformation>
<elementInformation show="1" name="manufacturer">Allen-Bradley</elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team

View File

@@ -9,11 +9,11 @@
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="designation">1734-OB8</elementInformation>
<elementInformation show="1" name="manufacturer">Allen-Bradley</elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team

View File

@@ -9,11 +9,11 @@
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="manufacturer">Allen-Bradley</elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
</elementInformations>
<informations></informations>

View File

@@ -9,11 +9,11 @@
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="designation">1734-OW2</elementInformation>
<elementInformation show="1" name="manufacturer">Allen-Bradley</elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team

View File

@@ -9,11 +9,11 @@
<elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="designation">1734-OW4</elementInformation>
<elementInformation show="1" name="manufacturer">Allen-Bradley</elementInformation>
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
<elementInformation show="1" name="description"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team

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