Compare commits

...

296 Commits

Author SHA1 Message Date
Claveau Joshua 8be1e207b8 Test 2020-07-01 18:13:25 +02:00
Claveau Joshua 6652401d07 Minor improvement
Element query widget, when "all" is selected, report and slave is not
selected anymore.
Summary should be smaller.
2020-06-29 20:50:29 +02:00
artgg7300 485ccbfb61 updated hungarian files 2020-06-23 19:15:11 +02:00
Martin Marmsoler 6c84b55586 allow multiedit also for arceditor, ellipse, line, rectangle and show properties when single polygon is selected 2020-06-23 06:54:40 +02:00
Ole Carlsen 0ed9ac393c Danish translation updated 2020-06-22 18:14:55 +02:00
Laurent Trinques 3e0d8aa3c3 Update Polish translation, thanks Pawel 2020-06-22 05:36:06 +02:00
Simon De Backer e590c76251 add Vertical sparcer's 2020-06-22 05:26:12 +02:00
Laurent Trinques a323cbbc48 Update example with new summary and nomenclature feature 2020-06-21 19:44:56 +02:00
dlee99 168bafa9c8 modified: lang/qet_nl.qm
modified:   lang/qet_nl.ts
2020-06-21 18:24:19 +02:00
Laurent Trinques c8bdfb3ac6 Update *TS files 2020-06-21 18:15:26 +02:00
Claveau Joshua 0a1b688003 Fix crash.
Fix crash when when move and undo the move of a QetGraphicsTableItem
2020-06-21 16:25:34 +02:00
Claveau Joshua 0587c56bba Summary query widget : config can be saved/loaded 2020-06-21 16:17:35 +02:00
Claveau Joshua 64f3001c86 Continue new summary feature
Header name is now well translated.
Open the good dialog from the properties dock widget
2020-06-21 16:00:14 +02:00
Laurent Trinques edb5217b31 Update *TS files 2020-06-21 11:23:56 +02:00
Simon De Backer cfb5acc8d5 fix tr() cannot be called without context
add QObject::
qetdiagrameditor.cpp:2341: tr() cannot be called without context
qetdiagrameditor.cpp:2372: tr() cannot be called without context
diagramfoliolist.cpp:175: Class 'DiagramFolioList' lacks Q_OBJECT macro
2020-06-21 11:22:44 +02:00
Simon De Backer ca2e737df3 fix deprecated warning int QWheelEvent::delta() const
Use angleDelta() instead
and .y();
2020-06-21 10:50:26 +02:00
Simon De Backer 2241343fba fix Wmisleading-indentation
is misleadingly indented as if it were guarded by the ‘if’
2020-06-21 10:50:00 +02:00
Simon De Backer 501134ab25 add Q_UNUSED for TerminalData:: fromSettings & toSettings 2020-06-21 10:49:38 +02:00
Simon De Backer c4850f815f fix Wdeprecated-declarations
Use default constructor instead
2020-06-21 10:49:14 +02:00
Ole Carlsen 6a926bbe50 Danish translation updated 2020-06-21 07:53:20 +02:00
Laurent Trinques 34b4d11e53 Minor 2020-06-20 23:52:12 +02:00
Simon De Backer ddf88bbed7 add font color of the conductors 2020-06-20 23:48:20 +02:00
dlee99 53447b41c9 modified: lang/qet_nl.qm
modified:   lang/qet_nl.ts
2020-06-20 22:46:30 +02:00
Simon De Backer 47637c4779 another alternative ui for ConductorPropertiesWidget 2020-06-19 21:56:38 +02:00
Laurent Trinques 205c683d6f Improve Simon patch :
The window of the properties of the conductor does not
 exactly fit in height.
2020-06-19 09:40:45 +02:00
Simon De Backer 1278fe1124 The window of the properties of the conductor does not exactly fit in height.
On the laptop, the resolution is 1368 * 768.
2020-06-19 09:02:22 +02:00
Claveau Joshua 090da90e22 fix fail to build 2020-06-18 19:20:25 +02:00
Claveau Joshua ec5f537da4 Add new summary table (WIP) 2020-06-18 18:52:29 +02:00
artgg7300 80b5029cd1 translated hungarian files 2020-06-17 05:34:02 +02:00
Laurent Trinques 534ab19616 Revert "MacOS: try to remove hard coded python PATH"
This reverts commit 36071e9cf5.
2020-06-16 17:36:54 +02:00
Laurent Trinques 36071e9cf5 MacOS: try to remove hard coded python PATH 2020-06-16 17:21:44 +02:00
Laurent Trinques b8b0bbed44 Add new symbols 2020-06-16 01:32:50 +02:00
Laurent Trinques 78a02af400 Minor : general_widget add TextEditorInteraction 2020-06-15 19:26:44 +02:00
Laurent Trinques e10ae8ce2e Update Copyright date 2020-06-15 17:42:53 +02:00
Laurent Trinques a5465c201f Try to fix bad font rendering under Windows plateform
see : https://bugreports.qt.io/browse/QTBUG-83161
2020-06-15 13:01:05 +02:00
Laurent Trinques bb7ef2a13f Update *TS files 2020-06-14 22:19:28 +02:00
dlee99 3f9db7b9ec modified: lang/qet_nl.qm
modified:   lang/qet_nl.ts
2020-06-14 21:20:51 +02:00
Laurent Trinques ec13e0dde3 Try to fix Ubuntu 18.04 FTBFS, again 2020-06-14 18:14:14 +02:00
Laurent Trinques 509d1f39f0 Try to fix Ubuntu 18.04 FTBFS again 2020-06-14 17:49:50 +02:00
Martin Marmsoler 83f4a7c6ba do not set parts again when they are set already 2020-06-14 17:07:14 +02:00
Martin Marmsoler d7b5ceece1 implement currentParts() for every elementItemEditor so the editor can be extended to multi part edit in a later step 2020-06-14 17:07:14 +02:00
Martin Marmsoler 0fb98fbdac add multiedit feature also for dynamic text 2020-06-14 17:07:14 +02:00
Martin Marmsoler 0485df25dc static_cast is enough 2020-06-14 17:07:14 +02:00
Martin Marmsoler cfda59e978 multipart edit 2020-06-14 17:07:14 +02:00
Martin Marmsoler 4abf1c4f2e - static_cast because it is a condition that it is PartTerminal 2020-06-14 17:07:14 +02:00
Martin Marmsoler 37cc326a46 solves #7 2020-06-14 17:07:14 +02:00
Martin Marmsoler a6137ed0d0 forgotten to commit texteditor 2020-06-14 17:07:14 +02:00
Martin Marmsoler a07e973482 make partTextEditor capable to modify multiple parts at the same time 2020-06-14 17:07:13 +02:00
Martin Marmsoler a2d466240b multiterminal change 2020-06-14 17:07:13 +02:00
Martin Marmsoler b85b341941 WIP 2020-06-14 17:07:13 +02:00
Martin Marmsoler 451d5c8f58 not needed, because it is the same than a few lines below 2020-06-14 17:07:13 +02:00
Laurent Trinques 09dd92215f Try to fix Ubuntu 18.04 FTBFS 2020-06-14 16:22:23 +02:00
Laurent Trinques a8c2283cbe hot fix zoom and scrolling
bug: was only zoom In
    (int QPoint::manhattanLength() const
    Returns the sum of the absolute values)
2020-06-14 14:29:59 +02:00
Simon De Backer 39fba2702d add be lang 2020-06-14 13:51:48 +02:00
Simon De Backer 35ba2bbe95 hot fix zoom and scrolling
bug: was only zoom In
(int QPoint::manhattanLength() const
Returns the sum of the absolute values)
2020-06-14 13:40:12 +02:00
Martin Marmsoler 81992bc777 remove inline, because it creates compile issues in release mode. see #48 2020-06-14 13:29:26 +02:00
Martin Marmsoler 3bac452141 add comments 2020-06-14 13:29:26 +02:00
Martin Marmsoler 51843bf03e replace foreach by for 2020-06-14 13:29:26 +02:00
Martin Marmsoler af989b1cd8 Use uuid instead of an index to connect multiple elements 2020-06-14 13:29:25 +02:00
Martin Marmsoler c2e17daab9 move initialization to header, so it must not be done in every constructor 2020-06-14 13:29:25 +02:00
Martin Marmsoler 439cf4cbd6 fix segmentation fault 2020-06-14 13:29:25 +02:00
Martin Marmsoler 89452f0b3c fix nullpointer exception 2020-06-14 13:29:25 +02:00
Martin Marmsoler 587ada643f try to use TerminalData in Terminal and PartTerminal, sou the code must not be written double 2020-06-14 13:29:25 +02:00
Martin Marmsoler 77a2ceea7d regarding to joshuas email, toXml uses a new structure. So it is changed in the properties interface and xrefproperties 2020-06-14 13:29:25 +02:00
Laurent Trinques 496b8f302a Fix FTBFS on Ubuntu 18.04 2020-06-14 08:26:52 +02:00
Laurent Trinques 22e619d6b9 Revert pull request #48 2020-06-14 07:35:52 +02:00
Martin Marmsoler c9a7c836c5 add comments 2020-06-13 16:26:22 +02:00
Martin Marmsoler a8a2df7c55 replace foreach by for 2020-06-13 16:26:22 +02:00
Martin Marmsoler 9b06a81c49 Use uuid instead of an index to connect multiple elements 2020-06-13 16:26:22 +02:00
Martin Marmsoler 7f07660959 move initialization to header, so it must not be done in every constructor 2020-06-13 16:26:22 +02:00
Martin Marmsoler bc8bb63cae fix segmentation fault 2020-06-13 16:26:22 +02:00
Martin Marmsoler e8d4b6c9d5 fix nullpointer exception 2020-06-13 16:26:22 +02:00
Martin Marmsoler ec52032532 try to use TerminalData in Terminal and PartTerminal, sou the code must not be written double 2020-06-13 16:26:22 +02:00
Martin Marmsoler 8c6b4120f5 regarding to joshuas email, toXml uses a new structure. So it is changed in the properties interface and xrefproperties 2020-06-13 16:26:22 +02:00
Laurent Trinques ca80b3d69f Improve last commit 2020-06-13 06:29:24 +02:00
Laurent Trinques 2e8c7d5236 Fix FTBFS
QTextStreamFunctions::endl(QTextStream&)

simple but no buffer flush
2020-06-13 06:08:11 +02:00
Laurent Trinques f41b3ba26f QTextStreamFunctions::endl(QTextStream&)
Use Qt::endl instead
2020-06-13 05:44:34 +02:00
Simon De Backer 2aff40fd52 fix deprecated warning QTextStream& QTextStreamFunctions::endl(QTextStream&)
Use Qt::endl instead

QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl")
2020-06-13 05:42:05 +02:00
Simon De Backer c97a239c29 fix deprecated warning Qt::WindowFlags = nullptr
Use default constructor instead

Qt::Widget 0x00000000
This is the default type for QWidget.
Widgets of this type are child widgets if they have a parent,
and independent windows if they have no parent.
See also Qt::Window and Qt::SubWindow.
2020-06-12 19:54:34 +02:00
Simon De Backer e4f4c1e154 fix deprecated warning void QGraphicsView::resetMatrix()
Use resetTransform() instead

This class was introduced in Qt 4.2.

+ indentation warning
of "resetSceneRect();"
2020-06-12 19:54:13 +02:00
Simon De Backer b29753e37e fix deprecated warning QMatrix QGraphicsView::matrix() const
Use transform() instead

This class was introduced in Qt 4.2.
2020-06-12 19:53:57 +02:00
Simon De Backer 71abaf92cb fix deprecated warning int QWheelEvent::delta() const
Use angleDelta() instead

manhattanLength()
Returns the sum of the absolute values of x() and y(),
traditionally known as the "Manhattan length" of the vector
from the origin to the point.

This class was introduced in Qt 5.5
2020-06-12 19:52:50 +02:00
Simon De Backer bb093ba0cd Mod Copyright Date
from const to dynamic

benefit the date no longer needs to be translated
2020-06-12 19:52:31 +02:00
Laurent Trinques 247a14f7aa Fix Unbutu 18.04 FTFS 2020-06-12 07:22:18 +02:00
Simon De Backer 2ec018a4e9 fix deprecated warning QString::SplitBehavior
enum QString::SplitBehavior This enum is obsolete.

Use Qt::SplitBehavior instead.
This enum was introduced or modified in Qt 5.14.
2020-06-12 05:52:50 +02:00
Simon De Backer 2570108caf fix deprecated warning qsrand
This function is obsolete.

Use QRandomGenerator instead.
This class was introduced in Qt 5.10.
2020-06-12 05:52:50 +02:00
Simon De Backer 5d2d4a48a5 fix deprecated warning QButtonGroup::buttonClicked
This function is obsolete.

Use QButtonGroup::idClicked instead.
This function was introduced in Qt 5.15.
2020-06-12 05:52:50 +02:00
Simon De Backer 21c3c09341 fix deprecated warning QHash
This function is obsolete.

Use QMultiHash instead.
This function was introduced in Qt 4.3 - 5.14
2020-06-12 05:52:50 +02:00
Simon De Backer b9ed45c8a3 fix deprecated warning QMap
This function is obsolete.

Use QMultiMap instead.
This function was introduced in Qt 4.3 - 5.14
2020-06-12 05:52:50 +02:00
Simon De Backer 573a36b93f fix deprecated warning QDirModel
This class is obsolete. It is provided to keep old source code working.
We strongly advise against using it in new code.

Use QFileSystemModel instead.
This class was introduced in Qt 4.4
2020-06-12 05:52:50 +02:00
artgg7300 e61cbfe30a translated hungarian files 2020-06-12 05:42:26 +02:00
Laurent Trinques 3e1740cee0 Revert Martin pull request for now, and return to last 7e9fd8df9 commit 2020-06-11 13:19:30 +02:00
Martin Marmsoler bf2e02273e do not set parts again when they are set already 2020-06-11 11:12:17 +02:00
Martin Marmsoler e36a4ddd0a implement currentParts() for every elementItemEditor so the editor can be extended to multi part edit in a later step 2020-06-11 11:12:17 +02:00
Martin Marmsoler 1ccffda93b add multiedit feature also for dynamic text 2020-06-11 11:12:17 +02:00
Martin Marmsoler a8c62b8257 static_cast is enough 2020-06-11 11:12:17 +02:00
Martin Marmsoler 5666782e91 multipart edit 2020-06-11 11:12:17 +02:00
Martin Marmsoler d000f611d8 - static_cast because it is a condition that it is PartTerminal 2020-06-11 11:12:17 +02:00
Martin Marmsoler 35896d5771 solves #7 2020-06-11 11:12:17 +02:00
Martin Marmsoler 8ffe50715d forgotten to commit texteditor 2020-06-11 11:12:17 +02:00
Martin Marmsoler 1c04ea0efb make partTextEditor capable to modify multiple parts at the same time 2020-06-11 11:12:17 +02:00
Martin Marmsoler 4bae1b902d multiterminal change 2020-06-11 11:12:17 +02:00
Martin Marmsoler 304ea00d7b WIP 2020-06-11 11:12:17 +02:00
Martin Marmsoler f2c796bdb0 not needed, because it is the same than a few lines below 2020-06-11 11:12:17 +02:00
Martin Marmsoler cccc4fc0c4 add comments 2020-06-11 11:12:05 +02:00
Martin Marmsoler b7c2740778 replace foreach by for 2020-06-11 11:12:05 +02:00
Martin Marmsoler e6f77ec369 Use uuid instead of an index to connect multiple elements 2020-06-11 11:12:05 +02:00
Martin Marmsoler bb24e121eb move initialization to header, so it must not be done in every constructor 2020-06-11 11:12:05 +02:00
Martin Marmsoler dd377eeb73 fix segmentation fault 2020-06-11 11:12:05 +02:00
Martin Marmsoler 19d494afcd fix nullpointer exception 2020-06-11 11:12:05 +02:00
Martin Marmsoler 6d782f4abb try to use TerminalData in Terminal and PartTerminal, sou the code must not be written double 2020-06-11 11:12:05 +02:00
Martin Marmsoler dcbcb5391f regarding to joshuas email, toXml uses a new structure. So it is changed in the properties interface and xrefproperties 2020-06-11 11:12:05 +02:00
Claveau Joshua 7e9fd8df98 graphics table properties editor : Add two buttons new button
Add new two new buttons :
1. Adjust the selected table to fit as well into folio.
2. Set current geometry to all linked tables : Apply the geometry (pos,
height, width, row to display) of the selected table to all linked
tables.
2020-06-11 10:41:01 +02:00
Ole Carlsen 516435554a Danish translation updated 2020-06-09 14:10:22 +02:00
Laurent Trinques e96a704215 Update fr en translation 2020-06-09 11:28:20 +02:00
Laurent Trinques e3b5fbb5ac Update *TS files 2020-06-09 10:45:37 +02:00
Martin Marmsoler d1742d5685 when model is not yet loaded, but the element editor should be opened, a segmentation fault occurs. Do not set current index when m_model is not yet loaded 2020-06-09 10:01:32 +02:00
Simon De Backer 4a3b7e708a QAbstractTableModel explicitly initialized in copy constructor
warning: base class ‘class QAbstractTableModel’
should be explicitly initialized in the copy constructor [-Wextra]
2020-06-08 21:14:15 +02:00
Ole Carlsen 521ed615d9 Minor Danish update 2020-06-08 18:43:43 +02:00
Laurent Trinques fea245d485 Update polish translation, thanks Pawel 2020-06-08 03:55:36 +02:00
Simon De Backer fe64923ffe fix deprecated warning QSet<T> QList<T>::toSet()
Use
QSet<T>(list.begin(), list.end())
instead.

This function was introduced in Qt 5.14
2020-06-08 03:52:51 +02:00
Simon De Backer 37658efd0d fix deprecated warning qUpperBound
Use
std::upper_bound
instead.
2020-06-07 16:42:41 +02:00
Simon De Backer 20a739fa96 fix deprecated warning QList::swap() attempt 2
Use
QList::swapItemsAt()
instead.

This function was introduced in Qt 5.13.
2020-06-07 16:42:26 +02:00
Simon De Backer 24528b0fdb fix deprecated warning QModelIndex::child
Use
QModelIndex::index
instead.

This function was DEPRECATED_SINCE(5, 8)
2020-06-07 16:42:17 +02:00
Simon De Backer 803414f716 remove user-defined copy constructor
We need to define our own copy constructor only
if an object has pointers or any runtime allocation
of the resource like file handle, a network connection..etc.

note: Default constructor does only shallow copy.
2020-06-07 16:41:42 +02:00
Claveau Joshua 9085c6fcda table item : remove a table remove also all linked tables 2020-06-05 20:00:13 +02:00
Claveau Joshua ae9ef3cf21 Make a copie of previous table model when unlink a table from her previous table. 2020-06-04 14:17:14 +02:00
Claveau Joshua 8ad876fb31 Improve the use of the database 2020-06-03 19:46:27 +02:00
Claveau Joshua b445ce8934 Nomenclature model : Improve function to setup the name of header 2020-06-03 19:15:21 +02:00
Claveau Joshua 042faeae32 Table widget : Enable arrow to quicly switch to previous/next linked table 2020-06-02 19:44:19 +02:00
Simon De Backer de88b32e5b fix deprecated warning QPainter::drawRoundRect
Use
QPainter::drawRoundedRect
instead.

This function was introduced in Qt 4.4.
2020-06-02 06:23:17 +02:00
Simon De Backer 74c3fc8dd9 fix deprecated warning QTreeWidgetItem::setBackgroundColor
Use
setBackground()
instead.
This function was introduced in Qt 4.2.
2020-06-01 11:53:38 +02:00
Ole Carlsen faf35c4985 Danish translation updated 2020-06-01 08:29:13 +02:00
Laurent Trinques 6b16f5b46d Add new conductors properties color and section 2020-05-31 22:33:25 +02:00
Simon De Backer 9b570525d3 fix deprecated warning QDrag::start
Use
QDrag::exec
instead.
2020-05-31 11:43:59 +02:00
Claveau Joshua 0897ed43fe Add table dialog : table config can saved and loaded.
The dialog used to edit the configuration of QetGraphicsTable item can
now save and load a configuration from graphics_table.json file located
in the user config dir.
2020-05-30 20:18:44 +02:00
Laurent Trinques 261abfa10b Revert "fix deprecated warning QList::swap()"
This reverts commit b5a33429df.
2020-05-30 06:47:34 +02:00
Simon De Backer b5a33429df fix deprecated warning QList::swap()
Use
QList::swapItemsAt()
instead.
2020-05-30 06:24:40 +02:00
Simon De Backer 09006dc75f fix deprecated warning QDir& QDir::operator=(const QString&)
This function is obsolete.

Use
QDir::setPath() instead
instead.
2020-05-30 06:24:04 +02:00
Simon De Backer 9ee911e484 fix -Wswitch warning
add default and Qt::MarkdownText
2020-05-30 06:23:43 +02:00
Claveau Joshua 27472bdd8b Nomenclature model don't save header data "display role"
The model doesn't save anymore the header data with role
Qt::displayRole.
The header display role is now generated in the fly, by concequent the
header displayed texts are always in the current local
2020-05-29 20:54:50 +02:00
Simon De Backer 70f0541e06 fix deprecated warning qVariantFromValue
This function is obsolete.
Note:
This function was provided as a workaround for MSVC 6
which did not support member template functions.
It is advised to use the other form in new code.

This function is equivalent to QVariant::fromValue(value).
2020-05-29 14:56:07 +02:00
Simon De Backer 86a4701d2b fix deprecated warning QLineF::intersect
This function is obsolete.

Use
QLineF::intersects(const QLineF &line, QPointF *intersectionPoint) const
instead.
This function was introduced in Qt 5.14.
2020-05-29 14:55:54 +02:00
Simon De Backer 0611fe2798 fix deprecated warning QTime::start()
Use
QElapsedTimer::QElapsedTimer()
instead.
This function was introduced in Qt 5.4.
2020-05-29 14:55:37 +02:00
Simon De Backer 22566a1bc6 fix deprecated warning QFontMetrics::width(QChar ch)
Use
QFontMetrics::horizontalAdvance(const QString &text, int len = -1)
instead.
This function was introduced in Qt 5.11.
2020-05-29 14:55:27 +02:00
Simon De Backer addcdeb2a0 fix -Wmisleading-indentation warning
there were spaces used to indent the conditional line
2020-05-29 14:03:26 +02:00
Simon De Backer e56701d336 *fix deprecated warning QWidget::getContentsMargins
This function is obsolete.

Use contentsMargins().
instead.

This function was introduced in Qt 4.6.
2020-05-29 14:03:00 +02:00
aitolos 61ebbbc23c Greek Lang update 2020-05-28 21:45:37 +03:00
sdeffaux 0b3d287c75 add and update symbols 2020-05-28 17:55:11 +02:00
Simon De Backer 362509cb38 fix deprecated warning QSet<T>::toList() Use values() instead.
warning: ‘QList<T> QSet<T>::toList() const [with T = Conductor*]’
is deprecated: Use values() instead. [-Wdeprecated-declarations]

QT_VERSION 5.15.0
GCC 64bit
2020-05-28 15:54:53 +02:00
artgg7300 7948e2b1d3 updated hungarian language files 2020-05-28 06:06:14 +02:00
dlee99 abdb76b68e modified: lang/qet_nl.qm
modified:   lang/qet_nl.ts
2020-05-26 22:42:37 +02:00
Claveau Joshua 75e6f28221 Reduce the time spend when nomenclature table is created automatically 2020-05-26 22:00:32 +02:00
Laurent Trinques 5772d919e3 Update *TS files 2020-05-25 13:44:14 +02:00
Laurent Trinques 1e9cb8a75a Update Polish translation, thanks Rafal 2020-05-25 13:26:32 +02:00
Simon De Backer bb2c822b2f Add some "Vaillant" hydraulic elements for allSTOR 2020-05-24 19:20:50 +02:00
Claveau Joshua 65777a0fb5 Minor typo 2020-05-24 17:23:11 +02:00
Claveau Joshua df26c5b7ed Add nomenclature dialog : enable option "add new folio and table if needed" 2020-05-24 17:17:17 +02:00
Claveau Joshua 7ea42752a4 Change the way how a diagram is added
Now it's the project itself who manage the adding of diagram instead of
the diagram view, it's more coherent
2020-05-24 16:24:39 +02:00
Claveau Joshua edfdf83c99 Nomenclature : enable option "fit to diagram" 2020-05-24 15:03:56 +02:00
Maximilian Federle 0c550497d1 snap: Start org.freedesktop.portal.Desktop on launch
Open & save dialogs might fail if it is not running.
org.freedesktop.portal.Desktop is DBus activated and this doesn't play
nicely with AppArmor at the moment.
2020-05-24 14:12:09 +02:00
Laurent Trinques 30dbcae2a5 Typo 2020-05-20 02:36:23 +02:00
Laurent Trinques a7121cce50 Improve : Try to launch qet_tb_generator portable version of the plugin
if user put binary on QDir::homePath()
2020-05-20 02:27:47 +02:00
Laurent Trinques 83b58ec246 Try to launch qet_tb_generator portable version of the plugin if user
put binary on QDir::homePath()
2020-05-19 11:15:52 +02:00
Claveau Joshua 77c9cad501 Animate search and replace widget when close with the button of the widget 2020-05-17 15:59:23 +02:00
Laurent Trinques 987dbd3fa6 Add symbol 2020-05-17 10:24:13 +02:00
Laurent Trinques b41a0656ec Minor : increase max conductors to 20px 2020-05-16 16:00:32 +02:00
Laurent Trinques fca9c7c479 Minor : set maximum to 99 text conductor 2020-05-16 15:56:00 +02:00
Laurent Trinques f360973eeb Macos add key LSMinimumSystemVersion 2020-05-15 13:34:41 +02:00
Claveau Joshua 70493a06f7 Minor : typo and tab edit order 2020-05-15 11:38:09 +02:00
Claveau Joshua e40ba32281 Bug fix : some element informations can't be set 2020-05-15 10:26:05 +02:00
Laurent Trinques 4ee65320f3 Update binary of norwegian translation 2020-05-14 20:20:56 +02:00
Joel As da297c8591 Recent update of norwegian translation 2020-05-14 20:16:52 +02:00
Laurent Trinques 6041818d8f Update qet_nb.ts qet_nb.qm, thanks Joel 2020-05-14 17:32:57 +02:00
Laurent Trinques d14d5de442 Update qet_nb.ts 2020-05-14 16:48:30 +02:00
Laurent Trinques cc9124cdfb Prepare to add new country Norwegian switch 2020-05-14 16:01:40 +02:00
Ole Carlsen b1ef5d4b2b anish translation updated 2020-05-12 18:44:36 +02:00
Claveau Joshua 0015f4a694 Qet graphics table item can be removed from diagram 2020-05-12 11:17:25 +02:00
artgg7300 50f061697c translated hungarian files 2020-05-10 10:11:08 +02:00
Claveau Joshua 37efa97ce7 qet graphics table item : to/from xml change
The font, alignment and margins is not saved by the table anymore but by
the model.
2020-05-08 00:08:57 +02:00
Maximilian Federle 9fa7e21905 snap: Prevent the use of the KDE Plasma platformtheme
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.
2020-05-06 23:15:52 +02:00
Laurent Trinques bc9ebca815 Update *TS files 2020-05-06 21:12:36 +02:00
Laurent Trinques f3138960b1 Fix : key sequence 'space' don't work with nl be local 2020-05-06 21:11:11 +02:00
Laurent Trinques f316ab5900 Update *TS files 2020-05-06 19:21:32 +02:00
Claveau Joshua 66a3c269ca Fix : key sequence 'space' don't work with nl be local 2020-05-06 19:14:42 +02:00
Laurent Trinques d5f3531d66 Snap remove i386 architecture 2020-05-06 10:46:10 +02:00
Laurent Trinques df3dd717d0 Enable only amd64 i386 architectures 2020-05-06 10:05:47 +02:00
Laurent Trinques 1320d12535 Refresh github link for DXFtoQET-2020 2020-05-06 09:49:03 +02:00
Laurent Trinques 2f0845daa9 Update *TS files and update english and french translation 2020-05-06 08:53:57 +02:00
Laurent Trinques b481073993 Fix typo 2020-05-06 08:41:18 +02:00
Laurent Trinques 7ea2474a6c Update Binary be translation 2020-05-06 07:07:29 +02:00
Simon De Backer 96028b1499 add translation be 2020-05-06 07:05:42 +02:00
Claveau Joshua efac27b9b8 Nomenclature : Add dialog when insert a new nomenclature table 2020-05-05 20:38:31 +02:00
Claveau Joshua 3905371da6 Fix wrong element text value when loading from xml 2020-05-03 20:29:55 +02:00
Laurent Trinques c49ee74d81 Add new Vacuum Technology elements, thanks Dinozzo 2020-05-03 15:12:23 +02:00
sdeffaux 4f8df55099 suppression de doublon 2020-05-02 16:14:23 +02:00
Laurent Trinques 711db09855 Add some "Vaillant" elements, thanks riesermauf 2020-05-02 16:08:11 +02:00
Claveau Joshua 0aae330bef Minor : improve layout for low resolution screen 2020-05-01 18:33:11 +02:00
Claveau Joshua f20df15ccf Nomenclature query can be saved/load 2020-05-01 18:07:15 +02:00
Laurent Trinques 7e7346da6e Add Weintek HMI symbols, thanks Rafał 2020-04-30 21:48:32 +02:00
gleissonjoaquim3 2c8c624e56 Update on PT_BR translation members 2020-04-30 12:17:11 +02:00
Laurent Trinques f78ac2c82b Fix missing many languages after run make install
or made any distro specific package, thanks Charles
2020-04-29 13:49:19 +02:00
Claveau Joshua 9bb58fedea Element query widget : widget restor is state according to the current query 2020-04-29 11:48:45 +02:00
artgg7300 bc1f10aa80 Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet
Translated hungarian files
2020-04-28 20:22:58 +02:00
artgg7300 9267befbbc Translated hungarian language files 2020-04-28 20:06:56 +02:00
Laurent Trinques 418e45552d macOS : add more explanation in Message Box about install plugin 2020-04-28 17:47:52 +02:00
Ole Carlsen a95a8b7fb6 Update danish translation 2020-04-27 19:46:10 +02:00
Claveau Joshua a8a9ddc3d6 Add view 'element_nomenclature_view' to projectDataBase
Add a view for the nomenclature to reduce the size of the query and make
it more understandable
2020-04-25 15:52:06 +02:00
Claveau Joshua 44bf0a5ce4 minor 2020-04-23 20:01:01 +02:00
Claveau Joshua 9525278be7 Animate show and replace widget.
this feature is totally useless and by consequent indispensable.
2020-04-23 19:52:56 +02:00
Laurent Trinques f4cbf21075 Add new Delta symbols, thanks Rafał 2020-04-23 12:45:37 +02:00
sdeffaux a19eb57a0f add symbols and reorganised folders 2020-04-23 12:06:35 +02:00
Laurent Trinques e4c15e21bf Update translation ang generete new Norwegian dialects nb 2020-04-20 07:11:38 +02:00
dlee99 d1af0e921c modified: lang/qet_nl.qm
modified:   lang/qet_nl.ts
2020-04-19 23:05:10 +02:00
sdeffaux ba1b306834 add symbols
j'ai vu un louper sur les disjoncteur de l'ancien commit
2020-04-19 14:34:36 +02:00
Laurent Trinques e99f8c9e7a Update pt_b binary translation 2020-04-19 13:46:49 +02:00
gleissonjoaquim3 88641cba2a Update translation pt-br 2020-04-19 13:44:46 +02:00
Claveau Joshua 8f4d5ef9dd element query widget : minor improvement
Double click on an item act like add or remove push button
2020-04-18 18:22:00 +02:00
Claveau Joshua 8cd9b3ba6e Element info query : fix wrong behavior 2020-04-18 18:11:56 +02:00
sdeffaux f3c4d94822 add symbols 2020-04-18 14:44:47 +02:00
Claveau Joshua 61d4ddfcda QetGraphicsTableItem : Imrpove how the table is resized 2020-04-17 23:15:39 +02:00
Claveau Joshua 9eb651449f Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet 2020-04-17 18:41:02 +02:00
Claveau Joshua 908d79925c save/load QetGraphicsTableItem to/from .qet file 2020-04-17 18:40:28 +02:00
Laurent Trinques 64ad7967ed Update Fr translation 2020-04-17 12:21:09 +02:00
Laurent Trinques bc11e03f00 Update En translation 2020-04-17 12:05:06 +02:00
Laurent Trinques 92074987c6 Update *TS files 2020-04-17 11:47:20 +02:00
Maximilian Federle 74d5d0f6ef snap: Use symlinks instead of bind-mounts
As per https://snapcraft.io/docs/snap-layouts,
bind-mounts significantly increase the startup time of the snap.
Use symlinks instead for better performance.
2020-04-17 05:29:31 +02:00
Maximilian Federle 983d78727c snap: Set correct PYTHONPATH
Fix qet-tb-generator not being able to find
its packages.
2020-04-17 05:29:31 +02:00
Maximilian Federle 07d3fd1ed4 snap: Use SNAP_USER_COMMON as HOME
This prevents the config and the user collection from being
backed up by snapd on update. If the user reverts qelectrotech,
the current collection will thus not be overwritten by the
possibly outdated backup.

Add a migration script that automatically transfers the user's .qet
directory to the new location.
2020-04-17 05:29:31 +02:00
Maximilian Federle 6867bf813a snap: Do not ship files already included in content snaps
Remove all files from prime that are already included in our content
snaps, which reduces snap size considerably.
2020-04-17 05:29:31 +02:00
Maximilian Federle b9002ab4da snap: Use kde-frameworks-5-core18-sdk to build
Use kde-neon's corresponding sdk snap instead of
build-packages.
2020-04-17 05:29:31 +02:00
Maximilian Federle 5b1bd22b30 snap: Use kde-neon extension
The kde-neon extension reduces our boilerplate in snapcraft.yaml
and reduces the snap size considerably, as we do not need to ship
any library that is already included in the kde-frameworks-5-core18
snap itself.

This limits qelectrotech builds to the architectures supported
by kde-frameworks-5-core18, i.e. only amd64.
2020-04-17 05:29:31 +02:00
Laurent Trinques f1036fe017 Add new symbols Legrand Viking, thanks Arnaud 2020-04-16 17:34:30 +02:00
Laurent Trinques bddcb0a5ae Minor: aboutqetdialog.ui set compilation information selectable by mouse 2020-04-16 08:50:19 +02:00
Laurent Trinques 47152d7cac Update qelectrotech.qrc 2020-04-15 10:59:22 +02:00
Laurent Trinques 081f44f8be Element Editor add new ColorHTML, THANKS Arnaud for the patch 2020-04-15 10:27:54 +02:00
Laurent Trinques cc72bb6e06 Revert Update org.qelectrotech.QElectroTech.json not fixing Python's Tkinter need for qet-tb-generator 2020-04-15 08:44:29 +02:00
Laurent Trinques 3f2441eb8a Update org.qelectrotech.QElectroTech.json for Flatpak build 2020-04-15 07:55:18 +02:00
sdeffaux 7bbef5785d update symbols
mise à jour en autre des symbols GCE il leurs manquer un  nom
2020-04-14 06:34:38 +02:00
sdeffaux 345ebeebcd add symbols and reorganise folders 2020-04-13 15:19:08 +02:00
Laurent Trinques 3fc7ff525c Add new GCE symbols 2020-04-13 07:01:06 +02:00
Claveau Joshua 851265844f Fix break from merge of qetgraphicsTableItem to master 2020-04-12 20:10:30 +02:00
Claveau Joshua 55876293bc Replace minus (-) by underscore (_) in all element information 2020-04-12 19:45:19 +02:00
Laurent Trinques 234886419d Merge
Q_OS_MACOS need now Python framework Versions 3.8 for launching
qet_tb_generator plugin
2020-04-12 19:04:08 +02:00
Laurent Trinques 73149973e3 Merge remote-tracking branch 'origin/QetGraphicsTableItem' 2020-04-12 18:51:38 +02:00
Claveau Joshua 41541dde2c Minor fix : dynamic text can't have 'label' info if formula is set
When create a new dynamic element text item, on an element which have a
formula, dynamic text can't have 'label' for source of text.
2020-04-10 15:02:18 +02:00
Claveau Joshua 5c6f556ad3 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-09 16:58:05 +02:00
Claveau Joshua 87f26ce691 Cross Xref : display power contact by default 2020-04-09 16:17:37 +02:00
Claveau Joshua 017f78fb13 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-09 16:12:21 +02:00
Claveau Joshua 94aa5c0247 Minor fix : in some condition master cross Xref are not displayed 2020-04-08 19:27:24 +02:00
Laurent Trinques 4774389ee0 Revert :
MACOS remove static path "/Library/Frameworks/Python.framework/Versions/
    *" for launching  qet_tb_generator plugin
2020-04-05 09:45:26 +02:00
Laurent Trinques f8e0b499f3 MACOS remove static path "/Library/Frameworks/Python.framework/Versions/
*" for launching  qet_tb_generator plugin
2020-04-05 09:32:45 +02:00
Laurent Trinques ebc55bb440 Q_OS_MACOS need now Python framework Versions 3.8 for launching
qet_tb_generator plugin
2020-04-05 08:58:01 +02:00
Laurent Trinques 5b32ce9e61 Add new Legrand elements, thanks Arnaud 2020-04-05 08:15:12 +02:00
Laurent Trinques f1999946fa Czech translation update, thanks Pavel 2020-04-03 06:23:45 +02:00
sdeffaux 31af660c73 add symbol 2020-04-02 13:49:00 +02:00
aitolos 2f2d72ed01 Update Greel Language files (spellcheck, typos) 2020-03-30 21:01:48 +03:00
Laurent Trinques a4dc920b62 Add new symbols, thanks Bisku 2020-03-28 13:50:17 +01:00
aitolos c22d8d70a0 Update Greek Lang files 2020-03-28 12:45:12 +02:00
Laurent Trinques 99064fe2ab Moving elements by mouse does not respect the grid settings
When moving element by mouse, snapping to grid uses fixed 10 px steps
hardcoded in source instead of using the value from grid settings. When
moved by keyboard, the grid step is respected.
It is due to QPointF Diagram::snapToGrid(const QPointF &p) function not
considering the settings.

Thanks jethro for this patch
2020-03-27 21:21:49 +01:00
Laurent Trinques abe5fc3b4e Update Greek TS, thanks aitolos 2020-03-27 04:52:20 +01:00
sdeffaux 970e3cd207 update symbols 2020-03-25 20:09:20 +01:00
Claveau Joshua aaccc33e7b Minor fix: conductor text don't move with element.
When move two elements connected by a conductor, the conductor text
don't follow the movement when he is previously moved by the user.
2020-03-22 20:19:41 +01:00
Laurent Trinques c0746b3fa4 Delete duplicate folder 2020-03-20 14:55:57 +01:00
sdeffaux eab9e39290 mise a jour symbol 2020-03-15 21:54:27 +01:00
sdeffaux d582e1c25b add symbols and update 2020-03-14 14:43:00 +01:00
artgg7300 9e842e5d09 updated hungarian translate 2020-03-14 08:00:46 +01:00
Laurent Trinques 23202c319c Add new Rexroth valves, thanks Fernando 2020-03-10 16:42:36 +01:00
dlee99 d703fb687f modified: lang/qet_nl.qm
modified:   lang/qet_nl.ts
2020-03-09 21:47:14 +01:00
sdeffaux 6479f8e7b8 add symbols and update 2020-03-08 17:22:19 +01:00
Claveau Joshua a899fa720b Merge branch 'QetGraphicsTableItem' 2020-03-08 10:41:45 +01:00
Laurent Trinques 487c293860 Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet 2020-03-07 17:43:10 +01:00
Laurent Trinques 62d7d9a784 dd new Wago elements, thanks Pcl-user 2020-03-07 17:41:04 +01:00
nuri dd5e81da6e Updated german translation 2020-03-06 18:36:49 +01:00
Ole Carlsen 0daa6b436f Danish translation updated 2020-03-06 15:41:05 +01:00
Laurent Trinques 57ded906de Update translation 2020-03-06 13:06:21 +01:00
Laurent Trinques a9cdec6363 Update *TS file and generate new Slovakia ts file 2020-03-06 12:57:38 +01:00
sdeffaux 4c04a73022 add symbols hager 2020-03-05 16:47:04 +01:00
Laurent Trinques ad1fddadf2 Add new symbol, thanks Mihicz 2020-03-05 06:24:57 +01:00
Laurent Trinques 7d5eab748a Refresh legrand/61-busbar/ dir, thanks Arnaud 2020-03-05 06:22:25 +01:00
Laurent Trinques 6db1fe7666 Refresh legrand/61-busbar/ dir, thanks Arnaud 2020-03-04 19:48:50 +01:00
Laurent Trinques b5a15e49f1 Refresh bticino dir 2020-03-04 05:53:46 +01:00
Laurent Trinques c5eba536fd Add new legrand & bticino symbols, thanks Arnaud 2020-03-03 20:05:12 +01:00
Laurent Trinques 4264384675 Add new icp-das symbols, thanks Arnaud 2020-03-03 18:18:01 +01:00
sdeffaux fffa84efd6 add symbols 2020-03-02 12:30:18 +01:00
Laurent Trinques 27c3cc0000 Refresh ICP-DAS elements, thanks Arnaud 2020-02-29 15:27:35 +01:00
Laurent Trinques 670cad1092 Add ICP-DAS elements, thanks Arnaud 2020-02-29 13:46:40 +01:00
Laurent Trinques 85a2600e58 Improve files names extension for Gnome DE and Flatpak 2020-02-26 14:50:56 +01:00
sdeffaux 6535a93b66 Traduction and add symbols 2020-02-25 04:56:48 +01:00
Mathieu Bridon a16b505aa6 flatpak: Properly rename the appdata file
Adding the full file name was required, just like for renaming the
desktop files, unlike for renaming the icons.
2020-02-17 15:17:42 +01:00
sdeffaux 39d442b53d add symbols 2020-02-16 18:06:47 +01:00
Laurent Trinques f51fd44b55 Change dmg loaction build path to new build-aux/ 2020-02-14 14:57:38 +01:00
Mathieu Bridon 975f0db7ec build: Add a Flatpak manifest
This allows building the master branch of QElectroTech with a simple
command:

$ flatpak-builder _build build-aux/flatpak/org.qelectrotech.QElectroTech.json
2020-02-14 14:43:49 +01:00
Mathieu Bridon d26b189d3d build: Rename the packaging directory
The Linux and Windows packaging recipes don't have any restrictions on
where they have to be located. Snapcraft is the strictest on this.

Moving this to build-aux/ means we can have all the packaging recipes in
one place.
2020-02-14 14:43:36 +01:00
Mathieu Bridon 3f38f4b16c build: Move the Snap recipes
Snapcraft can find its build recipes in 2 places:

* a snap/ directory at the top of the sources;
* a build-aux/snap/ directory, since Snapcraft 3.3;

This commit moves from the former to the latter, so that we can group
all the packaging recipes together.
2020-02-14 14:43:36 +01:00
Laurent Trinques 5265db6cf7 Add new Legrand symbols, thanks Arnaud 2020-02-02 18:34:08 +01:00
2637 changed files with 248873 additions and 78101 deletions
+1
View File
@@ -1 +1,2 @@
*.snap *.snap
.flatpak-builder
+10 -2
View File
@@ -25,7 +25,10 @@
#include <QtCore/QDateTime> #include <QtCore/QDateTime>
#include <QtCore/QByteArray> #include <QtCore/QByteArray>
#include <QtCore/QSharedMemory> #include <QtCore/QSharedMemory>
#if QT_VERSION < QT_VERSION_CHECK(5, 10, 0) // ### Qt 6: remove
#else
#include <QRandomGenerator>
#endif
#include "singleapplication.h" #include "singleapplication.h"
#include "singleapplication_p.h" #include "singleapplication_p.h"
@@ -82,7 +85,7 @@ SingleApplication::SingleApplication( int &argc, char *argv[], bool allowSeconda
} }
InstancesInfo* inst = static_cast<InstancesInfo*>( d->memory->data() ); InstancesInfo* inst = static_cast<InstancesInfo*>( d->memory->data() );
QTime time; QElapsedTimer time;
time.start(); time.start();
// Make sure the shared memory block is initialised and in consistent state // Make sure the shared memory block is initialised and in consistent state
@@ -99,8 +102,13 @@ SingleApplication::SingleApplication( int &argc, char *argv[], bool allowSeconda
d->memory->unlock(); d->memory->unlock();
// Random sleep here limits the probability of a collision between two racing apps // 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() ); qsrand( QDateTime::currentMSecsSinceEpoch() % std::numeric_limits<uint>::max() );
QThread::sleep( 8 + static_cast <unsigned long>( static_cast <float>( qrand() ) / RAND_MAX * 10 ) ); 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) { if( inst->primary == false) {
+1
View File
@@ -25,6 +25,7 @@
#include <QtCore/QtGlobal> #include <QtCore/QtGlobal>
#include <QtNetwork/QLocalSocket> #include <QtNetwork/QLocalSocket>
#include <QElapsedTimer>
#ifndef QAPPLICATION_CLASS #ifndef QAPPLICATION_CLASS
#define QAPPLICATION_CLASS QCoreApplication #define QAPPLICATION_CLASS QCoreApplication
@@ -0,0 +1,37 @@
{
"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"
}
]
}
]
}
@@ -0,0 +1,44 @@
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
+34
View File
@@ -0,0 +1,34 @@
#!/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 "${@}"
+122
View File
@@ -0,0 +1,122 @@
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

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before

Width:  |  Height:  |  Size: 151 KiB

After

Width:  |  Height:  |  Size: 151 KiB

Before

Width:  |  Height:  |  Size: 151 KiB

After

Width:  |  Height:  |  Size: 151 KiB

@@ -0,0 +1,37 @@
<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>
@@ -0,0 +1,40 @@
<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>
@@ -1,26 +1,42 @@
<definition width="30" link_type="simple" version="0.5" hotspot_x="16" orientation="dyyy" height="50" hotspot_y="29" type="element"> <definition height="50" width="30" link_type="terminal" hotspot_x="16" version="0.80" orientation="dyyy" type="element" hotspot_y="29">
<uuid uuid="{75d4e5ef-6080-4118-9eab-afb53220b9ef}"/> <uuid uuid="{a98ac40d-9055-4b9b-88ab-cffe6b08ed37}"/>
<names> <names>
<name lang="ro">Masă</name>
<name lang="pt">Massa</name> <name lang="pt">Massa</name>
<name lang="es">Masa</name> <name lang="cs">Kostra</name>
<name lang="it">Massa</name>
<name lang="nl">Massa</name> <name lang="nl">Massa</name>
<name lang="el">Γείωση</name> <name lang="el">Γείωση</name>
<name lang="ru">Шасси</name>
<name lang="de">Masse</name> <name lang="de">Masse</name>
<name lang="cs">Kostra</name>
<name lang="pl">Masa</name>
<name lang="ro">Masă</name>
<name lang="it">Massa</name>
<name lang="en">Ground</name> <name lang="en">Ground</name>
<name lang="pl">Masa</name>
<name lang="es">Masa</name>
<name lang="ar">هيكل معدني</name> <name lang="ar">هيكل معدني</name>
<name lang="fr">Masse</name> <name lang="fr">Masse</name>
<name lang="ru">Шасси</name>
</names> </names>
<informations>titus <elementInformations>
<elementInformation name="comment" 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>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
</elementInformations>
<informations>titus&#xd;
titus0818@yahoo.com</informations> titus0818@yahoo.com</informations>
<description> <description>
<line antialias="false" length1="1.5" x2="0" end2="none" x1="0" end1="none" y2="13" length2="1.5" style="line-style:normal;line-weight:hight;filling:none;color:black" y1="-16"/> <line y1="-16" x1="0" style="line-style:normal;line-weight:hight;filling:none;color:black" end2="none" y2="13" length2="1.5" length1="1.5" x2="0" end1="none" antialias="false"/>
<line antialias="false" length1="1.5" x2="12.62" end2="none" x1="-13.6493" end1="none" y2="14" length2="1.5" style="line-style:normal;line-weight:hight;filling:none;color:black" y1="14"/> <line y1="14" x1="-13.6493" style="line-style:normal;line-weight:hight;filling:none;color:black" end2="none" y2="14" length2="1.5" length1="1.5" x2="12.62" end1="none" antialias="false"/>
<input x="8" y="2" tagg="label" size="9" rotate="true" text="_"/> <dynamic_text uuid="{7f02ce13-533d-4501-980d-6cb67bd1110d}" Halignment="AlignLeft" frame="false" x="8" Valignment="AlignTop" text_from="ElementInfo" y="-9" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="3" rotation="0" text_width="-1">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="0" y="-20" orientation="n"/> <terminal x="0" y="-20" orientation="n"/>
</description> </description>
</definition> </definition>
@@ -1,27 +1,43 @@
<definition width="20" link_type="simple" version="0.5" hotspot_x="10" orientation="dyyy" height="30" hotspot_y="19" type="element"> <definition height="30" width="20" link_type="terminal" hotspot_x="10" version="0.80" orientation="dyyy" type="element" hotspot_y="19">
<uuid uuid="{93eafb79-a84a-45e3-b43b-327d0944591b}"/> <uuid uuid="{e4e753a8-9fde-4e8e-9256-0cf99d67e3de}"/>
<names> <names>
<name lang="pt">Terra</name> <name lang="pt">Terra</name>
<name lang="el">Γείωση</name>
<name lang="es">Tierra</name>
<name lang="nl">Aarde</name>
<name lang="de">Erde</name>
<name lang="cs">Země</name> <name lang="cs">Země</name>
<name lang="pl">Uziemienie</name>
<name lang="it">Terra</name> <name lang="it">Terra</name>
<name lang="ar">تأريض</name> <name lang="el">Γείωση</name>
<name lang="en">Ground</name> <name lang="nl">Aarde</name>
<name lang="fr">Terre</name>
<name lang="ru">Земля</name> <name lang="ru">Земля</name>
<name lang="de">Erde</name>
<name lang="en">Ground</name>
<name lang="pl">Uziemienie</name>
<name lang="es">Tierra</name>
<name lang="ar">تأريض</name>
<name lang="fr">Terre</name>
</names> </names>
<informations>Author: The QElectroTech team <elementInformations>
<elementInformation name="comment" 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>
<elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<input x="2" y="-11.5" tagg="label" size="9" rotate="true" text="_"/> <dynamic_text uuid="{0af57a27-1887-4576-8b51-200ca996e582}" Halignment="AlignLeft" frame="false" x="2" Valignment="AlignTop" text_from="ElementInfo" y="-22.5" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="1" rotation="0" text_width="-1">
<line antialias="false" length1="1.5" x2="3" end2="none" x1="-3" end1="none" y2="4" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="4"/> <text></text>
<line antialias="false" length1="1.5" x2="5" end2="none" x1="-5" end1="none" y2="2" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="2"/> <info_name>label</info_name>
<line antialias="false" length1="1.5" x2="7" end2="none" x1="-7" end1="none" y2="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0"/> </dynamic_text>
<line antialias="false" length1="1.5" x2="0" end2="none" x1="0" end1="none" y2="0" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10"/> <line y1="4" x1="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="4" length2="1.5" length1="1.5" x2="3" end1="none" antialias="false"/>
<line y1="2" x1="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="2" length2="1.5" length1="1.5" x2="5" end1="none" antialias="false"/>
<line y1="0" x1="-7" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="0" length2="1.5" length1="1.5" x2="7" end1="none" antialias="false"/>
<line y1="-10" x1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="0" length2="1.5" length1="1.5" x2="0" end1="none" antialias="false"/>
<terminal x="0" y="-11" orientation="n"/> <terminal x="0" y="-11" orientation="n"/>
</description> </description>
</definition> </definition>
@@ -0,0 +1,33 @@
<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>
@@ -0,0 +1,27 @@
<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>
@@ -0,0 +1,33 @@
<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>
@@ -0,0 +1,37 @@
<definition hotspot_x="20" width="40" version="0.80" orientation="dyyy" hotspot_y="28" type="element" height="60" link_type="simple">
<uuid uuid="{d662a17e-3d5d-4833-967b-51f763ef4688}"/>
<names>
<name lang="it">Presa monofase</name>
<name lang="cs">Zásuvka jednopólová</name>
<name lang="ar">مقبس أحادي الوجه</name>
<name lang="en">Outlet 3 poles</name>
<name lang="pl">Gniazdo wtyczkowe</name>
<name lang="fr">PC mono</name>
<name lang="de">Steckdose 3-polig</name>
<name lang="nl">Contact AC + aarde</name>
<name lang="es">Toma corriente 3P</name>
</names>
<elementInformations/>
<informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<dynamic_text frame="false" text_width="-1" rotation="0" uuid="{9a66ab1b-c9d8-4de6-a786-a16ba182d28f}" x="19.3725" text_from="ElementInfo" Valignment="AlignTop" y="-19.7" z="1" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line antialias="false" length1="1.5" y2="22" x1="0" y1="14" end1="none" x2="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5"/>
<circle antialias="true" diameter="30" x="-15" y="-15" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line antialias="false" length1="1.5" y2="-18" x1="-10" y1="-11" end1="none" x2="-10" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5"/>
<circle antialias="true" diameter="5" x="-7.5" y="-7.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<circle antialias="true" diameter="5" x="-2.5" y="7.5" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
<line antialias="false" length1="1.5" y2="-18" x1="10" y1="-11" end1="none" x2="10" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5"/>
<circle antialias="true" diameter="5" x="3.5" y="-7.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
<line antialias="false" length1="1.5" y2="3" x1="0" y1="5" end1="none" x2="0" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5"/>
<line antialias="false" length1="1.5" y2="0.7" x1="2" y1="0.7" end1="none" x2="-2" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5"/>
<line antialias="false" length1="1.5" y2="2.5" x1="-3" y1="2.5" end1="none" x2="3" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5"/>
<line antialias="false" length1="1.5" y2="-1.1" x1="-1" y1="-1.1" end1="none" x2="1" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" length2="1.5"/>
<terminal x="-10" orientation="n" y="-20"/>
<terminal x="0" orientation="s" y="22"/>
<terminal x="10" orientation="n" y="-20"/>
</description>
</definition>
@@ -16,13 +16,13 @@
<elementInformation name="quantity" show="1"></elementInformation> <elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation> <elementInformation name="label" show="1"></elementInformation>
<elementInformation name="supplier" 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="unity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1"></elementInformation> <elementInformation name="manufacturer" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation> <elementInformation name="description" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation> <elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="designation" 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> </elementInformations>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
@@ -0,0 +1,42 @@
<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>
@@ -0,0 +1,46 @@
<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>
@@ -0,0 +1,60 @@
<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>
@@ -0,0 +1,32 @@
<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>
@@ -0,0 +1,43 @@
<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>
@@ -0,0 +1,67 @@
<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>
@@ -0,0 +1,84 @@
<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>
@@ -13,11 +13,11 @@
<elementInformation show="1" name="label"></elementInformation> <elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation> <elementInformation show="1" name="supplier"></elementInformation>
<elementInformation show="1" name="unity"></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="designation"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation> <elementInformation show="1" name="comment"></elementInformation>
<elementInformation show="1" name="plant"></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> <elementInformation show="1" name="description"></elementInformation>
</elementInformations> </elementInformations>
<informations>Author: The QElectroTech team <informations>Author: The QElectroTech team
@@ -0,0 +1,69 @@
<definition orientation="dyyy" link_type="master" width="100" version="0.80" hotspot_y="34" type="element" height="80" hotspot_x="42">
<uuid uuid="{8bb0ba6c-cdca-4b77-9ecc-f3fe070bcd34}"/>
<names>
<name lang="nl">Lastscheider 1P+N</name>
<name lang="es">Disyuntor termico magnetico en polo P+N</name>
<name lang="ar">قاطع ثنائي القطبية - 1 قطب محمي</name>
<name lang="cs">Dvojpólový jistič 1 pól chránící</name>
<name lang="en">Circuit-breaker</name>
<name lang="pl">Wyłącznik</name>
<name lang="it">Int. Aut. Magneto-termico 1P+N</name>
<name lang="de">Leitungsschutzschalter 1P+N</name>
<name lang="fr">Interrupteur différentiel 40A 30mA </name>
</names>
<kindInformations>
<kindInformation show="1" name="number">1</kindInformation>
<kindInformation show="1" name="state">NO</kindInformation>
<kindInformation show="1" name="type">protection</kindInformation>
</kindInformations>
<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="manufacturer"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="supplier"></elementInformation>
<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>
</elementInformations>
<informations>S.DEFFAUX
Author: The QElectroTech team
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description>
<line length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" length2="1.5" antialias="false" y1="4" y2="40" x1="10"/>
<polygon x3="-35" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-30" antialias="true" y1="3" y3="-20" closed="false" y2="0" x1="-30"/>
<polygon x3="-25" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-20" antialias="true" y1="5" y3="-20" closed="false" y2="0" x1="-20"/>
<line length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" length2="1.5" antialias="false" y1="4" y2="40" x1="-10"/>
<dynamic_text y="-18" text_from="ElementInfo" z="6" frame="false" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" Valignment="AlignTop" Halignment="AlignLeft" x="20" text_width="-1" uuid="{7c189aba-a86c-4286-964d-b437612ed744}">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<line length1="1.5" end1="none" end2="none" style="line-style:dashed;line-weight:thin;filling:none;color:black" x2="8" length2="1.5" antialias="false" y1="-10" y2="-10" x1="-22"/>
<polygon x3="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" antialias="true" y1="3" y3="-20" closed="false" y2="0" x1="-10"/>
<polygon x3="5" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" antialias="true" y1="3" y3="-20" closed="false" y2="0" x1="10"/>
<line length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-10" length2="1.5" antialias="false" y1="-30" y2="-20" x1="-10"/>
<line length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-12" length2="1.5" antialias="true" y1="-22" y2="-18" x1="-8"/>
<line length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-8" length2="1.5" antialias="true" y1="-22" y2="-18" x1="-12"/>
<line length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="10" length2="1.5" antialias="false" y1="-30" y2="-20" x1="10"/>
<line length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="8" length2="1.5" antialias="true" y1="-22" y2="-18" x1="12"/>
<line length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="12" length2="1.5" antialias="true" y1="-22" y2="-18" x1="8"/>
<text y="20" text="40A" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" x="22" color="#000000"/>
<text y="34" text="30mA" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" x="22" color="#000000"/>
<line length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-30" length2="1.5" antialias="false" y1="35" y2="35" x1="-10"/>
<line length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-30" length2="1.5" antialias="false" y1="35" y2="20" x1="-30"/>
<rect y="10" style="line-style:normal;line-weight:thin;filling:none;color:black" width="4" rx="0" height="10" x="-32" antialias="false" ry="0"/>
<line length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-30" length2="1.5" antialias="false" y1="10" y2="3" x1="-30"/>
<polygon x3="-20" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-30" y5="-20" x5="-20" antialias="false" x4="-20" y1="-20" y3="-25" y4="-20" closed="false" y2="-25" x1="-30"/>
<line length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="10" length2="1.5" antialias="false" y1="5" y2="5" x1="-20"/>
<line length1="1.5" end1="none" end2="none" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" x2="-35" length2="1.5" antialias="false" y1="-10" y2="-10" x1="-40"/>
<polygon x3="-40" style="line-style:normal;line-weight:thin;filling:none;color:black" x2="-40" y5="-7" x5="-38" antialias="false" x4="-38" y1="-13" y3="-7" y4="-7" closed="false" y2="-13" x1="-38"/>
<rect y="20" style="line-style:normal;line-weight:normal;filling:none;color:black" width="40" rx="5" height="10" x="-20" antialias="false" ry="5"/>
<terminal orientation="n" y="-30" x="10"/>
<terminal orientation="n" y="-30" x="-10"/>
<terminal orientation="s" y="40" x="-10"/>
<terminal orientation="s" y="40" x="10"/>
</description>
</definition>
@@ -17,14 +17,14 @@
<kindInformation name="type" show="1">protection</kindInformation> <kindInformation name="type" show="1">protection</kindInformation>
</kindInformations> </kindInformations>
<elementInformations> <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="description" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1"></elementInformation> <elementInformation name="manufacturer" show="1"></elementInformation>
<elementInformation name="designation" show="1"></elementInformation> <elementInformation name="designation" show="1"></elementInformation>
<elementInformation name="unity" show="1"></elementInformation> <elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation> <elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="plant" 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="quantity" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation> <elementInformation name="label" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation> <elementInformation name="supplier" show="1"></elementInformation>
@@ -15,13 +15,13 @@
<elementInformation name="quantity" show="1"></elementInformation> <elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation> <elementInformation name="label" show="1"></elementInformation>
<elementInformation name="supplier" 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="unity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1"></elementInformation> <elementInformation name="manufacturer" show="1"></elementInformation>
<elementInformation name="description" show="1"></elementInformation> <elementInformation name="description" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation> <elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="designation" 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> </elementInformations>
<informations>EN 60617: 07-22-03</informations> <informations>EN 60617: 07-22-03</informations>
<description> <description>
@@ -0,0 +1,31 @@
<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>
@@ -0,0 +1,28 @@
<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>
@@ -0,0 +1,28 @@
<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>
@@ -0,0 +1,31 @@
<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>
@@ -10,10 +10,10 @@
<elementInformations> <elementInformations>
<elementInformation name="unity" show="1"></elementInformation> <elementInformation name="unity" show="1"></elementInformation>
<elementInformation name="supplier" 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="label" show="1"></elementInformation>
<elementInformation name="designation" show="1">ABL8RPS24050</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="comment" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation> <elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">schneider</elementInformation> <elementInformation name="manufacturer" show="1">schneider</elementInformation>
@@ -9,11 +9,11 @@
<elementInformation show="1" name="plant"></elementInformation> <elementInformation show="1" name="plant"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation> <elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="supplier"></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="manufacturer"></elementInformation>
<elementInformation show="1" name="description"></elementInformation> <elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="label"></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="designation"></elementInformation>
<elementInformation show="1" name="comment"></elementInformation> <elementInformation show="1" name="comment"></elementInformation>
</elementInformations> </elementInformations>
@@ -0,0 +1,52 @@
<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>
@@ -0,0 +1,63 @@
<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>
@@ -0,0 +1,5 @@
<qet-directory>
<names>
<name lang="cs">Almeto</name>
</names>
</qet-directory>
@@ -0,0 +1,61 @@
<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>
@@ -0,0 +1,42 @@
<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>
@@ -0,0 +1,42 @@
<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>
@@ -0,0 +1,58 @@
<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>
@@ -0,0 +1,5 @@
<qet-directory>
<names>
<name lang="cs">Schurter</name>
</names>
</qet-directory>
@@ -4,14 +4,14 @@
<name lang="fr">Carte à voyant</name> <name lang="fr">Carte à voyant</name>
</names> </names>
<elementInformations> <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="designation" show="1"></elementInformation>
<elementInformation name="label" show="1"></elementInformation> <elementInformation name="label" show="1"></elementInformation>
<elementInformation name="plant" show="1"></elementInformation> <elementInformation name="plant" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation> <elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation> <elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="description" 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="unity" show="1"></elementInformation>
<elementInformation name="manufacturer" show="1">Best</elementInformation> <elementInformation name="manufacturer" show="1">Best</elementInformation>
<elementInformation name="quantity" show="1"></elementInformation> <elementInformation name="quantity" show="1"></elementInformation>
@@ -0,0 +1,56 @@
<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>
@@ -0,0 +1,41 @@
<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>
@@ -0,0 +1,64 @@
<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>
@@ -0,0 +1,23 @@
<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>
@@ -0,0 +1,24 @@
<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>
@@ -0,0 +1,23 @@
<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>
@@ -0,0 +1,58 @@
<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>
@@ -1,26 +1,27 @@
<definition width="50" hotspot_y="48" type="element" orientation="dyyy" height="80" version="0.70" hotspot_x="24" link_type="simple"> <definition width="50" type="element" link_type="simple" height="60" version="0.80" orientation="dyyy" hotspot_y="27" hotspot_x="24">
<uuid uuid="{43b540a9-7762-4675-970b-e86c46ec5345}"/> <uuid uuid="{e00c09f2-96d8-4b0c-beba-b358d41b52c5}"/>
<names> <names>
<name lang="es">Motormonofásico</name>
<name lang="en">Motor single phase</name>
<name lang="nl">Motor 1fase</name> <name lang="nl">Motor 1fase</name>
<name lang="it">Motore monofase</name> <name lang="it">Motore monofase</name>
<name lang="en">Motor single phase</name>
<name lang="fr">Moteur monophasé</name> <name lang="fr">Moteur monophasé</name>
<name lang="es">Motormonofásico</name>
</names> </names>
<elementInformations/> <elementInformations/>
<informations>Author: The QElectroTech team&#xd; <informations>Author: The QElectroTech team&#xd;&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<polygon x4="15" closed="false" y3="9" y2="9" y1="-36" x3="15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x2="20" x1="20" y4="9"/> <polygon y1="-20" y3="9" closed="false" y2="9" x3="15" antialias="false" x1="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x4="15" x2="20" y4="9"/>
<polygon closed="false" y3="9" y2="9" y1="-40" x3="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x2="-20" x1="-20"/> <polygon y1="-20" y3="10" closed="false" y2="10" x3="-15" antialias="false" x1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-20"/>
<circle y="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="30" x="-15"/> <circle diameter="30" y="-5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-15"/>
<text y="17" size="9" x="-11" text="1 ~"/> <text y="17" color="#000000" rotation="0" x="-11" text="1 ~" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
<text y="7" size="8" x="-4" text="M"/> <text y="7" color="#000000" rotation="0" x="-4" text="M" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/>
<dynamic_text y="4" uuid="{02168a47-380e-4a8b-94ba-48ae684a0b3d}" font_size="9" z="9" rotation="0" text_from="ElementInfo" Halignment="AlignLeft" x="18" font_family="Sans Serif" Valignment="AlignTop" frame="false" text_width="-1"> <dynamic_text Halignment="AlignLeft" text_from="ElementInfo" frame="false" Valignment="AlignTop" y="4" rotation="0" x="18" text_width="-1" z="9" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" uuid="{02168a47-380e-4a8b-94ba-48ae684a0b3d}">
<text></text> <text></text>
<info_name>label</info_name> <info_name>label</info_name>
</dynamic_text> </dynamic_text>
<terminal y="-40" orientation="n" x="20"/> <terminal y="25" orientation="s" x="10"/>
<terminal y="-40" orientation="n" x="-20"/> <terminal y="-20" orientation="n" x="-20"/>
<terminal y="-20" orientation="n" x="20"/>
</description> </description>
</definition> </definition>
@@ -1,36 +1,41 @@
<definition width="70" version="0.4" hotspot_x="28" hotspot_y="28" height="70" link_type="simple" type="element" ic="true" orientation="dyyy"> <definition width="70" type="element" link_type="simple" height="70" version="0.80" orientation="dyyy" hotspot_y="28" hotspot_x="29">
<uuid uuid="{DAFD5CF7-6568-46A8-B0DD-55988B413332}"/><names> <uuid uuid="{1111b8d4-9778-4a75-9aec-0d628403a318}"/>
<names>
<name lang="cs">Trojfázový motor</name>
<name lang="nl">Draaistroommotor</name>
<name lang="it">Motore trifase</name>
<name lang="pl">Silnik trójfazowy</name>
<name lang="en">Three-phase engine</name>
<name lang="fr">Moteur triphasé</name>
<name lang="ar">محرّك ثلاثي الأوجه</name> <name lang="ar">محرّك ثلاثي الأوجه</name>
<name lang="de">Drehstrom Motor</name>
<name lang="ru">Трёхфазный эл. мотор</name> <name lang="ru">Трёхфазный эл. мотор</name>
<name lang="pt">Motor trifásico</name> <name lang="pt">Motor trifásico</name>
<name lang="en">Three-phase engine</name>
<name lang="it">Motore trifase</name>
<name lang="fr">Moteur triphasé</name>
<name lang="pl">Silnik trójfazowy</name>
<name lang="es">Motor trifásico</name> <name lang="es">Motor trifásico</name>
<name lang="nl">Draaistroommotor</name> <name lang="de">Drehstrom Motor</name>
<name lang="cs">Trojfázový motor</name>
</names> </names>
<informations>Author: The QElectroTech team&#xd; <elementInformations/>
<informations>Author: The QElectroTech team&#xd;&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<text x="22" y="-12" size="6" text="W1"/> <text y="-12" color="#000000" rotation="0" x="22" text="W1" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="2" y="-12" size="6" text="V1"/> <text y="-12" color="#000000" rotation="0" x="2" text="V1" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<text x="23" y="30" size="6" text="PE"/> <text y="30" color="#000000" rotation="0" x="23" text="PE" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<arc width="9" x="0" y="21" antialias="true" height="8" style="line-style:normal;line-weight:normal;filling:none;color:black" start="180" angle="180"/> <arc width="9" height="8" y="21" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" angle="180" start="180"/>
<arc width="9" x="-9" y="21" antialias="true" height="8" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" angle="180"/> <arc width="9" height="8" y="21" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-9" angle="180" start="0"/>
<text x="-10.25" y="18" size="18" text="M"/> <text y="18" color="#000000" rotation="0" x="-10.25" text="M" font="Sans Serif,18,-1,5,50,0,0,0,0,0"/>
<ellipse width="46" x="-23" y="-5" antialias="true" height="42" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <ellipse width="46" height="42" y="-5" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-23"/>
<input x="-51" y="15.5" size="9" text="M_" tagg="label"/> <dynamic_text Halignment="AlignLeft" text_from="ElementInfo" frame="false" Valignment="AlignTop" y="-5" rotation="0" x="25" text_width="-1" z="8" font="Sans Serif,9,-1,5,50,0,0,0,0,0" uuid="{6f1d2176-1c58-420d-8496-c54c4b134371}">
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x1="0" y2="-5" x2="0"/> <text></text>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19.6172" x1="20" y2="5.08526" x2="20"/> <info_name>label</info_name>
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-19.6" x1="-20" y2="5.06667" x2="-20"/> </dynamic_text>
<text x="-17" y="27" size="9" text="3"/> <line y1="-20" end1="none" y2="-5" antialias="false" x1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="0" length2="1.5" length1="1.5" end2="none"/>
<text x="-18" y="-12" size="6" text="U1"/> <line y1="-19.6172" end1="none" y2="5.08526" antialias="false" x1="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="20" length2="1.5" length1="1.5" end2="none"/>
<terminal x="-20" y="-21" orientation="n"/> <line y1="-19.6" end1="none" y2="5.06667" antialias="false" x1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" x2="-20" length2="1.5" length1="1.5" end2="none"/>
<terminal x="20" y="-21" orientation="n"/> <text y="27" color="#000000" rotation="0" x="-17" text="3" font="Sans Serif,9,-1,5,50,0,0,0,0,0"/>
<terminal x="0" y="-21" orientation="n"/> <text y="-12" color="#000000" rotation="0" x="-18" text="U1" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
<terminal x="27" y="20" orientation="e"/> <terminal y="-21" orientation="n" x="-20"/>
<terminal y="-21" orientation="n" x="20"/>
<terminal y="-21" orientation="n" x="0"/>
<terminal y="20" orientation="e" x="27"/>
</description> </description>
</definition> </definition>
@@ -0,0 +1,61 @@
<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>
@@ -0,0 +1,54 @@
<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>
@@ -0,0 +1,78 @@
<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>
@@ -0,0 +1,44 @@
<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>
@@ -0,0 +1,48 @@
<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>
@@ -0,0 +1,44 @@
<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>
@@ -6,11 +6,11 @@
</names> </names>
<elementInformations> <elementInformations>
<elementInformation show="1" name="comment"></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="quantity"></elementInformation> <elementInformation show="1" name="quantity"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation> <elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation"></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="label"></elementInformation>
<elementInformation show="1" name="description"></elementInformation> <elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="manufacturer"></elementInformation> <elementInformation show="1" name="manufacturer"></elementInformation>
@@ -0,0 +1,41 @@
<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>
@@ -0,0 +1,47 @@
<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>
@@ -1,24 +1,20 @@
<definition width="30" link_type="simple" orientation="dyyy" hotspot_y="6" version="0.51" type="element" height="30" hotspot_x="15"> <definition orientation="dyyy" type="element" width="30" hotspot_y="6" hotspot_x="15" height="30" link_type="simple" version="0.80">
<uuid uuid="{757403cc-0287-489f-9143-5d31134a7728}"/> <uuid uuid="{a755a740-0b10-4aad-877b-9c111f5471ca}"/>
<names> <names>
<name lang="fr">Prise TV-FM</name> <name lang="fr">Prise TV-FM</name>
</names> </names>
<elementInformations/>
<informations>Baboune41</informations> <informations>Baboune41</informations>
<description> <description>
<input size="9" tagg="label" x="-15" text="_" rotate="true" y="33"/> <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">
<rect width="20" antialias="false" x="-10" style="line-style:normal;line-weight:thin;filling:white;color:none" height="20" y="0"/> <text></text>
<circle antialias="false" x="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6" y="7"/> <info_name>label</info_name>
<circle antialias="false" x="-5.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="9.5"/> </dynamic_text>
<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"/> <circle y="7" antialias="false" x="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
<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"/> <circle y="9.5" antialias="false" x="-5.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1"/>
<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"/> <circle y="7" antialias="false" x="3" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
<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"/> <circle y="9" antialias="false" x="5" style="line-style:normal;line-weight:thin;filling:none;color:black" diameter="2"/>
<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"/> <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"/>
<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"/> <terminal orientation="n" y="0" x="0"/>
<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> </description>
</definition> </definition>
@@ -1,26 +1,22 @@
<definition width="30" link_type="simple" orientation="dyyy" hotspot_y="6" version="0.51" type="element" height="30" hotspot_x="15"> <definition orientation="dyyy" type="element" width="30" hotspot_y="6" hotspot_x="15" height="30" link_type="simple" version="0.80">
<uuid uuid="{60928c5c-a3ab-4cad-80e2-39f6c4e8b7fa}"/> <uuid uuid="{481bb89d-1c7a-477b-a301-c4c457b678a8}"/>
<names> <names>
<name lang="fr">Prise TV-FM-Sat</name> <name lang="fr">Prise TV-FM-Sat</name>
</names> </names>
<elementInformations/>
<informations>Baboune41</informations> <informations>Baboune41</informations>
<description> <description>
<input size="9" tagg="label" x="-14" text="_" rotate="true" y="33"/> <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">
<rect width="20" antialias="false" x="-10" style="line-style:normal;line-weight:thin;filling:white;color:none" height="20" y="0"/> <text></text>
<circle antialias="false" x="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6" y="11"/> <info_name>label</info_name>
<circle antialias="false" x="-5.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="13.5"/> </dynamic_text>
<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"/> <circle y="11" antialias="false" x="-8" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
<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"/> <circle y="13.5" antialias="false" x="-5.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1"/>
<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"/> <circle y="11" antialias="false" x="2" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
<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"/> <circle y="2" antialias="false" x="-3" style="line-style:normal;line-weight:normal;filling:lightgray;color:black" diameter="6"/>
<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"/> <circle y="13" antialias="false" x="4" style="line-style:normal;line-weight:thin;filling:none;color:black" diameter="2"/>
<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"/> <circle y="4.5" antialias="false" x="-0.5" style="line-style:normal;line-weight:thin;filling:white;color:black" diameter="1"/>
<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"/> <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"/>
<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" y="0" x="0"/>
<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> </description>
</definition> </definition>
@@ -1,22 +1,18 @@
<definition width="30" link_type="simple" orientation="dyyy" hotspot_y="5" version="0.51" type="element" height="30" hotspot_x="15"> <definition orientation="dyyy" type="element" width="30" hotspot_y="5" hotspot_x="15" height="30" link_type="simple" version="0.80">
<uuid uuid="{1df920b5-f85b-4051-8e13-3c777dce30a8}"/> <uuid uuid="{324a8011-3323-478f-b241-39146dc885dd}"/>
<names> <names>
<name lang="fr">Prise TV simple</name> <name lang="fr">Prise TV simple</name>
</names> </names>
<elementInformations/>
<informations>Baboune41</informations> <informations>Baboune41</informations>
<description> <description>
<input size="9" tagg="label" x="-15" text="_" rotate="true" y="34"/> <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">
<rect width="20" antialias="false" x="-10" style="line-style:normal;line-weight:thin;filling:white;color:none" height="20" y="0"/> <text></text>
<circle antialias="false" x="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6" y="7"/> <info_name>label</info_name>
<circle antialias="false" x="-0.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1" y="9.5"/> </dynamic_text>
<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"/> <circle y="7" antialias="false" x="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="6"/>
<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"/> <circle y="9.5" antialias="false" x="-0.5" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="1"/>
<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"/> <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"/>
<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"/> <terminal orientation="n" y="5" x="0"/>
<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> </description>
</definition> </definition>
@@ -0,0 +1,226 @@
<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>
@@ -0,0 +1,226 @@
<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>
@@ -0,0 +1,80 @@
<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>
@@ -0,0 +1,83 @@
<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>
@@ -1,118 +1,122 @@
<definition type="element" width="300" hotspot_y="25" orientation="dyyy" hotspot_x="45" height="60" link_type="simple" version="0.51"> <definition version="0.80" hotspot_x="45" link_type="simple" width="300" hotspot_y="25" orientation="dyyy" type="element" height="60">
<uuid uuid="{1e1e8352-01a8-4bf9-a89d-82aa2d9fa119}"/> <uuid uuid="{c7adfb8e-22ff-4b36-b6e4-c3e9622719a0}"/>
<names> <names>
<name lang="fr">Switch 8 ports</name> <name lang="fr">Switch 8 ports</name>
</names> </names>
<elementInformations/>
<informations></informations> <informations></informations>
<description> <description>
<rect width="290" x="-40" antialias="false" y="-20" style="line-style:normal;line-weight:normal;filling:gray;color:black" height="50"/> <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 width="28" x="205" antialias="false" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20"/> <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 width="28" x="175" antialias="false" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20"/> <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 width="28" x="145" antialias="false" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20"/> <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 width="28" x="115" antialias="false" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20"/> <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 width="28" x="76" antialias="false" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20"/> <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 width="28" x="46" antialias="false" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20"/> <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 width="28" x="16" antialias="false" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20"/> <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 width="28" x="-14" antialias="false" y="-5" style="line-style:normal;line-weight:normal;filling:white;color:black" height="20"/> <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 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 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 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 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 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 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 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 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 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"/> <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" 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" 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" 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"/> <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"/>
<input rotate="true" x="12" tagg="label" size="9" text="_" y="-35"/> <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">
<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"/> <text></text>
<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"/> <info_name>label</info_name>
<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"/> </dynamic_text>
<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" 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" 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 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"/>
<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" 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" 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" 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" 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" 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" 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 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"/>
<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" 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" 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" 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" 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" 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" 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"/> <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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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"/> <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"/>
<rect width="4" x="67" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2"/> <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 width="4" x="37" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2"/> <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 width="4" x="97" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2"/> <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 width="4" x="19" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2"/> <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 width="4" x="79" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2"/> <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 width="4" x="49" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2"/> <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 width="4" x="7" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2"/> <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"/>
<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 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 width="4" x="-11" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2"/> <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" 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"/> <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" 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" 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"/>
<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"/> <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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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"/> <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"/>
<rect width="4" x="196" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2"/> <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"/>
<rect width="4" x="226" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2"/> <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 width="4" x="166" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2"/> <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 width="4" x="148" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2"/> <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 width="4" x="178" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2"/> <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 width="4" x="136" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:orange;color:orange" height="2"/> <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 width="4" x="208" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2"/> <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 width="4" x="118" antialias="false" y="-3" style="line-style:normal;line-weight:normal;filling:green;color:green" height="2"/> <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"/>
<circle diameter="4" x="-27" antialias="false" y="3" style="line-style:normal;line-weight:normal;filling:green;color:black"/> <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"/>
<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"/> <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"/>
<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"/> <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"/>
<terminal x="90" orientation="s" y="17"/> <circle antialias="false" x="-27" diameter="4" y="3" style="line-style:normal;line-weight:normal;filling:green;color:black"/>
<terminal x="60" orientation="s" y="17"/> <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"/>
<terminal x="30" orientation="s" y="17"/> <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 x="0" orientation="s" y="17"/> <terminal orientation="s" x="60" y="17"/>
<terminal x="219" orientation="s" y="17"/> <terminal orientation="s" x="0" y="17"/>
<terminal x="129" orientation="s" y="17"/> <terminal orientation="s" x="190" y="17"/>
<terminal x="189" orientation="s" y="17"/> <terminal orientation="s" x="220" y="17"/>
<terminal x="159" orientation="s" 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> </description>
</definition> </definition>
@@ -1,33 +1,30 @@
<definition link_type="simple" type="element" version="0.51" hotspot_x="35" orientation="dyyy" hotspot_y="40" height="70" width="70"> <definition link_type="simple" orientation="dyyy" hotspot_x="35" height="70" type="element" width="70" hotspot_y="40" version="0.80">
<uuid uuid="{18833ca2-618e-457e-b061-04fc91a83cd3}"/> <uuid uuid="{73efef4a-1a7d-4702-98a0-e773b3c013e4}"/>
<names> <names>
<name lang="fr">Prise DTI</name> <name lang="fr">Prise DTI</name>
</names> </names>
<elementInformations/>
<informations></informations> <informations></informations>
<description> <description>
<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"/> <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"/>
<input text="_" x="-8" y="37" size="9" tagg="label" rotate="true"/> <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">
<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"/> <text></text>
<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"/> <info_name>label</info_name>
<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"/> </dynamic_text>
<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 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 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 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 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 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 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 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 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 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"/>
<rect x="-14" antialias="false" y="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" width="28"/> <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"/>
<rect x="-22" antialias="false" y="-27" style="line-style:normal;line-weight:thin;filling:none;color:black" height="44" width="44"/> <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"/>
<text text="TEST" x="-9" y="-18" size="6"/> <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"/>
<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"/> <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"/>
<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"/> <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"/>
<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"/> <text text="TEST" font="Sans Serif,6,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="-9" y="-18"/>
<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"/> <text text="DTI" font="Sans Serif,9,-1,5,50,0,0,0,0,0" color="#000000" rotation="0" x="-11" y="16"/>
<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"/> <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"/>
<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"/> <terminal orientation="n" x="0" y="-35"/>
<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"/> <terminal orientation="s" x="0" y="24"/>
<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> </description>
</definition> </definition>
@@ -1,263 +1,275 @@
<definition type="element" width="520" version="0.70" orientation="dyyy" link_type="simple" hotspot_y="52" hotspot_x="255" height="100"> <definition version="0.80" link_type="simple" hotspot_x="255" height="100" width="520" type="element" hotspot_y="52" orientation="dyyy">
<uuid uuid="{e41d2769-ae01-47b6-a5cc-44eabbb1f768}"/> <uuid uuid="{185de924-dae4-4a2b-9c4e-442d5755c02a}"/>
<names> <names>
<name lang="hu">ABB ACS 143-4K1-3</name> <name lang="hu">ABB ACS 143-4K1-3</name>
<name lang="en">ABB ACS 143-4K1-3</name> <name lang="en">ABB ACS 143-4K1-3</name>
</names> </names>
<elementInformations/> <elementInformations>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<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="comment"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
</elementInformations>
<informations></informations> <informations></informations>
<description> <description>
<line x1="212" y1="-46" length2="1.5" x2="227" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="227" antialias="false" x1="212" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<line x1="71" y1="-46" length2="1.5" x2="86" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="86" antialias="false" x1="71" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<line x1="21" y1="-46" length2="1.5" x2="36" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="36" antialias="false" x1="21" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<line x1="-109" y1="40" length2="1.5" x2="-93" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="40" antialias="false"/> <line length2="1.5" x2="-93" antialias="false" x1="-109" y2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<circle y="-48.236" x="226.819" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="226.819" diameter="4.4721" y="-48.236"/>
<polygon x1="231" y1="-46" y4="40" x3="260" closed="false" x2="260" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="40" x4="-88" y2="-46" antialias="false"/> <polygon y4="40" closed="false" x3="260" x4="-88" x2="260" antialias="false" x1="231" y2="-46" y3="40" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46"/>
<circle y="37.7639" x="-93.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-93.236" diameter="4.4721" y="37.7639"/>
<dynamic_text y="3" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="7" Halignment="AlignLeft" text_width="-1" frame="false" x="202" text_from="UserText" rotation="270" uuid="{fcc6376c-ca27-4acc-99a1-3969fcc811ae}" Valignment="AlignTop"> <dynamic_text uuid="{fcc6376c-ca27-4acc-99a1-3969fcc811ae}" frame="false" text_from="UserText" text_width="-1" x="202" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="7" y="3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>DO 2A</text> <text>DO 2A</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="3" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="7" Halignment="AlignLeft" text_width="-1" frame="false" x="222.05" text_from="UserText" rotation="270" uuid="{fcc6376c-ca27-4acc-99a1-3969fcc811ae}" Valignment="AlignTop"> <dynamic_text uuid="{fcc6376c-ca27-4acc-99a1-3969fcc811ae}" frame="false" text_from="UserText" text_width="-1" x="222.05" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="7" y="3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>DO 2B</text> <text>DO 2B</text>
</dynamic_text> </dynamic_text>
<line x1="-229" y1="-46" length2="1.5" x2="-214" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="-214" antialias="false" x1="-229" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<line x1="2" y1="-46" length2="1.5" x2="17" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="17" antialias="false" x1="2" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<line x1="-93" y1="20" length2="1.5" x2="-89" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="20" antialias="false"/> <line length2="1.5" x2="-89" antialias="false" x1="-93" y2="20" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="20" length1="1.5" end2="none" end1="none"/>
<line x1="-169" y1="40" length2="1.5" x2="-133" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="40" antialias="false"/> <line length2="1.5" x2="-133" antialias="false" x1="-169" y2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<line x1="-250" y1="-46" length2="1.5" x2="-250" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="40" antialias="false"/> <line length2="1.5" x2="-250" antialias="false" x1="-250" y2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<dynamic_text y="0" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="15" Halignment="AlignLeft" text_width="-1" frame="false" x="-160" text_from="UserText" rotation="0" uuid="{492cc3e1-ab98-4d2b-a057-8be73f73623d}" Valignment="AlignTop"> <dynamic_text uuid="{492cc3e1-ab98-4d2b-a057-8be73f73623d}" frame="false" text_from="UserText" text_width="-1" x="-160" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="15" y="0" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<text>RESISTANCE BRAKE</text> <text>RESISTANCE BRAKE</text>
</dynamic_text> </dynamic_text>
<line x1="192" y1="-46" length2="1.5" x2="207" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="207" antialias="false" x1="192" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<dynamic_text y="-22" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="17" Halignment="AlignLeft" text_width="-1" frame="false" x="198.95" text_from="UserText" rotation="270" uuid="{fdaa6426-605d-4ff5-aa30-0e99032e4b8c}" Valignment="AlignTop"> <dynamic_text uuid="{fdaa6426-605d-4ff5-aa30-0e99032e4b8c}" frame="false" text_from="UserText" text_width="-1" x="198.95" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="17" y="-22" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>18</text> <text>18</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-22" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="17" Halignment="AlignLeft" text_width="-1" frame="false" x="219" text_from="UserText" rotation="270" uuid="{fdaa6426-605d-4ff5-aa30-0e99032e4b8c}" Valignment="AlignTop"> <dynamic_text uuid="{fdaa6426-605d-4ff5-aa30-0e99032e4b8c}" frame="false" text_from="UserText" text_width="-1" x="219" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="17" y="-22" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>19</text> <text>19</text>
</dynamic_text> </dynamic_text>
<line x1="-19" y1="-46" length2="1.5" x2="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="-3" antialias="false" x1="-19" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<line x1="-92" y1="18" length2="1.5" x2="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="18" antialias="false"/> <line length2="1.5" x2="-90" antialias="false" x1="-92" y2="18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="18" length1="1.5" end2="none" end1="none"/>
<line x1="-250" y1="-46" length2="1.5" x2="-233" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="-233" antialias="false" x1="-250" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<line x1="-39" y1="-46" length2="1.5" x2="-24" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="-24" antialias="false" x1="-39" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<line x1="-95" y1="22" length2="1.5" x2="-87" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="22" antialias="false"/> <line length2="1.5" x2="-87" antialias="false" x1="-95" y2="22" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="22" length1="1.5" end2="none" end1="none"/>
<line x1="-128" y1="40" length2="1.5" x2="-114" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="40" antialias="false"/> <line length2="1.5" x2="-114" antialias="false" x1="-128" y2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<dynamic_text y="40" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="25" Halignment="AlignLeft" text_width="-1" frame="false" x="-137.5" text_from="UserText" rotation="270" uuid="{43631493-7bef-4c2b-b62b-0031ea2e6305}" Valignment="AlignTop"> <dynamic_text uuid="{43631493-7bef-4c2b-b62b-0031ea2e6305}" frame="false" text_from="UserText" text_width="-1" x="-137.5" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="25" y="40" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>+ R</text> <text>+ R</text>
</dynamic_text> </dynamic_text>
<line x1="-250" y1="40" length2="1.5" x2="-233" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="40" antialias="false"/> <line length2="1.5" x2="-233" antialias="false" x1="-250" y2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<circle y="-48.2361" x="206.769" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="206.769" diameter="4.4721" y="-48.2361"/>
<line x1="-59" y1="-46" length2="1.5" x2="-44" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="-44" antialias="false" x1="-59" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<line x1="-91" y1="38" length2="1.5" x2="-91" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="22" antialias="false"/> <line length2="1.5" x2="-91" antialias="false" x1="-91" y2="22" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" length1="1.5" end2="none" end1="none"/>
<line x1="-228.55" y1="39.95" length2="1.5" x2="-213.55" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="39.95" antialias="false"/> <line length2="1.5" x2="-213.55" antialias="false" x1="-228.55" y2="39.95" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="39.95" length1="1.5" end2="none" end1="none"/>
<line x1="-79" y1="-46" length2="1.5" x2="-64" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="-64" antialias="false" x1="-79" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<dynamic_text y="39" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="31" Halignment="AlignLeft" text_width="-1" frame="false" x="-118.5" text_from="UserText" rotation="270" uuid="{c707024c-0c02-4890-b51a-381c780b07d7}" Valignment="AlignTop"> <dynamic_text uuid="{c707024c-0c02-4890-b51a-381c780b07d7}" frame="false" text_from="UserText" text_width="-1" x="-118.5" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="31" y="39" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>- R</text> <text>- R</text>
</dynamic_text> </dynamic_text>
<circle y="37.7639" x="-133.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-133.236" diameter="4.4721" y="37.7639"/>
<circle y="37.7639" x="-233.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-233.236" diameter="4.4721" y="37.7639"/>
<line x1="-119" y1="-46" length2="1.5" x2="-104" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="-104" antialias="false" x1="-119" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<circle y="-48.2361" x="-233.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-233.236" diameter="4.4721" y="-48.2361"/>
<line x1="-139" y1="-46" length2="1.5" x2="-124" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="-124" antialias="false" x1="-139" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<circle y="37.7639" x="-113.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-113.236" diameter="4.4721" y="37.7639"/>
<dynamic_text y="4" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="39" Halignment="AlignLeft" text_width="-1" frame="false" x="-146" text_from="UserText" rotation="270" uuid="{3b644848-0d28-40de-a6b9-8ac396ceaf3f}" Valignment="AlignTop"> <dynamic_text uuid="{3b644848-0d28-40de-a6b9-8ac396ceaf3f}" frame="false" text_from="UserText" text_width="-1" x="-146" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="39" y="4" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>SCR</text> <text>SCR</text>
</dynamic_text> </dynamic_text>
<line x1="-233" y1="20" length2="1.5" x2="-229" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="20" antialias="false"/> <line length2="1.5" x2="-229" antialias="false" x1="-233" y2="20" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="20" length1="1.5" end2="none" end1="none"/>
<line x1="-232" y1="18" length2="1.5" x2="-230" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="18" antialias="false"/> <line length2="1.5" x2="-230" antialias="false" x1="-232" y2="18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="18" length1="1.5" end2="none" end1="none"/>
<line x1="-235" y1="22" length2="1.5" x2="-227" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="22" antialias="false"/> <line length2="1.5" x2="-227" antialias="false" x1="-235" y2="22" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="22" length1="1.5" end2="none" end1="none"/>
<line x1="-231" y1="38" length2="1.5" x2="-231" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="22" antialias="false"/> <line length2="1.5" x2="-231" antialias="false" x1="-231" y2="22" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="38" length1="1.5" end2="none" end1="none"/>
<line x1="-233" y1="-26" length2="1.5" x2="-229" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-26" antialias="false"/> <line length2="1.5" x2="-229" antialias="false" x1="-233" y2="-26" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-26" length1="1.5" end2="none" end1="none"/>
<dynamic_text y="3" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="44" Halignment="AlignLeft" text_width="-1" frame="false" x="181.55" text_from="UserText" rotation="270" uuid="{6e45eabe-528d-447a-a2ae-ac4895afe0ca}" Valignment="AlignTop"> <dynamic_text uuid="{6e45eabe-528d-447a-a2ae-ac4895afe0ca}" frame="false" text_from="UserText" text_width="-1" x="181.55" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="44" y="3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>DO 1B</text> <text>DO 1B</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="3" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="45" Halignment="AlignLeft" text_width="-1" frame="false" x="160.55" text_from="UserText" rotation="270" uuid="{8c9f6a37-eb07-462c-be76-3c7caaadc005}" Valignment="AlignTop"> <dynamic_text uuid="{8c9f6a37-eb07-462c-be76-3c7caaadc005}" frame="false" text_from="UserText" text_width="-1" x="160.55" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="45" y="3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>DO 1A</text> <text>DO 1A</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="3" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="46" Halignment="AlignLeft" text_width="-1" frame="false" x="141.55" text_from="UserText" rotation="270" uuid="{de6f36dc-ba70-42b5-a73c-a074908015c4}" Valignment="AlignTop"> <dynamic_text uuid="{de6f36dc-ba70-42b5-a73c-a074908015c4}" frame="false" text_from="UserText" text_width="-1" x="141.55" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="46" y="3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>DI 5</text> <text>DI 5</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="3" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="47" Halignment="AlignLeft" text_width="-1" frame="false" x="121.55" text_from="UserText" rotation="270" uuid="{725bf606-404c-4b3c-aebf-4d1943792634}" Valignment="AlignTop"> <dynamic_text uuid="{725bf606-404c-4b3c-aebf-4d1943792634}" frame="false" text_from="UserText" text_width="-1" x="121.55" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="47" y="3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>DI 4</text> <text>DI 4</text>
</dynamic_text> </dynamic_text>
<line x1="-232" y1="-24" length2="1.5" x2="-230" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-24" antialias="false"/> <dynamic_text uuid="{d92818e9-02cb-445c-9d75-c5a6d6532f43}" frame="false" text_from="UserText" text_width="-1" x="102.55" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="48" y="3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<dynamic_text y="3" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="48" Halignment="AlignLeft" text_width="-1" frame="false" x="102.55" text_from="UserText" rotation="270" uuid="{d92818e9-02cb-445c-9d75-c5a6d6532f43}" Valignment="AlignTop">
<text>DI 3</text> <text>DI 3</text>
</dynamic_text> </dynamic_text>
<line x1="-235" y1="-28" length2="1.5" x2="-227" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-28" antialias="false"/> <line length2="1.5" x2="-230" antialias="false" x1="-232" y2="-24" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-24" length1="1.5" end2="none" end1="none"/>
<dynamic_text y="3" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="49" Halignment="AlignLeft" text_width="-1" frame="false" x="83" text_from="UserText" rotation="270" uuid="{0b9c5b6f-48ca-4e28-94ec-7f5b5955f2f6}" Valignment="AlignTop"> <dynamic_text uuid="{0b9c5b6f-48ca-4e28-94ec-7f5b5955f2f6}" frame="false" text_from="UserText" text_width="-1" x="83" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="49" y="3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>DI 2</text> <text>DI 2</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="3" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="50" Halignment="AlignLeft" text_width="-1" frame="false" x="61.55" text_from="UserText" rotation="270" uuid="{752505c0-c5dd-44cc-a6be-d3de8f701214}" Valignment="AlignTop"> <dynamic_text uuid="{752505c0-c5dd-44cc-a6be-d3de8f701214}" frame="false" text_from="UserText" text_width="-1" x="61.55" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="50" y="3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>DI 1</text> <text>DI 1</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="3" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="51" Halignment="AlignLeft" text_width="-1" frame="false" x="32.55" text_from="UserText" rotation="270" uuid="{cb7d6bfe-0e64-4d8d-ab0a-1427cb68cc38}" Valignment="AlignTop"> <line length2="1.5" x2="-227" antialias="false" x1="-235" y2="-28" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-28" length1="1.5" end2="none" end1="none"/>
<dynamic_text uuid="{cb7d6bfe-0e64-4d8d-ab0a-1427cb68cc38}" frame="false" text_from="UserText" text_width="-1" x="32.55" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="51" y="3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>DCOM</text> <text>DCOM</text>
</dynamic_text> </dynamic_text>
<line x1="-231" y1="-28" length2="1.5" x2="-231" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-43" antialias="false"/> <dynamic_text uuid="{db92c92a-0796-4617-ab0c-e01ae7c739e3}" frame="false" text_from="UserText" text_width="-1" x="11.55" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="52" y="2.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<dynamic_text y="2.5" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="52" Halignment="AlignLeft" text_width="-1" frame="false" x="11.55" text_from="UserText" rotation="270" uuid="{db92c92a-0796-4617-ab0c-e01ae7c739e3}" Valignment="AlignTop">
<text>12V</text> <text>12V</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="2" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="53" Halignment="AlignLeft" text_width="-1" frame="false" x="-8" text_from="UserText" rotation="270" uuid="{5dda03a8-321a-4560-922f-1efa594906e7}" Valignment="AlignTop"> <dynamic_text uuid="{5dda03a8-321a-4560-922f-1efa594906e7}" frame="false" text_from="UserText" text_width="-1" x="-8" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="53" y="2" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>AGND</text> <text>AGND</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="2" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="54" Halignment="AlignLeft" text_width="-1" frame="false" x="-28" text_from="UserText" rotation="270" uuid="{860a73d2-c740-43fb-b4b6-404fe14ec877}" Valignment="AlignTop"> <dynamic_text uuid="{860a73d2-c740-43fb-b4b6-404fe14ec877}" frame="false" text_from="UserText" text_width="-1" x="-28" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="54" y="2" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>AO</text> <text>AO</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="3" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="55" Halignment="AlignLeft" text_width="-1" frame="false" x="-49" text_from="UserText" rotation="270" uuid="{f6095c7c-c60d-4c53-af8a-e65106d9a77a}" Valignment="AlignTop"> <line length2="1.5" x2="-231" antialias="false" x1="-231" y2="-43" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-28" length1="1.5" end2="none" end1="none"/>
<dynamic_text uuid="{f6095c7c-c60d-4c53-af8a-e65106d9a77a}" frame="false" text_from="UserText" text_width="-1" x="-49" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="55" y="3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>AGND</text> <text>AGND</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="3.5" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="56" Halignment="AlignLeft" text_width="-1" frame="false" x="-69.45" text_from="UserText" rotation="270" uuid="{a83578c5-4ab0-4bb5-9606-a8606658fbc9}" Valignment="AlignTop"> <dynamic_text uuid="{a83578c5-4ab0-4bb5-9606-a8606658fbc9}" frame="false" text_from="UserText" text_width="-1" x="-69.45" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="56" y="3.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>AI2</text> <text>AI2</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="2" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="57" Halignment="AlignLeft" text_width="-1" frame="false" x="-89" text_from="UserText" rotation="270" uuid="{6685aa59-8cc1-4454-a5eb-719547ff7a70}" Valignment="AlignTop"> <dynamic_text uuid="{6685aa59-8cc1-4454-a5eb-719547ff7a70}" frame="false" text_from="UserText" text_width="-1" x="-89" font="MS Shell Dlg 2,7,-1,5,50,0,0,0,0,0,Normál" z="57" y="2" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>10V</text> <text>10V</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="2" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="58" Halignment="AlignLeft" text_width="-1" frame="false" x="-108" text_from="UserText" rotation="270" uuid="{45e86be7-36eb-475d-a559-91cec50ac3fe}" Valignment="AlignTop"> <dynamic_text uuid="{45e86be7-36eb-475d-a559-91cec50ac3fe}" frame="false" text_from="UserText" text_width="-1" x="-108" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="58" y="2" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>AGND</text> <text>AGND</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="3" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="59" Halignment="AlignLeft" text_width="-1" frame="false" x="-126" text_from="UserText" rotation="270" uuid="{4a3a4e3b-af9c-4b9e-b4bd-b0b50d986b50}" Valignment="AlignTop"> <dynamic_text uuid="{4a3a4e3b-af9c-4b9e-b4bd-b0b50d986b50}" frame="false" text_from="UserText" text_width="-1" x="-126" font="MS Shell Dlg 2,6,-1,5,50,0,0,0,0,0,Normál" z="59" y="3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>AI1</text> <text>AI1</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-22" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="60" Halignment="AlignLeft" text_width="-1" frame="false" x="7.5" text_from="UserText" rotation="270" uuid="{5663cb97-9b7b-489d-bd35-14d2ce369f84}" Valignment="AlignTop"> <dynamic_text uuid="{5663cb97-9b7b-489d-bd35-14d2ce369f84}" frame="false" text_from="UserText" text_width="-1" x="7.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="60" y="-22" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>9</text> <text>9</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-22" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="61" Halignment="AlignLeft" text_width="-1" frame="false" x="-11.5" text_from="UserText" rotation="270" uuid="{36ee2782-988c-4b9b-8a09-9257555a83c5}" Valignment="AlignTop"> <dynamic_text uuid="{36ee2782-988c-4b9b-8a09-9257555a83c5}" frame="false" text_from="UserText" text_width="-1" x="-11.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="61" y="-22" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>8</text> <text>8</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-22" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="62" Halignment="AlignLeft" text_width="-1" frame="false" x="-134.5" text_from="UserText" rotation="270" uuid="{2f355fa3-bf77-459a-805a-082993b0beb9}" Valignment="AlignTop"> <dynamic_text uuid="{2f355fa3-bf77-459a-805a-082993b0beb9}" frame="false" text_from="UserText" text_width="-1" x="-134.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="62" y="-22" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>2</text> <text>2</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-23" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="65" Halignment="AlignLeft" text_width="-1" frame="false" x="-53.5" text_from="UserText" rotation="270" uuid="{a316f3f3-8980-4591-bfcd-69f7951ea930}" Valignment="AlignTop"> <dynamic_text uuid="{a316f3f3-8980-4591-bfcd-69f7951ea930}" frame="false" text_from="UserText" text_width="-1" x="-53.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="65" y="-23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>6</text> <text>6</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-22" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="67" Halignment="AlignLeft" text_width="-1" frame="false" x="-33.5" text_from="UserText" rotation="270" uuid="{3dc615d8-2149-4686-bf25-2fb3a5346db2}" Valignment="AlignTop"> <dynamic_text uuid="{3dc615d8-2149-4686-bf25-2fb3a5346db2}" frame="false" text_from="UserText" text_width="-1" x="-33.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="67" y="-22" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>7</text> <text>7</text>
</dynamic_text> </dynamic_text>
<circle y="-48.2361" x="16.764" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="16.764" diameter="4.4721" y="-48.2361"/>
<circle y="-48.2361" x="-3.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-3.236" diameter="4.4721" y="-48.2361"/>
<line x1="172" y1="-46" length2="1.5" x2="187" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="187" antialias="false" x1="172" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<circle y="-48.2361" x="-43.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-43.236" diameter="4.4721" y="-48.2361"/>
<line x1="152" y1="-46" length2="1.5" x2="167" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="167" antialias="false" x1="152" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<dynamic_text y="-22" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="74" Halignment="AlignLeft" text_width="-1" frame="false" x="178.5" text_from="UserText" rotation="270" uuid="{99ee7c3f-2276-462c-be01-9978716b3f8f}" Valignment="AlignTop"> <dynamic_text uuid="{99ee7c3f-2276-462c-be01-9978716b3f8f}" frame="false" text_from="UserText" text_width="-1" x="178.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="74" y="-22" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>17</text> <text>17</text>
</dynamic_text> </dynamic_text>
<circle y="-48.2361" x="-23.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-23.236" diameter="4.4721" y="-48.2361"/>
<dynamic_text y="-22" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="75" Halignment="AlignLeft" text_width="-1" frame="false" x="157.5" text_from="UserText" rotation="270" uuid="{2e42bd45-b777-4c20-9253-d6bdca7063ce}" Valignment="AlignTop"> <dynamic_text uuid="{2e42bd45-b777-4c20-9253-d6bdca7063ce}" frame="false" text_from="UserText" text_width="-1" x="157.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="75" y="-22" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>16</text> <text>16</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-21" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="76" Halignment="AlignLeft" text_width="-1" frame="false" x="29.5" text_from="UserText" rotation="270" uuid="{649718a9-235c-48c3-a572-37b3bf916b3b}" Valignment="AlignTop"> <dynamic_text uuid="{649718a9-235c-48c3-a572-37b3bf916b3b}" frame="false" text_from="UserText" text_width="-1" x="29.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="76" y="-21" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>10</text> <text>10</text>
</dynamic_text> </dynamic_text>
<line x1="41" y1="-46" length2="1.5" x2="66" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="66" antialias="false" x1="41" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<line x1="-99" y1="-46" length2="1.5" x2="-84" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="-84" antialias="false" x1="-99" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<line x1="-169" y1="-46" length2="1.5" x2="-144" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="-144" antialias="false" x1="-169" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<circle y="-48.2361" x="186.764" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="186.764" diameter="4.4721" y="-48.2361"/>
<circle y="-48.2361" x="166.764" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="166.764" diameter="4.4721" y="-48.2361"/>
<dynamic_text y="-22" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="83" Halignment="AlignLeft" text_width="-1" frame="false" x="-92.5" text_from="UserText" rotation="270" uuid="{d88b3055-f8cd-4dad-9302-86755a55c7d8}" Valignment="AlignTop"> <dynamic_text uuid="{d88b3055-f8cd-4dad-9302-86755a55c7d8}" frame="false" text_from="UserText" text_width="-1" x="-92.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="83" y="-22" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>4</text> <text>4</text>
</dynamic_text> </dynamic_text>
<circle y="-48.2361" x="36.764" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="36.764" diameter="4.4721" y="-48.2361"/>
<dynamic_text y="-23" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="84" Halignment="AlignLeft" text_width="-1" frame="false" x="-74.5" text_from="UserText" rotation="270" uuid="{e48b1195-bbdd-4859-9920-c23980149986}" Valignment="AlignTop"> <dynamic_text uuid="{e48b1195-bbdd-4859-9920-c23980149986}" frame="false" text_from="UserText" text_width="-1" x="-74.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="84" y="-23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>5</text> <text>5</text>
</dynamic_text> </dynamic_text>
<line x1="133" y1="-46" length2="1.5" x2="147" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="147" antialias="false" x1="133" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<line x1="112" y1="-46" length2="1.5" x2="127" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="127" antialias="false" x1="112" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<dynamic_text y="-22" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="87" Halignment="AlignLeft" text_width="-1" frame="false" x="-113.5" text_from="UserText" rotation="270" uuid="{5b50d7f7-f777-4807-af7f-557905ba57e0}" Valignment="AlignTop"> <dynamic_text uuid="{5b50d7f7-f777-4807-af7f-557905ba57e0}" frame="false" text_from="UserText" text_width="-1" x="-113.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="87" y="-22" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>3</text> <text>3</text>
</dynamic_text> </dynamic_text>
<line x1="92" y1="-46" length2="1.5" x2="107" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <line length2="1.5" x2="107" antialias="false" x1="92" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<dynamic_text y="-22" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="89" Halignment="AlignLeft" text_width="-1" frame="false" x="-155.5" text_from="UserText" rotation="270" uuid="{2361df69-906c-409f-89d1-83720d0d057b}" Valignment="AlignTop"> <dynamic_text uuid="{2361df69-906c-409f-89d1-83720d0d057b}" frame="false" text_from="UserText" text_width="-1" x="-155.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="89" y="-22" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>1</text> <text>1</text>
</dynamic_text> </dynamic_text>
<circle y="-48.2361" x="-63.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <dynamic_text uuid="{da2b3873-9361-48cb-bfcc-d624afac1586}" frame="false" text_from="UserText" text_width="-1" x="-220.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="90" y="36" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<dynamic_text y="36" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="90" Halignment="AlignLeft" text_width="-1" frame="false" x="-220.5" text_from="UserText" rotation="270" uuid="{da2b3873-9361-48cb-bfcc-d624afac1586}" Valignment="AlignTop">
<text>U</text> <text>U</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-22" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="91" Halignment="AlignLeft" text_width="-1" frame="false" x="137.5" text_from="UserText" rotation="270" uuid="{280ffbea-7fb3-4f56-943f-26ea9b8fd132}" Valignment="AlignTop"> <dynamic_text uuid="{280ffbea-7fb3-4f56-943f-26ea9b8fd132}" frame="false" text_from="UserText" text_width="-1" x="137.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="91" y="-22" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>15</text> <text>15</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-22" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="92" Halignment="AlignLeft" text_width="-1" frame="false" x="58.5" text_from="UserText" rotation="270" uuid="{d975fc82-a7cf-41a9-92e7-92c6a2d9d907}" Valignment="AlignTop"> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-63.236" diameter="4.4721" y="-48.2361"/>
<dynamic_text uuid="{d975fc82-a7cf-41a9-92e7-92c6a2d9d907}" frame="false" text_from="UserText" text_width="-1" x="58.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="92" y="-22" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>11</text> <text>11</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-23" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="93" Halignment="AlignLeft" text_width="-1" frame="false" x="-221" text_from="UserText" rotation="270" uuid="{66b6d570-5833-4b95-a0c8-405d6a02c320}" Valignment="AlignTop"> <dynamic_text uuid="{66b6d570-5833-4b95-a0c8-405d6a02c320}" frame="false" text_from="UserText" text_width="-1" x="-221" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="93" y="-23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>L1</text> <text>L1</text>
</dynamic_text> </dynamic_text>
<circle y="-48.2361" x="-83.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-83.236" diameter="4.4721" y="-48.2361"/>
<circle y="-48.2361" x="-103.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-103.236" diameter="4.4721" y="-48.2361"/>
<dynamic_text y="36" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="98" Halignment="AlignLeft" text_width="-1" frame="false" x="-179.5" text_from="UserText" rotation="270" uuid="{ecac8d4f-702c-4d07-a6c0-40c1a0cb1522}" Valignment="AlignTop"> <dynamic_text uuid="{ecac8d4f-702c-4d07-a6c0-40c1a0cb1522}" frame="false" text_from="UserText" text_width="-1" x="-179.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="98" y="36" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>W</text> <text>W</text>
</dynamic_text> </dynamic_text>
<line x1="-208.55" y1="39.95" length2="1.5" x2="-193.55" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="39.95" antialias="false"/> <line length2="1.5" x2="-193.55" antialias="false" x1="-208.55" y2="39.95" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="39.95" length1="1.5" end2="none" end1="none"/>
<dynamic_text y="36" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="99" Halignment="AlignLeft" text_width="-1" frame="false" x="-200.5" text_from="UserText" rotation="270" uuid="{834cac34-8a7c-4979-a47c-5c11d13e65ff}" Valignment="AlignTop"> <dynamic_text uuid="{834cac34-8a7c-4979-a47c-5c11d13e65ff}" frame="false" text_from="UserText" text_width="-1" x="-200.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="99" y="36" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>V</text> <text>V</text>
</dynamic_text> </dynamic_text>
<line x1="-188.55" y1="39.95" length2="1.5" x2="-173.55" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="39.95" antialias="false"/> <dynamic_text uuid="{446ad73e-8c99-44dd-bc62-720151ab50e8}" frame="false" text_from="UserText" text_width="-1" x="118.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="100" y="-22" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<dynamic_text y="-22" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="100" Halignment="AlignLeft" text_width="-1" frame="false" x="118.5" text_from="UserText" rotation="270" uuid="{446ad73e-8c99-44dd-bc62-720151ab50e8}" Valignment="AlignTop">
<text>14</text> <text>14</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-22" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="101" Halignment="AlignLeft" text_width="-1" frame="false" x="99.5" text_from="UserText" rotation="270" uuid="{40be9302-0092-433f-971a-f39895c66a3d}" Valignment="AlignTop"> <line length2="1.5" x2="-173.55" antialias="false" x1="-188.55" y2="39.95" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="39.95" length1="1.5" end2="none" end1="none"/>
<dynamic_text uuid="{40be9302-0092-433f-971a-f39895c66a3d}" frame="false" text_from="UserText" text_width="-1" x="99.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="101" y="-22" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>13</text> <text>13</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-22" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="102" Halignment="AlignLeft" text_width="-1" frame="false" x="79.5" text_from="UserText" rotation="270" uuid="{933cbaa2-9403-4280-8aae-f87995e19253}" Valignment="AlignTop"> <dynamic_text uuid="{933cbaa2-9403-4280-8aae-f87995e19253}" frame="false" text_from="UserText" text_width="-1" x="79.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="102" y="-22" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>12</text> <text>12</text>
</dynamic_text> </dynamic_text>
<line x1="-189" y1="-46" length2="1.5" x2="-174" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <dynamic_text uuid="{47d65120-0d6a-4248-be2d-3b9cf59bbb54}" frame="false" text_from="UserText" text_width="-1" x="-181.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="103" y="-23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<dynamic_text y="-23" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="103" Halignment="AlignLeft" text_width="-1" frame="false" x="-181.5" text_from="UserText" rotation="270" uuid="{47d65120-0d6a-4248-be2d-3b9cf59bbb54}" Valignment="AlignTop">
<text>L3</text> <text>L3</text>
</dynamic_text> </dynamic_text>
<line x1="-209" y1="-46" length2="1.5" x2="-194" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-46" antialias="false"/> <dynamic_text uuid="{d29329c3-828c-4bd5-9ff2-3526fd19ea64}" frame="false" text_from="UserText" text_width="-1" x="-200.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="104" y="-23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<dynamic_text y="-23" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="104" Halignment="AlignLeft" text_width="-1" frame="false" x="-200.5" text_from="UserText" rotation="270" uuid="{d29329c3-828c-4bd5-9ff2-3526fd19ea64}" Valignment="AlignTop">
<text>L2</text> <text>L2</text>
</dynamic_text> </dynamic_text>
<circle y="37.7639" x="-173.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <line length2="1.5" x2="-174" antialias="false" x1="-189" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<circle y="37.7639" x="-193.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <line length2="1.5" x2="-194" antialias="false" x1="-209" y2="-46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-46" length1="1.5" end2="none" end1="none"/>
<circle y="37.7639" x="-213.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-173.236" diameter="4.4721" y="37.7639"/>
<circle y="-48.2361" x="146.764" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-193.236" diameter="4.4721" y="37.7639"/>
<circle y="-48.2361" x="127.764" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-213.236" diameter="4.4721" y="37.7639"/>
<circle y="-48.2361" x="106.764" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="146.764" diameter="4.4721" y="-48.2361"/>
<circle y="-48.2361" x="86.764" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="127.764" diameter="4.4721" y="-48.2361"/>
<circle y="-48.2361" x="66.764" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="106.764" diameter="4.4721" y="-48.2361"/>
<circle y="-48.2361" x="-123.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="86.764" diameter="4.4721" y="-48.2361"/>
<dynamic_text y="14" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="118" Halignment="AlignLeft" text_width="-1" frame="false" x="129" text_from="UserText" rotation="0" uuid="{bdb17fca-6027-439a-8748-c7fb185ef61e}" Valignment="AlignTop"> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="66.764" diameter="4.4721" y="-48.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-123.236" diameter="4.4721" y="-48.2361"/>
<dynamic_text uuid="{bdb17fca-6027-439a-8748-c7fb185ef61e}" frame="false" text_from="UserText" text_width="-1" x="129" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="118" y="14" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<text>ABB ACS 143-4K1-3</text> <text>ABB ACS 143-4K1-3</text>
</dynamic_text> </dynamic_text>
<circle y="-48.2361" x="-143.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-143.236" diameter="4.4721" y="-48.2361"/>
<dynamic_text y="-79" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="119" Halignment="AlignLeft" text_width="-1" frame="false" x="-241" text_from="ElementInfo" rotation="0" uuid="{4ea7a8e1-d9d4-4f4b-bed0-0d5f05086956}" Valignment="AlignTop"> <dynamic_text uuid="{4ea7a8e1-d9d4-4f4b-bed0-0d5f05086956}" frame="false" text_from="ElementInfo" text_width="-1" x="-241" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="119" y="-79" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<text></text> <text></text>
<info_name>label</info_name> <info_name>label</info_name>
</dynamic_text> </dynamic_text>
<circle y="-48.2361" x="-173.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-173.236" diameter="4.4721" y="-48.2361"/>
<circle y="-48.2361" x="-193.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-193.236" diameter="4.4721" y="-48.2361"/>
<circle y="-48.2361" x="-213.236" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="4.4721" antialias="true"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-213.236" diameter="4.4721" y="-48.2361"/>
<terminal y="-48" orientation="n" x="69"/> <terminal x="69" y="-48" orientation="n"/>
<terminal y="-48" orientation="n" x="-121"/> <terminal x="-121" y="-48" orientation="n"/>
<terminal y="-48" orientation="n" x="109"/> <terminal x="109" y="-48" orientation="n"/>
<terminal y="-48" orientation="n" x="-81"/> <terminal x="-81" y="-48" orientation="n"/>
<terminal y="-48" orientation="n" x="-191"/> <terminal x="-191" y="-48" orientation="n"/>
<terminal y="-48" orientation="n" x="-211"/> <terminal x="-211" y="-48" orientation="n"/>
<terminal y="-48" orientation="n" x="209"/> <terminal x="209" y="-48" orientation="n"/>
<terminal y="42" orientation="s" x="-191"/> <terminal x="-191" y="42" orientation="s"/>
<terminal y="-48" orientation="n" x="-41"/> <terminal x="-41" y="-48" orientation="n"/>
<terminal y="42" orientation="s" x="-211"/> <terminal x="-211" y="42" orientation="s"/>
<terminal y="42" orientation="s" x="-171"/> <terminal x="-171" y="42" orientation="s"/>
<terminal y="-48" orientation="n" x="189"/> <terminal x="189" y="-48" orientation="n"/>
<terminal y="-48" orientation="n" x="130"/> <terminal x="130" y="-48" orientation="n"/>
<terminal y="-48" orientation="n" x="149"/> <terminal x="149" y="-48" orientation="n"/>
<terminal y="-48" orientation="n" x="-101"/> <terminal x="-101" y="-48" orientation="n"/>
<terminal y="-48" orientation="n" x="229"/> <terminal x="229" y="-48" orientation="n"/>
<terminal y="-48" orientation="n" x="-231"/> <terminal x="-231" y="-48" orientation="n"/>
<terminal y="42" orientation="s" x="-91"/> <terminal x="-91" y="42" orientation="s"/>
<terminal y="-48" orientation="n" x="-141"/> <terminal x="-141" y="-48" orientation="n"/>
<terminal y="-48" orientation="n" x="-21"/> <terminal x="-21" y="-48" orientation="n"/>
<terminal y="-48" orientation="n" x="39"/> <terminal x="39" y="-48" orientation="n"/>
<terminal y="42" orientation="s" x="-131"/> <terminal x="-131" y="42" orientation="s"/>
<terminal y="-48" orientation="n" x="19"/> <terminal x="19" y="-48" orientation="n"/>
<terminal y="-48" orientation="n" x="-171"/> <terminal x="-171" y="-48" orientation="n"/>
<terminal y="42" orientation="s" x="-231"/> <terminal x="-231" y="42" orientation="s"/>
<terminal y="42" orientation="s" x="-111"/> <terminal x="-111" y="42" orientation="s"/>
<terminal y="-48" orientation="n" x="89"/> <terminal x="89" y="-48" orientation="n"/>
<terminal y="-48" orientation="n" x="-1"/> <terminal x="-1" y="-48" orientation="n"/>
<terminal y="-48" orientation="n" x="-61"/> <terminal x="-61" y="-48" orientation="n"/>
<terminal y="-48" orientation="n" x="169"/> <terminal x="169" y="-48" orientation="n"/>
</description> </description>
</definition> </definition>
@@ -1,165 +1,273 @@
<definition link_type="simple" hotspot_x="16" orientation="dyyy" hotspot_y="24" type="element" height="100" width="490" version="0.5"> <definition version="0.80" link_type="simple" hotspot_x="16" height="100" width="490" type="element" hotspot_y="24" orientation="dyyy">
<uuid uuid="{619c0609-12f7-4b11-873a-b8b410b50222}"/> <uuid uuid="{906d4112-cced-4d1d-9216-2817ffcd50d2}"/>
<names> <names>
<name lang="pl">ACS300</name>
<name lang="nl">ACS300</name>
<name lang="el">ACS300</name>
<name lang="fr">ACS300</name> <name lang="fr">ACS300</name>
<name lang="en">ACS300</name>
<name lang="it">ACS300</name> <name lang="it">ACS300</name>
<name lang="cs">ACS300</name> <name lang="nl">ACS300</name>
<name lang="ar">ACS300</name> <name lang="ar">ACS300</name>
<name lang="en">ACS300</name>
<name lang="cs">ACS300</name>
<name lang="el">ACS300</name>
<name lang="pl">ACS300</name>
</names> </names>
<informations>Author: The QElectroTech team <elementInformations>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<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="comment"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<line y1="-18" x1="312" x2="327" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> <line length2="1.5" x2="327" antialias="false" x1="312" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<line y1="-18" x1="262" x2="277" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> <line length2="1.5" x2="277" antialias="false" x1="262" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<line y1="68" x1="132" x2="148" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="68"/> <line length2="1.5" x2="148" antialias="false" x1="132" y2="68" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="68" length1="1.5" end2="none" end1="none"/>
<polygon y1="-18" x3="469" x1="454" x2="469" x4="154" y4="68" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="68" closed="false" y2="-18"/> <polygon y4="68" closed="false" x3="469" x4="154" x2="469" antialias="false" x1="454" y2="-18" y3="68" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="65.7639" diameter="4.4721" x="147.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="147.764" diameter="4.4721" y="65.7639"/>
<line y1="-18" x1="12" x2="27" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> <line length2="1.5" x2="27" antialias="false" x1="12" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<input size="4" text="SR23" rotate="true" y="5" rotation="270" tagg="none" x="452"/> <dynamic_text uuid="{37d42657-fcac-43f3-a419-be140a2048aa}" frame="false" text_from="UserText" text_width="-1" x="445" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="7" y="5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="-18" x1="243" x2="258" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> <text>SR23</text>
<line y1="48" x1="148" x2="152" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="48"/> </dynamic_text>
<line y1="68" x1="72" x2="108" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="68"/> <line length2="1.5" x2="258" antialias="false" x1="243" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<line y1="-18" x1="-11" x2="-11" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="68"/> <line length2="1.5" x2="152" antialias="false" x1="148" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" length1="1.5" end2="none" end1="none"/>
<line y1="-18" x1="433.45" x2="448.45" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> <line length2="1.5" x2="108" antialias="false" x1="72" y2="68" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="68" length1="1.5" end2="none" end1="none"/>
<line y1="-18" x1="222" x2="238" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> <line length2="1.5" x2="-11" antialias="false" x1="-11" y2="68" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<line y1="46" x1="149" x2="151" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="46"/> <line length2="1.5" x2="448.45" antialias="false" x1="433.45" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<input size="4" text="RESISTANCES DE FREINAGE" rotate="true" y="33.5" tagg="none" x="92"/> <line length2="1.5" x2="238" antialias="false" x1="222" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<line y1="-18" x1="-10" x2="8" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> <line length2="1.5" x2="151" antialias="false" x1="149" y2="46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="46" length1="1.5" end2="none" end1="none"/>
<input size="4" text="18" rotate="true" y="-3" rotation="270" tagg="none" x="446.95"/> <dynamic_text uuid="{75ef6bec-4ca3-44ce-94a6-a84eef8753b6}" frame="false" text_from="UserText" text_width="-1" x="92" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="15" y="26.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<line y1="-18" x1="202" x2="217" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> <text>RESISTANCES DE FREINAGE</text>
<line y1="50" x1="146" x2="154" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="50"/> </dynamic_text>
<line y1="68" x1="113" x2="127" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="68"/> <line length2="1.5" x2="8" antialias="false" x1="-10" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<line y1="68" x1="-10" x2="8" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="68"/> <dynamic_text uuid="{9ab77ef7-96c3-4bd9-8427-a0766f3f9f06}" frame="false" text_from="UserText" text_width="-1" x="439.95" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="17" y="-3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="448.214"/> <text>18</text>
<line y1="-18" x1="181" x2="197" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> </dynamic_text>
<line y1="66" x1="150" x2="150" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="50"/> <line length2="1.5" x2="217" antialias="false" x1="202" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<input size="4" text="+ R" rotate="true" y="68" rotation="270" tagg="none" x="110.5"/> <line length2="1.5" x2="154" antialias="false" x1="146" y2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<line y1="67.95" x1="12.45" x2="27.45" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="67.95"/> <line length2="1.5" x2="127" antialias="false" x1="113" y2="68" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="68" length1="1.5" end2="none" end1="none"/>
<line y1="-18" x1="162" x2="177" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> <line length2="1.5" x2="8" antialias="false" x1="-10" y2="68" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="68" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="65.7639" diameter="4.4721" x="107.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="448.214" diameter="4.4721" y="-20.2361"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="65.7639" diameter="4.4721" x="7.7639"/> <line length2="1.5" x2="197" antialias="false" x1="181" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<line y1="-18" x1="122" x2="137" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> <line length2="1.5" x2="150" antialias="false" x1="150" y2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="66" length1="1.5" end2="none" end1="none"/>
<input size="4" text="- R" rotate="true" y="67" rotation="270" tagg="none" x="129.5"/> <dynamic_text uuid="{72b1e6b9-5915-40ce-b92b-7c4610280763}" frame="false" text_from="UserText" text_width="-1" x="103.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="25" y="68" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="7.7639"/> <text>+ R</text>
<line y1="-18" x1="102" x2="117" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> </dynamic_text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="65.7639" diameter="4.4721" x="127.764"/> <line length2="1.5" x2="27.45" antialias="false" x1="12.45" y2="67.95" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="67.95" length1="1.5" end2="none" end1="none"/>
<line y1="48" x1="8" x2="12" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="48"/> <line length2="1.5" x2="177" antialias="false" x1="162" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<line y1="46" x1="9" x2="11" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="46"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="107.764" diameter="4.4721" y="65.7639"/>
<line y1="50" x1="6" x2="14" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="50"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="7.7639" diameter="4.4721" y="65.7639"/>
<line y1="66" x1="10" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="50"/> <line length2="1.5" x2="137" antialias="false" x1="122" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<input size="4" text="REF" rotate="true" y="4" rotation="270" tagg="none" x="100"/> <dynamic_text uuid="{480b0315-327f-4ef7-8d5c-a4f93b080565}" frame="false" text_from="UserText" text_width="-1" x="122.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="31" y="67" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="2" x1="8" x2="12" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="2"/> <text>- R</text>
<line y1="4" x1="9" x2="11" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="4"/> </dynamic_text>
<line y1="0" x1="6" x2="14" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="7.7639" diameter="4.4721" y="-20.2361"/>
<line y1="0" x1="10" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-15"/> <line length2="1.5" x2="117" antialias="false" x1="102" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<input size="4" text="SR22" rotate="true" y="5" rotation="270" tagg="none" x="431.55"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="127.764" diameter="4.4721" y="65.7639"/>
<input size="4" text="SR21" rotate="true" y="5" rotation="270" tagg="none" x="410.55"/> <line length2="1.5" x2="12" antialias="false" x1="8" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" length1="1.5" end2="none" end1="none"/>
<input size="4" text="SR13" rotate="true" y="5" rotation="270" tagg="none" x="391.55"/> <line length2="1.5" x2="11" antialias="false" x1="9" y2="46" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="46" length1="1.5" end2="none" end1="none"/>
<input size="4" text="SR12" rotate="true" y="5" rotation="270" tagg="none" x="371.55"/> <line length2="1.5" x2="14" antialias="false" x1="6" y2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<input size="4" text="SR11" rotate="true" y="5" rotation="270" tagg="none" x="352.55"/> <line length2="1.5" x2="10" antialias="false" x1="10" y2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="66" length1="1.5" end2="none" end1="none"/>
<input size="4" text="GND" rotate="true" y="5" rotation="270" tagg="none" x="333"/> <dynamic_text uuid="{555a3196-e2ec-4851-a483-25fa9f59a960}" frame="false" text_from="UserText" text_width="-1" x="93" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="39" y="4" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="SA+" rotate="true" y="5" rotation="270" tagg="none" x="311.55"/> <text>REF</text>
<input size="4" text="EL5" rotate="true" y="5" rotation="270" tagg="none" x="282.55"/> </dynamic_text>
<input size="4" text="EL4" rotate="true" y="4.5" rotation="270" tagg="none" x="261.55"/> <line length2="1.5" x2="12" antialias="false" x1="8" y2="2" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="2" length1="1.5" end2="none" end1="none"/>
<input size="4" text="EL3" rotate="true" y="4" rotation="270" tagg="none" x="242"/> <line length2="1.5" x2="11" antialias="false" x1="9" y2="4" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="4" length1="1.5" end2="none" end1="none"/>
<input size="4" text="EL2" rotate="true" y="4" rotation="270" tagg="none" x="222"/> <line length2="1.5" x2="14" antialias="false" x1="6" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<input size="4" text="EL1" rotate="true" y="3" rotation="270" tagg="none" x="201"/> <line length2="1.5" x2="10" antialias="false" x1="10" y2="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<input size="4" text="+24V" rotate="true" y="5.5" rotation="270" tagg="none" x="180.55"/> <dynamic_text uuid="{b765fd86-1eba-4323-9d3d-89dc2ef59189}" frame="false" text_from="UserText" text_width="-1" x="424.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="44" y="5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="GND" rotate="true" y="4" rotation="270" tagg="none" x="161"/> <text>SR22</text>
<input size="4" text="EA+" rotate="true" y="4" rotation="270" tagg="none" x="142"/> </dynamic_text>
<input size="4" text="GND" rotate="true" y="4" rotation="270" tagg="none" x="121"/> <dynamic_text uuid="{1e4613b7-f00e-4786-a221-62060fda7436}" frame="false" text_from="UserText" text_width="-1" x="403.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="45" y="5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="9" rotate="true" y="-3" rotation="270" tagg="none" x="255.5"/> <text>SR21</text>
<input size="4" text="8" rotate="true" y="-3" rotation="270" tagg="none" x="236.5"/> </dynamic_text>
<input size="4" text="2" rotate="true" y="-3" rotation="270" tagg="none" x="113.5"/> <dynamic_text uuid="{529fe2f3-6e89-4831-a5d2-9c0d85e87663}" frame="false" text_from="UserText" text_width="-1" x="384.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="46" y="5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="257.764"/> <text>SR13</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="237.764"/> </dynamic_text>
<input size="4" text="6" rotate="true" y="-4" rotation="270" tagg="none" x="194.5"/> <dynamic_text uuid="{7bb2217d-64a6-403a-89e0-92fa448eb00b}" frame="false" text_from="UserText" text_width="-1" x="364.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="47" y="5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="-18" x1="413" x2="428" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> <text>SR12</text>
<input size="4" text="7" rotate="true" y="-3" rotation="270" tagg="none" x="214.5"/> </dynamic_text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="197.764"/> <dynamic_text uuid="{b47e3017-9357-4b7f-9709-c5e139b8df0c}" frame="false" text_from="UserText" text_width="-1" x="345.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="48" y="5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="-18" x1="393" x2="408" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> <text>SR11</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="217.764"/> </dynamic_text>
<line y1="-18" x1="284" x2="308" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> <dynamic_text uuid="{3b8341fb-bef7-400e-9d62-2d9aea83dc84}" frame="false" text_from="UserText" text_width="-1" x="326" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="49" y="5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="-18" x1="142" x2="157" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> <text>GND</text>
<line y1="-18" x1="72" x2="97" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> </dynamic_text>
<input size="4" text="17" rotate="true" y="-3" rotation="270" tagg="none" x="426.5"/> <dynamic_text uuid="{1845501b-e30d-4e8c-b443-befb1b91198b}" frame="false" text_from="UserText" text_width="-1" x="304.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="50" y="5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="16" rotate="true" y="-3" rotation="270" tagg="none" x="405.5"/> <text>SA+</text>
<input size="4" text="10" rotate="true" y="-2" rotation="270" tagg="none" x="277.5"/> </dynamic_text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="427.764"/> <dynamic_text uuid="{11c1d25d-8eef-4574-9785-cf5ce0f57995}" frame="false" text_from="UserText" text_width="-1" x="275.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="51" y="5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="407.764"/> <text>EL5</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="277.764"/> </dynamic_text>
<line y1="-18" x1="374" x2="388" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> <dynamic_text uuid="{2da62e40-466c-4940-ac5c-df76da842295}" frame="false" text_from="UserText" text_width="-1" x="254.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="52" y="4.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="-18" x1="353" x2="368" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> <text>EL4</text>
<line y1="-18" x1="334" x2="348" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> </dynamic_text>
<input size="4" text="4" rotate="true" y="-3" rotation="270" tagg="none" x="155.5"/> <dynamic_text uuid="{795fa997-243c-40b5-9f17-3891b0bfc22d}" frame="false" text_from="UserText" text_width="-1" x="235" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="53" y="4" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="5" rotate="true" y="-4" rotation="270" tagg="none" x="173.5"/> <text>EL3</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="177.764"/> </dynamic_text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="157.764"/> <dynamic_text uuid="{d88d2e59-123e-460e-af83-317767d0d9ef}" frame="false" text_from="UserText" text_width="-1" x="215" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="54" y="4" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="3" rotate="true" y="-3" rotation="270" tagg="none" x="134.5"/> <text>EL2</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="137.764"/> </dynamic_text>
<input size="4" text="1" rotate="true" y="-3" rotation="270" tagg="none" x="92.5"/> <dynamic_text uuid="{12970372-f0cb-4c8f-93e4-74de02ff1981}" frame="false" text_from="UserText" text_width="-1" x="194" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="55" y="3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="7" text="U" rotate="true" y="64" rotation="270" tagg="none" x="30"/> <text>EL1</text>
<input size="4" text="15" rotate="true" y="-3" rotation="270" tagg="none" x="385.5"/> </dynamic_text>
<input size="4" text="11" rotate="true" y="-3" rotation="270" tagg="none" x="306.5"/> <dynamic_text uuid="{3d4f913d-bfbd-497b-afdb-d7b6762696df}" frame="false" text_from="UserText" text_width="-1" x="173.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="56" y="5.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="7" text="L1" rotate="true" y="5" rotation="270" tagg="none" x="29.5"/> <text>+24V</text>
<line y1="67.95" x1="32.45" x2="47.45" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="67.95"/> </dynamic_text>
<line y1="67.95" x1="52.45" x2="67.45" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="67.95"/> <dynamic_text uuid="{df0f0709-3e30-4096-a1c5-dc558d68637b}" frame="false" text_from="UserText" text_width="-1" x="154" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="57" y="4" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="-18" x1="52" x2="67" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> <text>GND</text>
<line y1="-18" x1="32" x2="47" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-18"/> </dynamic_text>
<input size="7" text="W" rotate="true" y="64" rotation="270" tagg="none" x="71"/> <dynamic_text uuid="{e3b57df9-1e66-432b-9b94-8e0814f4b558}" frame="false" text_from="UserText" text_width="-1" x="135" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="58" y="4" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="7" text="V" rotate="true" y="64" rotation="270" tagg="none" x="50"/> <text>EA+</text>
<input size="4" text="14" rotate="true" y="-3" rotation="270" tagg="none" x="366.5"/> </dynamic_text>
<input size="4" text="13" rotate="true" y="-3" rotation="270" tagg="none" x="347.5"/> <dynamic_text uuid="{3e0fa6f5-7461-4465-8018-d8fcdb724b32}" frame="false" text_from="UserText" text_width="-1" x="114" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="59" y="4" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="12" rotate="true" y="-3" rotation="270" tagg="none" x="327.5"/> <text>GND</text>
<input size="7" text="L3" rotate="true" y="5" rotation="270" tagg="none" x="69"/> </dynamic_text>
<input size="7" text="L2" rotate="true" y="5" rotation="270" tagg="none" x="50"/> <dynamic_text uuid="{fd2284b6-1549-4371-b7c8-39add258261a}" frame="false" text_from="UserText" text_width="-1" x="248.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="60" y="-3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="65.7639" diameter="4.4721" x="67.7639"/> <text>9</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="65.7639" diameter="4.4721" x="47.7639"/> </dynamic_text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="65.7639" diameter="4.4721" x="27.7639"/> <dynamic_text uuid="{c705febb-489f-4f17-96c2-a85fe9361121}" frame="false" text_from="UserText" text_width="-1" x="229.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="61" y="-3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="387.764"/> <text>8</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="368.764"/> </dynamic_text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="347.764"/> <dynamic_text uuid="{a9c072c8-a206-4983-87c2-3f5dc1416234}" frame="false" text_from="UserText" text_width="-1" x="106.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="62" y="-3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="327.764"/> <text>2</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="307.764"/> </dynamic_text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="117.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="257.764" diameter="4.4721" y="-20.2361"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="97.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="237.764" diameter="4.4721" y="-20.2361"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="67.7639"/> <dynamic_text uuid="{af37ce9b-3697-440b-a10b-17e60a1be1e8}" frame="false" text_from="UserText" text_width="-1" x="187.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="65" y="-4" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="47.7639"/> <text>6</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-20.2361" diameter="4.4721" x="27.7639"/> </dynamic_text>
<input size="9" text="ABB ACS300" rotate="true" y="26.5" tagg="none" x="1"/> <line length2="1.5" x2="428" antialias="false" x1="413" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<input size="9" text="_" rotate="true" y="-40" tagg="label" x="0"/> <dynamic_text uuid="{f785b758-e9d0-4120-9f25-5205334731f2}" frame="false" text_from="UserText" text_width="-1" x="207.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="67" y="-3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<terminal orientation="n" y="-20" x="371"/> <text>7</text>
<terminal orientation="s" y="70" x="30"/> </dynamic_text>
<terminal orientation="n" y="-20" x="30"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="197.764" diameter="4.4721" y="-20.2361"/>
<terminal orientation="s" y="70" x="50"/> <line length2="1.5" x2="408" antialias="false" x1="393" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-20" x="70"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="217.764" diameter="4.4721" y="-20.2361"/>
<terminal orientation="n" y="-20" x="50"/> <line length2="1.5" x2="308" antialias="false" x1="284" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="70" x="70"/> <line length2="1.5" x2="157" antialias="false" x1="142" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-20" x="350"/> <line length2="1.5" x2="97" antialias="false" x1="72" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-20" x="330"/> <dynamic_text uuid="{3aa87257-adf9-43ed-ac3c-0fc1d9224232}" frame="false" text_from="UserText" text_width="-1" x="419.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="74" y="-3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<terminal orientation="n" y="-20" x="100"/> <text>17</text>
<terminal orientation="n" y="-20" x="120"/> </dynamic_text>
<terminal orientation="n" y="-20" x="260"/> <dynamic_text uuid="{504cb551-100a-4b00-ae49-ea49da286674}" frame="false" text_from="UserText" text_width="-1" x="398.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="75" y="-3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<terminal orientation="n" y="-20" x="450"/> <text>16</text>
<terminal orientation="n" y="-20" x="10"/> </dynamic_text>
<terminal orientation="s" y="70" x="10"/> <dynamic_text uuid="{68477370-6546-4458-8d80-9fb9b8a0648e}" frame="false" text_from="UserText" text_width="-1" x="270.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="76" y="-2" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<terminal orientation="s" y="70" x="130"/> <text>10</text>
<terminal orientation="s" y="70" x="110"/> </dynamic_text>
<terminal orientation="n" y="-20" x="310"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="427.764" diameter="4.4721" y="-20.2361"/>
<terminal orientation="n" y="-20" x="390"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="407.764" diameter="4.4721" y="-20.2361"/>
<terminal orientation="n" y="-20" x="140"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="277.764" diameter="4.4721" y="-20.2361"/>
<terminal orientation="n" y="-20" x="160"/> <line length2="1.5" x2="388" antialias="false" x1="374" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-20" x="240"/> <line length2="1.5" x2="368" antialias="false" x1="353" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="70" x="150"/> <line length2="1.5" x2="348" antialias="false" x1="334" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-20" x="180"/> <dynamic_text uuid="{67c2b4b6-ea2a-4c8d-9c5d-317e6c385a55}" frame="false" text_from="UserText" text_width="-1" x="148.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="83" y="-3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<terminal orientation="n" y="-20" x="280"/> <text>4</text>
<terminal orientation="n" y="-20" x="410"/> </dynamic_text>
<terminal orientation="n" y="-20" x="430"/> <dynamic_text uuid="{f2d138a2-b27b-4324-8054-ada5c8abc875}" frame="false" text_from="UserText" text_width="-1" x="166.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="84" y="-4" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<terminal orientation="n" y="-20" x="200"/> <text>5</text>
<terminal orientation="n" y="-20" x="220"/> </dynamic_text>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="177.764" diameter="4.4721" y="-20.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="157.764" diameter="4.4721" y="-20.2361"/>
<dynamic_text uuid="{c1b3b15e-f855-4c44-9433-68b2a3047d0f}" frame="false" text_from="UserText" text_width="-1" x="127.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="87" y="-3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>3</text>
</dynamic_text>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="137.764" diameter="4.4721" y="-20.2361"/>
<dynamic_text uuid="{f335554f-7a51-48ef-9308-df99b3d3a718}" frame="false" text_from="UserText" text_width="-1" x="85.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="89" y="-3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>1</text>
</dynamic_text>
<dynamic_text uuid="{b89567d6-56ad-43c4-9624-ecc58f52eba3}" frame="false" text_from="UserText" text_width="-1" x="20.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="90" y="64" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>U</text>
</dynamic_text>
<dynamic_text uuid="{ab05cbd3-f55c-419a-b345-9abca55730e5}" frame="false" text_from="UserText" text_width="-1" x="378.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="91" y="-3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>15</text>
</dynamic_text>
<dynamic_text uuid="{6c6f3912-93fb-49ce-b8c6-f2139dfdce38}" frame="false" text_from="UserText" text_width="-1" x="299.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="92" y="-3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>11</text>
</dynamic_text>
<dynamic_text uuid="{ab996545-1d39-40aa-9f11-829d9321467b}" frame="false" text_from="UserText" text_width="-1" x="20" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="93" y="5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>L1</text>
</dynamic_text>
<line length2="1.5" x2="47.45" antialias="false" x1="32.45" y2="67.95" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="67.95" length1="1.5" end2="none" end1="none"/>
<line length2="1.5" x2="67.45" antialias="false" x1="52.45" y2="67.95" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="67.95" length1="1.5" end2="none" end1="none"/>
<line length2="1.5" x2="67" antialias="false" x1="52" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<line length2="1.5" x2="47" antialias="false" x1="32" y2="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-18" length1="1.5" end2="none" end1="none"/>
<dynamic_text uuid="{ef8159a3-8488-48de-af27-a0f89222b16e}" frame="false" text_from="UserText" text_width="-1" x="61.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="98" y="64" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>W</text>
</dynamic_text>
<dynamic_text uuid="{6ba40347-d5b4-4ca4-a7f2-19b29763bc79}" frame="false" text_from="UserText" text_width="-1" x="40.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="99" y="64" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>V</text>
</dynamic_text>
<dynamic_text uuid="{60a7961b-0ef0-4001-a939-6a2b421c1e64}" frame="false" text_from="UserText" text_width="-1" x="359.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="100" y="-3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>14</text>
</dynamic_text>
<dynamic_text uuid="{1a1ccc9f-e9d5-48d5-96db-06eb20e3cab1}" frame="false" text_from="UserText" text_width="-1" x="340.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="101" y="-3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>13</text>
</dynamic_text>
<dynamic_text uuid="{956f4a4a-cba6-451c-a016-5b5e920fac3d}" frame="false" text_from="UserText" text_width="-1" x="320.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="102" y="-3" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>12</text>
</dynamic_text>
<dynamic_text uuid="{ce8e8911-e598-442c-94db-b5823194be1a}" frame="false" text_from="UserText" text_width="-1" x="59.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="103" y="5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>L3</text>
</dynamic_text>
<dynamic_text uuid="{4bac10fd-172c-4842-a302-453a06485f83}" frame="false" text_from="UserText" text_width="-1" x="40.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="104" y="5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>L2</text>
</dynamic_text>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="67.7639" diameter="4.4721" y="65.7639"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="47.7639" diameter="4.4721" y="65.7639"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="27.7639" diameter="4.4721" y="65.7639"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="387.764" diameter="4.4721" y="-20.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="368.764" diameter="4.4721" y="-20.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="347.764" diameter="4.4721" y="-20.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="327.764" diameter="4.4721" y="-20.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="307.764" diameter="4.4721" y="-20.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="117.764" diameter="4.4721" y="-20.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="97.764" diameter="4.4721" y="-20.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="67.7639" diameter="4.4721" y="-20.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="47.7639" diameter="4.4721" y="-20.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="27.7639" diameter="4.4721" y="-20.2361"/>
<dynamic_text uuid="{b47acc10-0953-4391-9049-9a42d2517a28}" frame="false" text_from="UserText" text_width="-1" x="1" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="118" y="15.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<text>ABB ACS300</text>
</dynamic_text>
<dynamic_text uuid="{04f7cf8e-e645-474c-8a4c-852c22089d7d}" frame="false" text_from="ElementInfo" text_width="-1" x="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="119" y="-51" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="371" y="-20" orientation="n"/>
<terminal x="30" y="70" orientation="s"/>
<terminal x="30" y="-20" orientation="n"/>
<terminal x="50" y="70" orientation="s"/>
<terminal x="70" y="-20" orientation="n"/>
<terminal x="50" y="-20" orientation="n"/>
<terminal x="70" y="70" orientation="s"/>
<terminal x="350" y="-20" orientation="n"/>
<terminal x="330" y="-20" orientation="n"/>
<terminal x="100" y="-20" orientation="n"/>
<terminal x="120" y="-20" orientation="n"/>
<terminal x="260" y="-20" orientation="n"/>
<terminal x="450" y="-20" orientation="n"/>
<terminal x="10" y="-20" orientation="n"/>
<terminal x="10" y="70" orientation="s"/>
<terminal x="130" y="70" orientation="s"/>
<terminal x="110" y="70" orientation="s"/>
<terminal x="310" y="-20" orientation="n"/>
<terminal x="390" y="-20" orientation="n"/>
<terminal x="140" y="-20" orientation="n"/>
<terminal x="160" y="-20" orientation="n"/>
<terminal x="240" y="-20" orientation="n"/>
<terminal x="150" y="70" orientation="s"/>
<terminal x="180" y="-20" orientation="n"/>
<terminal x="280" y="-20" orientation="n"/>
<terminal x="410" y="-20" orientation="n"/>
<terminal x="430" y="-20" orientation="n"/>
<terminal x="200" y="-20" orientation="n"/>
<terminal x="220" y="-20" orientation="n"/>
</description> </description>
</definition> </definition>
@@ -1,176 +1,310 @@
<definition link_type="simple" hotspot_x="225" orientation="dyyy" hotspot_y="44" type="element" height="100" width="460" version="0.5"> <definition version="0.80" link_type="simple" hotspot_x="225" height="100" width="460" type="element" hotspot_y="44" orientation="dyyy">
<uuid uuid="{79ba3f33-bfa1-49cd-aea3-9b9fbf24303a}"/> <uuid uuid="{ba9e9073-cd04-43d0-9723-3b97fa9768c1}"/>
<names> <names>
<name lang="pl">ACS550</name>
<name lang="nl">ACS550</name>
<name lang="el">ACS550</name>
<name lang="fr">ACS550</name> <name lang="fr">ACS550</name>
<name lang="en">ACS550</name>
<name lang="it">ACS550</name> <name lang="it">ACS550</name>
<name lang="cs">ACS550</name> <name lang="nl">ACS550</name>
<name lang="ar">ACS550</name> <name lang="ar">ACS550</name>
<name lang="en">ACS550</name>
<name lang="cs">ACS550</name>
<name lang="el">ACS550</name>
<name lang="pl">ACS550</name>
</names> </names>
<informations>Author: The QElectroTech team <elementInformations>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<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="comment"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<line y1="-38" x1="82" x2="97" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> <line length2="1.5" x2="97" antialias="false" x1="82" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<line y1="-38" x1="32" x2="47" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> <line length2="1.5" x2="47" antialias="false" x1="32" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<line y1="-38" x1="-48" x2="-33" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> <line length2="1.5" x2="-33" antialias="false" x1="-48" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<line y1="-38" x1="13" x2="28" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> <line length2="1.5" x2="28" antialias="false" x1="13" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<line y1="-38" x1="-8" x2="8" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> <line length2="1.5" x2="8" antialias="false" x1="-8" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<line y1="-38" x1="-28" x2="-13" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> <line length2="1.5" x2="-13" antialias="false" x1="-28" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<line y1="-38" x1="-68" x2="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> <line length2="1.5" x2="-53" antialias="false" x1="-68" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<line y1="-38" x1="-108" x2="-93" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> <line length2="1.5" x2="-93" antialias="false" x1="-108" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<line y1="-38" x1="-128" x2="-113" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> <line length2="1.5" x2="-113" antialias="false" x1="-128" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<polygon y1="-38" x3="82" x1="230" x2="230" x4="82" y4="48" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y3="48" closed="false" y2="48"/> <polygon y4="48" closed="false" x3="82" x4="82" x2="230" antialias="false" x1="230" y2="48" y3="48" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38"/>
<line y1="48" x1="-203" x2="-219" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="48"/> <line length2="1.5" x2="-219" antialias="false" x1="-203" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" length1="1.5" end2="none" end1="none"/>
<line y1="-38" x1="-203" x2="-220" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> <line length2="1.5" x2="-220" antialias="false" x1="-203" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<input size="4" text="SR1C" rotate="true" y="-15" rotation="270" tagg="none" x="-130.5"/> <dynamic_text uuid="{9de60fe2-d7d4-4896-bb8f-bdbd6136775d}" frame="false" text_from="UserText" text_width="-1" x="-137.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="13" y="-15" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="AGND" rotate="true" y="44.5" rotation="270" tagg="none" x="79.55"/> <text>SR1C</text>
<input size="4" text="SA2" rotate="true" y="44.5" rotation="270" tagg="none" x="48.55"/> </dynamic_text>
<input size="4" text="SA1" rotate="true" y="44.5" rotation="270" tagg="none" x="18.55"/> <dynamic_text uuid="{3adc337b-f4ac-49e6-b5de-07a7e2a2edd0}" frame="false" text_from="UserText" text_width="-1" x="72.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="14" y="44.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="AGND" rotate="true" y="44.5" rotation="270" tagg="none" x="-9.45"/> <text>AGND</text>
<input size="4" text="EA2" rotate="true" y="45.5" rotation="270" tagg="none" x="-30.45"/> </dynamic_text>
<input size="4" text="10V" rotate="true" y="44.5" rotation="270" tagg="none" x="-60.45"/> <dynamic_text uuid="{2163b17e-4154-4521-8a53-bea314e5e6ef}" frame="false" text_from="UserText" text_width="-1" x="41.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="15" y="44.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="AGND" rotate="true" y="45.5" rotation="270" tagg="none" x="-78.45"/> <text>SA2</text>
<input size="4" text="EA1" rotate="true" y="44.5" rotation="270" tagg="none" x="-99.45"/> </dynamic_text>
<input size="4" text="SCR" rotate="true" y="45.5" rotation="270" tagg="none" x="-118.45"/> <dynamic_text uuid="{6bc50d4b-051e-4cf8-a610-56e3632a1eb0}" frame="false" text_from="UserText" text_width="-1" x="11.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="16" y="44.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="EL5" rotate="true" y="-15" rotation="270" tagg="none" x="201.55"/> <text>SA1</text>
<input size="4" text="EL4" rotate="true" y="-15" rotation="270" tagg="none" x="180.55"/> </dynamic_text>
<input size="4" text="EL3" rotate="true" y="-15" rotation="270" tagg="none" x="161.55"/> <dynamic_text uuid="{0e105493-d4c1-4807-963f-ab6738fac8a3}" frame="false" text_from="UserText" text_width="-1" x="-16.45" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="17" y="44.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="EL2" rotate="true" y="-15" rotation="270" tagg="none" x="141.55"/> <text>AGND</text>
<input size="4" text="EL1" rotate="true" y="-15" rotation="270" tagg="none" x="122.55"/> </dynamic_text>
<input size="4" text="DCOM1" rotate="true" y="-12" rotation="270" tagg="none" x="102.5"/> <dynamic_text uuid="{a9e1a286-18c4-4ef7-b9cb-387964b4ab00}" frame="false" text_from="UserText" text_width="-1" x="-37.45" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="18" y="45.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="GND" rotate="true" y="-15" rotation="270" tagg="none" x="81.55"/> <text>EA2</text>
<input size="4" text="24V" rotate="true" y="-15" rotation="270" tagg="none" x="52.55"/> </dynamic_text>
<input size="4" text="SR3B" rotate="true" y="-15.5" rotation="270" tagg="none" x="31.55"/> <dynamic_text uuid="{495daa40-69a0-4270-93c8-8285a183d6fe}" frame="false" text_from="UserText" text_width="-1" x="-67.45" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="19" y="44.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="SR3A" rotate="true" y="-14.5" rotation="270" tagg="none" x="11.55"/> <text>10V</text>
<input size="4" text="SR3C" rotate="true" y="-14.5" rotation="270" tagg="none" x="-8.45"/> </dynamic_text>
<input size="4" text="SR2B" rotate="true" y="-14.5" rotation="270" tagg="none" x="-29.45"/> <dynamic_text uuid="{76b2d45e-ac0c-4124-89eb-e11ab20ac6de}" frame="false" text_from="UserText" text_width="-1" x="-85.45" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="20" y="45.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="SR2A" rotate="true" y="-14.5" rotation="270" tagg="none" x="-49.45"/> <text>AGND</text>
<input size="4" text="SR2C" rotate="true" y="-14.5" rotation="270" tagg="none" x="-68.45"/> </dynamic_text>
<input size="4" text="SR1B" rotate="true" y="-14.5" rotation="270" tagg="none" x="-87.45"/> <dynamic_text uuid="{2b781fe6-a512-4a33-8b33-4e89cae32468}" frame="false" text_from="UserText" text_width="-1" x="-106.45" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="21" y="44.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="SR1A" rotate="true" y="-14.5" rotation="270" tagg="none" x="-109.45"/> <text>EA1</text>
<input size="4" text="27" rotate="true" y="-23" rotation="270" tagg="none" x="25.5"/> </dynamic_text>
<input size="4" text="26" rotate="true" y="-23" rotation="270" tagg="none" x="6.5"/> <dynamic_text uuid="{c67ce664-9bd8-45db-b2e9-c1e92b79d85e}" frame="false" text_from="UserText" text_width="-1" x="-125.45" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="22" y="45.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="20" rotate="true" y="-23" rotation="270" tagg="none" x="-116.5"/> <text>SCR</text>
<line y1="-38" x1="203" x2="230" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> </dynamic_text>
<line y1="48" x1="53" x2="77" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="48"/> <dynamic_text uuid="{cb49a05d-fc42-4312-8a9c-8927ae86d1de}" frame="false" text_from="UserText" text_width="-1" x="194.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="23" y="-15" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="48" x1="23" x2="47" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="48"/> <text>EL5</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="27.764"/> </dynamic_text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="7.764"/> <dynamic_text uuid="{b07db967-f2e2-4319-ba78-1a1954b4368b}" frame="false" text_from="UserText" text_width="-1" x="173.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="24" y="-15" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="24" rotate="true" y="-24" rotation="270" tagg="none" x="-35.5"/> <text>EL4</text>
<line y1="-38" x1="183" x2="198" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> </dynamic_text>
<input size="4" text="9" rotate="true" y="48" rotation="270" tagg="none" x="73.5"/> <dynamic_text uuid="{39c083e9-8fc4-4504-a7c8-d1a5fddc2119}" frame="false" text_from="UserText" text_width="-1" x="154.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="25" y="-15" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="8" rotate="true" y="48" rotation="270" tagg="none" x="42.5"/> <text>EL3</text>
<input size="4" text="25" rotate="true" y="-23" rotation="270" tagg="none" x="-15.5"/> </dynamic_text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-32.236"/> <dynamic_text uuid="{20235bc6-70c6-4f6f-974b-ac9422102ed7}" frame="false" text_from="UserText" text_width="-1" x="134.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="26" y="-15" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="-38" x1="163" x2="178" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> <text>EL2</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="77.764"/> </dynamic_text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="47.764"/> <dynamic_text uuid="{0cda267c-5a68-4586-a9f7-4c920d5e4d60}" frame="false" text_from="UserText" text_width="-1" x="115.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="27" y="-15" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-12.236"/> <text>EL1</text>
<line y1="-38" x1="54" x2="78" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> </dynamic_text>
<line y1="-38" x1="-88" x2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> <dynamic_text uuid="{cb93fa83-c522-4ebb-a10b-92dd03f89168}" frame="false" text_from="UserText" text_width="-1" x="95.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="28" y="-12" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="-38" x1="-158" x2="-133" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> <text>DCOM1</text>
<input size="4" text="17" rotate="true" y="-23" rotation="270" tagg="none" x="196.5"/> </dynamic_text>
<input size="4" text="16" rotate="true" y="-23" rotation="270" tagg="none" x="175.5"/> <dynamic_text uuid="{6ba8ed3b-283b-41a4-bb4b-e61c1508c1a5}" frame="false" text_from="UserText" text_width="-1" x="74.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="29" y="-15" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="10" rotate="true" y="-22" rotation="270" tagg="none" x="47.5"/> <text>GND</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="197.764"/> </dynamic_text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="177.764"/> <dynamic_text uuid="{497556f5-0b99-4e48-ae82-12a6d8754407}" frame="false" text_from="UserText" text_width="-1" x="45.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="30" y="-15" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="47.764"/> <text>24V</text>
<line y1="48" x1="-8" x2="16" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="48"/> </dynamic_text>
<line y1="48" x1="-78" x2="-63" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="48"/> <dynamic_text uuid="{89fbd331-e9cd-41ea-bad6-db453b46e774}" frame="false" text_from="UserText" text_width="-1" x="24.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="31" y="-15.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="48" x1="-97" x2="-83" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="48"/> <text>SR3B</text>
<line y1="48" x1="-158" x2="-122" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="48"/> </dynamic_text>
<line y1="-38" x1="144" x2="158" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> <dynamic_text uuid="{cb4aad10-66cd-4be6-9a7c-2ba4a24b4d16}" frame="false" text_from="UserText" text_width="-1" x="4.55" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="32" y="-14.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="-38" x1="123" x2="138" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> <text>SR3A</text>
<line y1="-38" x1="104" x2="118" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> </dynamic_text>
<line y1="48" x1="-117" x2="-103" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="48"/> <dynamic_text uuid="{63ff44bd-957b-40a6-9d76-0d951fe918d3}" frame="false" text_from="UserText" text_width="-1" x="-15.45" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="33" y="-14.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="1" rotate="true" y="47" rotation="270" tagg="none" x="-124.5"/> <text>SR3C</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="-122.236"/> </dynamic_text>
<input size="4" text="22" rotate="true" y="-23" rotation="270" tagg="none" x="-74.5"/> <dynamic_text uuid="{13e332b5-6773-4d7f-9403-aa195093b53a}" frame="false" text_from="UserText" text_width="-1" x="-36.45" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="34" y="-14.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="23" rotate="true" y="-24" rotation="270" tagg="none" x="-56.5"/> <text>SR2B</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-52.236"/> </dynamic_text>
<line y1="48" x1="-28" x2="-13" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="48"/> <dynamic_text uuid="{0e27cfe1-831d-42a7-b0c3-93563137b811}" frame="false" text_from="UserText" text_width="-1" x="-56.45" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="35" y="-14.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-72.236"/> <text>SR2A</text>
<line y1="48" x1="-58" x2="-33" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="48"/> </dynamic_text>
<input size="4" text="3" rotate="true" y="48" rotation="270" tagg="none" x="-83.5"/> <dynamic_text uuid="{b37c57b7-66e4-405f-b8ca-c4ac5bda5ea4}" frame="false" text_from="UserText" text_width="-1" x="-75.45" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="36" y="-14.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="7" rotate="true" y="48" rotation="270" tagg="none" x="12.5"/> <text>SR2C</text>
<input size="4" text="21" rotate="true" y="-23" rotation="270" tagg="none" x="-95.5"/> </dynamic_text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="-82.236"/> <dynamic_text uuid="{25c595ff-3919-4e99-8392-6e507dad60ed}" frame="false" text_from="UserText" text_width="-1" x="-94.45" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="37" y="-14.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="16.764"/> <text>SR1B</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-92.236"/> </dynamic_text>
<line y1="-38" x1="-220" x2="-220" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="48"/> <dynamic_text uuid="{144245dc-9ba0-4b46-9e90-dc70d7448085}" frame="false" text_from="UserText" text_width="-1" x="-116.45" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="38" y="-14.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="6" rotate="true" y="48" rotation="270" tagg="none" x="-15.5"/> <text>SR1A</text>
<input size="4" text="5" rotate="true" y="48" rotation="270" tagg="none" x="-36.5"/> </dynamic_text>
<input size="4" text="2" rotate="true" y="47" rotation="270" tagg="none" x="-105.5"/> <dynamic_text uuid="{a2bab021-bbda-4d17-9ce7-2caab42f6413}" frame="false" text_from="UserText" text_width="-1" x="18.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="39" y="-23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="19" rotate="true" y="-23" rotation="270" tagg="none" x="-137.5"/> <text>27</text>
<input size="7" text="U" rotate="true" y="44" rotation="270" tagg="none" x="-200"/> </dynamic_text>
<input size="4" text="15" rotate="true" y="-23" rotation="270" tagg="none" x="155.5"/> <dynamic_text uuid="{5569f5e0-c274-42c5-ac25-6c963ac0303f}" frame="false" text_from="UserText" text_width="-1" x="-0.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="40" y="-23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="11" rotate="true" y="-23" rotation="270" tagg="none" x="76.5"/> <text>26</text>
<input size="7" text="L1" rotate="true" y="-15" rotation="270" tagg="none" x="-200.5"/> </dynamic_text>
<line y1="47.95" x1="-197.55" x2="-182.55" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="47.95"/> <dynamic_text uuid="{7cda97ae-0903-4575-b805-654474d0e25f}" frame="false" text_from="UserText" text_width="-1" x="-123.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="41" y="-23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="47.95" x1="-177.55" x2="-162.55" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="47.95"/> <text>20</text>
<line y1="-38" x1="-178" x2="-163" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> </dynamic_text>
<line y1="-38" x1="-198" x2="-183" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="-38"/> <line length2="1.5" x2="230" antialias="false" x1="203" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<input size="4" text="4" rotate="true" y="48" rotation="270" tagg="none" x="-66.5"/> <line length2="1.5" x2="77" antialias="false" x1="53" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" length1="1.5" end2="none" end1="none"/>
<input size="7" text="W" rotate="true" y="44" rotation="270" tagg="none" x="-159"/> <line length2="1.5" x2="47" antialias="false" x1="23" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" length1="1.5" end2="none" end1="none"/>
<input size="7" text="V" rotate="true" y="44" rotation="270" tagg="none" x="-180"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="27.764" diameter="4.4721" y="-40.2361"/>
<input size="4" text="14" rotate="true" y="-23" rotation="270" tagg="none" x="136.5"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="7.764" diameter="4.4721" y="-40.2361"/>
<input size="4" text="13" rotate="true" y="-23" rotation="270" tagg="none" x="117.5"/> <dynamic_text uuid="{d0f7132c-814b-4676-a5f4-417115b2e1c8}" frame="false" text_from="UserText" text_width="-1" x="-42.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="47" y="-24" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="4" text="12" rotate="true" y="-23" rotation="270" tagg="none" x="97.5"/> <text>24</text>
<input size="7" text="L3" rotate="true" y="-15" rotation="270" tagg="none" x="-161"/> </dynamic_text>
<input size="7" text="L2" rotate="true" y="-15" rotation="270" tagg="none" x="-180"/> <line length2="1.5" x2="198" antialias="false" x1="183" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="-12.236"/> <dynamic_text uuid="{a9a249ee-6502-40f1-bd62-9e998abef921}" frame="false" text_from="UserText" text_width="-1" x="66.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="49" y="48" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="-32.236"/> <text>9</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="-62.236"/> </dynamic_text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="-102.236"/> <dynamic_text uuid="{c939128b-9e6a-4ee1-a94d-eebd92ef9b42}" frame="false" text_from="UserText" text_width="-1" x="35.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="50" y="48" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="-162.236"/> <text>8</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="-182.236"/> </dynamic_text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="45.7639" diameter="4.4721" x="-202.236"/> <dynamic_text uuid="{2a6b352c-aef0-46ff-8fd9-d2b02419cdb7}" frame="false" text_from="UserText" text_width="-1" x="-22.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="51" y="-23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="157.764"/> <text>25</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="137.764"/> </dynamic_text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="117.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-32.236" diameter="4.4721" y="-40.2361"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="97.764"/> <line length2="1.5" x2="178" antialias="false" x1="163" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="77.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="77.764" diameter="4.4721" y="45.7639"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-112.236"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="47.764" diameter="4.4721" y="45.7639"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-132.236"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-12.236" diameter="4.4721" y="-40.2361"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-162.236"/> <line length2="1.5" x2="78" antialias="false" x1="54" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-182.236"/> <line length2="1.5" x2="-73" antialias="false" x1="-88" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-40.2361" diameter="4.4721" x="-202.236"/> <line length2="1.5" x2="-133" antialias="false" x1="-158" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<input size="9" text="ABB ACS550" rotate="true" y="7.5" tagg="none" x="-208"/> <dynamic_text uuid="{81cfd327-0578-4536-8495-7823ff48ad34}" frame="false" text_from="UserText" text_width="-1" x="189.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="60" y="-23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<input size="9" text="_" rotate="true" y="-60" tagg="label" x="-210"/> <text>17</text>
<terminal orientation="n" y="-40" x="-200"/> </dynamic_text>
<terminal orientation="n" y="-40" x="-180"/> <dynamic_text uuid="{f3d42a7e-1c4b-4fb5-b1f7-9dc5d0bc2e11}" frame="false" text_from="UserText" text_width="-1" x="168.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="61" y="-23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<terminal orientation="s" y="50" x="-200"/> <text>16</text>
<terminal orientation="n" y="-40" x="140"/> </dynamic_text>
<terminal orientation="s" y="50" x="-180"/> <dynamic_text uuid="{debbd69d-660e-430d-bc0a-ff2f40da1482}" frame="false" text_from="UserText" text_width="-1" x="40.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="62" y="-22" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<terminal orientation="n" y="-40" x="-160"/> <text>10</text>
<terminal orientation="s" y="50" x="-160"/> </dynamic_text>
<terminal orientation="n" y="-40" x="120"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="197.764" diameter="4.4721" y="-40.2361"/>
<terminal orientation="n" y="-40" x="100"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="177.764" diameter="4.4721" y="-40.2361"/>
<terminal orientation="n" y="-40" x="-130"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="47.764" diameter="4.4721" y="-40.2361"/>
<terminal orientation="n" y="-40" x="80"/> <line length2="1.5" x2="16" antialias="false" x1="-8" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-40" x="-110"/> <line length2="1.5" x2="-63" antialias="false" x1="-78" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-40" x="160"/> <line length2="1.5" x2="-83" antialias="false" x1="-97" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="50" x="-100"/> <line length2="1.5" x2="-122" antialias="false" x1="-158" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="50" x="-60"/> <line length2="1.5" x2="158" antialias="false" x1="144" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="50" x="-30"/> <line length2="1.5" x2="138" antialias="false" x1="123" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="50" x="-10"/> <line length2="1.5" x2="118" antialias="false" x1="104" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-40" x="-90"/> <line length2="1.5" x2="-103" antialias="false" x1="-117" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="50" x="20"/> <dynamic_text uuid="{68fbc496-1900-4882-bae6-7301afd2b799}" frame="false" text_from="UserText" text_width="-1" x="-131.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="74" y="47" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<terminal orientation="s" y="50" x="-80"/> <text>1</text>
<terminal orientation="n" y="-40" x="-70"/> </dynamic_text>
<terminal orientation="n" y="-40" x="-50"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-122.236" diameter="4.4721" y="45.7639"/>
<terminal orientation="s" y="50" x="-120"/> <dynamic_text uuid="{c1b0d137-8a09-4c84-8124-aaa641fd2738}" frame="false" text_from="UserText" text_width="-1" x="-81.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="76" y="-23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<terminal orientation="n" y="-40" x="50"/> <text>22</text>
<terminal orientation="n" y="-40" x="180"/> </dynamic_text>
<terminal orientation="n" y="-40" x="200"/> <dynamic_text uuid="{25ac67af-8209-46f2-a8ec-b680dcc40645}" frame="false" text_from="UserText" text_width="-1" x="-63.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="77" y="-24" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<terminal orientation="n" y="-40" x="-30"/> <text>23</text>
<terminal orientation="n" y="-40" x="-10"/> </dynamic_text>
<terminal orientation="n" y="-40" x="10"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-52.236" diameter="4.4721" y="-40.2361"/>
<terminal orientation="n" y="-40" x="30"/> <line length2="1.5" x2="-13" antialias="false" x1="-28" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="50" x="50"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-72.236" diameter="4.4721" y="-40.2361"/>
<terminal orientation="s" y="50" x="80"/> <line length2="1.5" x2="-33" antialias="false" x1="-58" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="48" length1="1.5" end2="none" end1="none"/>
<dynamic_text uuid="{d01cba45-fd27-4a72-8910-4effa82d723f}" frame="false" text_from="UserText" text_width="-1" x="-90.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="82" y="48" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>3</text>
</dynamic_text>
<dynamic_text uuid="{701fb518-78ca-433b-9798-9414c8c33271}" frame="false" text_from="UserText" text_width="-1" x="5.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="83" y="48" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>7</text>
</dynamic_text>
<dynamic_text uuid="{91026d61-3234-4db2-ad2f-9bd75b530de3}" frame="false" text_from="UserText" text_width="-1" x="-102.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="84" y="-23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>21</text>
</dynamic_text>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-82.236" diameter="4.4721" y="45.7639"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="16.764" diameter="4.4721" y="45.7639"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-92.236" diameter="4.4721" y="-40.2361"/>
<line length2="1.5" x2="-220" antialias="false" x1="-220" y2="48" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<dynamic_text uuid="{10c6943a-b50f-48ef-9ef1-43cb603aa756}" frame="false" text_from="UserText" text_width="-1" x="-22.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="89" y="48" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>6</text>
</dynamic_text>
<dynamic_text uuid="{4e4b82fa-875b-42fa-b37b-8e26dd639d4f}" frame="false" text_from="UserText" text_width="-1" x="-43.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="90" y="48" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>5</text>
</dynamic_text>
<dynamic_text uuid="{cec90590-4a0a-4e89-9a18-bfe194da575c}" frame="false" text_from="UserText" text_width="-1" x="-112.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="91" y="47" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>2</text>
</dynamic_text>
<dynamic_text uuid="{8df453f8-90b8-43c7-9af3-b83281eea7be}" frame="false" text_from="UserText" text_width="-1" x="-144.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="92" y="-23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>19</text>
</dynamic_text>
<dynamic_text uuid="{cae92be4-5c02-4a92-a87c-33f336e86215}" frame="false" text_from="UserText" text_width="-1" x="-209.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="93" y="44" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>U</text>
</dynamic_text>
<dynamic_text uuid="{712cfbdd-5d03-4d07-89c9-41ad74b49293}" frame="false" text_from="UserText" text_width="-1" x="148.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="94" y="-23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>15</text>
</dynamic_text>
<dynamic_text uuid="{e331db56-358e-451f-a902-7f04a3abb164}" frame="false" text_from="UserText" text_width="-1" x="69.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="95" y="-23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>11</text>
</dynamic_text>
<dynamic_text uuid="{8e2e7b1c-8600-42fe-9d0f-a0b6bbba79dc}" frame="false" text_from="UserText" text_width="-1" x="-210" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="96" y="-15" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>L1</text>
</dynamic_text>
<line length2="1.5" x2="-182.55" antialias="false" x1="-197.55" y2="47.95" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="47.95" length1="1.5" end2="none" end1="none"/>
<line length2="1.5" x2="-162.55" antialias="false" x1="-177.55" y2="47.95" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="47.95" length1="1.5" end2="none" end1="none"/>
<line length2="1.5" x2="-163" antialias="false" x1="-178" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<line length2="1.5" x2="-183" antialias="false" x1="-198" y2="-38" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-38" length1="1.5" end2="none" end1="none"/>
<dynamic_text uuid="{a795a1c8-6c70-4fe9-9859-851ec83d4053}" frame="false" text_from="UserText" text_width="-1" x="-73.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="101" y="48" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>4</text>
</dynamic_text>
<dynamic_text uuid="{451acc9c-0a9f-49a4-a6a4-56d667718471}" frame="false" text_from="UserText" text_width="-1" x="-168.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="102" y="44" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>W</text>
</dynamic_text>
<dynamic_text uuid="{e396020e-c4d6-4f49-abf3-07a1bb768d65}" frame="false" text_from="UserText" text_width="-1" x="-189.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="103" y="44" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>V</text>
</dynamic_text>
<dynamic_text uuid="{459e85ca-646c-4f17-af31-a30880cc900a}" frame="false" text_from="UserText" text_width="-1" x="129.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="104" y="-23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>14</text>
</dynamic_text>
<dynamic_text uuid="{8c5a19ea-26c3-4d68-8881-0b75251112b4}" frame="false" text_from="UserText" text_width="-1" x="110.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="105" y="-23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>13</text>
</dynamic_text>
<dynamic_text uuid="{6ddc37b9-2605-46da-9483-496d16149032}" frame="false" text_from="UserText" text_width="-1" x="90.5" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="106" y="-23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>12</text>
</dynamic_text>
<dynamic_text uuid="{842b44ee-bdbe-43d7-8363-477f9d5ef467}" frame="false" text_from="UserText" text_width="-1" x="-170.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="107" y="-15" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>L3</text>
</dynamic_text>
<dynamic_text uuid="{a8a72f0f-cbff-4172-acf0-c2a74b0bbecd}" frame="false" text_from="UserText" text_width="-1" x="-189.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="108" y="-15" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text>L2</text>
</dynamic_text>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-12.236" diameter="4.4721" y="45.7639"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-32.236" diameter="4.4721" y="45.7639"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-62.236" diameter="4.4721" y="45.7639"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-102.236" diameter="4.4721" y="45.7639"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-162.236" diameter="4.4721" y="45.7639"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-182.236" diameter="4.4721" y="45.7639"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-202.236" diameter="4.4721" y="45.7639"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="157.764" diameter="4.4721" y="-40.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="137.764" diameter="4.4721" y="-40.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="117.764" diameter="4.4721" y="-40.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="97.764" diameter="4.4721" y="-40.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="77.764" diameter="4.4721" y="-40.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-112.236" diameter="4.4721" y="-40.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-132.236" diameter="4.4721" y="-40.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-162.236" diameter="4.4721" y="-40.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-182.236" diameter="4.4721" y="-40.2361"/>
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-202.236" diameter="4.4721" y="-40.2361"/>
<dynamic_text uuid="{89438f2e-670b-4429-a7a6-b54a8a410f65}" frame="false" text_from="UserText" text_width="-1" x="-208" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="126" y="-3.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<text>ABB ACS550</text>
</dynamic_text>
<dynamic_text uuid="{76166232-2070-4a01-9d32-64303752fa59}" frame="false" text_from="ElementInfo" text_width="-1" x="-210" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="127" y="-71" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="-200" y="-40" orientation="n"/>
<terminal x="-180" y="-40" orientation="n"/>
<terminal x="-200" y="50" orientation="s"/>
<terminal x="140" y="-40" orientation="n"/>
<terminal x="-180" y="50" orientation="s"/>
<terminal x="-160" y="-40" orientation="n"/>
<terminal x="-160" y="50" orientation="s"/>
<terminal x="120" y="-40" orientation="n"/>
<terminal x="100" y="-40" orientation="n"/>
<terminal x="-130" y="-40" orientation="n"/>
<terminal x="80" y="-40" orientation="n"/>
<terminal x="-110" y="-40" orientation="n"/>
<terminal x="160" y="-40" orientation="n"/>
<terminal x="-100" y="50" orientation="s"/>
<terminal x="-60" y="50" orientation="s"/>
<terminal x="-30" y="50" orientation="s"/>
<terminal x="-10" y="50" orientation="s"/>
<terminal x="-90" y="-40" orientation="n"/>
<terminal x="20" y="50" orientation="s"/>
<terminal x="-80" y="50" orientation="s"/>
<terminal x="-70" y="-40" orientation="n"/>
<terminal x="-50" y="-40" orientation="n"/>
<terminal x="-120" y="50" orientation="s"/>
<terminal x="50" y="-40" orientation="n"/>
<terminal x="180" y="-40" orientation="n"/>
<terminal x="200" y="-40" orientation="n"/>
<terminal x="-30" y="-40" orientation="n"/>
<terminal x="-10" y="-40" orientation="n"/>
<terminal x="10" y="-40" orientation="n"/>
<terminal x="30" y="-40" orientation="n"/>
<terminal x="50" y="50" orientation="s"/>
<terminal x="80" y="50" orientation="s"/>
</description> </description>
</definition> </definition>
@@ -1,187 +1,223 @@
<definition link_type="simple" hotspot_x="5" orientation="dyyy" hotspot_y="6" type="element" height="120" width="470" version="0.5"> <definition version="0.80" link_type="simple" hotspot_x="5" height="120" width="470" type="element" hotspot_y="6" orientation="dyyy">
<uuid uuid="{263baaa0-455e-42d0-a62b-4b1fbdb21fd3}"/> <uuid uuid="{ced73241-a6a5-43b6-aeca-e5a44250954b}"/>
<names> <names>
<name lang="en">ABB PSE</name> <name lang="en">ABB PSE</name>
<name lang="cs">ABB PSE</name> <name lang="cs">ABB PSE</name>
</names> </names>
<informations>Author: The QElectroTech team <elementInformations>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<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="comment"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<text size="5" text="TOR" y="81" x="193"/> <text x="193" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="81" text="TOR" rotation="0" color="#000000"/>
<text size="4" text="ANALOG OUT&#xa; 4-20mA" y="56" rotation="270" x="410"/> <text x="410" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="56" text="ANALOG OUT&#xa; 4-20mA" rotation="270" color="#000000"/>
<line y1="11" x1="425" x2="423" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="14"/> <line length2="1.5" x2="423" antialias="false" x1="425" y2="14" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="11" length1="1.5" end2="none" end1="none"/>
<text size="5" text="-" y="13" rotation="270" x="421"/> <text x="421" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="13" text="-" rotation="270" color="#000000"/>
<text size="5" text="+" y="15" rotation="270" x="402"/> <text x="402" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="15" text="+" rotation="270" color="#000000"/>
<text size="5" text="EVENT" y="81" x="218"/> <text x="218" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="81" text="EVENT" rotation="0" color="#000000"/>
<text size="4" text="7" y="101" x="243"/> <text x="243" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="7" rotation="0" color="#000000"/>
<text size="3" text="NC" y="95" x="215"/> <text x="215" font="Sans Serif,3,-1,5,50,0,0,0,0,0" y="95" text="NC" rotation="0" color="#000000"/>
<line y1="11" x1="427" x2="425" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="14"/> <line length2="1.5" x2="425" antialias="false" x1="427" y2="14" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="11" length1="1.5" end2="none" end1="none"/>
<text size="3" text="NA" y="95" x="241"/> <text x="241" font="Sans Serif,3,-1,5,50,0,0,0,0,0" y="95" text="NA" rotation="0" color="#000000"/>
<line y1="62" x1="11" x2="17" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="62"/> <line length2="1.5" x2="17" antialias="false" x1="11" y2="62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="62" length1="1.5" end2="none" end1="none"/>
<line y1="53.83" x1="17.45" x2="18.61" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="53.83"/> <line length2="1.5" x2="18.61" antialias="false" x1="17.45" y2="53.83" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="53.83" length1="1.5" end2="none" end1="none"/>
<line y1="44" x1="17" x2="17" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="62"/> <line length2="1.5" x2="17" antialias="false" x1="17" y2="62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44" length1="1.5" end2="none" end1="none"/>
<line y1="62" x1="51" x2="57" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="62"/> <line length2="1.5" x2="57" antialias="false" x1="51" y2="62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="62" length1="1.5" end2="none" end1="none"/>
<line y1="52" x1="16" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="52"/> <line length2="1.5" x2="18" antialias="false" x1="16" y2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="52" length1="1.5" end2="none" end1="none"/>
<line y1="44" x1="57" x2="57" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="62"/> <line length2="1.5" x2="57" antialias="false" x1="57" y2="62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44" length1="1.5" end2="none" end1="none"/>
<line y1="53.83" x1="57.45" x2="58.61" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="53.83"/> <line length2="1.5" x2="58.61" antialias="false" x1="57.45" y2="53.83" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="53.83" length1="1.5" end2="none" end1="none"/>
<line y1="100" x1="200" x2="195" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" length1="1.5" end1="none" end2="none" length2="1.5" y2="90"/> <line length2="1.5" x2="195" antialias="true" x1="200" y2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="100" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="317.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="317.764" diameter="4.4721" y="-2.2361"/>
<line y1="55" x1="16" x2="17" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="52"/> <line length2="1.5" x2="17" antialias="false" x1="16" y2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="55" length1="1.5" end2="none" end1="none"/>
<line y1="52" x1="56" x2="58" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="52"/> <line length2="1.5" x2="58" antialias="false" x1="56" y2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="52" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="357.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="357.764" diameter="4.4721" y="-2.2361"/>
<line y1="52" x1="17" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <line length2="1.5" x2="18" antialias="false" x1="17" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="52" length1="1.5" end2="none" end1="none"/>
<line y1="55" x1="56" x2="57" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="52"/> <line length2="1.5" x2="57" antialias="false" x1="56" y2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="55" length1="1.5" end2="none" end1="none"/>
<line y1="55" x1="16" x2="18" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <line length2="1.5" x2="18" antialias="false" x1="16" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="55" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="337.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="337.764" diameter="4.4721" y="-2.2361"/>
<line y1="52" x1="57" x2="58" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <line length2="1.5" x2="58" antialias="false" x1="57" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="52" length1="1.5" end2="none" end1="none"/>
<line y1="55" x1="56" x2="58" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <line length2="1.5" x2="58" antialias="false" x1="56" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="55" length1="1.5" end2="none" end1="none"/>
<line y1="27" x1="40" x2="40" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="76"/> <line length2="1.5" x2="40" antialias="false" x1="40" y2="76" style="line-style:normal;line-weight:thin;filling:black;color:black" y1="27" length1="1.5" end2="none" end1="none"/>
<line y1="27" x1="60" x2="60" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="40"/> <line length2="1.5" x2="60" antialias="false" x1="60" y2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="27" length1="1.5" end2="none" end1="none"/>
<text size="4" text="2" y="8" x="201"/> <text x="201" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="2" rotation="0" color="#000000"/>
<line y1="66" x1="60" x2="60" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="76"/> <line length2="1.5" x2="60" antialias="false" x1="60" y2="76" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="66" length1="1.5" end2="none" end1="none"/>
<input size="7" text="1L1" rotate="true" y="29" rotation="270" tagg="none" x="20"/> <dynamic_text uuid="{e3066baa-7e2f-436e-a788-b6350c591250}" frame="false" text_from="UserText" text_width="-1" x="10.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="33" y="29" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="40" x1="54" x2="65" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="40"/> <text>1L1</text>
<line y1="66" x1="54" x2="65" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="66"/> </dynamic_text>
<text size="5" text="N" y="17" rotation="270" x="203"/> <line length2="1.5" x2="65" antialias="false" x1="54" y2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<line y1="40" x1="65" x2="65" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="50"/> <line length2="1.5" x2="65" antialias="false" x1="54" y2="66" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="66" length1="1.5" end2="none" end1="none"/>
<line y1="66" x1="65" x2="65" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="57"/> <text x="203" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="17" text="N" rotation="270" color="#000000"/>
<line y1="57" x1="65" x2="60" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="50"/> <line length2="1.5" x2="65" antialias="false" x1="65" y2="50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<line y1="106" x1="202.881" x2="217.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="106"/> <line length2="1.5" x2="65" antialias="false" x1="65" y2="57" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="66" length1="1.5" end2="none" end1="none"/>
<line y1="44" x1="51" x2="57" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="44"/> <line length2="1.5" x2="60" antialias="false" x1="65" y2="50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="57" length1="1.5" end2="none" end1="none"/>
<line y1="40" x1="54" x2="54" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="44"/> <line length2="1.5" x2="217.129" antialias="false" x1="202.881" y2="106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="106" length1="1.5" end2="none" end1="none"/>
<text size="4" text="9" y="8" x="303"/> <line length2="1.5" x2="57" antialias="false" x1="51" y2="44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44" length1="1.5" end2="none" end1="none"/>
<line y1="62" x1="54" x2="54" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="66"/> <line length2="1.5" x2="54" antialias="false" x1="54" y2="44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<line y1="44" x1="51" x2="51" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="62"/> <text x="303" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="9" rotation="0" color="#000000"/>
<text size="4" text="13" y="8" x="402"/> <line length2="1.5" x2="54" antialias="false" x1="54" y2="66" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="62" length1="1.5" end2="none" end1="none"/>
<line y1="52" x1="50" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="52"/> <line length2="1.5" x2="51" antialias="false" x1="51" y2="62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44" length1="1.5" end2="none" end1="none"/>
<text size="4" text="14" y="8" x="412"/> <text x="402" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="13" rotation="0" color="#000000"/>
<line y1="55" x1="51" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="52"/> <line length2="1.5" x2="52" antialias="false" x1="50" y2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="52" length1="1.5" end2="none" end1="none"/>
<text size="4" text="12" y="8" x="363"/> <text x="412" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="14" rotation="0" color="#000000"/>
<line y1="52" x1="50" x2="51" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <line length2="1.5" x2="52" antialias="false" x1="51" y2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="55" length1="1.5" end2="none" end1="none"/>
<line y1="55" x1="50" x2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <text x="363" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="12" rotation="0" color="#000000"/>
<line y1="53.85" x1="49.45" x2="50.61" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="53.85"/> <line length2="1.5" x2="51" antialias="false" x1="50" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="52" length1="1.5" end2="none" end1="none"/>
<text size="4" text="4" y="101" x="183"/> <line length2="1.5" x2="52" antialias="false" x1="50" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="55" length1="1.5" end2="none" end1="none"/>
<input size="6" text="5L3" rotate="true" y="29" rotation="270" tagg="none" x="61"/> <line length2="1.5" x2="50.61" antialias="false" x1="49.45" y2="53.85" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="53.85" length1="1.5" end2="none" end1="none"/>
<line y1="0" x1="460" x2="460" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="105"/> <text x="183" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="4" rotation="0" color="#000000"/>
<text size="4" text="5" y="101" x="203"/> <dynamic_text uuid="{fa2278f0-8ffe-4e62-9f09-64d14e285c22}" frame="false" text_from="UserText" text_width="-1" x="52" font="Sans Serif,6,-1,5,50,0,0,0,0,0" z="55" y="29" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text size="5" text="VP" y="19" rotation="270" x="343"/> <text>5L3</text>
<line y1="0" x1="342.881" x2="357.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> </dynamic_text>
<line y1="0" x1="302.881" x2="317.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <line length2="1.5" x2="460" antialias="false" x1="460" y2="105" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<text size="4" text="11" y="8" x="342"/> <text x="203" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="5" rotation="0" color="#000000"/>
<line y1="0" x1="322.881" x2="337.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <text x="343" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="19" text="VP" rotation="270" color="#000000"/>
<text size="4" text="10" y="8" x="323"/> <line length2="1.5" x2="357.129" antialias="false" x1="342.881" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<text size="5" text="VP" y="19" rotation="270" x="363"/> <line length2="1.5" x2="317.129" antialias="false" x1="302.881" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<text size="4" text="3" y="101" x="162"/> <text x="342" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="11" rotation="0" color="#000000"/>
<text size="4" text="6" y="101" x="223"/> <line length2="1.5" x2="337.129" antialias="false" x1="322.881" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<text size="4" text="8" y="8" x="283"/> <text x="323" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="10" rotation="0" color="#000000"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="237.764"/> <text x="363" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="19" text="VP" rotation="270" color="#000000"/>
<text size="4" text="100-250 V&#xa; 50/60Hz" y="52" rotation="270" x="189"/> <text x="162" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="3" rotation="0" color="#000000"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="217.764"/> <text x="223" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="6" rotation="0" color="#000000"/>
<line y1="106" x1="222.881" x2="237.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="106"/> <text x="283" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="8" rotation="0" color="#000000"/>
<text size="5" text="START" y="30" rotation="270" x="283"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="237.764" diameter="4.4721" y="103.764"/>
<text size="5" text="STOP" y="27" rotation="270" x="303"/> <text x="189" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="52" text="100-250 V&#xa; 50/60Hz" rotation="270" color="#000000"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="177.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="217.764" diameter="4.4721" y="103.764"/>
<text size="5" text="RESET" y="32" rotation="270" x="323"/> <line length2="1.5" x2="237.129" antialias="false" x1="222.881" y2="106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="106" length1="1.5" end2="none" end1="none"/>
<line y1="0" x1="182.881" x2="197.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <text x="283" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="30" text="START" rotation="270" color="#000000"/>
<line y1="0" x1="363.136" x2="396.935" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <text x="303" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="27" text="STOP" rotation="270" color="#000000"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="417.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="177.764" diameter="4.4721" y="103.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="157.764"/> <text x="323" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="32" text="RESET" rotation="270" color="#000000"/>
<line y1="106" x1="162.881" x2="177.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="106"/> <line length2="1.5" x2="197.129" antialias="false" x1="182.881" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<line y1="106" x1="182.881" x2="197.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="106"/> <line length2="1.5" x2="396.935" antialias="false" x1="363.136" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="297.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="417.764" diameter="4.4721" y="-2.2361"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="197.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="157.764" diameter="4.4721" y="103.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="277.764"/> <line length2="1.5" x2="177.129" antialias="false" x1="162.881" y2="106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="106" length1="1.5" end2="none" end1="none"/>
<text size="5" text="RUN" y="81" x="173"/> <line length2="1.5" x2="197.129" antialias="false" x1="182.881" y2="106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="106" length1="1.5" end2="none" end1="none"/>
<line y1="0" x1="402.881" x2="417.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="297.764" diameter="4.4721" y="-2.2361"/>
<line y1="0" x1="282.881" x2="297.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="197.764" diameter="4.4721" y="103.764"/>
<input size="7" text="ABB" rotate="true" y="93" tagg="none" x="430"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="277.764" diameter="4.4721" y="-2.2361"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="397.764"/> <text x="173" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="81" text="RUN" rotation="0" color="#000000"/>
<line y1="0" x1="22" x2="37" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <line length2="1.5" x2="417.129" antialias="false" x1="402.881" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<line y1="0" x1="0" x2="18" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <line length2="1.5" x2="297.129" antialias="false" x1="282.881" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<line y1="106" x1="0" x2="18" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="106"/> <dynamic_text uuid="{d5cc5927-24ed-4e04-bafb-1a1e6b840778}" frame="false" text_from="UserText" text_width="-1" x="430" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="88" y="83.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<line y1="105.95" x1="22.45" x2="37.45" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="105.95"/> <text>ABB</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="17.7639"/> </dynamic_text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="17.7639"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="397.764" diameter="4.4721" y="-2.2361"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="197.764"/> <line length2="1.5" x2="37" antialias="false" x1="22" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="177.764"/> <line length2="1.5" x2="18" antialias="false" x1="0" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<input size="6" text="2T1" rotate="true" y="102" rotation="270" tagg="none" x="20"/> <line length2="1.5" x2="18" antialias="false" x1="0" y2="106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="106" length1="1.5" end2="none" end1="none"/>
<line y1="105.95" x1="42.45" x2="57.45" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="105.95"/> <line length2="1.5" x2="37.45" antialias="false" x1="22.45" y2="105.95" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="105.95" length1="1.5" end2="none" end1="none"/>
<line y1="0" x1="42" x2="57" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="17.7639" diameter="4.4721" y="103.764"/>
<input size="6" text="6T3" rotate="true" y="103" rotation="270" tagg="none" x="61"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="17.7639" diameter="4.4721" y="-2.2361"/>
<input size="6" text="4T2" rotate="true" y="103" rotation="270" tagg="none" x="40"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="197.764" diameter="4.4721" y="-2.2361"/>
<input size="6" text="3L2" rotate="true" y="28" rotation="270" tagg="none" x="41"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="177.764" diameter="4.4721" y="-2.2361"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="57.7639"/> <dynamic_text uuid="{21534849-939e-4bfd-a85f-387dcaed1775}" frame="false" text_from="UserText" text_width="-1" x="11" font="Sans Serif,6,-1,5,50,0,0,0,0,0" z="98" y="102" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="37.7639"/> <text>2T1</text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="57.7639"/> </dynamic_text>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="37.7639"/> <line length2="1.5" x2="57.45" antialias="false" x1="42.45" y2="105.95" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="105.95" length1="1.5" end2="none" end1="none"/>
<input size="8" text="PSEXX-YYY-ZZ" rotate="true" y="51" tagg="label" x="229"/> <line length2="1.5" x2="57" antialias="false" x1="42" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<text size="5" text="L" y="16" rotation="270" x="183"/> <dynamic_text uuid="{c64bcdd7-3a5a-4a91-a82b-39dc456ea674}" frame="false" text_from="UserText" text_width="-1" x="52" font="Sans Serif,6,-1,5,50,0,0,0,0,0" z="101" y="103" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="0" x1="459.232" x2="422.747" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <text>6T3</text>
<line y1="0" x1="0" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="105"/> </dynamic_text>
<line y1="0" x1="62.45" x2="177" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <dynamic_text uuid="{ef004946-dfc5-4bbc-a813-ca5b180f7ead}" frame="false" text_from="UserText" text_width="-1" x="31" font="Sans Serif,6,-1,5,50,0,0,0,0,0" z="102" y="103" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="106" x1="242.8" x2="460" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="106"/> <text>4T2</text>
<line y1="106" x1="62.45" x2="157" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="106"/> </dynamic_text>
<input size="9" text="_" rotate="true" y="16" tagg="label" x="465"/> <dynamic_text uuid="{9cb69c44-087f-4d31-8929-13a00ba80892}" frame="false" text_from="UserText" text_width="-1" x="32" font="Sans Serif,6,-1,5,50,0,0,0,0,0" z="103" y="28" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text size="4" text="1" y="8" x="181"/> <text>3L2</text>
<line y1="0" x1="202.45" x2="277.45" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> </dynamic_text>
<line y1="27" x1="20" x2="20" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="40"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="57.7639" diameter="4.4721" y="103.764"/>
<line y1="66" x1="20" x2="20" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="76"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="37.7639" diameter="4.4721" y="103.764"/>
<line y1="40" x1="14" x2="25" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="40"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="57.7639" diameter="4.4721" y="-2.2361"/>
<line y1="66" x1="14" x2="25" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="66"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="37.7639" diameter="4.4721" y="-2.2361"/>
<line y1="40" x1="25" x2="25" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="50"/> <dynamic_text uuid="{e6bb7132-5b6d-43e1-b9ba-964d151f5804}" frame="false" text_from="ElementInfo" text_width="-1" x="229" font="Sans Serif,8,-1,5,50,0,0,0,0,0" z="108" y="40.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<line y1="66" x1="25" x2="25" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="57"/> <text></text>
<line y1="57" x1="25" x2="20" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="50"/> <info_name>label</info_name>
<line y1="44" x1="11" x2="17" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="44"/> </dynamic_text>
<line y1="40" x1="14" x2="14" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="44"/> <text x="183" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="16" text="L" rotation="270" color="#000000"/>
<line y1="62" x1="14" x2="14" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="66"/> <line length2="1.5" x2="422.747" antialias="false" x1="459.232" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<line y1="44" x1="11" x2="11" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="62"/> <line length2="1.5" x2="0" antialias="false" x1="0" y2="105" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<line y1="52" x1="10" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="52"/> <line length2="1.5" x2="177" antialias="false" x1="62.45" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<line y1="55" x1="11" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="52"/> <line length2="1.5" x2="460" antialias="false" x1="242.8" y2="106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="106" length1="1.5" end2="none" end1="none"/>
<line y1="52" x1="10" x2="11" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <line length2="1.5" x2="157" antialias="false" x1="62.45" y2="106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="106" length1="1.5" end2="none" end1="none"/>
<line y1="55" x1="10" x2="12" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <dynamic_text uuid="{2e9102cb-07ff-4644-901b-ad1a09535046}" frame="false" text_from="ElementInfo" text_width="-1" x="465" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="115" y="5" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<line y1="53.85" x1="9.45" x2="10.61" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="53.85"/> <text></text>
<line y1="100" x1="180" x2="175" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" length1="1.5" end1="none" end2="none" length2="1.5" y2="90"/> <info_name>label</info_name>
<line y1="100" x1="220" x2="220" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="103"/> </dynamic_text>
<line y1="100" x1="240" x2="240" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="104"/> <text x="181" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="1" rotation="0" color="#000000"/>
<line y1="100" x1="240" x2="235" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" length1="1.5" end1="none" end2="none" length2="1.5" y2="90"/> <line length2="1.5" x2="277.45" antialias="false" x1="202.45" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<line y1="100" x1="220" x2="226" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" length1="1.5" end1="none" end2="none" length2="1.5" y2="90"/> <line length2="1.5" x2="20" antialias="false" x1="20" y2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="27" length1="1.5" end2="none" end1="none"/>
<line y1="100" x1="180" x2="180" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="103"/> <line length2="1.5" x2="20" antialias="false" x1="20" y2="76" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="66" length1="1.5" end2="none" end1="none"/>
<line y1="100" x1="200" x2="200" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="103"/> <line length2="1.5" x2="25" antialias="false" x1="14" y2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<line y1="96" x1="222" x2="238" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="96"/> <line length2="1.5" x2="25" antialias="false" x1="14" y2="66" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="66" length1="1.5" end2="none" end1="none"/>
<line y1="85" x1="160" x2="240" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="85"/> <line length2="1.5" x2="25" antialias="false" x1="25" y2="50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<line y1="90" x1="240" x2="240" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="85"/> <line length2="1.5" x2="25" antialias="false" x1="25" y2="57" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="66" length1="1.5" end2="none" end1="none"/>
<line y1="85" x1="160" x2="160" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="104"/> <line length2="1.5" x2="20" antialias="false" x1="25" y2="50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="57" length1="1.5" end2="none" end1="none"/>
<line y1="90" x1="180" x2="180" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="86"/> <line length2="1.5" x2="17" antialias="false" x1="11" y2="44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44" length1="1.5" end2="none" end1="none"/>
<line y1="90" x1="200" x2="200" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="85"/> <line length2="1.5" x2="14" antialias="false" x1="14" y2="44" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<line y1="90" x1="220" x2="220" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="85"/> <line length2="1.5" x2="14" antialias="false" x1="14" y2="66" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="62" length1="1.5" end2="none" end1="none"/>
<line y1="90" x1="220" x2="225" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="90"/> <line length2="1.5" x2="11" antialias="false" x1="11" y2="62" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="44" length1="1.5" end2="none" end1="none"/>
<line y1="2" x1="420" x2="420" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="7"/> <line length2="1.5" x2="12" antialias="false" x1="10" y2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="52" length1="1.5" end2="none" end1="none"/>
<line y1="11" x1="429" x2="427" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="14"/> <line length2="1.5" x2="12" antialias="false" x1="11" y2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="55" length1="1.5" end2="none" end1="none"/>
<line y1="11" x1="431" x2="429" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="14"/> <line length2="1.5" x2="11" antialias="false" x1="10" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="52" length1="1.5" end2="none" end1="none"/>
<line y1="11" x1="433" x2="431" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="14"/> <line length2="1.5" x2="12" antialias="false" x1="10" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="55" length1="1.5" end2="none" end1="none"/>
<line y1="11" x1="425" x2="433" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="11"/> <line length2="1.5" x2="10.61" antialias="false" x1="9.45" y2="53.85" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="53.85" length1="1.5" end2="none" end1="none"/>
<line y1="11" x1="429" x2="429" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="8"/> <line length2="1.5" x2="175" antialias="true" x1="180" y2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="100" length1="1.5" end2="none" end1="none"/>
<line y1="8" x1="420" x2="428" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="8"/> <line length2="1.5" x2="220" antialias="false" x1="220" y2="103" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="100" length1="1.5" end2="none" end1="none"/>
<input size="9" text="_" rotate="true" y="-20" tagg="label" x="10"/> <line length2="1.5" x2="240" antialias="false" x1="240" y2="104" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="100" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="108" x="40"/> <line length2="1.5" x2="235" antialias="true" x1="240" y2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="100" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="40"/> <line length2="1.5" x2="226" antialias="true" x1="220" y2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="100" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="108" x="60"/> <line length2="1.5" x2="180" antialias="false" x1="180" y2="103" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="100" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="60"/> <line length2="1.5" x2="200" antialias="false" x1="200" y2="103" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="100" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="20"/> <line length2="1.5" x2="238" antialias="false" x1="222" y2="96" style="line-style:dashdotted;line-weight:thin;filling:none;color:black" y1="96" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="108" x="20"/> <line length2="1.5" x2="240" antialias="false" x1="160" y2="85" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="85" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="180"/> <line length2="1.5" x2="240" antialias="false" x1="240" y2="85" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="90" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="200"/> <line length2="1.5" x2="160" antialias="false" x1="160" y2="104" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="85" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="400"/> <line length2="1.5" x2="180" antialias="false" x1="180" y2="86" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="90" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="420"/> <line length2="1.5" x2="200" antialias="false" x1="200" y2="85" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="90" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="108" x="160"/> <line length2="1.5" x2="220" antialias="false" x1="220" y2="85" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="90" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="108" x="180"/> <line length2="1.5" x2="225" antialias="false" x1="220" y2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="90" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="108" x="200"/> <line length2="1.5" x2="420" antialias="false" x1="420" y2="7" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="2" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="280"/> <line length2="1.5" x2="427" antialias="false" x1="429" y2="14" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="11" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="300"/> <line length2="1.5" x2="429" antialias="false" x1="431" y2="14" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="11" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="320"/> <line length2="1.5" x2="431" antialias="false" x1="433" y2="14" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="11" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="340"/> <line length2="1.5" x2="433" antialias="false" x1="425" y2="11" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="11" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="360"/> <line length2="1.5" x2="429" antialias="false" x1="429" y2="8" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="11" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="108" x="220"/> <line length2="1.5" x2="428" antialias="false" x1="420" y2="8" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="8" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="108" x="240"/> <dynamic_text uuid="{114b7ae8-cbfe-441a-813b-3a89ba28101b}" frame="false" text_from="ElementInfo" text_width="-1" x="10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="156" y="-31" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="40" y="108" orientation="s"/>
<terminal x="40" y="-2" orientation="n"/>
<terminal x="60" y="108" orientation="s"/>
<terminal x="60" y="-2" orientation="n"/>
<terminal x="20" y="-2" orientation="n"/>
<terminal x="20" y="108" orientation="s"/>
<terminal x="180" y="-2" orientation="n"/>
<terminal x="200" y="-2" orientation="n"/>
<terminal x="400" y="-2" orientation="n"/>
<terminal x="420" y="-2" orientation="n"/>
<terminal x="160" y="108" orientation="s"/>
<terminal x="180" y="108" orientation="s"/>
<terminal x="200" y="108" orientation="s"/>
<terminal x="280" y="-2" orientation="n"/>
<terminal x="300" y="-2" orientation="n"/>
<terminal x="320" y="-2" orientation="n"/>
<terminal x="340" y="-2" orientation="n"/>
<terminal x="360" y="-2" orientation="n"/>
<terminal x="220" y="108" orientation="s"/>
<terminal x="240" y="108" orientation="s"/>
</description> </description>
</definition> </definition>
@@ -1,232 +1,280 @@
<definition link_type="simple" hotspot_x="5" orientation="dyyy" hotspot_y="6" type="element" height="120" width="470" version="0.5"> <definition version="0.80" link_type="simple" hotspot_x="5" height="120" width="470" type="element" hotspot_y="6" orientation="dyyy">
<uuid uuid="{62edb6c5-e854-4bfb-b7e7-c64368c3b924}"/> <uuid uuid="{27997ff4-b8fe-4890-9674-7c87177a1c8f}"/>
<names> <names>
<name lang="en">ABB PST</name> <name lang="en">ABB PST</name>
<name lang="cs">ABB PST</name> <name lang="cs">ABB PST</name>
</names> </names>
<informations>Author: The QElectroTech team <elementInformations>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<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="comment"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<line y1="50" x1="43" x2="47" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="50"/> <line length2="1.5" x2="47" antialias="false" x1="43" y2="50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<line y1="0" x1="82" x2="97" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <line length2="1.5" x2="97" antialias="false" x1="82" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<line y1="50" x1="23" x2="27" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="50"/> <line length2="1.5" x2="27" antialias="false" x1="23" y2="50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<line y1="0" x1="102" x2="117" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <line length2="1.5" x2="117" antialias="false" x1="102" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<input size="6" text="B1" rotate="true" y="22" rotation="270" tagg="none" x="80"/> <dynamic_text uuid="{dff09ceb-bc26-4c53-b1bc-3b573d2b0ffc}" frame="false" text_from="UserText" text_width="-1" x="71" font="Sans Serif,6,-1,5,50,0,0,0,0,0" z="5" y="22" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="50" x1="63" x2="67" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="50"/> <text>B1</text>
<input size="4" text="(TOR)" rotate="true" y="78.5" tagg="none" x="231"/> </dynamic_text>
<line y1="34" x1="40" x2="100" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="34"/> <line length2="1.5" x2="67" antialias="false" x1="63" y2="50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="false" y="31.5" diameter="1" x="19.5"/> <dynamic_text uuid="{daa600e1-b9ad-4fb3-8e95-e7c2bfdeed1c}" frame="false" text_from="UserText" text_width="-1" x="231" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="7" y="71.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<line y1="36" x1="60" x2="120" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="36"/> <text>(TOR)</text>
<circle style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="false" y="33.5" diameter="1" x="59.5"/> </dynamic_text>
<input size="4" text="(EVENT)" rotate="true" y="78.5" tagg="none" x="291"/> <line length2="1.5" x2="100" antialias="false" x1="40" y2="34" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="34" length1="1.5" end2="none" end1="none"/>
<line y1="13" x1="224" x2="222" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="17"/> <circle antialias="false" style="line-style:normal;line-weight:thin;filling:black;color:black" x="19.5" diameter="1" y="31.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="117.764"/> <line length2="1.5" x2="120" antialias="false" x1="60" y2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="36" length1="1.5" end2="none" end1="none"/>
<line y1="50" x1="45" x2="43" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <circle antialias="false" style="line-style:normal;line-weight:thin;filling:black;color:black" x="59.5" diameter="1" y="33.5"/>
<line y1="50" x1="65" x2="63" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <dynamic_text uuid="{09b43641-3c1a-444a-a555-447d6df363c7}" frame="false" text_from="UserText" text_width="-1" x="291" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="12" y="71.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="97.7639"/> <text>(EVENT)</text>
<input size="6" text="B3" rotate="true" y="23" rotation="270" tagg="none" x="121"/> </dynamic_text>
<text size="4" text="3" y="8" x="221"/> <line length2="1.5" x2="222" antialias="false" x1="224" y2="17" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="13" length1="1.5" end2="none" end1="none"/>
<line y1="50" x1="25" x2="23" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="117.764" diameter="4.4721" y="-2.2361"/>
<input size="6" text="B2" rotate="true" y="22" rotation="270" tagg="none" x="101"/> <line length2="1.5" x2="43" antialias="false" x1="45" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<line y1="50" x1="65" x2="67" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <line length2="1.5" x2="63" antialias="false" x1="65" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<line y1="50" x1="45" x2="47" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="97.7639" diameter="4.4721" y="-2.2361"/>
<line y1="50" x1="25" x2="27" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <dynamic_text uuid="{9424b63f-cca6-4c1c-a7e1-70bfa884897f}" frame="false" text_from="UserText" text_width="-1" x="112" font="Sans Serif,6,-1,5,50,0,0,0,0,0" z="18" y="23" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="317.764"/> <text>B3</text>
<line y1="55" x1="43" x2="47" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> </dynamic_text>
<line y1="55" x1="63" x2="67" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <text x="221" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="3" rotation="0" color="#000000"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="357.764"/> <line length2="1.5" x2="23" antialias="false" x1="25" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<line y1="55" x1="23" x2="27" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <dynamic_text uuid="{3e7c072d-4e69-46d1-98a0-adc2f26928f1}" frame="false" text_from="UserText" text_width="-1" x="92" font="Sans Serif,6,-1,5,50,0,0,0,0,0" z="21" y="22" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="52" x1="48" x2="46" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="52"/> <text>B2</text>
<line y1="0" x1="362.881" x2="377.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> </dynamic_text>
<line y1="52" x1="28" x2="26" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="52"/> <line length2="1.5" x2="67" antialias="false" x1="65" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<line y1="52" x1="68" x2="66" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="52"/> <line length2="1.5" x2="47" antialias="false" x1="45" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<line y1="40" x1="25" x2="25" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="66"/> <line length2="1.5" x2="27" antialias="false" x1="25" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<line y1="40" x1="45" x2="45" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="66"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="317.764" diameter="4.4721" y="-2.2361"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="337.764"/> <line length2="1.5" x2="47" antialias="false" x1="43" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="55" length1="1.5" end2="none" end1="none"/>
<line y1="40" x1="65" x2="65" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="66"/> <line length2="1.5" x2="67" antialias="false" x1="63" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="55" length1="1.5" end2="none" end1="none"/>
<line y1="13" x1="216" x2="214" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="17"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="357.764" diameter="4.4721" y="-2.2361"/>
<line y1="27" x1="60" x2="60" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="40"/> <line length2="1.5" x2="27" antialias="false" x1="23" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="55" length1="1.5" end2="none" end1="none"/>
<line y1="27" x1="40" x2="40" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="40"/> <line length2="1.5" x2="46" antialias="false" x1="48" y2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="52" length1="1.5" end2="none" end1="none"/>
<line y1="66" x1="60" x2="60" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="76"/> <line length2="1.5" x2="377.129" antialias="false" x1="362.881" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<line y1="66" x1="40" x2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="76"/> <line length2="1.5" x2="26" antialias="false" x1="28" y2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="52" length1="1.5" end2="none" end1="none"/>
<text size="4" text="2" y="8" x="201"/> <line length2="1.5" x2="66" antialias="false" x1="68" y2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="52" length1="1.5" end2="none" end1="none"/>
<line y1="50" x1="52" x2="56" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="50"/> <line length2="1.5" x2="25" antialias="false" x1="25" y2="66" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<line y1="13" x1="228" x2="226" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="17"/> <line length2="1.5" x2="45" antialias="false" x1="45" y2="66" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<line y1="50" x1="32" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="50"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="337.764" diameter="4.4721" y="-2.2361"/>
<line y1="50" x1="36" x2="34" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <line length2="1.5" x2="65" antialias="false" x1="65" y2="66" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<input size="7" text="1L1" rotate="true" y="29" rotation="270" tagg="none" x="20"/> <line length2="1.5" x2="214" antialias="false" x1="216" y2="17" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="13" length1="1.5" end2="none" end1="none"/>
<line y1="50" x1="56" x2="54" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <line length2="1.5" x2="60" antialias="false" x1="60" y2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="27" length1="1.5" end2="none" end1="none"/>
<text size="5" text="N" y="17" rotation="270" x="203"/> <line length2="1.5" x2="40" antialias="false" x1="40" y2="40" style="line-style:normal;line-weight:thin;filling:black;color:black" y1="27" length1="1.5" end2="none" end1="none"/>
<line y1="50" x1="52" x2="54" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <line length2="1.5" x2="60" antialias="false" x1="60" y2="76" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="66" length1="1.5" end2="none" end1="none"/>
<line y1="50" x1="32" x2="34" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <line length2="1.5" x2="40" antialias="false" x1="40" y2="76" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="66" length1="1.5" end2="none" end1="none"/>
<line y1="55" x1="32" x2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <text x="201" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="2" rotation="0" color="#000000"/>
<line y1="55" x1="52" x2="56" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <line length2="1.5" x2="56" antialias="false" x1="52" y2="50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<line y1="13" x1="220" x2="218" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="17"/> <line length2="1.5" x2="226" antialias="false" x1="228" y2="17" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="13" length1="1.5" end2="none" end1="none"/>
<line y1="40" x1="54" x2="54" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="66"/> <line length2="1.5" x2="36" antialias="false" x1="32" y2="50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<line y1="40" x1="34" x2="34" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="66"/> <line length2="1.5" x2="34" antialias="false" x1="36" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<text size="4" text="11" y="8" x="423"/> <dynamic_text uuid="{419e036a-9d3f-4a42-9711-e44a34cb7b15}" frame="false" text_from="UserText" text_width="-1" x="10.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="48" y="29" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="106" x1="202.881" x2="217.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="106"/> <text>1L1</text>
<line y1="40" x1="54" x2="65" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="40"/> </dynamic_text>
<line y1="40" x1="34" x2="45" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="40"/> <line length2="1.5" x2="54" antialias="false" x1="56" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<line y1="66" x1="54" x2="65" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="66"/> <text x="203" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="17" text="N" rotation="270" color="#000000"/>
<line y1="66" x1="34" x2="45" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="66"/> <line length2="1.5" x2="54" antialias="false" x1="52" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<text size="4" text="19" y="101" x="303.5"/> <line length2="1.5" x2="34" antialias="false" x1="32" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<text size="5" text="VN" y="19" rotation="270" x="383"/> <line length2="1.5" x2="36" antialias="false" x1="32" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="55" length1="1.5" end2="none" end1="none"/>
<text size="4" text="5" y="8" x="303"/> <line length2="1.5" x2="56" antialias="false" x1="52" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="55" length1="1.5" end2="none" end1="none"/>
<text size="4" text="9" y="8" x="383"/> <line length2="1.5" x2="218" antialias="false" x1="220" y2="17" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="13" length1="1.5" end2="none" end1="none"/>
<text size="4" text="10" y="8" x="403"/> <line length2="1.5" x2="54" antialias="false" x1="54" y2="66" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<text size="4" text="8" y="8" x="363"/> <line length2="1.5" x2="34" antialias="false" x1="34" y2="66" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<text size="4" text="16" y="101" x="242.75"/> <text x="423" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="11" rotation="0" color="#000000"/>
<text size="4" text="13" y="101" x="183"/> <line length2="1.5" x2="217.129" antialias="false" x1="202.881" y2="106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="106" length1="1.5" end2="none" end1="none"/>
<line y1="87" x1="260" x2="246" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="87"/> <line length2="1.5" x2="65" antialias="false" x1="54" y2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<line y1="87" x1="320" x2="306" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="87"/> <line length2="1.5" x2="45" antialias="false" x1="34" y2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<line y1="87" x1="200" x2="186" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="87"/> <line length2="1.5" x2="65" antialias="false" x1="54" y2="66" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="66" length1="1.5" end2="none" end1="none"/>
<input size="6" text="5L3" rotate="true" y="29" rotation="270" tagg="none" x="61"/> <line length2="1.5" x2="45" antialias="false" x1="34" y2="66" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="66" length1="1.5" end2="none" end1="none"/>
<line y1="0" x1="460" x2="460" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="105"/> <text x="303.5" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="19" rotation="0" color="#000000"/>
<text size="4" text="14" y="101" x="203"/> <text x="383" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="19" text="VN" rotation="270" color="#000000"/>
<text size="4" text="20" y="101" x="323.5"/> <text x="303" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="5" rotation="0" color="#000000"/>
<line y1="94" x1="300" x2="300" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="103"/> <text x="383" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="9" rotation="0" color="#000000"/>
<text size="4" text="17" y="101" x="262.75"/> <text x="403" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="10" rotation="0" color="#000000"/>
<text size="5" text="VP" y="19" rotation="270" x="403"/> <text x="363" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="8" rotation="0" color="#000000"/>
<line y1="0" x1="342.881" x2="357.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <text x="242.75" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="16" rotation="0" color="#000000"/>
<line y1="106" x1="262.881" x2="277.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="106"/> <text x="183" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="13" rotation="0" color="#000000"/>
<line y1="0" x1="302.881" x2="317.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <line length2="1.5" x2="246" antialias="false" x1="260" y2="87" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="87" length1="1.5" end2="none" end1="none"/>
<text size="4" text="7" y="8" x="342"/> <line length2="1.5" x2="306" antialias="false" x1="320" y2="87" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="87" length1="1.5" end2="none" end1="none"/>
<line y1="94" x1="240" x2="240" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="103"/> <line length2="1.5" x2="186" antialias="false" x1="200" y2="87" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="87" length1="1.5" end2="none" end1="none"/>
<line y1="0" x1="322.881" x2="337.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <dynamic_text uuid="{03413346-ee67-4197-8cb0-f1c3f3df2f61}" frame="false" text_from="UserText" text_width="-1" x="52" font="Sans Serif,6,-1,5,50,0,0,0,0,0" z="75" y="29" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<text size="4" text="6" y="8" x="323"/> <text>5L3</text>
<line y1="88" x1="320" x2="320" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="103"/> </dynamic_text>
<line y1="88" x1="260" x2="260" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="103"/> <line length2="1.5" x2="460" antialias="false" x1="460" y2="105" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<text size="5" text="VP" y="19" rotation="270" x="423"/> <text x="203" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="14" rotation="0" color="#000000"/>
<text size="4" text="12" y="101" x="162"/> <text x="323.5" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="20" rotation="0" color="#000000"/>
<text size="4" text="15" y="101" x="221.75"/> <line length2="1.5" x2="300" antialias="false" x1="300" y2="103" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="94" length1="1.5" end2="none" end1="none"/>
<text size="4" text="4" y="8" x="283"/> <text x="262.75" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="17" rotation="0" color="#000000"/>
<text size="4" text="18" y="101" x="283"/> <text x="403" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="19" text="VP" rotation="270" color="#000000"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="237.764"/> <line length2="1.5" x2="357.129" antialias="false" x1="342.881" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<line y1="94" x1="300" x2="293" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" length1="1.5" end1="none" end2="none" length2="1.5" y2="86"/> <line length2="1.5" x2="277.129" antialias="false" x1="262.881" y2="106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="106" length1="1.5" end2="none" end1="none"/>
<line y1="94" x1="240" x2="233" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" length1="1.5" end1="none" end2="none" length2="1.5" y2="86"/> <line length2="1.5" x2="317.129" antialias="false" x1="302.881" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<text size="4" text="100-250 V&#xa; 50/60Hz" y="54" rotation="270" x="170"/> <text x="342" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="7" rotation="0" color="#000000"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="297.764"/> <line length2="1.5" x2="240" antialias="false" x1="240" y2="103" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="94" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="217.764"/> <line length2="1.5" x2="337.129" antialias="false" x1="322.881" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<line y1="87" x1="294" x2="280" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="87"/> <text x="323" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="6" rotation="0" color="#000000"/>
<line y1="87" x1="234" x2="220" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="87"/> <line length2="1.5" x2="320" antialias="false" x1="320" y2="103" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="88" length1="1.5" end2="none" end1="none"/>
<line y1="106" x1="222.881" x2="237.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="106"/> <line length2="1.5" x2="260" antialias="false" x1="260" y2="103" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="88" length1="1.5" end2="none" end1="none"/>
<line y1="87" x1="220" x2="220" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="103"/> <text x="423" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="19" text="VP" rotation="270" color="#000000"/>
<line y1="87" x1="280" x2="280" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="103"/> <text x="162" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="12" rotation="0" color="#000000"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="277.764"/> <text x="221.75" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="15" rotation="0" color="#000000"/>
<line y1="106" x1="282.881" x2="297.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="106"/> <text x="283" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="4" rotation="0" color="#000000"/>
<line y1="106" x1="242.881" x2="257.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="106"/> <text x="283" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="101" text="18" rotation="0" color="#000000"/>
<text size="5" text="START" y="31" rotation="270" x="303"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="237.764" diameter="4.4721" y="103.764"/>
<text size="5" text="STOP" y="27" rotation="270" x="283"/> <line length2="1.5" x2="293" antialias="true" x1="300" y2="86" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="94" length1="1.5" end2="none" end1="none"/>
<line y1="106" x1="302.881" x2="317.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="106"/> <line length2="1.5" x2="233" antialias="true" x1="240" y2="86" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="94" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="257.764"/> <text x="170" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="54" text="100-250 V&#xa; 50/60Hz" rotation="270" color="#000000"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="177.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="297.764" diameter="4.4721" y="103.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="317.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="217.764" diameter="4.4721" y="103.764"/>
<text size="5" text="K5" y="81" x="222"/> <line length2="1.5" x2="280" antialias="false" x1="294" y2="87" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="87" length1="1.5" end2="none" end1="none"/>
<text size="5" text="K6" y="81" x="283"/> <line length2="1.5" x2="220" antialias="false" x1="234" y2="87" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="87" length1="1.5" end2="none" end1="none"/>
<text size="5" text="IN0" y="21" rotation="270" x="323"/> <line length2="1.5" x2="237.129" antialias="false" x1="222.881" y2="106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="106" length1="1.5" end2="none" end1="none"/>
<line y1="0" x1="182.881" x2="197.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <line length2="1.5" x2="220" antialias="false" x1="220" y2="103" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="87" length1="1.5" end2="none" end1="none"/>
<line y1="0" x1="382.881" x2="397.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <line length2="1.5" x2="280" antialias="false" x1="280" y2="103" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="87" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="417.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="277.764" diameter="4.4721" y="103.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="157.764"/> <line length2="1.5" x2="297.129" antialias="false" x1="282.881" y2="106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="106" length1="1.5" end2="none" end1="none"/>
<text size="5" text="IN1" y="21" rotation="270" x="343"/> <line length2="1.5" x2="257.129" antialias="false" x1="242.881" y2="106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="106" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="217.764"/> <text x="303" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="31" text="START" rotation="270" color="#000000"/>
<line y1="106" x1="162.881" x2="177.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="106"/> <text x="283" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="27" text="STOP" rotation="270" color="#000000"/>
<text size="5" text="VC" y="19" rotation="270" x="363"/> <line length2="1.5" x2="317.129" antialias="false" x1="302.881" y2="106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="106" length1="1.5" end2="none" end1="none"/>
<line y1="106" x1="182.881" x2="197.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="106"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="257.764" diameter="4.4721" y="103.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="297.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="177.764" diameter="4.4721" y="103.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="197.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="317.764" diameter="4.4721" y="103.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="277.764"/> <text x="222" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="81" text="K5" rotation="0" color="#000000"/>
<text size="5" text="K4" y="81" x="167"/> <text x="283" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="81" text="K6" rotation="0" color="#000000"/>
<line y1="0" x1="402.881" x2="417.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <text x="323" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="21" text="IN0" rotation="270" color="#000000"/>
<line y1="0" x1="282.881" x2="297.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <line length2="1.5" x2="197.129" antialias="false" x1="182.881" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<input size="7" text="ABB" rotate="true" y="93" tagg="none" x="430"/> <line length2="1.5" x2="397.129" antialias="false" x1="382.881" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<line y1="0" x1="202.881" x2="217.129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="417.764" diameter="4.4721" y="-2.2361"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="397.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="157.764" diameter="4.4721" y="103.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="377.764"/> <text x="343" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="21" text="IN1" rotation="270" color="#000000"/>
<line y1="0" x1="22" x2="37" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="217.764" diameter="4.4721" y="-2.2361"/>
<line y1="0" x1="0" x2="18" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <line length2="1.5" x2="177.129" antialias="false" x1="162.881" y2="106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="106" length1="1.5" end2="none" end1="none"/>
<line y1="106" x1="0" x2="18" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="106"/> <text x="363" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="19" text="VC" rotation="270" color="#000000"/>
<line y1="105.95" x1="22.45" x2="37.45" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="105.95"/> <line length2="1.5" x2="197.129" antialias="false" x1="182.881" y2="106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="106" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="17.7639"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="297.764" diameter="4.4721" y="-2.2361"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="17.7639"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="197.764" diameter="4.4721" y="103.764"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="197.764"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="277.764" diameter="4.4721" y="-2.2361"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="177.764"/> <text x="167" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="81" text="K4" rotation="0" color="#000000"/>
<input size="6" text="2T1" rotate="true" y="102" rotation="270" tagg="none" x="20"/> <line length2="1.5" x2="417.129" antialias="false" x1="402.881" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<line y1="105.95" x1="42.45" x2="57.45" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="105.95"/> <line length2="1.5" x2="297.129" antialias="false" x1="282.881" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<line y1="0" x1="62" x2="77" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <dynamic_text uuid="{743a0464-583a-4d18-834e-0da271a69808}" frame="false" text_from="UserText" text_width="-1" x="430" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="134" y="83.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<line y1="0" x1="42" x2="57" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <text>ABB</text>
<input size="6" text="6T3" rotate="true" y="103" rotation="270" tagg="none" x="61"/> </dynamic_text>
<input size="6" text="4T2" rotate="true" y="103" rotation="270" tagg="none" x="40"/> <line length2="1.5" x2="217.129" antialias="false" x1="202.881" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<input size="6" text="3L2" rotate="true" y="28" rotation="270" tagg="none" x="41"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="397.764" diameter="4.4721" y="-2.2361"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="57.7639"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="377.764" diameter="4.4721" y="-2.2361"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="103.764" diameter="4.4721" x="37.7639"/> <line length2="1.5" x2="37" antialias="false" x1="22" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="77.7639"/> <line length2="1.5" x2="18" antialias="false" x1="0" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="57.7639"/> <line length2="1.5" x2="18" antialias="false" x1="0" y2="106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="106" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="-2.2361" diameter="4.4721" x="37.7639"/> <line length2="1.5" x2="37.45" antialias="false" x1="22.45" y2="105.95" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="105.95" length1="1.5" end2="none" end1="none"/>
<input size="8" text="PSTXX-YYY-ZZ" rotate="true" y="51" tagg="label" x="228"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="17.7639" diameter="4.4721" y="103.764"/>
<text size="5" text="L" y="16" rotation="270" x="183"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="17.7639" diameter="4.4721" y="-2.2361"/>
<line y1="0" x1="459.232" x2="422.747" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="197.764" diameter="4.4721" y="-2.2361"/>
<line y1="0" x1="0" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="105"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="177.764" diameter="4.4721" y="-2.2361"/>
<line y1="94" x1="180" x2="180" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="103"/> <dynamic_text uuid="{f00a6344-5676-4329-9223-f28823e86a05}" frame="false" text_from="UserText" text_width="-1" x="11" font="Sans Serif,6,-1,5,50,0,0,0,0,0" z="146" y="102" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="88" x1="200" x2="200" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="103"/> <text>2T1</text>
<line y1="0" x1="123" x2="177" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> </dynamic_text>
<line y1="106" x1="322.8" x2="460" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="106"/> <line length2="1.5" x2="57.45" antialias="false" x1="42.45" y2="105.95" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="105.95" length1="1.5" end2="none" end1="none"/>
<line y1="106" x1="62.45" x2="157" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="106"/> <line length2="1.5" x2="77" antialias="false" x1="62" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<input size="9" text="_" rotate="true" y="16" tagg="label" x="465"/> <line length2="1.5" x2="57" antialias="false" x1="42" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<text size="4" text="1" y="8" x="181"/> <dynamic_text uuid="{e11f236c-02ec-4fc5-a864-87a50f897bcf}" frame="false" text_from="UserText" text_width="-1" x="52" font="Sans Serif,6,-1,5,50,0,0,0,0,0" z="150" y="103" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="3" x1="220" x2="220" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="13"/> <text>6T3</text>
<line y1="13" x1="212" x2="210" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="17"/> </dynamic_text>
<line y1="13" x1="212" x2="228" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="13"/> <dynamic_text uuid="{f9043367-1a82-48fe-b536-9d4eb87de3d6}" frame="false" text_from="UserText" text_width="-1" x="31" font="Sans Serif,6,-1,5,50,0,0,0,0,0" z="151" y="103" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="94" x1="180" x2="173" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" length1="1.5" end1="none" end2="none" length2="1.5" y2="86"/> <text>4T2</text>
<line y1="87" x1="174" x2="160" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="87"/> </dynamic_text>
<line y1="87" x1="160" x2="160" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="103"/> <dynamic_text uuid="{5761ef02-14ac-429e-a319-ac953d289b4f}" frame="false" text_from="UserText" text_width="-1" x="32" font="Sans Serif,6,-1,5,50,0,0,0,0,0" z="152" y="28" Halignment="AlignLeft" Valignment="AlignTop" rotation="270">
<line y1="0" x1="222.45" x2="277.45" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <text>3L2</text>
<line y1="27" x1="20" x2="20" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="40"/> </dynamic_text>
<line y1="66" x1="20" x2="20" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="76"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="57.7639" diameter="4.4721" y="103.764"/>
<line y1="50" x1="12" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="50"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="37.7639" diameter="4.4721" y="103.764"/>
<line y1="50" x1="16" x2="14" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="77.7639" diameter="4.4721" y="-2.2361"/>
<line y1="50" x1="12" x2="14" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="57.7639" diameter="4.4721" y="-2.2361"/>
<line y1="55" x1="12" x2="16" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="55"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="37.7639" diameter="4.4721" y="-2.2361"/>
<line y1="52" x1="13" x2="11" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="52"/> <dynamic_text uuid="{bc4e6ceb-0b1f-4511-b16e-2d4105b6f4c5}" frame="false" text_from="ElementInfo" text_width="-1" x="228" font="Sans Serif,8,-1,5,50,0,0,0,0,0" z="158" y="40.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<line y1="40" x1="14" x2="14" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="66"/> <text></text>
<line y1="40" x1="14" x2="25" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="40"/> <info_name>label</info_name>
<line y1="66" x1="14" x2="25" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="66"/> </dynamic_text>
<line y1="32" x1="20" x2="80" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="32"/> <text x="183" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="16" text="L" rotation="270" color="#000000"/>
<line y1="27" x1="80" x2="80" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="32"/> <line length2="1.5" x2="422.747" antialias="false" x1="459.232" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="false" y="33.5" diameter="1" x="39.5"/> <line length2="1.5" x2="0" antialias="false" x1="0" y2="105" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<line y1="27" x1="100" x2="100" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="34"/> <line length2="1.5" x2="180" antialias="false" x1="180" y2="103" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="94" length1="1.5" end2="none" end1="none"/>
<line y1="27" x1="120" x2="120" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="36"/> <line length2="1.5" x2="200" antialias="false" x1="200" y2="103" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="88" length1="1.5" end2="none" end1="none"/>
<input size="4" text="(RUN)" rotate="true" y="79.5" tagg="none" x="175"/> <line length2="1.5" x2="177" antialias="false" x1="123" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<input size="9" text="_" rotate="true" y="-20" tagg="label" x="10"/> <line length2="1.5" x2="460" antialias="false" x1="322.8" y2="106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="106" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="108" x="40"/> <line length2="1.5" x2="157" antialias="false" x1="62.45" y2="106" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="106" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="40"/> <dynamic_text uuid="{460c6f62-5505-44ac-89df-3bcae8f7e43e}" frame="false" text_from="ElementInfo" text_width="-1" x="465" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="167" y="5" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<terminal orientation="s" y="108" x="60"/> <text></text>
<terminal orientation="n" y="-2" x="80"/> <info_name>label</info_name>
<terminal orientation="n" y="-2" x="60"/> </dynamic_text>
<terminal orientation="n" y="-2" x="20"/> <text x="181" font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="8" text="1" rotation="0" color="#000000"/>
<terminal orientation="s" y="108" x="20"/> <line length2="1.5" x2="220" antialias="false" x1="220" y2="13" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="3" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="180"/> <line length2="1.5" x2="210" antialias="false" x1="212" y2="17" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="13" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="200"/> <line length2="1.5" x2="228" antialias="false" x1="212" y2="13" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="13" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="220"/> <line length2="1.5" x2="173" antialias="true" x1="180" y2="86" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="94" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="380"/> <line length2="1.5" x2="160" antialias="false" x1="174" y2="87" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="87" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="400"/> <line length2="1.5" x2="160" antialias="false" x1="160" y2="103" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="87" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="420"/> <line length2="1.5" x2="277.45" antialias="false" x1="222.45" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="108" x="160"/> <line length2="1.5" x2="20" antialias="false" x1="20" y2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="27" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="108" x="180"/> <line length2="1.5" x2="20" antialias="false" x1="20" y2="76" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="66" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="108" x="200"/> <line length2="1.5" x2="16" antialias="false" x1="12" y2="50" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="280"/> <line length2="1.5" x2="14" antialias="false" x1="16" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="300"/> <line length2="1.5" x2="14" antialias="false" x1="12" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="320"/> <line length2="1.5" x2="16" antialias="false" x1="12" y2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="55" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="340"/> <line length2="1.5" x2="11" antialias="false" x1="13" y2="52" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="52" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="360"/> <line length2="1.5" x2="14" antialias="false" x1="14" y2="66" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="108" x="220"/> <line length2="1.5" x2="25" antialias="false" x1="14" y2="40" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="108" x="240"/> <line length2="1.5" x2="25" antialias="false" x1="14" y2="66" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="66" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="108" x="260"/> <line length2="1.5" x2="80" antialias="false" x1="20" y2="32" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="32" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="108" x="280"/> <line length2="1.5" x2="80" antialias="false" x1="80" y2="32" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="27" length1="1.5" end2="none" end1="none"/>
<terminal orientation="s" y="108" x="300"/> <circle antialias="false" style="line-style:normal;line-weight:thin;filling:black;color:black" x="39.5" diameter="1" y="33.5"/>
<terminal orientation="s" y="108" x="320"/> <line length2="1.5" x2="100" antialias="false" x1="100" y2="34" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="27" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="100"/> <line length2="1.5" x2="120" antialias="false" x1="120" y2="36" style="line-style:normal;line-weight:thin;filling:none;color:black" y1="27" length1="1.5" end2="none" end1="none"/>
<terminal orientation="n" y="-2" x="120"/> <dynamic_text uuid="{6ba138f5-f363-4f49-8844-dbdd961c3062}" frame="false" text_from="UserText" text_width="-1" x="175" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="191" y="72.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<text>(RUN)</text>
</dynamic_text>
<dynamic_text uuid="{7921eb90-1da6-49ee-9bea-5d7c33189049}" frame="false" text_from="ElementInfo" text_width="-1" x="10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="192" y="-31" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<text></text>
<info_name>label</info_name>
</dynamic_text>
<terminal x="40" y="108" orientation="s"/>
<terminal x="40" y="-2" orientation="n"/>
<terminal x="60" y="108" orientation="s"/>
<terminal x="80" y="-2" orientation="n"/>
<terminal x="60" y="-2" orientation="n"/>
<terminal x="20" y="-2" orientation="n"/>
<terminal x="20" y="108" orientation="s"/>
<terminal x="180" y="-2" orientation="n"/>
<terminal x="200" y="-2" orientation="n"/>
<terminal x="220" y="-2" orientation="n"/>
<terminal x="380" y="-2" orientation="n"/>
<terminal x="400" y="-2" orientation="n"/>
<terminal x="420" y="-2" orientation="n"/>
<terminal x="160" y="108" orientation="s"/>
<terminal x="180" y="108" orientation="s"/>
<terminal x="200" y="108" orientation="s"/>
<terminal x="280" y="-2" orientation="n"/>
<terminal x="300" y="-2" orientation="n"/>
<terminal x="320" y="-2" orientation="n"/>
<terminal x="340" y="-2" orientation="n"/>
<terminal x="360" y="-2" orientation="n"/>
<terminal x="220" y="108" orientation="s"/>
<terminal x="240" y="108" orientation="s"/>
<terminal x="260" y="108" orientation="s"/>
<terminal x="280" y="108" orientation="s"/>
<terminal x="300" y="108" orientation="s"/>
<terminal x="320" y="108" orientation="s"/>
<terminal x="100" y="-2" orientation="n"/>
<terminal x="120" y="-2" orientation="n"/>
</description> </description>
</definition> </definition>
@@ -12,12 +12,12 @@
<elementInformation name="manufacturer" show="1">ABB</elementInformation> <elementInformation name="manufacturer" show="1">ABB</elementInformation>
<elementInformation name="quantity" show="1"></elementInformation> <elementInformation name="quantity" show="1"></elementInformation>
<elementInformation name="description" 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="designation" show="1"></elementInformation>
<elementInformation name="comment" show="1"></elementInformation> <elementInformation name="comment" show="1"></elementInformation>
<elementInformation name="supplier" show="1"></elementInformation> <elementInformation name="supplier" show="1"></elementInformation>
<elementInformation name="label" 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> </elementInformations>
<informations>Author: PAI&#xd; <informations>Author: PAI&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
@@ -1,126 +1,142 @@
<definition width="280" link_type="simple" version="0.51" height="240" type="element" hotspot_y="133" hotspot_x="68" orientation="dyyy"> <definition version="0.80" link_type="simple" hotspot_x="68" height="240" width="280" type="element" hotspot_y="133" orientation="dyyy">
<uuid uuid="{cfb5b4f9-2879-4cc9-ab7b-7da7ce4aaa46}"/> <uuid uuid="{c43f3082-ba42-4122-a552-1fa39f8a8079}"/>
<names> <names>
<name lang="fr">ABB PFEA111/112</name>
<name lang="en">ABB PFEA111/112</name>
<name lang="de">ABB PFEA111/112</name> <name lang="de">ABB PFEA111/112</name>
<name lang="fi">ABB PFEA111/112</name> <name lang="fi">ABB PFEA111/112</name>
<name lang="en">ABB PFEA111/112</name>
<name lang="fr">ABB PFEA111/112</name>
</names> </names>
<informations>Author: PAI <elementInformations>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<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="comment"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
</elementInformations>
<informations>Author: PAI&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<text size="6" text="Profibus 9-pole -sub connector" y="95" x="98"/> <text x="98" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="95" text="Profibus 9-pole -sub connector" rotation="0" color="#000000"/>
<text size="6" text="Out I" y="-26" x="69"/> <text x="69" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-26" text="Out I" rotation="0" color="#000000"/>
<text size="6" text="Out U" y="-66" x="67"/> <text x="67" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-66" text="Out U" rotation="0" color="#000000"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="10" x2="124" y2="10" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="124" antialias="false" x1="115" y2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="10" length1="1.5" end2="none" end1="none"/>
<text size="6" text=" X9:1" y="-117" x="-45"/> <text x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-117" text=" X9:1" rotation="0" color="#000000"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="0" x2="124" y2="0" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="124" antialias="false" x1="115" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<text size="6" text="Isolahed" y="83" x="59"/> <text x="59" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="83" text="Isolahed" rotation="0" color="#000000"/>
<text size="6" text="Sync" y="3" x="72"/> <text x="72" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="3" text="Sync" rotation="0" color="#000000"/>
<text size="6" text="0 V" y="13" x="76"/> <text x="76" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="13" text="0 V" rotation="0" color="#000000"/>
<text size="6" text="Cnf" y="43" x="76"/> <text x="76" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="43" text="Cnf" rotation="0" color="#000000"/>
<text size="6" text="0 V" y="-47" x="76"/> <text x="76" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-47" text="0 V" rotation="0" color="#000000"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-30" x2="124" y2="-30" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="124" antialias="false" x1="115" y2="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-30" length1="1.5" end2="none" end1="none"/>
<line x1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-75" x2="-17" y2="-52" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="-17" antialias="false" x1="10" y2="-52" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-75" length1="1.5" end2="none" end1="none"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-70" x2="124" y2="-70" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="124" antialias="false" x1="115" y2="-70" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-70" length1="1.5" end2="none" end1="none"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="40" x2="124" y2="40" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="124" antialias="false" x1="115" y2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-50" x2="124" y2="-50" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="124" antialias="false" x1="115" y2="-50" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-50" length1="1.5" end2="none" end1="none"/>
<text size="6" text=" X1:12" y="-47" x="89"/> <text x="89" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-47" text=" X1:12" rotation="0" color="#000000"/>
<text size="6" text=" X1:15" y="13" x="89"/> <text x="89" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="13" text=" X1:15" rotation="0" color="#000000"/>
<text size="6" text=" X1:14" y="3" x="89"/> <text x="89" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="3" text=" X1:14" rotation="0" color="#000000"/>
<text size="6" text=" X1:16" y="43" x="89"/> <text x="89" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="43" text=" X1:16" rotation="0" color="#000000"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-125" height="10" x="-44"/> <rect antialias="false" height="10" rx="0" width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-44" ry="0" y="-125"/>
<text size="6" text=" X1:13" y="-27" x="89"/> <text x="89" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-27" text=" X1:13" rotation="0" color="#000000"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="40" x2="-44" y2="40" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="-44" antialias="false" x1="-53" y2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<text size="6" text=" X1:11" y="-67" x="89"/> <text x="89" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-67" text=" X1:11" rotation="0" color="#000000"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="35" height="10" x="90"/> <rect antialias="false" height="10" rx="0" width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" x="90" ry="0" y="35"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="5" height="10" x="90"/> <rect antialias="false" height="10" rx="0" width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" x="90" ry="0" y="5"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-35" height="10" x="90"/> <rect antialias="false" height="10" rx="0" width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" x="90" ry="0" y="-35"/>
<text size="6" text=" X9:2" y="-107" x="-45"/> <text x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-107" text=" X9:2" rotation="0" color="#000000"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-5" height="10" x="90"/> <rect antialias="false" height="10" rx="0" width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" x="90" ry="0" y="-5"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-55" height="10" x="90"/> <rect antialias="false" height="10" rx="0" width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" x="90" ry="0" y="-55"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-75" height="10" x="90"/> <rect antialias="false" height="10" rx="0" width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" x="90" ry="0" y="-75"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-40" x2="-44" y2="-40" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="-44" antialias="false" x1="-53" y2="-40" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" length1="1.5" end2="none" end1="none"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-115" height="10" x="-44"/> <rect antialias="false" height="10" rx="0" width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-44" ry="0" y="-115"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-30" x2="-44" y2="-30" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="-44" antialias="false" x1="-53" y2="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-30" length1="1.5" end2="none" end1="none"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-110" x2="-44" y2="-110" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="-44" antialias="false" x1="-53" y2="-110" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-110" length1="1.5" end2="none" end1="none"/>
<line x1="115" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="80" x2="124" y2="80" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="124" antialias="false" x1="115" y2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="80" length1="1.5" end2="none" end1="none"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-120" x2="-44" y2="-120" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="-44" antialias="false" x1="-53" y2="-120" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-120" length1="1.5" end2="none" end1="none"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="50" x2="-44" y2="50" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="-44" antialias="false" x1="-53" y2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="50" length1="1.5" end2="none" end1="none"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="30" x2="-44" y2="30" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="-44" antialias="false" x1="-53" y2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="30" length1="1.5" end2="none" end1="none"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="20" x2="-44" y2="20" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="-44" antialias="false" x1="-53" y2="20" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="20" length1="1.5" end2="none" end1="none"/>
<text size="6" text=" X7" y="83" x="89"/> <text x="89" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="83" text=" X7" rotation="0" color="#000000"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-10" x2="-44" y2="-10" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="-44" antialias="false" x1="-53" y2="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-10" length1="1.5" end2="none" end1="none"/>
<text size="6" text=" X1:7" y="23" x="-45"/> <text x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="23" text=" X1:7" rotation="0" color="#000000"/>
<text size="6" text=" X1:3" y="-37" x="-45"/> <text x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-37" text=" X1:3" rotation="0" color="#000000"/>
<text size="6" text=" X1:10" y="53" x="-45"/> <text x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="53" text=" X1:10" rotation="0" color="#000000"/>
<text size="6" text=" X1:9" y="43" x="-45"/> <text x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="43" text=" X1:9" rotation="0" color="#000000"/>
<text size="6" text=" X1:8" y="33" x="-45"/> <text x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="33" text=" X1:8" rotation="0" color="#000000"/>
<text size="6" text=" X1:1" y="-67" x="-45"/> <text x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-67" text=" X1:1" rotation="0" color="#000000"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="35" height="10" x="-44"/> <rect antialias="false" height="10" rx="0" width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-44" ry="0" y="35"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="25" height="10" x="-44"/> <rect antialias="false" height="10" rx="0" width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-44" ry="0" y="25"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="45" height="10" x="-44"/> <rect antialias="false" height="10" rx="0" width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-44" ry="0" y="45"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="15" height="10" x="-44"/> <rect antialias="false" height="10" rx="0" width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-44" ry="0" y="15"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-75" height="10" x="-44"/> <rect antialias="false" height="10" rx="0" width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-44" ry="0" y="-75"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-45" height="10" x="-44"/> <rect antialias="false" height="10" rx="0" width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-44" ry="0" y="-45"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-20" x2="-44" y2="-20" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="-44" antialias="false" x1="-53" y2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" length1="1.5" end2="none" end1="none"/>
<text size="6" text=" X1:6" y="-7" x="-45"/> <text x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-7" text=" X1:6" rotation="0" color="#000000"/>
<text size="6" text=" X1:2" y="-57" x="-45"/> <text x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-57" text=" X1:2" rotation="0" color="#000000"/>
<text size="6" text=" X1:4" y="-27" x="-45"/> <text x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-27" text=" X1:4" rotation="0" color="#000000"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-65" height="10" x="-44"/> <rect antialias="false" height="10" rx="0" width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-44" ry="0" y="-65"/>
<text size="6" text=" X1:5" y="-17" x="-45"/> <text x="-45" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-17" text=" X1:5" rotation="0" color="#000000"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-25" height="10" x="-44"/> <rect antialias="false" height="10" rx="0" width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-44" ry="0" y="-25"/>
<text size="6" text=" In B-" y="53" x="-21"/> <text x="-21" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="53" text=" In B-" rotation="0" color="#000000"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-15" height="10" x="-44"/> <rect antialias="false" height="10" rx="0" width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-44" ry="0" y="-15"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-35" height="10" x="-44"/> <rect antialias="false" height="10" rx="0" width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-44" ry="0" y="-35"/>
<line x1="21" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="100" x2="30" y2="100" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="30" antialias="false" x1="21" y2="100" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="100" length1="1.5" end2="none" end1="none"/>
<text size="6" text=" In B+" y="43" x="-21"/> <text x="-21" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="43" text=" In B+" rotation="0" color="#000000"/>
<text size="6" text=" In A-" y="-7" x="-21"/> <text x="-21" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-7" text=" In A-" rotation="0" color="#000000"/>
<text size="6" text="0 VP" y="-61" x="-62"/> <text x="-62" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-61" text="0 VP" rotation="0" color="#000000"/>
<text size="6" text=" In A+" y="-17" x="-21"/> <text x="-21" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-17" text=" In A+" rotation="0" color="#000000"/>
<text size="6" text="24 V" y="-71.333" x="-62"/> <text x="-62" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-71.333" text="24 V" rotation="0" color="#000000"/>
<text size="6" text=" Ex b-" y="33" x="-21"/> <text x="-21" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="33" text=" Ex b-" rotation="0" color="#000000"/>
<text size="6" text=" Ex b+" y="23" x="-21"/> <text x="-21" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="23" text=" Ex b+" rotation="0" color="#000000"/>
<text size="6" text=" Ex A-" y="-27" x="-21"/> <text x="-21" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-27" text=" Ex A-" rotation="0" color="#000000"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-60" x2="-44" y2="-60" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="-44" antialias="false" x1="-53" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-60" length1="1.5" end2="none" end1="none"/>
<line x1="-53" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-70" x2="-44" y2="-70" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="-44" antialias="false" x1="-53" y2="-70" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-70" length1="1.5" end2="none" end1="none"/>
<text size="6" text=" Ex A+" y="-37" x="-21"/> <text x="-21" font="Sans Serif,6,-1,5,50,0,0,0,0,0" y="-37" text=" Ex A+" rotation="0" color="#000000"/>
<rect width="110" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-130" height="230" x="-20"/> <rect antialias="false" height="230" rx="0" width="110" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-20" ry="0" y="-130"/>
<rect width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="75" height="10" x="90"/> <rect antialias="false" height="10" rx="0" width="24" style="line-style:normal;line-weight:normal;filling:none;color:black" x="90" ry="0" y="75"/>
<line x1="50" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="100" x2="50" y2="59.8426" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="50" antialias="false" x1="50" y2="59.8426" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="100" length1="1.5" end2="none" end1="none"/>
<line x1="90" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="59.8426" x2="50" y2="59.8426" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="50" antialias="false" x1="90" y2="59.8426" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="59.8426" length1="1.5" end2="none" end1="none"/>
<rect width="30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-78" height="26" x="-20"/> <rect antialias="false" height="26" rx="0" width="30" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-20" ry="0" y="-78"/>
<line x1="7" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-78" x2="-20" y2="-55" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="-20" antialias="false" x1="7" y2="-55" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" length1="1.5" end2="none" end1="none"/>
<line x1="-18" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-97" x2="-10" y2="-97" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="-10" antialias="false" x1="-18" y2="-97" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-97" length1="1.5" end2="none" end1="none"/>
<line x1="-16" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-95" x2="-12" y2="-95" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="-12" antialias="false" x1="-16" y2="-95" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-95" length1="1.5" end2="none" end1="none"/>
<line x1="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-93" x2="-13" y2="-93" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="-13" antialias="false" x1="-15" y2="-93" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-93" length1="1.5" end2="none" end1="none"/>
<line x1="-14" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-98" x2="-14" y2="-99" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="-14" antialias="false" x1="-14" y2="-99" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-98" length1="1.5" end2="none" end1="none"/>
<line x1="-14" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-100" x2="-53" y2="-100" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="-53" antialias="false" x1="-14" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-100" length1="1.5" end2="none" end1="none"/>
<text size="9" text="PFEA112" y="-116" x="10"/> <text x="10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-116" text="PFEA112" rotation="0" color="#000000"/>
<line x1="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-90" x2="0" y2="-90" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="0" antialias="false" x1="-20" y2="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-90" length1="1.5" end2="none" end1="none"/>
<line x1="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" y1="-130" x2="0" y2="-90" end2="none" length2="1.5" end1="none"/> <line length2="1.5" x2="0" antialias="false" x1="0" y2="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-130" length1="1.5" end2="none" end1="none"/>
<input size="9" text="_" tagg="label" rotate="true" y="-150" x="-80"/> <dynamic_text uuid="{25cb695a-893c-4acd-a318-00163aaa8e7d}" frame="false" text_from="ElementInfo" text_width="-1" x="-80" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="91" y="-161" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<text size="9" text="IP65" y="-105" x="10"/> <text></text>
<terminal y="30" x="-53" orientation="w"/> <info_name>label</info_name>
<terminal y="40" x="-53" orientation="w"/> </dynamic_text>
<terminal y="-30" x="-53" orientation="w"/> <text x="10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="-105" text="IP65" rotation="0" color="#000000"/>
<terminal y="40" x="124" orientation="e"/> <terminal x="-53" y="30" orientation="w"/>
<terminal y="-60" x="-53" orientation="w"/> <terminal x="-53" y="40" orientation="w"/>
<terminal y="80" x="124" orientation="e"/> <terminal x="-53" y="-30" orientation="w"/>
<terminal y="-110" x="-53" orientation="w"/> <terminal x="124" y="40" orientation="e"/>
<terminal y="-70" x="-53" orientation="w"/> <terminal x="-53" y="-60" orientation="w"/>
<terminal y="-20" x="-53" orientation="w"/> <terminal x="124" y="80" orientation="e"/>
<terminal y="-50" x="124" orientation="e"/> <terminal x="-53" y="-110" orientation="w"/>
<terminal y="0" x="124" orientation="e"/> <terminal x="-53" y="-70" orientation="w"/>
<terminal y="-100" x="-53" orientation="w"/> <terminal x="-53" y="-20" orientation="w"/>
<terminal y="-70" x="124" orientation="e"/> <terminal x="124" y="-50" orientation="e"/>
<terminal y="-40" x="-53" orientation="w"/> <terminal x="124" y="0" orientation="e"/>
<terminal y="50" x="-53" orientation="w"/> <terminal x="-53" y="-100" orientation="w"/>
<terminal y="100" x="31" orientation="e"/> <terminal x="124" y="-70" orientation="e"/>
<terminal y="20" x="-53" orientation="w"/> <terminal x="-53" y="-40" orientation="w"/>
<terminal y="-10" x="-53" orientation="w"/> <terminal x="-53" y="50" orientation="w"/>
<terminal y="-30" x="124" orientation="e"/> <terminal x="31" y="100" orientation="e"/>
<terminal y="10" x="124" orientation="e"/> <terminal x="-53" y="20" orientation="w"/>
<terminal y="-120" x="-53" orientation="w"/> <terminal x="-53" y="-10" orientation="w"/>
<terminal x="124" y="-30" orientation="e"/>
<terminal x="124" y="10" orientation="e"/>
<terminal x="-53" y="-120" orientation="w"/>
</description> </description>
</definition> </definition>
@@ -1,60 +1,76 @@
<definition link_type="simple" hotspot_x="5" orientation="dyyy" hotspot_y="3" type="element" height="90" width="170" version="0.5"> <definition version="0.80" link_type="simple" hotspot_x="5" height="100" width="170" type="element" hotspot_y="8" orientation="dyyy">
<uuid uuid="{d34e3597-8b42-46ec-ab85-204f809a7e0c}"/> <uuid uuid="{43094561-b92e-4ec2-9ced-ae71947f209c}"/>
<names> <names>
<name lang="fr">ABB_Positionneur-Pneumatique_TZIDC</name> <name lang="fr">ABB_Positionneur-Pneumatique_TZIDC</name>
<name lang="en">ABB Pneumatic Positioner TZIDC</name>
<name lang="it">ABB Posizionatore pneumatico TZIDC</name> <name lang="it">ABB Posizionatore pneumatico TZIDC</name>
<name lang="en">ABB Pneumatic Positioner TZIDC</name>
<name lang="cs">ABB_polohovadlo poháněné stlačeným vzduchem_TZIDC</name> <name lang="cs">ABB_polohovadlo poháněné stlačeným vzduchem_TZIDC</name>
</names> </names>
<elementInformations>
<elementInformation show="1" name="label"></elementInformation>
<elementInformation show="1" name="unity"></elementInformation>
<elementInformation show="1" name="designation"></elementInformation>
<elementInformation show="1" name="quantity"></elementInformation>
<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="comment"></elementInformation>
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation>
</elementInformations>
<informations></informations> <informations></informations>
<description> <description>
<line y1="80" x1="133" x2="147" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="80"/> <line length2="1.5" x2="147" antialias="false" x1="133" y2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="80" length1="1.5" end2="none" end1="none"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" y="40" width="31" x="65"/> <rect antialias="false" height="20" rx="0" width="31" style="line-style:normal;line-weight:normal;filling:none;color:black" x="65" ry="0" y="40"/>
<line y1="80" x1="32.706" x2="67.1518" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="80"/> <line length2="1.5" x2="67.1518" antialias="false" x1="32.706" y2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="80" length1="1.5" end2="none" end1="none"/>
<line y1="80" x1="73" x2="87" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="80"/> <line length2="1.5" x2="87" antialias="false" x1="73" y2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="80" length1="1.5" end2="none" end1="none"/>
<line y1="80" x1="92.7455" x2="127.109" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="80"/> <line length2="1.5" x2="127.109" antialias="false" x1="92.7455" y2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="80" length1="1.5" end2="none" end1="none"/>
<text size="7" text="DO" y="33" x="135"/> <text x="135" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="33" text="DO" rotation="0" color="#000000"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" y="40" width="31" x="124"/> <rect antialias="false" height="20" rx="0" width="31" style="line-style:normal;line-weight:normal;filling:none;color:black" x="124" ry="0" y="40"/>
<line y1="0" x1="160" x2="160" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="80"/> <line length2="1.5" x2="160" antialias="false" x1="160" y2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<text size="5" text="-84" y="76" rotation="270" x="152"/> <text x="152" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="76" text="-84" rotation="270" color="#000000"/>
<text size="5" text="-82" y="76" rotation="270" x="93"/> <text x="93" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="76" text="-82" rotation="270" color="#000000"/>
<text size="5" text="-12" y="76" rotation="270" x="32"/> <text x="32" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="76" text="-12" rotation="270" color="#000000"/>
<line y1="40" x1="149" x2="149" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="35"/> <line length2="1.5" x2="149" antialias="false" x1="149" y2="35" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<line y1="40" x1="90" x2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="35"/> <line length2="1.5" x2="90" antialias="false" x1="90" y2="35" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<text size="5" text="+81" y="76" rotation="270" x="73"/> <text x="73" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="76" text="+81" rotation="270" color="#000000"/>
<text size="5" text="+83" y="76" rotation="270" x="132"/> <text x="132" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="76" text="+83" rotation="270" color="#000000"/>
<line y1="40" x1="30" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="35"/> <line length2="1.5" x2="30" antialias="false" x1="30" y2="35" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<line y1="40" x1="129" x2="129" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="35"/> <line length2="1.5" x2="129" antialias="false" x1="129" y2="35" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<line y1="40" x1="125" x2="155" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" length1="1.5" end1="none" end2="none" length2="1.5" y2="59"/> <line length2="1.5" x2="155" antialias="true" x1="125" y2="59" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="77.5" diameter="5" x="27.5"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="27.5" diameter="5" y="77.5"/>
<line y1="41" x1="124" x2="154" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" length1="1.5" end1="none" end2="none" length2="1.5" y2="60"/> <line length2="1.5" x2="154" antialias="true" x1="124" y2="60" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="41" length1="1.5" end2="none" end1="none"/>
<line y1="0" x1="0" x2="160" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="0"/> <line length2="1.5" x2="160" antialias="false" x1="0" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<line y1="0" x1="0" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="80"/> <line length2="1.5" x2="0" antialias="false" x1="0" y2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" length1="1.5" end2="none" end1="none"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="77.5" diameter="5" x="87.5"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="87.5" diameter="5" y="77.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="77.5" diameter="5" x="147.5"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="147.5" diameter="5" y="77.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="77.5" diameter="5" x="127.5"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="127.5" diameter="5" y="77.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="77.5" diameter="5" x="67.5"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="67.5" diameter="5" y="77.5"/>
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y="77.5" diameter="5" x="7.5"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="7.5" diameter="5" y="77.5"/>
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="20" y="40" width="31" x="5"/> <rect antialias="false" height="20" rx="0" width="31" style="line-style:normal;line-weight:normal;filling:none;color:black" x="5" ry="0" y="40"/>
<line y1="40" x1="5" x2="36" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" length1="1.5" end1="none" end2="none" length2="1.5" y2="60"/> <line length2="1.5" x2="36" antialias="true" x1="5" y2="60" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<line y1="40" x1="10" x2="10" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="35"/> <line length2="1.5" x2="10" antialias="false" x1="10" y2="35" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<line y1="40" x1="70" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="35"/> <line length2="1.5" x2="70" antialias="false" x1="70" y2="35" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<text size="7" text="AI" y="33" x="16"/> <text x="16" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="33" text="AI" rotation="0" color="#000000"/>
<text size="7" text="DI" y="33" x="76"/> <text x="76" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="33" text="DI" rotation="0" color="#000000"/>
<line y1="40" x1="66" x2="96" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" length1="1.5" end1="none" end2="none" length2="1.5" y2="59"/> <line length2="1.5" x2="96" antialias="true" x1="66" y2="59" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="40" length1="1.5" end2="none" end1="none"/>
<line y1="41" x1="65" x2="95" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" length1="1.5" end1="none" end2="none" length2="1.5" y2="60"/> <line length2="1.5" x2="95" antialias="true" x1="65" y2="60" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="41" length1="1.5" end2="none" end1="none"/>
<line y1="80" x1="0" x2="7" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="80"/> <line length2="1.5" x2="7" antialias="false" x1="0" y2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="80" length1="1.5" end2="none" end1="none"/>
<line y1="80" x1="13" x2="27" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="80"/> <line length2="1.5" x2="27" antialias="false" x1="13" y2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="80" length1="1.5" end2="none" end1="none"/>
<line y1="80" x1="153" x2="160" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" end1="none" end2="none" length2="1.5" y2="80"/> <line length2="1.5" x2="160" antialias="false" x1="153" y2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="80" length1="1.5" end2="none" end1="none"/>
<text size="9" text="ABB" y="12" x="4"/> <text x="4" font="Sans Serif,9,-1,5,50,0,0,0,0,0" y="12" text="ABB" rotation="0" color="#000000"/>
<text size="7" text="TZIDC" y="12" x="32"/> <text x="32" font="Sans Serif,7,-1,5,50,0,0,0,0,0" y="12" text="TZIDC" rotation="0" color="#000000"/>
<input size="6" text="_" rotate="true" y="9.5" tagg="label" x="69"/> <dynamic_text uuid="{6be66876-34a0-4a31-9577-58a9bf394b41}" frame="false" text_from="ElementInfo" text_width="-1" x="69" font="Sans Serif,6,-1,5,50,0,0,0,0,0" z="41" y="0.5" Halignment="AlignLeft" Valignment="AlignTop" rotation="0">
<text size="5" text="+11" y="76" rotation="270" x="12"/> <text></text>
<terminal orientation="s" y="82" x="10"/> <info_name>label</info_name>
<terminal orientation="s" y="82" x="30"/> </dynamic_text>
<terminal orientation="s" y="82" x="70"/> <text x="12" font="Sans Serif,5,-1,5,50,0,0,0,0,0" y="76" text="+11" rotation="270" color="#000000"/>
<terminal orientation="s" y="82" x="90"/> <terminal x="10" y="82" orientation="s"/>
<terminal orientation="s" y="82" x="130"/> <terminal x="30" y="82" orientation="s"/>
<terminal orientation="s" y="82" x="150"/> <terminal x="70" y="82" orientation="s"/>
<terminal x="90" y="82" orientation="s"/>
<terminal x="130" y="82" orientation="s"/>
<terminal x="150" y="82" orientation="s"/>
</description> </description>
</definition> </definition>
@@ -4,9 +4,9 @@
<name lang="hu">1734-IB8S</name> <name lang="hu">1734-IB8S</name>
</names> </names>
<elementInformations> <elementInformations>
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation> <elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
<elementInformation show="1" name="supplier"></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="manufacturer">Allen Bradley</elementInformation>
<elementInformation show="1" name="description"></elementInformation> <elementInformation show="1" name="description"></elementInformation>
<elementInformation show="1" name="plant"></elementInformation> <elementInformation show="1" name="plant"></elementInformation>
@@ -1,157 +1,169 @@
<definition type="element" link_type="simple" height="290" hotspot_x="9" version="0.70" width="140" hotspot_y="10" orientation="dyyy"> <definition hotspot_y="10" type="element" height="290" link_type="simple" width="140" orientation="dyyy" version="0.80" hotspot_x="9">
<uuid uuid="{bae65480-0d3f-4c16-a747-335ab74a2e53}"/> <uuid uuid="{7b251323-f981-40b2-a168-e2fed459f75b}"/>
<names> <names>
<name lang="el">1738-IB8M8</name>
<name lang="hu">1738-IB8M8</name>
<name lang="cs">1738-IB8M8</name>
<name lang="nl">1738-IB8M8</name>
<name lang="pl">1738-IB8M8</name> <name lang="pl">1738-IB8M8</name>
<name lang="ar">1738-IB8M8</name>
<name lang="en">1738-IB8M8</name>
<name lang="it">1738-IB8M8</name> <name lang="it">1738-IB8M8</name>
<name lang="fr">1738-IB8M8</name> <name lang="fr">1738-IB8M8</name>
<name lang="hu">1738-IB8M8</name>
<name lang="ar">1738-IB8M8</name>
<name lang="nl">1738-IB8M8</name>
<name lang="cs">1738-IB8M8</name>
<name lang="en">1738-IB8M8</name>
<name lang="el">1738-IB8M8</name>
</names> </names>
<elementInformations/> <elementInformations>
<informations>Author: The QElectroTech team <elementInformation name="supplier" show="1"></elementInformation>
<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="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>
</elementInformations>
<informations>Author: The QElectroTech team&#xd;
License: see http://qelectrotech.org/wiki/doc/elements_license</informations> License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
<description> <description>
<arc start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="110" height="10" angle="90" width="10" y="-5"/> <arc antialias="true" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="110" width="10" angle="90" y="-5"/>
<arc start="90" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="0" height="10" angle="90" width="10" y="-5"/> <arc antialias="true" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" start="90" x="0" width="10" angle="90" y="-5"/>
<text color="#000000" rotation="0" x="103" text="7" y="214" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="103" rotation="0" text="7" y="214"/>
<text color="#000000" rotation="0" x="103" text="6" y="204" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="103" rotation="0" text="6" y="204"/>
<circle diameter="16" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="19" y="102"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="19" diameter="16" y="102"/>
<circle diameter="16" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="19" y="222"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="19" diameter="16" y="222"/>
<text color="#000000" rotation="0" x="103" text="0" y="145" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="103" rotation="0" text="0" y="145"/>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" y="179"/> <circle antialias="true" style="line-style:normal;line-weight:thin;filling:black;color:black" x="109" diameter="6" y="179"/>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" y="208"/> <circle antialias="true" style="line-style:normal;line-weight:thin;filling:black;color:black" x="109" diameter="6" y="208"/>
<circle diameter="16" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="19" y="42"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="19" diameter="16" y="42"/>
<text color="#000000" rotation="0" x="103" text="5" y="195" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="103" rotation="0" text="5" y="195"/>
<text color="#000000" rotation="0" x="92" text="NET" y="102" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="92" rotation="0" text="NET" y="102"/>
<text color="#000000" rotation="0" x="103" text="3" y="175" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="103" rotation="0" text="3" y="175"/>
<circle diameter="16" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="19" y="162"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="19" diameter="16" y="162"/>
<text color="#000000" rotation="0" x="103" text="4" y="186" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="103" rotation="0" text="4" y="186"/>
<text color="#000000" rotation="0" x="103" text="1" y="155" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="103" rotation="0" text="1" y="155"/>
<text color="#000000" rotation="0" x="103" text="2" y="165" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="103" rotation="0" text="2" y="165"/>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" y="189"/> <circle antialias="true" style="line-style:normal;line-weight:thin;filling:black;color:black" x="109" diameter="6" y="189"/>
<circle diameter="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="15" y="218"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="15" diameter="24" y="218"/>
<circle diameter="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="15" y="38"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="15" diameter="24" y="38"/>
<circle diameter="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="15" y="98"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="15" diameter="24" y="98"/>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" y="198"/> <circle antialias="true" style="line-style:normal;line-weight:thin;filling:black;color:black" x="109" diameter="6" y="198"/>
<circle diameter="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="15" y="158"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="15" diameter="24" y="158"/>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" y="169"/> <circle antialias="true" style="line-style:normal;line-weight:thin;filling:black;color:black" x="109" diameter="6" y="169"/>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" x="26" height="1.5" rx="0" width="2" y="176"/> <rect ry="0" antialias="false" height="1.5" style="line-style:normal;line-weight:normal;filling:black;color:black" x="26" width="2" rx="0" y="176"/>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" x="26" height="1.5" rx="0" width="2" y="56"/> <rect ry="0" antialias="false" height="1.5" style="line-style:normal;line-weight:normal;filling:black;color:black" x="26" width="2" rx="0" y="56"/>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" x="26" height="1.5" rx="0" width="2" y="116"/> <rect ry="0" antialias="false" height="1.5" style="line-style:normal;line-weight:normal;filling:black;color:black" x="26" width="2" rx="0" y="116"/>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" x="26" height="1.5" rx="0" width="2" y="236"/> <rect ry="0" antialias="false" height="1.5" style="line-style:normal;line-weight:normal;filling:black;color:black" x="26" width="2" rx="0" y="236"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="31" y="169"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="31" diameter="2" y="169"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="31" y="109"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="31" diameter="2" y="109"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="31" y="229"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="31" diameter="2" y="229"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="31" y="49"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="31" diameter="2" y="49"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="21" y="109"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="21" diameter="2" y="109"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="21" y="229"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="21" diameter="2" y="229"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="21" y="49"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="21" diameter="2" y="49"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="21" y="169"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="21" diameter="2" y="169"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="26" y="105"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="26" diameter="2" y="105"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="26" y="165"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="26" diameter="2" y="165"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="26" y="45"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="26" diameter="2" y="45"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="26" y="225"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="26" diameter="2" y="225"/>
<circle diameter="16" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="64" y="102"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="64" diameter="16" y="102"/>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" y="97"/> <circle antialias="true" style="line-style:normal;line-weight:thin;filling:black;color:black" x="109" diameter="6" y="97"/>
<circle diameter="16" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="64" y="162"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="64" diameter="16" y="162"/>
<circle diameter="16" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="64" y="222"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="64" diameter="16" y="222"/>
<circle diameter="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="60" y="218"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="60" diameter="24" y="218"/>
<circle diameter="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="60" y="98"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="60" diameter="24" y="98"/>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" y="149"/> <circle antialias="true" style="line-style:normal;line-weight:thin;filling:black;color:black" x="109" diameter="6" y="149"/>
<circle diameter="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="60" y="158"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="60" diameter="24" y="158"/>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" x="71" height="1.5" rx="0" width="2" y="176"/> <rect ry="0" antialias="false" height="1.5" style="line-style:normal;line-weight:normal;filling:black;color:black" x="71" width="2" rx="0" y="176"/>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" x="71" height="1.5" rx="0" width="2" y="116"/> <rect ry="0" antialias="false" height="1.5" style="line-style:normal;line-weight:normal;filling:black;color:black" x="71" width="2" rx="0" y="116"/>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" x="71" height="1.5" rx="0" width="2" y="236"/> <rect ry="0" antialias="false" height="1.5" style="line-style:normal;line-weight:normal;filling:black;color:black" x="71" width="2" rx="0" y="236"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="75" y="109"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="75" diameter="2" y="109"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="76" y="229"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="76" diameter="2" y="229"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="76" y="169"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="76" diameter="2" y="169"/>
<rect ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x="1" height="18" rx="0" width="39" y="0"/> <rect ry="0" antialias="false" height="18" style="line-style:normal;line-weight:thin;filling:none;color:black" x="1" width="39" rx="0" y="0"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="66" y="229"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="66" diameter="2" y="229"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="66" y="169"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="66" diameter="2" y="169"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="66" y="109"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="66" diameter="2" y="109"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="71" y="105"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="71" diameter="2" y="105"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="71" y="165"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="71" diameter="2" y="165"/>
<dynamic_text Halignment="AlignLeft" z="61" Valignment="AlignTop" rotation="0" text_width="-1" x="1" uuid="{b7515bbf-51ed-403b-a748-db39c50efedb}" frame="false" y="-1.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText"> <dynamic_text z="61" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="1" text_width="-1" rotation="0" frame="false" y="-1.5" uuid="{b7515bbf-51ed-403b-a748-db39c50efedb}">
<text>I_50[0]</text> <text>I_50[0]</text>
</dynamic_text> </dynamic_text>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="71" y="225"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="71" diameter="2" y="225"/>
<circle diameter="16" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="64" y="42"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="64" diameter="16" y="42"/>
<circle diameter="24" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="60" y="38"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="60" diameter="24" y="38"/>
<text color="#000000" rotation="0" x="85" text="7" y="243" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="85" rotation="0" text="7" y="243"/>
<text color="#000000" rotation="0" x="85" text="5" y="183" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="85" rotation="0" text="5" y="183"/>
<text color="#000000" rotation="0" x="85" text="3" y="123" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="85" rotation="0" text="3" y="123"/>
<text color="#000000" rotation="0" x="85" text="1" y="64" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="85" rotation="0" text="1" y="64"/>
<text color="#000000" rotation="0" x="9.5" text="6" y="243.55" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="9.5" rotation="0" text="6" y="243.55"/>
<dynamic_text Halignment="AlignLeft" z="70" Valignment="AlignTop" rotation="0" text_width="-1" x="73" uuid="{d344db72-a013-411f-9b08-556bcca445f4}" frame="false" y="281" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo"> <dynamic_text z="70" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" x="73" text_width="-1" rotation="0" frame="false" y="281" uuid="{d344db72-a013-411f-9b08-556bcca445f4}">
<text></text> <text></text>
<info_name>label</info_name> <info_name>label</info_name>
</dynamic_text> </dynamic_text>
<text color="#000000" rotation="0" x="9.5" text="4" y="182.55" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="9.5" rotation="0" text="4" y="182.55"/>
<dynamic_text Halignment="AlignLeft" z="72" Valignment="AlignTop" rotation="0" text_width="-1" x="50" uuid="{68340ad6-21fb-4247-8ac5-60ca0262b46f}" frame="false" y="5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText"> <dynamic_text z="72" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="50" text_width="-1" rotation="0" frame="false" y="5" uuid="{68340ad6-21fb-4247-8ac5-60ca0262b46f}">
<text>Allen Bradley</text> <text>Allen Bradley</text>
</dynamic_text> </dynamic_text>
<dynamic_text Halignment="AlignLeft" z="72" Valignment="AlignTop" rotation="0" text_width="-1" x="50" uuid="{68340ad6-21fb-4247-8ac5-60ca0262b46f}" frame="false" y="15" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText"> <dynamic_text z="72" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text_from="UserText" x="50" text_width="-1" rotation="0" frame="false" y="15" uuid="{68340ad6-21fb-4247-8ac5-60ca0262b46f}">
<text>1738-IB8M8</text> <text>1738-IB8M8</text>
</dynamic_text> </dynamic_text>
<text color="#000000" rotation="0" x="9.5" text="2" y="122.55" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="9.5" rotation="0" text="2" y="122.55"/>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" x="71" height="1.5" rx="0" width="2" y="56"/> <rect ry="0" antialias="false" height="1.5" style="line-style:normal;line-weight:normal;filling:black;color:black" x="71" width="2" rx="0" y="56"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="76" y="49"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="76" diameter="2" y="49"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="66" y="49"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="66" diameter="2" y="49"/>
<circle diameter="2" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="true" x="71" y="45"/> <circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="71" diameter="2" y="45"/>
<rect ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x="54" height="18" rx="0" width="39" y="245"/> <rect ry="0" antialias="false" height="18" style="line-style:normal;line-weight:thin;filling:none;color:black" x="54" width="39" rx="0" y="245"/>
<rect ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x="54" height="18" rx="0" width="39" y="185"/> <rect ry="0" antialias="false" height="18" style="line-style:normal;line-weight:thin;filling:none;color:black" x="54" width="39" rx="0" y="185"/>
<rect ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x="54" height="18" rx="0" width="39" y="125"/> <rect ry="0" antialias="false" height="18" style="line-style:normal;line-weight:thin;filling:none;color:black" x="54" width="39" rx="0" y="125"/>
<rect ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x="54" height="18" rx="0" width="39" y="66"/> <rect ry="0" antialias="false" height="18" style="line-style:normal;line-weight:thin;filling:none;color:black" x="54" width="39" rx="0" y="66"/>
<dynamic_text Halignment="AlignLeft" z="83" Valignment="AlignTop" rotation="0" text_width="-1" x="54" uuid="{aa5220d7-5127-49aa-9764-bd91b9594cc7}" frame="false" y="245" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText"> <dynamic_text z="83" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText" x="54" text_width="-1" rotation="0" frame="false" y="245" uuid="{aa5220d7-5127-49aa-9764-bd91b9594cc7}">
<text>I 50[0]:7</text> <text>I 50[0]:7</text>
</dynamic_text> </dynamic_text>
<rect ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x="4" height="18" rx="0" width="39" y="245"/> <rect ry="0" antialias="false" height="18" style="line-style:normal;line-weight:thin;filling:none;color:black" x="4" width="39" rx="0" y="245"/>
<dynamic_text Halignment="AlignLeft" z="84" Valignment="AlignTop" rotation="0" text_width="-1" x="54" uuid="{52173935-b7f8-4984-ae80-718753b010e6}" frame="false" y="185" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText"> <dynamic_text z="84" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText" x="54" text_width="-1" rotation="0" frame="false" y="185" uuid="{52173935-b7f8-4984-ae80-718753b010e6}">
<text>I 50[0]:4</text> <text>I 50[0]:4</text>
</dynamic_text> </dynamic_text>
<dynamic_text Halignment="AlignLeft" z="85" Valignment="AlignTop" rotation="0" text_width="-1" x="54" uuid="{82e90d31-2d12-4193-88b9-2c2e39bf6101}" frame="false" y="125" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText"> <dynamic_text z="85" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText" x="54" text_width="-1" rotation="0" frame="false" y="125" uuid="{82e90d31-2d12-4193-88b9-2c2e39bf6101}">
<text>I 50[0]:2</text> <text>I 50[0]:2</text>
</dynamic_text> </dynamic_text>
<rect ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x="4" height="18" rx="0" width="39" y="185"/> <dynamic_text z="86" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText" x="54" text_width="-1" rotation="0" frame="false" y="65" uuid="{a489c01a-9a2a-40e4-a400-fa589834a0fa}">
<dynamic_text Halignment="AlignLeft" z="86" Valignment="AlignTop" rotation="0" text_width="-1" x="54" uuid="{a489c01a-9a2a-40e4-a400-fa589834a0fa}" frame="false" y="65" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText">
<text>I 50[0]:1</text> <text>I 50[0]:1</text>
</dynamic_text> </dynamic_text>
<dynamic_text Halignment="AlignLeft" z="87" Valignment="AlignTop" rotation="0" text_width="-1" x="4" uuid="{dd5a50b2-1490-4f47-ad86-6d2424dc04ad}" frame="false" y="245" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText"> <rect ry="0" antialias="false" height="18" style="line-style:normal;line-weight:thin;filling:none;color:black" x="4" width="39" rx="0" y="185"/>
<dynamic_text z="87" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText" x="4" text_width="-1" rotation="0" frame="false" y="245" uuid="{dd5a50b2-1490-4f47-ad86-6d2424dc04ad}">
<text>I 50[0]:6</text> <text>I 50[0]:6</text>
</dynamic_text> </dynamic_text>
<dynamic_text Halignment="AlignLeft" z="88" Valignment="AlignTop" rotation="0" text_width="-1" x="4" uuid="{14457774-c883-4053-90e0-3d9b20c224c6}" frame="false" y="185" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText"> <dynamic_text z="88" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText" x="4" text_width="-1" rotation="0" frame="false" y="185" uuid="{14457774-c883-4053-90e0-3d9b20c224c6}">
<text>I 50[0]:5</text> <text>I 50[0]:5</text>
</dynamic_text> </dynamic_text>
<rect ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x="4" height="18" rx="0" width="39" y="125"/> <dynamic_text z="89" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText" x="3" text_width="-1" rotation="0" frame="false" y="125" uuid="{db1cbbdf-30eb-4035-bccc-054f38f8a4ef}">
<dynamic_text Halignment="AlignLeft" z="89" Valignment="AlignTop" rotation="0" text_width="-1" x="3" uuid="{db1cbbdf-30eb-4035-bccc-054f38f8a4ef}" frame="false" y="125" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText">
<text>I 50[0]:3</text> <text>I 50[0]:3</text>
</dynamic_text> </dynamic_text>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" y="159"/> <rect ry="0" antialias="false" height="18" style="line-style:normal;line-weight:thin;filling:none;color:black" x="4" width="39" rx="0" y="125"/>
<dynamic_text Halignment="AlignLeft" z="94" Valignment="AlignTop" rotation="0" text_width="-1" x="4" uuid="{fd46c15c-8f5a-4967-a6bc-a09463a71e0d}" frame="false" y="65" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText"> <circle antialias="true" style="line-style:normal;line-weight:thin;filling:black;color:black" x="109" diameter="6" y="159"/>
<dynamic_text z="94" Valignment="AlignTop" Halignment="AlignLeft" font="Sans Serif,6,-1,5,50,0,0,0,0,0" text_from="UserText" x="4" text_width="-1" rotation="0" frame="false" y="65" uuid="{fd46c15c-8f5a-4967-a6bc-a09463a71e0d}">
<text>I 50[0]:0</text> <text>I 50[0]:0</text>
</dynamic_text> </dynamic_text>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" y="139"/> <circle antialias="true" style="line-style:normal;line-weight:thin;filling:black;color:black" x="109" diameter="6" y="139"/>
<text color="#000000" rotation="0" x="9.5" text="0" y="64.55" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" x="9.5" rotation="0" text="0" y="64.55"/>
<rect ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" antialias="false" x="4" height="18" rx="0" width="39" y="66"/> <rect ry="0" antialias="false" height="18" style="line-style:normal;line-weight:thin;filling:none;color:black" x="4" width="39" rx="0" y="66"/>
<circle diameter="6" style="line-style:normal;line-weight:thin;filling:black;color:black" antialias="true" x="109" y="87"/> <circle antialias="true" style="line-style:normal;line-weight:thin;filling:black;color:black" x="109" diameter="6" y="87"/>
<arc start="-90" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="0" height="10" angle="-90" width="10" y="265"/> <arc antialias="true" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" start="-90" x="0" width="10" angle="-90" y="265"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="5" y1="275" end2="none" x2="115" y2="275"/> <line x2="115" x1="5" antialias="false" y2="275" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="275" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="0" y1="1" end2="none" x2="0" y2="270"/> <line x2="0" x1="0" antialias="false" y2="270" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="1" length2="1.5"/>
<arc start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="110" height="10" angle="-90" width="10" y="265"/> <arc antialias="true" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="110" width="10" angle="-90" y="265"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="120" y1="0" end2="none" x2="120" y2="270"/> <line x2="120" x1="120" antialias="false" y2="270" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="0" length2="1.5"/>
<text color="#000000" rotation="0" x="92" text="MOD" y="94" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="92" rotation="0" text="MOD" y="94"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="5" y1="-5" end2="none" x2="115" y2="-5"/> <line x2="115" x1="5" antialias="false" y2="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-5" length2="1.5"/>
<terminal x="-5" y="110" orientation="w"/> <terminal x="-5" orientation="w" y="110"/>
<terminal x="125" y="170" orientation="e"/> <terminal x="125" orientation="e" y="170"/>
<terminal x="-5" y="230" orientation="w"/> <terminal x="-5" orientation="w" y="230"/>
<terminal x="-5" y="170" orientation="w"/> <terminal x="-5" orientation="w" y="170"/>
<terminal x="125" y="230" orientation="e"/> <terminal x="125" orientation="e" y="230"/>
<terminal x="125" y="110" orientation="e"/> <terminal x="125" orientation="e" y="110"/>
<terminal x="125" y="50" orientation="e"/> <terminal x="125" orientation="e" y="50"/>
<terminal x="-5" y="50" orientation="w"/> <terminal x="-5" orientation="w" y="50"/>
</description> </description>
</definition> </definition>
@@ -1,156 +1,168 @@
<definition type="element" width="880" version="0.70" orientation="dyyy" link_type="simple" hotspot_y="111" hotspot_x="5" height="120"> <definition hotspot_y="111" type="element" height="120" link_type="simple" width="880" orientation="dyyy" version="0.80" hotspot_x="5">
<uuid uuid="{f81b112e-89ce-43cd-8fe6-2596e7a37be0}"/> <uuid uuid="{d8b58584-dbad-4ffe-88f5-cdbc138365c0}"/>
<names> <names>
<name lang="hu">1756-IF16 1/4</name> <name lang="hu">1756-IF16 1/4</name>
<name lang="en">1756-IF16 1/4</name> <name lang="en">1756-IF16 1/4</name>
</names> </names>
<elementInformations/> <elementInformations>
<elementInformation name="supplier" show="1"></elementInformation>
<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="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>
</elementInformations>
<informations>dessine</informations> <informations>dessine</informations>
<description> <description>
<dynamic_text y="-20" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="1" Halignment="AlignLeft" text_width="-1" frame="false" x="5" text_from="UserText" rotation="0" uuid="{15fb4c53-253d-4dfd-8d0d-c58d303eb45c}" Valignment="AlignTop"> <dynamic_text z="1" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="5" text_width="-1" rotation="0" frame="false" y="-20" uuid="{15fb4c53-253d-4dfd-8d0d-c58d303eb45c}">
<text>Allen-Bradley ControlLogix AI16 part 1 of 4</text> <text>Allen-Bradley ControlLogix AI16 part 1 of 4</text>
</dynamic_text> </dynamic_text>
<rect y="-100" ry="0" width="16" x="412" style="line-style:normal;line-weight:normal;filling:none;color:black" height="14" antialias="false" rx="0"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="412" width="16" rx="0" y="-100"/>
<dynamic_text y="-42" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="2" Halignment="AlignLeft" text_width="-1" frame="false" x="725" text_from="UserText" rotation="0" uuid="{557eab90-dbf4-49c4-82d9-2fd4d75b581a}" Valignment="AlignTop"> <dynamic_text z="2" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="725" text_width="-1" rotation="0" frame="false" y="-42" uuid="{557eab90-dbf4-49c4-82d9-2fd4d75b581a}">
<text>IN-3</text> <text>IN-3</text>
</dynamic_text> </dynamic_text>
<rect y="-60" ry="0" width="100" x="490" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" rx="0"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="490" width="100" rx="0" y="-60"/>
<arc y="-81" width="6" angle="180" x="177" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="177" width="6" angle="180" y="-81"/>
<dynamic_text y="-42" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="5" Halignment="AlignLeft" text_width="-1" frame="false" x="325" text_from="UserText" rotation="0" uuid="{a2bf8553-ae03-42e1-ba0d-90b2aeecf6f2}" Valignment="AlignTop"> <dynamic_text z="5" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="325" text_width="-1" rotation="0" frame="false" y="-42" uuid="{a2bf8553-ae03-42e1-ba0d-90b2aeecf6f2}">
<text>i RTN-1</text> <text>i RTN-1</text>
</dynamic_text> </dynamic_text>
<arc y="-81" width="6" angle="180" x="497" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="497" width="6" angle="180" y="-81"/>
<dynamic_text y="-42" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="7" Halignment="AlignLeft" text_width="-1" frame="false" x="165" text_from="UserText" rotation="0" uuid="{f740e0ce-ec50-460f-b4ed-e54f0d571a35}" Valignment="AlignTop"> <dynamic_text z="7" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="165" text_width="-1" rotation="0" frame="false" y="-42" uuid="{f740e0ce-ec50-460f-b4ed-e54f0d571a35}">
<text>i RTN-0</text> <text>i RTN-0</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-65" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="8" Halignment="AlignLeft" text_width="-1" frame="false" x="-45" text_from="UserText" rotation="0" uuid="{eb92b862-ca78-4030-a482-6a443278fa6d}" Valignment="AlignTop"> <dynamic_text z="8" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-45" text_width="-1" rotation="0" frame="false" y="-65" uuid="{eb92b862-ca78-4030-a482-6a443278fa6d}">
<text>/</text> <text>/</text>
</dynamic_text> </dynamic_text>
<rect y="-100" ry="0" width="16" x="812" style="line-style:normal;line-weight:normal;filling:none;color:black" height="14" antialias="false" rx="0"/> <dynamic_text z="9" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="405" text_width="-1" rotation="0" frame="false" y="-42" uuid="{c8234bfd-e471-4327-a289-5a0aa5e22946}">
<arc y="-81" width="6" angle="180" x="337" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true"/>
<dynamic_text y="-42" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="9" Halignment="AlignLeft" text_width="-1" frame="false" x="405" text_from="UserText" rotation="0" uuid="{c8234bfd-e471-4327-a289-5a0aa5e22946}" Valignment="AlignTop">
<text>IN-1</text> <text>IN-1</text>
</dynamic_text> </dynamic_text>
<arc y="-81" width="6" angle="180" x="737" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="812" width="16" rx="0" y="-100"/>
<dynamic_text y="-42" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="10" Halignment="AlignLeft" text_width="-1" frame="false" x="806.5" text_from="UserText" rotation="0" uuid="{8342974e-141c-413d-86d9-2ddd4c43b0be}" Valignment="AlignTop"> <dynamic_text z="10" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="806.5" text_width="-1" rotation="0" frame="false" y="-42" uuid="{8342974e-141c-413d-86d9-2ddd4c43b0be}">
<text>RTN</text> <text>RTN</text>
</dynamic_text> </dynamic_text>
<arc y="-81" width="6" angle="180" x="657" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="337" width="6" angle="180" y="-81"/>
<rect y="-100" ry="0" width="16" x="252" style="line-style:normal;line-weight:normal;filling:none;color:black" height="14" antialias="false" rx="0"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="737" width="6" angle="180" y="-81"/>
<rect y="-60" ry="0" width="100" x="650" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" rx="0"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="657" width="6" angle="180" y="-81"/>
<rect y="-60" ry="0" width="100" x="330" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" rx="0"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="252" width="16" rx="0" y="-100"/>
<rect y="-100" ry="0" width="16" x="732" style="line-style:normal;line-weight:normal;filling:none;color:black" height="14" antialias="false" rx="0"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="650" width="100" rx="0" y="-60"/>
<dynamic_text y="-42" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="19" Halignment="AlignLeft" text_width="-1" frame="false" x="645" text_from="UserText" rotation="0" uuid="{60a02113-5cc9-4547-810e-79f9bafbf920}" Valignment="AlignTop"> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="330" width="100" rx="0" y="-60"/>
<rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="732" width="16" rx="0" y="-100"/>
<dynamic_text z="19" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="645" text_width="-1" rotation="0" frame="false" y="-42" uuid="{60a02113-5cc9-4547-810e-79f9bafbf920}">
<text>i RTN-3</text> <text>i RTN-3</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-42" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="20" Halignment="AlignLeft" text_width="-1" frame="false" x="565" text_from="UserText" rotation="0" uuid="{d9d75a0f-eeda-4f80-b990-eb1c27c747be}" Valignment="AlignTop"> <dynamic_text z="20" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="565" text_width="-1" rotation="0" frame="false" y="-42" uuid="{d9d75a0f-eeda-4f80-b990-eb1c27c747be}">
<text>IN-2</text> <text>IN-2</text>
</dynamic_text> </dynamic_text>
<line x1="500" y1="-86" length2="1.5" x2="500" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-81" antialias="false"/> <dynamic_text z="21" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="485" text_width="-1" rotation="0" frame="false" y="-42" uuid="{10707eae-665e-4959-8892-689f6fc18803}">
<dynamic_text y="-42" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="21" Halignment="AlignLeft" text_width="-1" frame="false" x="485" text_from="UserText" rotation="0" uuid="{10707eae-665e-4959-8892-689f6fc18803}" Valignment="AlignTop">
<text>i RTN-2</text> <text>i RTN-2</text>
</dynamic_text> </dynamic_text>
<line x1="340" y1="-86" length2="1.5" x2="340" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-81" antialias="false"/> <line x2="500" x1="500" antialias="false" y2="-81" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-86" length2="1.5"/>
<dynamic_text y="-42" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="22" Halignment="AlignLeft" text_width="-1" frame="false" x="246" text_from="UserText" rotation="0" uuid="{71e73458-8089-4445-9534-4c6c7d2f95a4}" Valignment="AlignTop"> <dynamic_text z="22" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="246" text_width="-1" rotation="0" frame="false" y="-42" uuid="{71e73458-8089-4445-9534-4c6c7d2f95a4}">
<text>IN-0</text> <text>IN-0</text>
</dynamic_text> </dynamic_text>
<rect y="-100" ry="0" width="16" x="572" style="line-style:normal;line-weight:normal;filling:none;color:black" height="14" antialias="false" rx="0"/> <line x2="340" x1="340" antialias="false" y2="-81" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-86" length2="1.5"/>
<line x1="180" y1="-86" length2="1.5" x2="180" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-81" antialias="false"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="572" width="16" rx="0" y="-100"/>
<line x1="740" y1="-86" length2="1.5" x2="740" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-81" antialias="false"/> <line x2="180" x1="180" antialias="false" y2="-81" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-86" length2="1.5"/>
<text y="-89.0959" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="257.213" text="2" rotation="0"/> <line x2="740" x1="740" antialias="false" y2="-81" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-86" length2="1.5"/>
<line x1="650" y1="-40" length2="1.5" x2="750" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-60" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="257.213" rotation="0" text="2" y="-89.0959"/>
<line x1="330" y1="-40" length2="1.5" x2="430" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-60" antialias="false"/> <line x2="750" x1="650" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-40" length2="1.5"/>
<line x1="660" y1="-86" length2="1.5" x2="660" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-81" antialias="false"/> <line x2="430" x1="330" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-40" length2="1.5"/>
<text y="-89.0959" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="817.213" text="9" rotation="0"/> <line x2="660" x1="660" antialias="false" y2="-81" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-86" length2="1.5"/>
<line x1="490" y1="-40" length2="1.5" x2="590" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-60" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="817.213" rotation="0" text="9" y="-89.0959"/>
<text y="-89.0959" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="417.213" text="4" rotation="0"/> <line x2="590" x1="490" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-40" length2="1.5"/>
<line x1="339" y1="-78" length2="1.5" x2="339" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-73" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="417.213" rotation="0" text="4" y="-89.0959"/>
<line x1="659" y1="-78" length2="1.5" x2="659" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-73" antialias="false"/> <line x2="339" x1="339" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<rect y="-100" ry="0" width="16" x="332" style="line-style:normal;line-weight:normal;filling:none;color:black" height="14" antialias="false" rx="0"/> <line x2="659" x1="659" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line x1="739" y1="-78" length2="1.5" x2="739" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-73" antialias="false"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="332" width="16" rx="0" y="-100"/>
<line x1="179" y1="-78" length2="1.5" x2="179" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-73" antialias="false"/> <line x2="739" x1="739" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<dynamic_text y="-90" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="40" Halignment="AlignLeft" text_width="-1" frame="false" x="10" text_from="UserText" rotation="0" uuid="{5f820735-d0c0-4e3b-b523-772e1c66b2e0}" Valignment="AlignTop"> <line x2="179" x1="179" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<dynamic_text z="40" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="10" text_width="-1" rotation="0" frame="false" y="-90" uuid="{5f820735-d0c0-4e3b-b523-772e1c66b2e0}">
<text>1756-IF16 [IN 1/4]</text> <text>1756-IF16 [IN 1/4]</text>
</dynamic_text> </dynamic_text>
<line x1="499" y1="-78" length2="1.5" x2="499" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-73" antialias="false"/> <dynamic_text z="41" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="ElementInfo" x="869" text_width="-1" rotation="0" frame="false" y="-96" uuid="{3e5e75ad-138f-40f6-afa5-7790cdd1c8c1}">
<dynamic_text y="-96" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="41" Halignment="AlignLeft" text_width="-1" frame="false" x="869" text_from="ElementInfo" rotation="0" uuid="{3e5e75ad-138f-40f6-afa5-7790cdd1c8c1}" Valignment="AlignTop">
<text></text> <text></text>
<info_name>label</info_name> <info_name>label</info_name>
</dynamic_text> </dynamic_text>
<text y="-89.0959" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="737.213" text="8" rotation="0"/> <line x2="499" x1="499" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line x1="341" y1="-78" length2="1.5" x2="341" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-73" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="737.213" rotation="0" text="8" y="-89.0959"/>
<text y="-89.0959" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="337.213" text="3" rotation="0"/> <line x2="341" x1="341" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line x1="741" y1="-78" length2="1.5" x2="741" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-73" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="337.213" rotation="0" text="3" y="-89.0959"/>
<line x1="661" y1="-78" length2="1.5" x2="661" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-73" antialias="false"/> <line x2="741" x1="741" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line x1="181" y1="-78" length2="1.5" x2="181" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-73" antialias="false"/> <line x2="661" x1="661" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<text y="-90" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="577" text="6" rotation="0"/> <line x2="181" x1="181" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line x1="501" y1="-78" length2="1.5" x2="501" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-73" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="577" rotation="0" text="6" y="-90"/>
<line x1="660" y1="-78" length2="1.5" x2="660" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-60" antialias="false"/> <line x2="501" x1="501" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line x1="740" y1="-78" length2="1.5" x2="740" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-60" antialias="false"/> <line x2="660" x1="660" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<dynamic_text y="-20" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="53" Halignment="AlignLeft" text_width="-1" frame="false" x="590" text_from="UserText" rotation="0" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}" Valignment="AlignTop"> <line x2="740" x1="740" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<text>LOGICAL SLOT:_</text> <dynamic_text z="53" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="764" text_width="-1" rotation="0" frame="false" y="-20" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}">
</dynamic_text>
<dynamic_text y="-20" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="53" Halignment="AlignLeft" text_width="-1" frame="false" x="764" text_from="UserText" rotation="0" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}" Valignment="AlignTop">
<text>SUPPLY: 24V DC</text> <text>SUPPLY: 24V DC</text>
</dynamic_text> </dynamic_text>
<line x1="340" y1="-78" length2="1.5" x2="340" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-60" antialias="false"/> <dynamic_text z="53" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="590" text_width="-1" rotation="0" frame="false" y="-20" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}">
<rect y="-100" ry="0" width="16" x="652" style="line-style:normal;line-weight:normal;filling:none;color:black" height="14" antialias="false" rx="0"/> <text>LOGICAL SLOT:_</text>
<line x1="500" y1="-78" length2="1.5" x2="500" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-60" antialias="false"/> </dynamic_text>
<line x1="180" y1="-78" length2="1.5" x2="180" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-60" antialias="false"/> <line x2="340" x1="340" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<arc y="-81" width="6" angle="180" x="417" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="652" width="16" rx="0" y="-100"/>
<text y="-89.0959" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="657.213" text="7" rotation="0"/> <line x2="500" x1="500" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<arc y="-81" width="6" angle="180" x="257" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true"/> <line x2="180" x1="180" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<arc y="-81" width="6" angle="180" x="577" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="417" width="6" angle="180" y="-81"/>
<line x1="260" y1="-86" length2="1.5" x2="260" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-81" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="657.213" rotation="0" text="7" y="-89.0959"/>
<line x1="420" y1="-86" length2="1.5" x2="420" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-81" antialias="false"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="257" width="6" angle="180" y="-81"/>
<rect y="-100" ry="0" width="16" x="492" style="line-style:normal;line-weight:normal;filling:none;color:black" height="14" antialias="false" rx="0"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="577" width="6" angle="180" y="-81"/>
<line x1="580" y1="-86" length2="1.5" x2="580" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-81" antialias="false"/> <line x2="260" x1="260" antialias="false" y2="-81" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-86" length2="1.5"/>
<line x1="259" y1="-78" length2="1.5" x2="259" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-73" antialias="false"/> <line x2="420" x1="420" antialias="false" y2="-81" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-86" length2="1.5"/>
<line x1="579" y1="-78" length2="1.5" x2="579" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-73" antialias="false"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="492" width="16" rx="0" y="-100"/>
<line x1="419" y1="-78" length2="1.5" x2="419" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-73" antialias="false"/> <line x2="580" x1="580" antialias="false" y2="-81" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-86" length2="1.5"/>
<text y="-89.0959" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="497.213" text="5" rotation="0"/> <line x2="259" x1="259" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line x1="261" y1="-78" length2="1.5" x2="261" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-73" antialias="false"/> <line x2="579" x1="579" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line x1="421" y1="-78" length2="1.5" x2="421" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-73" antialias="false"/> <line x2="419" x1="419" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line x1="581" y1="-78" length2="1.5" x2="581" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-73" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="497.213" rotation="0" text="5" y="-89.0959"/>
<line x1="420" y1="-78" length2="1.5" x2="420" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-60" antialias="false"/> <line x2="261" x1="261" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line x1="260" y1="-78" length2="1.5" x2="260" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-60" antialias="false"/> <line x2="421" x1="421" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line x1="580" y1="-78" length2="1.5" x2="580" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-60" antialias="false"/> <line x2="581" x1="581" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<polygon x1="865" y1="5" y4="-57" y6="-105" x3="860" closed="false" x2="865" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="-55" x4="870" y5="-60" x5="865" x6="865" y2="-50" antialias="true"/> <line x2="420" x1="420" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line x1="0.20997" y1="-100" length2="1.5" x2="865" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-100" antialias="false"/> <line x2="260" x1="260" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line x1="0" y1="-100" length2="1.5" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/> <line x2="580" x1="580" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<rect y="-100" ry="0" width="16" x="172" style="line-style:normal;line-weight:normal;filling:none;color:black" height="14" antialias="false" rx="0"/> <polygon x2="865" closed="false" x1="865" antialias="true" y2="-50" x3="860" x5="865" style="line-style:normal;line-weight:normal;filling:none;color:black" x6="865" y4="-57" y6="-105" x4="870" y3="-55" y1="5" y5="-60"/>
<text y="-89.0959" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="177.213" text="1" rotation="0"/> <line x2="865" x1="0.20997" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-100" length2="1.5"/>
<arc y="-81" width="6" angle="180" x="817" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true"/> <line x2="0" x1="0" antialias="false" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-100" length2="1.5"/>
<line x1="820" y1="-86" length2="1.5" x2="820" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-81" antialias="false"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="172" width="16" rx="0" y="-100"/>
<line x1="819" y1="-78" length2="1.5" x2="819" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-73" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="177.213" rotation="0" text="1" y="-89.0959"/>
<line x1="821" y1="-78" length2="1.5" x2="821" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-73" antialias="false"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="817" width="6" angle="180" y="-81"/>
<line x1="820" y1="-78" length2="1.5" x2="820" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-60" antialias="false"/> <line x2="820" x1="820" antialias="false" y2="-81" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-86" length2="1.5"/>
<rect y="-60" ry="0" width="100" x="170" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" rx="0"/> <line x2="819" x1="819" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line x1="170" y1="-40" length2="1.5" x2="270" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-60" antialias="false"/> <line x2="821" x1="821" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line x1="865" y1="0" length2="1.5" x2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0" antialias="false"/> <line x2="820" x1="820" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line x1="0" y1="-20" length2="1.5" x2="865" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-20" antialias="false"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="170" width="100" rx="0" y="-60"/>
<line x1="660" y1="-105" length2="1.5" x2="660" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-100" antialias="false"/> <line x2="270" x1="170" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-40" length2="1.5"/>
<line x1="740" y1="-105" length2="1.5" x2="740" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-100" antialias="false"/> <line x2="0" x1="865" antialias="false" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="0" length2="1.5"/>
<line x1="820" y1="-105" length2="1.5" x2="820" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-100" antialias="false"/> <line x2="865" x1="0" antialias="false" y2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-20" length2="1.5"/>
<line x1="580" y1="-105" length2="1.5" x2="580" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-100" antialias="false"/> <line x2="660" x1="660" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line x1="500" y1="-105" length2="1.5" x2="500" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-100" antialias="false"/> <line x2="740" x1="740" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line x1="420" y1="-105" length2="1.5" x2="420" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-100" antialias="false"/> <line x2="820" x1="820" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line x1="340" y1="-105" length2="1.5" x2="340" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-100" antialias="false"/> <line x2="580" x1="580" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line x1="260" y1="-105" length2="1.5" x2="260" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-100" antialias="false"/> <line x2="500" x1="500" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line x1="180" y1="-105" length2="1.5" x2="180" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-100" antialias="false"/> <line x2="420" x1="420" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line x1="750" y1="-50" length2="1.5" x2="820" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-50" antialias="false"/> <line x2="340" x1="340" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line x1="820" y1="-50" length2="1.5" x2="820" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-60" antialias="false"/> <line x2="260" x1="260" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line x1="650" y1="-50" length2="1.5" x2="590" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-50" antialias="false"/> <line x2="180" x1="180" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line x1="270" y1="-50" length2="1.5" x2="330" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-50" antialias="false"/> <line x2="820" x1="750" antialias="false" y2="-50" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-50" length2="1.5"/>
<line x1="430" y1="-50" length2="1.5" x2="490" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-50" antialias="false"/> <line x2="820" x1="820" antialias="false" y2="-60" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-50" length2="1.5"/>
<terminal y="-105" orientation="n" x="820"/> <line x2="590" x1="650" antialias="false" y2="-50" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-50" length2="1.5"/>
<terminal y="-105" orientation="n" x="260"/> <line x2="330" x1="270" antialias="false" y2="-50" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-50" length2="1.5"/>
<terminal y="-105" orientation="n" x="740"/> <line x2="490" x1="430" antialias="false" y2="-50" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-50" length2="1.5"/>
<terminal y="-105" orientation="n" x="340"/> <terminal x="820" orientation="n" y="-105"/>
<terminal y="-105" orientation="n" x="580"/> <terminal x="260" orientation="n" y="-105"/>
<terminal y="-105" orientation="n" x="660"/> <terminal x="740" orientation="n" y="-105"/>
<terminal y="-105" orientation="n" x="420"/> <terminal x="340" orientation="n" y="-105"/>
<terminal y="-105" orientation="n" x="500"/> <terminal x="580" orientation="n" y="-105"/>
<terminal y="-105" orientation="n" x="180"/> <terminal x="660" orientation="n" y="-105"/>
<terminal x="420" orientation="n" y="-105"/>
<terminal x="500" orientation="n" y="-105"/>
<terminal x="180" orientation="n" y="-105"/>
</description> </description>
</definition> </definition>
@@ -1,156 +1,168 @@
<definition type="element" width="880" version="0.70" orientation="dyyy" link_type="simple" hotspot_y="110" hotspot_x="7" height="120"> <definition hotspot_y="110" type="element" height="120" link_type="simple" width="880" orientation="dyyy" version="0.80" hotspot_x="7">
<uuid uuid="{255f2897-a4b0-40ed-ac93-6264be9b4fab}"/> <uuid uuid="{f2aa1814-eccb-4834-a566-fa05e3ab5b84}"/>
<names> <names>
<name lang="hu">1756-IF16 2/4</name> <name lang="hu">1756-IF16 2/4</name>
<name lang="en">1756-IF16 2/4</name> <name lang="en">1756-IF16 2/4</name>
</names> </names>
<elementInformations/> <elementInformations>
<elementInformation name="supplier" show="1"></elementInformation>
<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="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>
</elementInformations>
<informations>dessine</informations> <informations>dessine</informations>
<description> <description>
<dynamic_text y="-19.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="1" Halignment="AlignLeft" text_width="-1" frame="false" x="5.02743" text_from="UserText" rotation="0" uuid="{15fb4c53-253d-4dfd-8d0d-c58d303eb45c}" Valignment="AlignTop"> <dynamic_text z="1" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="5.02743" text_width="-1" rotation="0" frame="false" y="-19.6989" uuid="{15fb4c53-253d-4dfd-8d0d-c58d303eb45c}">
<text>Allen-Bradley ControlLogix AI16 part 2 of 4</text> <text>Allen-Bradley ControlLogix AI16 part 2 of 4</text>
</dynamic_text> </dynamic_text>
<polygon x1="0.027" y1="5.30106" y4="-56.6989" y6="-104.699" x3="-4.973" closed="false" x2="0.027" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="-54.6989" x4="5.027" y5="-59.6989" x5="0.027" x6="0.027" y2="-49.6989" antialias="true"/> <polygon x2="0.027" closed="false" x1="0.027" antialias="true" y2="-49.6989" x3="-4.973" x5="0.027" style="line-style:normal;line-weight:normal;filling:none;color:black" x6="0.027" y4="-56.6989" y6="-104.699" x4="5.027" y3="-54.6989" y1="5.30106" y5="-59.6989"/>
<dynamic_text y="-41.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="2" Halignment="AlignLeft" text_width="-1" frame="false" x="725.027" text_from="UserText" rotation="0" uuid="{557eab90-dbf4-49c4-82d9-2fd4d75b581a}" Valignment="AlignTop"> <dynamic_text z="2" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="725.027" text_width="-1" rotation="0" frame="false" y="-41.6989" uuid="{557eab90-dbf4-49c4-82d9-2fd4d75b581a}">
<text>IN-7</text> <text>IN-7</text>
</dynamic_text> </dynamic_text>
<rect y="-99.6989" ry="0" width="16" x="412.027" style="line-style:normal;line-weight:normal;filling:none;color:black" height="14" antialias="false" rx="0"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="412.027" width="16" rx="0" y="-99.6989"/>
<rect y="-59.6989" ry="0" width="100" x="490.027" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" rx="0"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="490.027" width="100" rx="0" y="-59.6989"/>
<dynamic_text y="-41.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="5" Halignment="AlignLeft" text_width="-1" frame="false" x="325.027" text_from="UserText" rotation="0" uuid="{a2bf8553-ae03-42e1-ba0d-90b2aeecf6f2}" Valignment="AlignTop"> <dynamic_text z="5" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="325.027" text_width="-1" rotation="0" frame="false" y="-41.6989" uuid="{a2bf8553-ae03-42e1-ba0d-90b2aeecf6f2}">
<text>i RTN-5</text> <text>i RTN-5</text>
</dynamic_text> </dynamic_text>
<arc y="-80.6989" width="6" angle="180" x="177.027" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="177.027" width="6" angle="180" y="-80.6989"/>
<arc y="-80.6989" width="6" angle="180" x="497.027" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true"/> <dynamic_text z="7" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="165.027" text_width="-1" rotation="0" frame="false" y="-41.6989" uuid="{f740e0ce-ec50-460f-b4ed-e54f0d571a35}">
<dynamic_text y="-41.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="7" Halignment="AlignLeft" text_width="-1" frame="false" x="165.027" text_from="UserText" rotation="0" uuid="{f740e0ce-ec50-460f-b4ed-e54f0d571a35}" Valignment="AlignTop">
<text>i RTN-4</text> <text>i RTN-4</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-64.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="8" Halignment="AlignLeft" text_width="-1" frame="false" x="-44.9726" text_from="UserText" rotation="0" uuid="{eb92b862-ca78-4030-a482-6a443278fa6d}" Valignment="AlignTop"> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="497.027" width="6" angle="180" y="-80.6989"/>
<dynamic_text z="8" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-44.9726" text_width="-1" rotation="0" frame="false" y="-64.6989" uuid="{eb92b862-ca78-4030-a482-6a443278fa6d}">
<text>/</text> <text>/</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-41.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="9" Halignment="AlignLeft" text_width="-1" frame="false" x="405.027" text_from="UserText" rotation="0" uuid="{c8234bfd-e471-4327-a289-5a0aa5e22946}" Valignment="AlignTop"> <dynamic_text z="9" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="405.027" text_width="-1" rotation="0" frame="false" y="-41.6989" uuid="{c8234bfd-e471-4327-a289-5a0aa5e22946}">
<text>IN-5</text> <text>IN-5</text>
</dynamic_text> </dynamic_text>
<rect y="-99.6989" ry="0" width="16" x="812.027" style="line-style:normal;line-weight:normal;filling:none;color:black" height="14" antialias="false" rx="0"/> <dynamic_text z="10" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="806.527" text_width="-1" rotation="0" frame="false" y="-41.6989" uuid="{8342974e-141c-413d-86d9-2ddd4c43b0be}">
<arc y="-80.6989" width="6" angle="180" x="337.027" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true"/>
<dynamic_text y="-41.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="10" Halignment="AlignLeft" text_width="-1" frame="false" x="806.527" text_from="UserText" rotation="0" uuid="{8342974e-141c-413d-86d9-2ddd4c43b0be}" Valignment="AlignTop">
<text>RTN</text> <text>RTN</text>
</dynamic_text> </dynamic_text>
<arc y="-80.6989" width="6" angle="180" x="737.027" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="812.027" width="16" rx="0" y="-99.6989"/>
<arc y="-80.6989" width="6" angle="180" x="657.027" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="337.027" width="6" angle="180" y="-80.6989"/>
<rect y="-99.6989" ry="0" width="16" x="252.027" style="line-style:normal;line-weight:normal;filling:none;color:black" height="14" antialias="false" rx="0"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="737.027" width="6" angle="180" y="-80.6989"/>
<rect y="-59.6989" ry="0" width="100" x="650.027" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" rx="0"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="657.027" width="6" angle="180" y="-80.6989"/>
<rect y="-59.6989" ry="0" width="100" x="330.027" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" rx="0"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="252.027" width="16" rx="0" y="-99.6989"/>
<dynamic_text y="-41.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="19" Halignment="AlignLeft" text_width="-1" frame="false" x="645.027" text_from="UserText" rotation="0" uuid="{60a02113-5cc9-4547-810e-79f9bafbf920}" Valignment="AlignTop"> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="650.027" width="100" rx="0" y="-59.6989"/>
<rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="330.027" width="100" rx="0" y="-59.6989"/>
<dynamic_text z="19" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="645.027" text_width="-1" rotation="0" frame="false" y="-41.6989" uuid="{60a02113-5cc9-4547-810e-79f9bafbf920}">
<text>i RTN-7</text> <text>i RTN-7</text>
</dynamic_text> </dynamic_text>
<rect y="-99.6989" ry="0" width="16" x="732.027" style="line-style:normal;line-weight:normal;filling:none;color:black" height="14" antialias="false" rx="0"/> <dynamic_text z="20" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="565.027" text_width="-1" rotation="0" frame="false" y="-41.6989" uuid="{d9d75a0f-eeda-4f80-b990-eb1c27c747be}">
<dynamic_text y="-41.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="20" Halignment="AlignLeft" text_width="-1" frame="false" x="565.027" text_from="UserText" rotation="0" uuid="{d9d75a0f-eeda-4f80-b990-eb1c27c747be}" Valignment="AlignTop">
<text>IN-6</text> <text>IN-6</text>
</dynamic_text> </dynamic_text>
<line x1="500.027" y1="-85.6989" length2="1.5" x2="500.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-80.6989" antialias="false"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="732.027" width="16" rx="0" y="-99.6989"/>
<dynamic_text y="-41.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="21" Halignment="AlignLeft" text_width="-1" frame="false" x="485.027" text_from="UserText" rotation="0" uuid="{10707eae-665e-4959-8892-689f6fc18803}" Valignment="AlignTop"> <dynamic_text z="21" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="485.027" text_width="-1" rotation="0" frame="false" y="-41.6989" uuid="{10707eae-665e-4959-8892-689f6fc18803}">
<text>i RTN-6</text> <text>i RTN-6</text>
</dynamic_text> </dynamic_text>
<line x1="340.027" y1="-85.6989" length2="1.5" x2="340.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-80.6989" antialias="false"/> <dynamic_text z="22" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="246.027" text_width="-1" rotation="0" frame="false" y="-41.6989" uuid="{71e73458-8089-4445-9534-4c6c7d2f95a4}">
<dynamic_text y="-41.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="22" Halignment="AlignLeft" text_width="-1" frame="false" x="246.027" text_from="UserText" rotation="0" uuid="{71e73458-8089-4445-9534-4c6c7d2f95a4}" Valignment="AlignTop">
<text>IN-4</text> <text>IN-4</text>
</dynamic_text> </dynamic_text>
<rect y="-99.6989" ry="0" width="16" x="572.027" style="line-style:normal;line-weight:normal;filling:none;color:black" height="14" antialias="false" rx="0"/> <line x2="500.027" x1="500.027" antialias="false" y2="-80.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.6989" length2="1.5"/>
<line x1="180.027" y1="-85.6989" length2="1.5" x2="180.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-80.6989" antialias="false"/> <line x2="340.027" x1="340.027" antialias="false" y2="-80.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.6989" length2="1.5"/>
<line x1="740.027" y1="-85.6989" length2="1.5" x2="740.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-80.6989" antialias="false"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="572.027" width="16" rx="0" y="-99.6989"/>
<text y="-88.7948" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="254.24" text="12" rotation="0"/> <line x2="180.027" x1="180.027" antialias="false" y2="-80.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.6989" length2="1.5"/>
<line x1="650.027" y1="-39.6989" length2="1.5" x2="750.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-59.6989" antialias="false"/> <line x2="740.027" x1="740.027" antialias="false" y2="-80.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.6989" length2="1.5"/>
<line x1="330.027" y1="-39.6989" length2="1.5" x2="430.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-59.6989" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="254.24" rotation="0" text="12" y="-88.7948"/>
<line x1="660.027" y1="-85.6989" length2="1.5" x2="660.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-80.6989" antialias="false"/> <line x2="750.027" x1="650.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-39.6989" length2="1.5"/>
<text y="-88.7948" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="814.24" text="10" rotation="0"/> <line x2="430.027" x1="330.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-39.6989" length2="1.5"/>
<line x1="490.027" y1="-39.6989" length2="1.5" x2="590.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-59.6989" antialias="false"/> <line x2="660.027" x1="660.027" antialias="false" y2="-80.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.6989" length2="1.5"/>
<text y="-88.7948" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="414.24" text="14" rotation="0"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="814.24" rotation="0" text="10" y="-88.7948"/>
<line x1="339.027" y1="-77.6989" length2="1.5" x2="339.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-72.6989" antialias="false"/> <line x2="590.027" x1="490.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-39.6989" length2="1.5"/>
<line x1="659.027" y1="-77.6989" length2="1.5" x2="659.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-72.6989" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="414.24" rotation="0" text="14" y="-88.7948"/>
<rect y="-99.6989" ry="0" width="16" x="332.027" style="line-style:normal;line-weight:normal;filling:none;color:black" height="14" antialias="false" rx="0"/> <line x2="339.027" x1="339.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line x1="739.027" y1="-77.6989" length2="1.5" x2="739.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-72.6989" antialias="false"/> <line x2="659.027" x1="659.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<dynamic_text y="-89.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="40" Halignment="AlignLeft" text_width="-1" frame="false" x="10.0274" text_from="UserText" rotation="0" uuid="{5f820735-d0c0-4e3b-b523-772e1c66b2e0}" Valignment="AlignTop"> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="332.027" width="16" rx="0" y="-99.6989"/>
<line x2="739.027" x1="739.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<dynamic_text z="40" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="10.0274" text_width="-1" rotation="0" frame="false" y="-89.6989" uuid="{5f820735-d0c0-4e3b-b523-772e1c66b2e0}">
<text>1756-IF16 [IN 2/4]</text> <text>1756-IF16 [IN 2/4]</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-95.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="41" Halignment="AlignLeft" text_width="-1" frame="false" x="869.027" text_from="ElementInfo" rotation="0" uuid="{3e5e75ad-138f-40f6-afa5-7790cdd1c8c1}" Valignment="AlignTop"> <dynamic_text z="41" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="ElementInfo" x="869.027" text_width="-1" rotation="0" frame="false" y="-95.6989" uuid="{3e5e75ad-138f-40f6-afa5-7790cdd1c8c1}">
<text></text> <text></text>
<info_name>label</info_name> <info_name>label</info_name>
</dynamic_text> </dynamic_text>
<line x1="179.027" y1="-77.6989" length2="1.5" x2="179.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-72.6989" antialias="false"/> <line x2="179.027" x1="179.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line x1="499.027" y1="-77.6989" length2="1.5" x2="499.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-72.6989" antialias="false"/> <line x2="499.027" x1="499.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<text y="-88.7948" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="734.24" text="18" rotation="0"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="734.24" rotation="0" text="18" y="-88.7948"/>
<line x1="341.027" y1="-77.6989" length2="1.5" x2="341.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-72.6989" antialias="false"/> <line x2="341.027" x1="341.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<text y="-88.7948" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="334.24" text="13" rotation="0"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="334.24" rotation="0" text="13" y="-88.7948"/>
<line x1="741.027" y1="-77.6989" length2="1.5" x2="741.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-72.6989" antialias="false"/> <line x2="741.027" x1="741.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line x1="661.027" y1="-77.6989" length2="1.5" x2="661.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-72.6989" antialias="false"/> <line x2="661.027" x1="661.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line x1="181.027" y1="-77.6989" length2="1.5" x2="181.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-72.6989" antialias="false"/> <line x2="181.027" x1="181.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<text y="-89.6989" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="574.027" text="16" rotation="0"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="574.027" rotation="0" text="16" y="-89.6989"/>
<line x1="501.027" y1="-77.6989" length2="1.5" x2="501.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-72.6989" antialias="false"/> <line x2="501.027" x1="501.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line x1="660.027" y1="-77.6989" length2="1.5" x2="660.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-59.6989" antialias="false"/> <line x2="660.027" x1="660.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<dynamic_text y="-19.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="53" Halignment="AlignLeft" text_width="-1" frame="false" x="764.027" text_from="UserText" rotation="0" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}" Valignment="AlignTop"> <dynamic_text z="53" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="590.027" text_width="-1" rotation="0" frame="false" y="-19.6989" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}">
<text>SUPPLY: 24V DC</text>
</dynamic_text>
<dynamic_text y="-19.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" z="53" Halignment="AlignLeft" text_width="-1" frame="false" x="590.027" text_from="UserText" rotation="0" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}" Valignment="AlignTop">
<text>LOGICAL SLOT:_</text> <text>LOGICAL SLOT:_</text>
</dynamic_text> </dynamic_text>
<line x1="740.027" y1="-77.6989" length2="1.5" x2="740.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-59.6989" antialias="false"/> <dynamic_text z="53" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="764.027" text_width="-1" rotation="0" frame="false" y="-19.6989" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}">
<line x1="340.027" y1="-77.6989" length2="1.5" x2="340.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-59.6989" antialias="false"/> <text>SUPPLY: 24V DC</text>
<rect y="-99.6989" ry="0" width="16" x="652.027" style="line-style:normal;line-weight:normal;filling:none;color:black" height="14" antialias="false" rx="0"/> </dynamic_text>
<line x1="500.027" y1="-77.6989" length2="1.5" x2="500.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-59.6989" antialias="false"/> <line x2="740.027" x1="740.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line x1="180.027" y1="-77.6989" length2="1.5" x2="180.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-59.6989" antialias="false"/> <line x2="340.027" x1="340.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<arc y="-80.6989" width="6" angle="180" x="417.027" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="652.027" width="16" rx="0" y="-99.6989"/>
<text y="-89" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="654" text="17" rotation="0"/> <line x2="500.027" x1="500.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<arc y="-80.6989" width="6" angle="180" x="257.027" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true"/> <line x2="180.027" x1="180.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<arc y="-80.6989" width="6" angle="180" x="577.027" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="417.027" width="6" angle="180" y="-80.6989"/>
<line x1="260.027" y1="-85.6989" length2="1.5" x2="260.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-80.6989" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="654" rotation="0" text="17" y="-89"/>
<line x1="420.027" y1="-85.6989" length2="1.5" x2="420.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-80.6989" antialias="false"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="257.027" width="6" angle="180" y="-80.6989"/>
<rect y="-99.6989" ry="0" width="16" x="492.027" style="line-style:normal;line-weight:normal;filling:none;color:black" height="14" antialias="false" rx="0"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="577.027" width="6" angle="180" y="-80.6989"/>
<line x1="580.027" y1="-85.6989" length2="1.5" x2="580.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-80.6989" antialias="false"/> <line x2="260.027" x1="260.027" antialias="false" y2="-80.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.6989" length2="1.5"/>
<line x1="259.027" y1="-77.6989" length2="1.5" x2="259.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-72.6989" antialias="false"/> <line x2="420.027" x1="420.027" antialias="false" y2="-80.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.6989" length2="1.5"/>
<line x1="579.027" y1="-77.6989" length2="1.5" x2="579.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-72.6989" antialias="false"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="492.027" width="16" rx="0" y="-99.6989"/>
<line x1="419.027" y1="-77.6989" length2="1.5" x2="419.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-72.6989" antialias="false"/> <line x2="580.027" x1="580.027" antialias="false" y2="-80.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.6989" length2="1.5"/>
<text y="-88.7948" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="494.24" text="15" rotation="0"/> <line x2="259.027" x1="259.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line x1="261.027" y1="-77.6989" length2="1.5" x2="261.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-72.6989" antialias="false"/> <line x2="579.027" x1="579.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line x1="421.027" y1="-77.6989" length2="1.5" x2="421.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-72.6989" antialias="false"/> <line x2="419.027" x1="419.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line x1="581.027" y1="-77.6989" length2="1.5" x2="581.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-72.6989" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="494.24" rotation="0" text="15" y="-88.7948"/>
<line x1="420.027" y1="-77.6989" length2="1.5" x2="420.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-59.6989" antialias="false"/> <line x2="261.027" x1="261.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line x1="260.027" y1="-77.6989" length2="1.5" x2="260.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-59.6989" antialias="false"/> <line x2="421.027" x1="421.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line x1="580.027" y1="-77.6989" length2="1.5" x2="580.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-59.6989" antialias="false"/> <line x2="581.027" x1="581.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<polygon x1="865.027" y1="5.30106" y4="-56.6989" y6="-104.699" x3="860.027" closed="false" x2="865.027" style="line-style:normal;line-weight:normal;filling:none;color:black" y3="-54.6989" x4="870.027" y5="-59.6989" x5="865.027" x6="865.027" y2="-49.6989" antialias="true"/> <line x2="420.027" x1="420.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line x1="-0.0274295" y1="-100.001" length2="1.5" x2="864.973" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-100.001" antialias="false"/> <line x2="260.027" x1="260.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<rect y="-99.6989" ry="0" width="16" x="172.027" style="line-style:normal;line-weight:normal;filling:none;color:black" height="14" antialias="false" rx="0"/> <line x2="580.027" x1="580.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<text y="-88.7948" font="Sans Serif,8,-1,5,50,0,0,0,0,0" color="#000000" x="174.24" text="11" rotation="0"/> <polygon x2="865.027" closed="false" x1="865.027" antialias="true" y2="-49.6989" x3="860.027" x5="865.027" style="line-style:normal;line-weight:normal;filling:none;color:black" x6="865.027" y4="-56.6989" y6="-104.699" x4="870.027" y3="-54.6989" y1="5.30106" y5="-59.6989"/>
<arc y="-80.6989" width="6" angle="180" x="817.027" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="true"/> <line x2="864.973" x1="-0.0274295" antialias="false" y2="-100.001" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-100.001" length2="1.5"/>
<line x1="820.027" y1="-85.6989" length2="1.5" x2="820.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-80.6989" antialias="false"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="172.027" width="16" rx="0" y="-99.6989"/>
<line x1="819.027" y1="-77.6989" length2="1.5" x2="819.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-72.6989" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="174.24" rotation="0" text="11" y="-88.7948"/>
<line x1="821.027" y1="-77.6989" length2="1.5" x2="821.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-72.6989" antialias="false"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="817.027" width="6" angle="180" y="-80.6989"/>
<line x1="820.027" y1="-77.6989" length2="1.5" x2="820.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-59.6989" antialias="false"/> <line x2="820.027" x1="820.027" antialias="false" y2="-80.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.6989" length2="1.5"/>
<rect y="-59.6989" ry="0" width="100" x="170.027" style="line-style:normal;line-weight:normal;filling:none;color:black" height="20" antialias="false" rx="0"/> <line x2="819.027" x1="819.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line x1="170.027" y1="-39.6989" length2="1.5" x2="270.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-59.6989" antialias="false"/> <line x2="821.027" x1="821.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line x1="865.027" y1="0.301062" length2="1.5" x2="0.0274295" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="0.301062" antialias="false"/> <line x2="820.027" x1="820.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line x1="0.0274295" y1="-19.6989" length2="1.5" x2="865.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-19.6989" antialias="false"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="170.027" width="100" rx="0" y="-59.6989"/>
<line x1="660.027" y1="-104.699" length2="1.5" x2="660.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-99.6989" antialias="false"/> <line x2="270.027" x1="170.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-39.6989" length2="1.5"/>
<line x1="740.027" y1="-104.699" length2="1.5" x2="740.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-99.6989" antialias="false"/> <line x2="0.0274295" x1="865.027" antialias="false" y2="0.301062" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="0.301062" length2="1.5"/>
<line x1="820.027" y1="-104.699" length2="1.5" x2="820.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-99.6989" antialias="false"/> <line x2="865.027" x1="0.0274295" antialias="false" y2="-19.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-19.6989" length2="1.5"/>
<line x1="580.027" y1="-104.699" length2="1.5" x2="580.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-99.6989" antialias="false"/> <line x2="660.027" x1="660.027" antialias="false" y2="-99.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-104.699" length2="1.5"/>
<line x1="500.027" y1="-104.699" length2="1.5" x2="500.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-99.6989" antialias="false"/> <line x2="740.027" x1="740.027" antialias="false" y2="-99.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-104.699" length2="1.5"/>
<line x1="420.027" y1="-104.699" length2="1.5" x2="420.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-99.6989" antialias="false"/> <line x2="820.027" x1="820.027" antialias="false" y2="-99.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-104.699" length2="1.5"/>
<line x1="340.027" y1="-104.699" length2="1.5" x2="340.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-99.6989" antialias="false"/> <line x2="580.027" x1="580.027" antialias="false" y2="-99.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-104.699" length2="1.5"/>
<line x1="260.027" y1="-104.699" length2="1.5" x2="260.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-99.6989" antialias="false"/> <line x2="500.027" x1="500.027" antialias="false" y2="-99.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-104.699" length2="1.5"/>
<line x1="180.027" y1="-104.699" length2="1.5" x2="180.027" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-99.6989" antialias="false"/> <line x2="420.027" x1="420.027" antialias="false" y2="-99.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-104.699" length2="1.5"/>
<line x1="750.027" y1="-49.6989" length2="1.5" x2="820.027" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-49.6989" antialias="false"/> <line x2="340.027" x1="340.027" antialias="false" y2="-99.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-104.699" length2="1.5"/>
<line x1="820.027" y1="-49.6989" length2="1.5" x2="820.027" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-59.6989" antialias="false"/> <line x2="260.027" x1="260.027" antialias="false" y2="-99.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-104.699" length2="1.5"/>
<line x1="650.027" y1="-49.6989" length2="1.5" x2="590.027" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-49.6989" antialias="false"/> <line x2="180.027" x1="180.027" antialias="false" y2="-99.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-104.699" length2="1.5"/>
<line x1="270.027" y1="-49.6989" length2="1.5" x2="330.027" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-49.6989" antialias="false"/> <line x2="820.027" x1="750.027" antialias="false" y2="-49.6989" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.6989" length2="1.5"/>
<line x1="430.027" y1="-49.6989" length2="1.5" x2="490.027" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" end1="none" length1="1.5" y2="-49.6989" antialias="false"/> <line x2="820.027" x1="820.027" antialias="false" y2="-59.6989" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.6989" length2="1.5"/>
<terminal y="-104.699" orientation="n" x="740.027"/> <line x2="590.027" x1="650.027" antialias="false" y2="-49.6989" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.6989" length2="1.5"/>
<terminal y="-104.699" orientation="n" x="660.027"/> <line x2="330.027" x1="270.027" antialias="false" y2="-49.6989" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.6989" length2="1.5"/>
<terminal y="-104.699" orientation="n" x="580.027"/> <line x2="490.027" x1="430.027" antialias="false" y2="-49.6989" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.6989" length2="1.5"/>
<terminal y="-104.699" orientation="n" x="340.027"/> <terminal x="740.027" orientation="n" y="-104.699"/>
<terminal y="-104.699" orientation="n" x="820.027"/> <terminal x="660.027" orientation="n" y="-104.699"/>
<terminal y="-104.699" orientation="n" x="260.027"/> <terminal x="580.027" orientation="n" y="-104.699"/>
<terminal y="-104.699" orientation="n" x="500.027"/> <terminal x="340.027" orientation="n" y="-104.699"/>
<terminal y="-104.699" orientation="n" x="180.027"/> <terminal x="820.027" orientation="n" y="-104.699"/>
<terminal y="-104.699" orientation="n" x="420.027"/> <terminal x="260.027" orientation="n" y="-104.699"/>
<terminal x="500.027" orientation="n" y="-104.699"/>
<terminal x="180.027" orientation="n" y="-104.699"/>
<terminal x="420.027" orientation="n" y="-104.699"/>
</description> </description>
</definition> </definition>
@@ -1,155 +1,167 @@
<definition version="0.70" height="120" width="880" hotspot_x="7" orientation="dyyy" hotspot_y="111" link_type="simple" type="element"> <definition hotspot_y="110" type="element" height="120" link_type="simple" width="880" orientation="dyyy" version="0.80" hotspot_x="7">
<uuid uuid="{04e4e39d-d3b8-46af-8339-373c051f55ed}"/> <uuid uuid="{04dff288-b78c-48fd-b7f6-4cdce85a11d4}"/>
<names> <names>
<name lang="hu">1756-IF16 3/4</name> <name lang="hu">1756-IF16 3/4</name>
</names> </names>
<elementInformations/> <elementInformations>
<elementInformation name="supplier" show="1"></elementInformation>
<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="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>
</elementInformations>
<informations>dessine</informations> <informations>dessine</informations>
<description> <description>
<dynamic_text y="-19.9999" frame="false" x="5.00023" Valignment="AlignTop" text_from="UserText" font_size="9" font_family="Sans Serif" text_width="-1" z="1" Halignment="AlignLeft" rotation="0" uuid="{15fb4c53-253d-4dfd-8d0d-c58d303eb45c}"> <dynamic_text z="1" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="5.00023" text_width="-1" rotation="0" frame="false" y="-19.9999" uuid="{15fb4c53-253d-4dfd-8d0d-c58d303eb45c}">
<text>Allen-Bradley ControlLogix AI16 part 3 of 4</text> <text>Allen-Bradley ControlLogix AI16 part 3 of 4</text>
</dynamic_text> </dynamic_text>
<polygon y5="-59.9999" antialias="true" y4="-56.9999" x5="-0.0002" x2="-0.0002" x4="4.9998" x3="-5.0002" style="line-style:normal;line-weight:normal;filling:none;color:black" x6="-0.0002" y2="-49.9999" y3="-54.9999" closed="false" x1="-0.0002" y1="5.00003" y6="-105"/> <polygon x2="-0.0002" closed="false" x1="-0.0002" antialias="true" y2="-49.9999" x3="-5.0002" x5="-0.0002" style="line-style:normal;line-weight:normal;filling:none;color:black" x6="-0.0002" y4="-56.9999" y6="-105" x4="4.9998" y3="-54.9999" y1="5.00003" y5="-59.9999"/>
<dynamic_text y="-41.9999" frame="false" x="725" Valignment="AlignTop" text_from="UserText" font_size="7" font_family="Sans Serif" text_width="-1" z="2" Halignment="AlignLeft" rotation="0" uuid="{557eab90-dbf4-49c4-82d9-2fd4d75b581a}"> <dynamic_text z="2" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="725" text_width="-1" rotation="0" frame="false" y="-41.9999" uuid="{557eab90-dbf4-49c4-82d9-2fd4d75b581a}">
<text>IN-11</text> <text>IN-11</text>
</dynamic_text> </dynamic_text>
<rect y="-99.9999" ry="0" antialias="false" height="14" width="16" x="412" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="412" width="16" rx="0" y="-99.9999"/>
<rect y="-59.9999" ry="0" antialias="false" height="20" width="100" x="490" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="490" width="100" rx="0" y="-59.9999"/>
<dynamic_text y="-41.9999" frame="false" x="325" Valignment="AlignTop" text_from="UserText" font_size="7" font_family="Sans Serif" text_width="-1" z="5" Halignment="AlignLeft" rotation="0" uuid="{a2bf8553-ae03-42e1-ba0d-90b2aeecf6f2}"> <dynamic_text z="5" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="325" text_width="-1" rotation="0" frame="false" y="-41.9999" uuid="{a2bf8553-ae03-42e1-ba0d-90b2aeecf6f2}">
<text>i RTN-9</text> <text>i RTN-9</text>
</dynamic_text> </dynamic_text>
<arc y="-80.9999" antialias="true" height="6" width="6" x="177" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="180"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="177" width="6" angle="180" y="-80.9999"/>
<arc y="-80.9999" antialias="true" height="6" width="6" x="497" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="180"/> <dynamic_text z="7" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="165" text_width="-1" rotation="0" frame="false" y="-41.9999" uuid="{f740e0ce-ec50-460f-b4ed-e54f0d571a35}">
<dynamic_text y="-41.9999" frame="false" x="165" Valignment="AlignTop" text_from="UserText" font_size="7" font_family="Sans Serif" text_width="-1" z="7" Halignment="AlignLeft" rotation="0" uuid="{f740e0ce-ec50-460f-b4ed-e54f0d571a35}">
<text>i RTN-8</text> <text>i RTN-8</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-64.9999" frame="false" x="-44.9998" Valignment="AlignTop" text_from="UserText" font_size="9" font_family="Sans Serif" text_width="-1" z="8" Halignment="AlignLeft" rotation="0" uuid="{eb92b862-ca78-4030-a482-6a443278fa6d}"> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="497" width="6" angle="180" y="-80.9999"/>
<dynamic_text z="8" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="-44.9998" text_width="-1" rotation="0" frame="false" y="-64.9999" uuid="{eb92b862-ca78-4030-a482-6a443278fa6d}">
<text>/</text> <text>/</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-41.9999" frame="false" x="405" Valignment="AlignTop" text_from="UserText" font_size="7" font_family="Sans Serif" text_width="-1" z="9" Halignment="AlignLeft" rotation="0" uuid="{c8234bfd-e471-4327-a289-5a0aa5e22946}"> <dynamic_text z="9" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="405" text_width="-1" rotation="0" frame="false" y="-41.9999" uuid="{c8234bfd-e471-4327-a289-5a0aa5e22946}">
<text>IN-9</text> <text>IN-9</text>
</dynamic_text> </dynamic_text>
<rect y="-99.9999" ry="0" antialias="false" height="14" width="16" x="812" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <dynamic_text z="10" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="806.5" text_width="-1" rotation="0" frame="false" y="-41.9999" uuid="{8342974e-141c-413d-86d9-2ddd4c43b0be}">
<arc y="-80.9999" antialias="true" height="6" width="6" x="337" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="180"/>
<dynamic_text y="-41.9999" frame="false" x="806.5" Valignment="AlignTop" text_from="UserText" font_size="7" font_family="Sans Serif" text_width="-1" z="10" Halignment="AlignLeft" rotation="0" uuid="{8342974e-141c-413d-86d9-2ddd4c43b0be}">
<text>RTN</text> <text>RTN</text>
</dynamic_text> </dynamic_text>
<arc y="-80.9999" antialias="true" height="6" width="6" x="737" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="180"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="812" width="16" rx="0" y="-99.9999"/>
<arc y="-80.9999" antialias="true" height="6" width="6" x="657" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="180"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="337" width="6" angle="180" y="-80.9999"/>
<rect y="-99.9999" ry="0" antialias="false" height="14" width="16" x="252" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="737" width="6" angle="180" y="-80.9999"/>
<rect y="-59.9999" ry="0" antialias="false" height="20" width="100" x="650" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="657" width="6" angle="180" y="-80.9999"/>
<rect y="-59.9999" ry="0" antialias="false" height="20" width="100" x="330" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="252" width="16" rx="0" y="-99.9999"/>
<dynamic_text y="-41.9999" frame="false" x="645" Valignment="AlignTop" text_from="UserText" font_size="7" font_family="Sans Serif" text_width="-1" z="19" Halignment="AlignLeft" rotation="0" uuid="{60a02113-5cc9-4547-810e-79f9bafbf920}"> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="650" width="100" rx="0" y="-59.9999"/>
<rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="330" width="100" rx="0" y="-59.9999"/>
<dynamic_text z="19" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="645" text_width="-1" rotation="0" frame="false" y="-41.9999" uuid="{60a02113-5cc9-4547-810e-79f9bafbf920}">
<text>i RTN-11</text> <text>i RTN-11</text>
</dynamic_text> </dynamic_text>
<rect y="-99.9999" ry="0" antialias="false" height="14" width="16" x="732" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <dynamic_text z="20" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="565" text_width="-1" rotation="0" frame="false" y="-41.9999" uuid="{d9d75a0f-eeda-4f80-b990-eb1c27c747be}">
<dynamic_text y="-41.9999" frame="false" x="565" Valignment="AlignTop" text_from="UserText" font_size="7" font_family="Sans Serif" text_width="-1" z="20" Halignment="AlignLeft" rotation="0" uuid="{d9d75a0f-eeda-4f80-b990-eb1c27c747be}">
<text>IN-10</text> <text>IN-10</text>
</dynamic_text> </dynamic_text>
<line length2="1.5" antialias="false" length1="1.5" x2="500" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-80.9999" x1="500" y1="-85.9999" end1="none"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="732" width="16" rx="0" y="-99.9999"/>
<dynamic_text y="-41.9999" frame="false" x="485" Valignment="AlignTop" text_from="UserText" font_size="7" font_family="Sans Serif" text_width="-1" z="21" Halignment="AlignLeft" rotation="0" uuid="{10707eae-665e-4959-8892-689f6fc18803}"> <dynamic_text z="21" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="485" text_width="-1" rotation="0" frame="false" y="-41.9999" uuid="{10707eae-665e-4959-8892-689f6fc18803}">
<text>i RTN-10</text> <text>i RTN-10</text>
</dynamic_text> </dynamic_text>
<line length2="1.5" antialias="false" length1="1.5" x2="340" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-80.9999" x1="340" y1="-85.9999" end1="none"/> <dynamic_text z="22" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="246" text_width="-1" rotation="0" frame="false" y="-41.9999" uuid="{71e73458-8089-4445-9534-4c6c7d2f95a4}">
<dynamic_text y="-41.9999" frame="false" x="246" Valignment="AlignTop" text_from="UserText" font_size="7" font_family="Sans Serif" text_width="-1" z="22" Halignment="AlignLeft" rotation="0" uuid="{71e73458-8089-4445-9534-4c6c7d2f95a4}">
<text>IN-8</text> <text>IN-8</text>
</dynamic_text> </dynamic_text>
<rect y="-99.9999" ry="0" antialias="false" height="14" width="16" x="572" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <line x2="500" x1="500" antialias="false" y2="-80.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="180" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-80.9999" x1="180" y1="-85.9999" end1="none"/> <line x2="340" x1="340" antialias="false" y2="-80.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="740" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-80.9999" x1="740" y1="-85.9999" end1="none"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="572" width="16" rx="0" y="-99.9999"/>
<text y="-89.0958" x="254.213" size="8" text="20"/> <line x2="180" x1="180" antialias="false" y2="-80.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="750" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="650" y1="-39.9999" end1="none"/> <line x2="740" x1="740" antialias="false" y2="-80.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="430" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="330" y1="-39.9999" end1="none"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="254.213" rotation="0" text="20" y="-89.0958"/>
<line length2="1.5" antialias="false" length1="1.5" x2="660" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-80.9999" x1="660" y1="-85.9999" end1="none"/> <line x2="750" x1="650" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-39.9999" length2="1.5"/>
<text y="-89.0958" x="814.213" size="8" text="27"/> <line x2="430" x1="330" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-39.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="590" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="490" y1="-39.9999" end1="none"/> <line x2="660" x1="660" antialias="false" y2="-80.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.9999" length2="1.5"/>
<text y="-89.0958" x="414.213" size="8" text="22"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="814.213" rotation="0" text="27" y="-89.0958"/>
<line length2="1.5" antialias="false" length1="1.5" x2="339" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="339" y1="-77.9999" end1="none"/> <line x2="590" x1="490" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-39.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="659" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="659" y1="-77.9999" end1="none"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="414.213" rotation="0" text="22" y="-89.0958"/>
<rect y="-99.9999" ry="0" antialias="false" height="14" width="16" x="332" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <line x2="339" x1="339" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="739" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="739" y1="-77.9999" end1="none"/> <line x2="659" x1="659" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<dynamic_text y="-89.9999" frame="false" x="10.0002" Valignment="AlignTop" text_from="UserText" font_size="9" font_family="Sans Serif" text_width="-1" z="40" Halignment="AlignLeft" rotation="0" uuid="{5f820735-d0c0-4e3b-b523-772e1c66b2e0}"> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="332" width="16" rx="0" y="-99.9999"/>
<line x2="739" x1="739" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<dynamic_text z="40" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="10.0002" text_width="-1" rotation="0" frame="false" y="-89.9999" uuid="{5f820735-d0c0-4e3b-b523-772e1c66b2e0}">
<text>1756-IF16 [IN 3/4]</text> <text>1756-IF16 [IN 3/4]</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-95.9999" frame="false" x="869" Valignment="AlignTop" text_from="ElementInfo" font_size="9" font_family="Sans Serif" text_width="-1" z="41" Halignment="AlignLeft" rotation="0" uuid="{3e5e75ad-138f-40f6-afa5-7790cdd1c8c1}"> <dynamic_text z="41" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="ElementInfo" x="869" text_width="-1" rotation="0" frame="false" y="-95.9999" uuid="{3e5e75ad-138f-40f6-afa5-7790cdd1c8c1}">
<text></text> <text></text>
<info_name>label</info_name> <info_name>label</info_name>
</dynamic_text> </dynamic_text>
<line length2="1.5" antialias="false" length1="1.5" x2="179" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="179" y1="-77.9999" end1="none"/> <line x2="179" x1="179" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="499" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="499" y1="-77.9999" end1="none"/> <line x2="499" x1="499" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<text y="-89.0958" x="734.213" size="8" text="26"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="734.213" rotation="0" text="26" y="-89.0958"/>
<line length2="1.5" antialias="false" length1="1.5" x2="341" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="341" y1="-77.9999" end1="none"/> <line x2="341" x1="341" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<text y="-89.0958" x="334.213" size="8" text="21"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="334.213" rotation="0" text="21" y="-89.0958"/>
<line length2="1.5" antialias="false" length1="1.5" x2="741" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="741" y1="-77.9999" end1="none"/> <line x2="741" x1="741" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="661" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="661" y1="-77.9999" end1="none"/> <line x2="661" x1="661" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="181" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="181" y1="-77.9999" end1="none"/> <line x2="181" x1="181" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<text y="-89.9999" x="574" size="8" text="24"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="574" rotation="0" text="24" y="-89.9999"/>
<line length2="1.5" antialias="false" length1="1.5" x2="501" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="501" y1="-77.9999" end1="none"/> <line x2="501" x1="501" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="660" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="660" y1="-77.9999" end1="none"/> <line x2="660" x1="660" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<dynamic_text y="-19.9999" frame="false" x="764" Valignment="AlignTop" text_from="UserText" font_size="8" font_family="Sans Serif" text_width="-1" z="53" Halignment="AlignLeft" rotation="0" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}"> <dynamic_text z="53" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="590" text_width="-1" rotation="0" frame="false" y="-19.9999" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}">
<text>SUPPLY: 24V DC</text>
</dynamic_text>
<dynamic_text y="-19.9999" frame="false" x="590" Valignment="AlignTop" text_from="UserText" font_size="8" font_family="Sans Serif" text_width="-1" z="53" Halignment="AlignLeft" rotation="0" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}">
<text>LOGICAL SLOT:_</text> <text>LOGICAL SLOT:_</text>
</dynamic_text> </dynamic_text>
<line length2="1.5" antialias="false" length1="1.5" x2="740" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="740" y1="-77.9999" end1="none"/> <dynamic_text z="53" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="764" text_width="-1" rotation="0" frame="false" y="-19.9999" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}">
<line length2="1.5" antialias="false" length1="1.5" x2="340" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="340" y1="-77.9999" end1="none"/> <text>SUPPLY: 24V DC</text>
<rect y="-99.9999" ry="0" antialias="false" height="14" width="16" x="652" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> </dynamic_text>
<line length2="1.5" antialias="false" length1="1.5" x2="500" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="500" y1="-77.9999" end1="none"/> <line x2="740" x1="740" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="180" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="180" y1="-77.9999" end1="none"/> <line x2="340" x1="340" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<arc y="-80.9999" antialias="true" height="6" width="6" x="417" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="180"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="652" width="16" rx="0" y="-99.9999"/>
<text y="-89.301" x="653.973" size="8" text="25"/> <line x2="500" x1="500" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<arc y="-80.9999" antialias="true" height="6" width="6" x="257" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="180"/> <line x2="180" x1="180" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<arc y="-80.9999" antialias="true" height="6" width="6" x="577" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="180"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="417" width="6" angle="180" y="-80.9999"/>
<line length2="1.5" antialias="false" length1="1.5" x2="260" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-80.9999" x1="260" y1="-85.9999" end1="none"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="653.973" rotation="0" text="25" y="-89.301"/>
<line length2="1.5" antialias="false" length1="1.5" x2="420" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-80.9999" x1="420" y1="-85.9999" end1="none"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="257" width="6" angle="180" y="-80.9999"/>
<rect y="-99.9999" ry="0" antialias="false" height="14" width="16" x="492" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="577" width="6" angle="180" y="-80.9999"/>
<line length2="1.5" antialias="false" length1="1.5" x2="580" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-80.9999" x1="580" y1="-85.9999" end1="none"/> <line x2="260" x1="260" antialias="false" y2="-80.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="259" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="259" y1="-77.9999" end1="none"/> <line x2="420" x1="420" antialias="false" y2="-80.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="579" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="579" y1="-77.9999" end1="none"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="492" width="16" rx="0" y="-99.9999"/>
<line length2="1.5" antialias="false" length1="1.5" x2="419" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="419" y1="-77.9999" end1="none"/> <line x2="580" x1="580" antialias="false" y2="-80.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.9999" length2="1.5"/>
<text y="-89.0958" x="494.213" size="8" text="23"/> <line x2="259" x1="259" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="261" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="261" y1="-77.9999" end1="none"/> <line x2="579" x1="579" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="421" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="421" y1="-77.9999" end1="none"/> <line x2="419" x1="419" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="581" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="581" y1="-77.9999" end1="none"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="494.213" rotation="0" text="23" y="-89.0958"/>
<line length2="1.5" antialias="false" length1="1.5" x2="420" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="420" y1="-77.9999" end1="none"/> <line x2="261" x1="261" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="260" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="260" y1="-77.9999" end1="none"/> <line x2="421" x1="421" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="580" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="580" y1="-77.9999" end1="none"/> <line x2="581" x1="581" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<polygon y5="-59.9999" antialias="true" y4="-56.9999" x5="865" x2="865" x4="870" x3="860" style="line-style:normal;line-weight:normal;filling:none;color:black" x6="865" y2="-49.9999" y3="-54.9999" closed="false" x1="865" y1="5.00003" y6="-105"/> <line x2="420" x1="420" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="864.946" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-100.302" x1="-0.0546295" y1="-100.302" end1="none"/> <line x2="260" x1="260" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<rect y="-99.9999" ry="0" antialias="false" height="14" width="16" x="172" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <line x2="580" x1="580" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<text y="-89.0958" x="174.213" size="8" text="19"/> <polygon x2="865" closed="false" x1="865" antialias="true" y2="-49.9999" x3="860" x5="865" style="line-style:normal;line-weight:normal;filling:none;color:black" x6="865" y4="-56.9999" y6="-105" x4="870" y3="-54.9999" y1="5.00003" y5="-59.9999"/>
<arc y="-80.9999" antialias="true" height="6" width="6" x="817" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="180"/> <line x2="864.946" x1="-0.0546295" antialias="false" y2="-100.302" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-100.302" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="820" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-80.9999" x1="820" y1="-85.9999" end1="none"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="172" width="16" rx="0" y="-99.9999"/>
<line length2="1.5" antialias="false" length1="1.5" x2="819" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="819" y1="-77.9999" end1="none"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="174.213" rotation="0" text="19" y="-89.0958"/>
<line length2="1.5" antialias="false" length1="1.5" x2="821" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="821" y1="-77.9999" end1="none"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="817" width="6" angle="180" y="-80.9999"/>
<line length2="1.5" antialias="false" length1="1.5" x2="820" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="820" y1="-77.9999" end1="none"/> <line x2="820" x1="820" antialias="false" y2="-80.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.9999" length2="1.5"/>
<rect y="-59.9999" ry="0" antialias="false" height="20" width="100" x="170" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <line x2="819" x1="819" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="270" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="170" y1="-39.9999" end1="none"/> <line x2="821" x1="821" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="0.0002295" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="3.2e-05" x1="865" y1="3.2e-05" end1="none"/> <line x2="820" x1="820" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="865" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-19.9999" x1="0.0002295" y1="-19.9999" end1="none"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="170" width="100" rx="0" y="-59.9999"/>
<line length2="1.5" antialias="false" length1="1.5" x2="660" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-99.9999" x1="660" y1="-105" end1="none"/> <line x2="270" x1="170" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-39.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="740" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-99.9999" x1="740" y1="-105" end1="none"/> <line x2="0.0002295" x1="865" antialias="false" y2="3.2e-05" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="3.2e-05" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="820" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-99.9999" x1="820" y1="-105" end1="none"/> <line x2="865" x1="0.0002295" antialias="false" y2="-19.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-19.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="580" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-99.9999" x1="580" y1="-105" end1="none"/> <line x2="660" x1="660" antialias="false" y2="-99.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="500" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-99.9999" x1="500" y1="-105" end1="none"/> <line x2="740" x1="740" antialias="false" y2="-99.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="420" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-99.9999" x1="420" y1="-105" end1="none"/> <line x2="820" x1="820" antialias="false" y2="-99.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="340" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-99.9999" x1="340" y1="-105" end1="none"/> <line x2="580" x1="580" antialias="false" y2="-99.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="260" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-99.9999" x1="260" y1="-105" end1="none"/> <line x2="500" x1="500" antialias="false" y2="-99.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="180" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-99.9999" x1="180" y1="-105" end1="none"/> <line x2="420" x1="420" antialias="false" y2="-99.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="820" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" y2="-49.9999" x1="750" y1="-49.9999" end1="none"/> <line x2="340" x1="340" antialias="false" y2="-99.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="820" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="820" y1="-49.9999" end1="none"/> <line x2="260" x1="260" antialias="false" y2="-99.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="590" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" y2="-49.9999" x1="650" y1="-49.9999" end1="none"/> <line x2="180" x1="180" antialias="false" y2="-99.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="330" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" y2="-49.9999" x1="270" y1="-49.9999" end1="none"/> <line x2="820" x1="750" antialias="false" y2="-49.9999" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="490" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" y2="-49.9999" x1="430" y1="-49.9999" end1="none"/> <line x2="820" x1="820" antialias="false" y2="-59.9999" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.9999" length2="1.5"/>
<terminal y="-105" x="740" orientation="n"/> <line x2="590" x1="650" antialias="false" y2="-49.9999" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.9999" length2="1.5"/>
<terminal y="-105" x="660" orientation="n"/> <line x2="330" x1="270" antialias="false" y2="-49.9999" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.9999" length2="1.5"/>
<terminal y="-105" x="580" orientation="n"/> <line x2="490" x1="430" antialias="false" y2="-49.9999" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.9999" length2="1.5"/>
<terminal y="-105" x="340" orientation="n"/> <terminal x="740" orientation="n" y="-105"/>
<terminal y="-105" x="820" orientation="n"/> <terminal x="660" orientation="n" y="-105"/>
<terminal y="-105" x="260" orientation="n"/> <terminal x="580" orientation="n" y="-105"/>
<terminal y="-105" x="500" orientation="n"/> <terminal x="340" orientation="n" y="-105"/>
<terminal y="-105" x="180" orientation="n"/> <terminal x="820" orientation="n" y="-105"/>
<terminal y="-105" x="420" orientation="n"/> <terminal x="260" orientation="n" y="-105"/>
<terminal x="500" orientation="n" y="-105"/>
<terminal x="180" orientation="n" y="-105"/>
<terminal x="420" orientation="n" y="-105"/>
</description> </description>
</definition> </definition>
@@ -1,155 +1,167 @@
<definition version="0.70" height="120" width="880" hotspot_x="10" orientation="dyyy" hotspot_y="111" link_type="simple" type="element"> <definition hotspot_y="110" type="element" height="120" link_type="simple" width="880" orientation="dyyy" version="0.80" hotspot_x="10">
<uuid uuid="{7c2089b6-432d-4b94-9dc4-f396d00cd509}"/> <uuid uuid="{d34fb78b-13f6-4706-905a-af36bc788a9f}"/>
<names> <names>
<name lang="hu">1756-IF16 4/4</name> <name lang="hu">1756-IF16 4/4</name>
</names> </names>
<elementInformations/> <elementInformations>
<elementInformation name="supplier" show="1"></elementInformation>
<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="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>
</elementInformations>
<informations>dessine</informations> <informations>dessine</informations>
<description> <description>
<dynamic_text y="-19.9999" frame="false" x="5.00013" Valignment="AlignTop" text_from="UserText" font_size="9" font_family="Sans Serif" text_width="-1" z="1" Halignment="AlignLeft" rotation="0" uuid="{15fb4c53-253d-4dfd-8d0d-c58d303eb45c}"> <dynamic_text z="1" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="5.00013" text_width="-1" rotation="0" frame="false" y="-19.9999" uuid="{15fb4c53-253d-4dfd-8d0d-c58d303eb45c}">
<text>Allen-Bradley ControlLogix AI16 part 4 of 4</text> <text>Allen-Bradley ControlLogix AI16 part 4 of 4</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-41.9999" frame="false" x="725" Valignment="AlignTop" text_from="UserText" font_size="7" font_family="Sans Serif" text_width="-1" z="2" Halignment="AlignLeft" rotation="0" uuid="{557eab90-dbf4-49c4-82d9-2fd4d75b581a}"> <dynamic_text z="2" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="725" text_width="-1" rotation="0" frame="false" y="-41.9999" uuid="{557eab90-dbf4-49c4-82d9-2fd4d75b581a}">
<text>IN-15</text> <text>IN-15</text>
</dynamic_text> </dynamic_text>
<polygon y5="-59.9999" antialias="true" y4="-56.9999" x5="-0.0003" x2="-0.0003" x4="4.9997" x3="-5.0003" style="line-style:normal;line-weight:normal;filling:none;color:black" x6="-0.0003" y2="-49.9999" y3="-54.9999" closed="false" x1="-0.0003" y1="5.00002" y6="-105"/> <polygon x2="-0.0003" closed="false" x1="-0.0003" antialias="true" y2="-49.9999" x3="-5.0003" x5="-0.0003" style="line-style:normal;line-weight:normal;filling:none;color:black" x6="-0.0003" y4="-56.9999" y6="-105" x4="4.9997" y3="-54.9999" y1="5.00002" y5="-59.9999"/>
<rect y="-99.9999" ry="0" antialias="false" height="14" width="16" x="412" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="412" width="16" rx="0" y="-99.9999"/>
<rect y="-59.9999" ry="0" antialias="false" height="20" width="100" x="490" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="490" width="100" rx="0" y="-59.9999"/>
<dynamic_text y="-41.9999" frame="false" x="325" Valignment="AlignTop" text_from="UserText" font_size="7" font_family="Sans Serif" text_width="-1" z="5" Halignment="AlignLeft" rotation="0" uuid="{a2bf8553-ae03-42e1-ba0d-90b2aeecf6f2}"> <dynamic_text z="5" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="325" text_width="-1" rotation="0" frame="false" y="-41.9999" uuid="{a2bf8553-ae03-42e1-ba0d-90b2aeecf6f2}">
<text>i RTN-13</text> <text>i RTN-13</text>
</dynamic_text> </dynamic_text>
<arc y="-80.9999" antialias="true" height="6" width="6" x="177" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="180"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="177" width="6" angle="180" y="-80.9999"/>
<dynamic_text y="-41.9999" frame="false" x="165" Valignment="AlignTop" text_from="UserText" font_size="7" font_family="Sans Serif" text_width="-1" z="7" Halignment="AlignLeft" rotation="0" uuid="{f740e0ce-ec50-460f-b4ed-e54f0d571a35}"> <dynamic_text z="7" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="165" text_width="-1" rotation="0" frame="false" y="-41.9999" uuid="{f740e0ce-ec50-460f-b4ed-e54f0d571a35}">
<text>i RTN-12</text> <text>i RTN-12</text>
</dynamic_text> </dynamic_text>
<arc y="-80.9999" antialias="true" height="6" width="6" x="497" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="180"/> <dynamic_text z="8" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="-44.9999" text_width="-1" rotation="0" frame="false" y="-64.9999" uuid="{eb92b862-ca78-4030-a482-6a443278fa6d}">
<dynamic_text y="-64.9999" frame="false" x="-44.9999" Valignment="AlignTop" text_from="UserText" font_size="9" font_family="Sans Serif" text_width="-1" z="8" Halignment="AlignLeft" rotation="0" uuid="{eb92b862-ca78-4030-a482-6a443278fa6d}">
<text>/</text> <text>/</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-41.9999" frame="false" x="405" Valignment="AlignTop" text_from="UserText" font_size="7" font_family="Sans Serif" text_width="-1" z="9" Halignment="AlignLeft" rotation="0" uuid="{c8234bfd-e471-4327-a289-5a0aa5e22946}"> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="497" width="6" angle="180" y="-80.9999"/>
<dynamic_text z="9" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="405" text_width="-1" rotation="0" frame="false" y="-41.9999" uuid="{c8234bfd-e471-4327-a289-5a0aa5e22946}">
<text>IN-13</text> <text>IN-13</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-41.9999" frame="false" x="806.5" Valignment="AlignTop" text_from="UserText" font_size="7" font_family="Sans Serif" text_width="-1" z="10" Halignment="AlignLeft" rotation="0" uuid="{8342974e-141c-413d-86d9-2ddd4c43b0be}"> <dynamic_text z="10" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="806.5" text_width="-1" rotation="0" frame="false" y="-41.9999" uuid="{8342974e-141c-413d-86d9-2ddd4c43b0be}">
<text>RTN</text> <text>RTN</text>
</dynamic_text> </dynamic_text>
<rect y="-99.9999" ry="0" antialias="false" height="14" width="16" x="812" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="812" width="16" rx="0" y="-99.9999"/>
<arc y="-80.9999" antialias="true" height="6" width="6" x="337" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="180"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="337" width="6" angle="180" y="-80.9999"/>
<arc y="-80.9999" antialias="true" height="6" width="6" x="737" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="180"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="737" width="6" angle="180" y="-80.9999"/>
<arc y="-80.9999" antialias="true" height="6" width="6" x="657" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="180"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="657" width="6" angle="180" y="-80.9999"/>
<rect y="-99.9999" ry="0" antialias="false" height="14" width="16" x="252" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="252" width="16" rx="0" y="-99.9999"/>
<rect y="-59.9999" ry="0" antialias="false" height="20" width="100" x="650" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="650" width="100" rx="0" y="-59.9999"/>
<rect y="-59.9999" ry="0" antialias="false" height="20" width="100" x="330" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="330" width="100" rx="0" y="-59.9999"/>
<dynamic_text y="-41.9999" frame="false" x="645" Valignment="AlignTop" text_from="UserText" font_size="7" font_family="Sans Serif" text_width="-1" z="19" Halignment="AlignLeft" rotation="0" uuid="{60a02113-5cc9-4547-810e-79f9bafbf920}"> <dynamic_text z="19" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="645" text_width="-1" rotation="0" frame="false" y="-41.9999" uuid="{60a02113-5cc9-4547-810e-79f9bafbf920}">
<text>i RTN-15</text> <text>i RTN-15</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-41.9999" frame="false" x="565" Valignment="AlignTop" text_from="UserText" font_size="7" font_family="Sans Serif" text_width="-1" z="20" Halignment="AlignLeft" rotation="0" uuid="{d9d75a0f-eeda-4f80-b990-eb1c27c747be}"> <dynamic_text z="20" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="565" text_width="-1" rotation="0" frame="false" y="-41.9999" uuid="{d9d75a0f-eeda-4f80-b990-eb1c27c747be}">
<text>IN-14</text> <text>IN-14</text>
</dynamic_text> </dynamic_text>
<rect y="-99.9999" ry="0" antialias="false" height="14" width="16" x="732" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <dynamic_text z="21" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="485" text_width="-1" rotation="0" frame="false" y="-41.9999" uuid="{10707eae-665e-4959-8892-689f6fc18803}">
<dynamic_text y="-41.9999" frame="false" x="485" Valignment="AlignTop" text_from="UserText" font_size="7" font_family="Sans Serif" text_width="-1" z="21" Halignment="AlignLeft" rotation="0" uuid="{10707eae-665e-4959-8892-689f6fc18803}">
<text>i RTN-14</text> <text>i RTN-14</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-41.9999" frame="false" x="246" Valignment="AlignTop" text_from="UserText" font_size="7" font_family="Sans Serif" text_width="-1" z="22" Halignment="AlignLeft" rotation="0" uuid="{71e73458-8089-4445-9534-4c6c7d2f95a4}"> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="732" width="16" rx="0" y="-99.9999"/>
<dynamic_text z="22" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="246" text_width="-1" rotation="0" frame="false" y="-41.9999" uuid="{71e73458-8089-4445-9534-4c6c7d2f95a4}">
<text>IN-12</text> <text>IN-12</text>
</dynamic_text> </dynamic_text>
<line length2="1.5" antialias="false" length1="1.5" x2="500" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-80.9999" x1="500" y1="-85.9999" end1="none"/> <line x2="500" x1="500" antialias="false" y2="-80.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="340" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-80.9999" x1="340" y1="-85.9999" end1="none"/> <line x2="340" x1="340" antialias="false" y2="-80.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.9999" length2="1.5"/>
<rect y="-99.9999" ry="0" antialias="false" height="14" width="16" x="572" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="572" width="16" rx="0" y="-99.9999"/>
<line length2="1.5" antialias="false" length1="1.5" x2="180" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-80.9999" x1="180" y1="-85.9999" end1="none"/> <line x2="180" x1="180" antialias="false" y2="-80.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="740" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-80.9999" x1="740" y1="-85.9999" end1="none"/> <line x2="740" x1="740" antialias="false" y2="-80.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.9999" length2="1.5"/>
<text y="-89.0958" x="254.213" size="8" text="30"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="254.213" rotation="0" text="30" y="-89.0958"/>
<line length2="1.5" antialias="false" length1="1.5" x2="750" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="650" y1="-39.9999" end1="none"/> <line x2="750" x1="650" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-39.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="430" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="330" y1="-39.9999" end1="none"/> <line x2="430" x1="330" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-39.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="660" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-80.9999" x1="660" y1="-85.9999" end1="none"/> <line x2="660" x1="660" antialias="false" y2="-80.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.9999" length2="1.5"/>
<text y="-89.0958" x="814.213" size="8" text="28"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="814.213" rotation="0" text="28" y="-89.0958"/>
<line length2="1.5" antialias="false" length1="1.5" x2="590" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="490" y1="-39.9999" end1="none"/> <line x2="590" x1="490" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-39.9999" length2="1.5"/>
<text y="-89.0958" x="414.213" size="8" text="32"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="414.213" rotation="0" text="32" y="-89.0958"/>
<line length2="1.5" antialias="false" length1="1.5" x2="339" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="339" y1="-77.9999" end1="none"/> <line x2="339" x1="339" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="659" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="659" y1="-77.9999" end1="none"/> <line x2="659" x1="659" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<rect y="-99.9999" ry="0" antialias="false" height="14" width="16" x="332" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="332" width="16" rx="0" y="-99.9999"/>
<line length2="1.5" antialias="false" length1="1.5" x2="739" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="739" y1="-77.9999" end1="none"/> <line x2="739" x1="739" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<dynamic_text y="-89.9999" frame="false" x="10.0001" Valignment="AlignTop" text_from="UserText" font_size="9" font_family="Sans Serif" text_width="-1" z="40" Halignment="AlignLeft" rotation="0" uuid="{5f820735-d0c0-4e3b-b523-772e1c66b2e0}"> <dynamic_text z="40" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="10.0001" text_width="-1" rotation="0" frame="false" y="-89.9999" uuid="{5f820735-d0c0-4e3b-b523-772e1c66b2e0}">
<text>1756-IF16 [IN 4/4]</text> <text>1756-IF16 [IN 4/4]</text>
</dynamic_text> </dynamic_text>
<dynamic_text y="-95.9999" frame="false" x="869" Valignment="AlignTop" text_from="ElementInfo" font_size="9" font_family="Sans Serif" text_width="-1" z="41" Halignment="AlignLeft" rotation="0" uuid="{3e5e75ad-138f-40f6-afa5-7790cdd1c8c1}"> <dynamic_text z="41" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="ElementInfo" x="869" text_width="-1" rotation="0" frame="false" y="-95.9999" uuid="{3e5e75ad-138f-40f6-afa5-7790cdd1c8c1}">
<text></text> <text></text>
<info_name>label</info_name> <info_name>label</info_name>
</dynamic_text> </dynamic_text>
<line length2="1.5" antialias="false" length1="1.5" x2="179" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="179" y1="-77.9999" end1="none"/> <line x2="179" x1="179" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="499" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="499" y1="-77.9999" end1="none"/> <line x2="499" x1="499" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<text y="-89.0958" x="734.213" size="8" text="36"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="734.213" rotation="0" text="36" y="-89.0958"/>
<line length2="1.5" antialias="false" length1="1.5" x2="341" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="341" y1="-77.9999" end1="none"/> <line x2="341" x1="341" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<text y="-89.0958" x="334.213" size="8" text="31"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="334.213" rotation="0" text="31" y="-89.0958"/>
<line length2="1.5" antialias="false" length1="1.5" x2="741" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="741" y1="-77.9999" end1="none"/> <line x2="741" x1="741" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="661" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="661" y1="-77.9999" end1="none"/> <line x2="661" x1="661" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="181" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="181" y1="-77.9999" end1="none"/> <line x2="181" x1="181" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<text y="-89.9999" x="574" size="8" text="34"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="574" rotation="0" text="34" y="-89.9999"/>
<line length2="1.5" antialias="false" length1="1.5" x2="501" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="501" y1="-77.9999" end1="none"/> <line x2="501" x1="501" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="660" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="660" y1="-77.9999" end1="none"/> <line x2="660" x1="660" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<dynamic_text y="-19.9999" frame="false" x="764" Valignment="AlignTop" text_from="UserText" font_size="8" font_family="Sans Serif" text_width="-1" z="53" Halignment="AlignLeft" rotation="0" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}"> <dynamic_text z="53" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="590" text_width="-1" rotation="0" frame="false" y="-19.9999" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}">
<text>SUPPLY: 24V DC</text>
</dynamic_text>
<dynamic_text y="-19.9999" frame="false" x="590" Valignment="AlignTop" text_from="UserText" font_size="8" font_family="Sans Serif" text_width="-1" z="53" Halignment="AlignLeft" rotation="0" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}">
<text>LOGICAL SLOT:_</text> <text>LOGICAL SLOT:_</text>
</dynamic_text> </dynamic_text>
<line length2="1.5" antialias="false" length1="1.5" x2="740" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="740" y1="-77.9999" end1="none"/> <dynamic_text z="53" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" text_from="UserText" x="764" text_width="-1" rotation="0" frame="false" y="-19.9999" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}">
<line length2="1.5" antialias="false" length1="1.5" x2="340" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="340" y1="-77.9999" end1="none"/> <text>SUPPLY: 24V DC</text>
<rect y="-99.9999" ry="0" antialias="false" height="14" width="16" x="652" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> </dynamic_text>
<line length2="1.5" antialias="false" length1="1.5" x2="500" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="500" y1="-77.9999" end1="none"/> <line x2="740" x1="740" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="180" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="180" y1="-77.9999" end1="none"/> <line x2="340" x1="340" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<arc y="-80.9999" antialias="true" height="6" width="6" x="417" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="180"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="652" width="16" rx="0" y="-99.9999"/>
<text y="-89.301" x="653.973" size="8" text="35"/> <line x2="500" x1="500" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<arc y="-80.9999" antialias="true" height="6" width="6" x="257" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="180"/> <line x2="180" x1="180" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<arc y="-80.9999" antialias="true" height="6" width="6" x="577" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="180"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="417" width="6" angle="180" y="-80.9999"/>
<line length2="1.5" antialias="false" length1="1.5" x2="260" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-80.9999" x1="260" y1="-85.9999" end1="none"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="653.973" rotation="0" text="35" y="-89.301"/>
<line length2="1.5" antialias="false" length1="1.5" x2="420" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-80.9999" x1="420" y1="-85.9999" end1="none"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="257" width="6" angle="180" y="-80.9999"/>
<rect y="-99.9999" ry="0" antialias="false" height="14" width="16" x="492" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="577" width="6" angle="180" y="-80.9999"/>
<line length2="1.5" antialias="false" length1="1.5" x2="580" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-80.9999" x1="580" y1="-85.9999" end1="none"/> <line x2="260" x1="260" antialias="false" y2="-80.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="259" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="259" y1="-77.9999" end1="none"/> <line x2="420" x1="420" antialias="false" y2="-80.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="579" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="579" y1="-77.9999" end1="none"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="492" width="16" rx="0" y="-99.9999"/>
<line length2="1.5" antialias="false" length1="1.5" x2="419" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="419" y1="-77.9999" end1="none"/> <line x2="580" x1="580" antialias="false" y2="-80.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.9999" length2="1.5"/>
<text y="-89.0958" x="494.213" size="8" text="33"/> <line x2="259" x1="259" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="261" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="261" y1="-77.9999" end1="none"/> <line x2="579" x1="579" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="421" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="421" y1="-77.9999" end1="none"/> <line x2="419" x1="419" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="581" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="581" y1="-77.9999" end1="none"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="494.213" rotation="0" text="33" y="-89.0958"/>
<line length2="1.5" antialias="false" length1="1.5" x2="420" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="420" y1="-77.9999" end1="none"/> <line x2="261" x1="261" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="260" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="260" y1="-77.9999" end1="none"/> <line x2="421" x1="421" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="580" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="580" y1="-77.9999" end1="none"/> <line x2="581" x1="581" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="864.946" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-100.302" x1="-0.0547295" y1="-100.302" end1="none"/> <line x2="420" x1="420" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<rect y="-99.9999" ry="0" antialias="false" height="14" width="16" x="172" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <line x2="260" x1="260" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<text y="-89.0958" x="174.213" size="8" text="29"/> <line x2="580" x1="580" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<arc y="-80.9999" antialias="true" height="6" width="6" x="817" start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="180"/> <line x2="864.946" x1="-0.0547295" antialias="false" y2="-100.302" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-100.302" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="820" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-80.9999" x1="820" y1="-85.9999" end1="none"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="172" width="16" rx="0" y="-99.9999"/>
<line length2="1.5" antialias="false" length1="1.5" x2="819" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="819" y1="-77.9999" end1="none"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="174.213" rotation="0" text="29" y="-89.0958"/>
<line length2="1.5" antialias="false" length1="1.5" x2="821" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-72.9999" x1="821" y1="-77.9999" end1="none"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="817" width="6" angle="180" y="-80.9999"/>
<line length2="1.5" antialias="false" length1="1.5" x2="820" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="820" y1="-77.9999" end1="none"/> <line x2="820" x1="820" antialias="false" y2="-80.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.9999" length2="1.5"/>
<rect y="-59.9999" ry="0" antialias="false" height="20" width="100" x="170" style="line-style:normal;line-weight:normal;filling:none;color:black" rx="0"/> <line x2="819" x1="819" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="270" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="170" y1="-39.9999" end1="none"/> <line x2="821" x1="821" antialias="false" y2="-72.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="0.0001295" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="1.7e-05" x1="865" y1="1.7e-05" end1="none"/> <line x2="820" x1="820" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="865" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-19.9999" x1="0.0001295" y1="-19.9999" end1="none"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="170" width="100" rx="0" y="-59.9999"/>
<line length2="1.5" antialias="false" length1="1.5" x2="660" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-99.9999" x1="660" y1="-105" end1="none"/> <line x2="270" x1="170" antialias="false" y2="-59.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-39.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="740" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-99.9999" x1="740" y1="-105" end1="none"/> <line x2="0.0001295" x1="865" antialias="false" y2="1.7e-05" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="1.7e-05" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="820" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-99.9999" x1="820" y1="-105" end1="none"/> <line x2="865" x1="0.0001295" antialias="false" y2="-19.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-19.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="580" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-99.9999" x1="580" y1="-105" end1="none"/> <line x2="660" x1="660" antialias="false" y2="-99.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="500" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-99.9999" x1="500" y1="-105" end1="none"/> <line x2="740" x1="740" antialias="false" y2="-99.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="420" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-99.9999" x1="420" y1="-105" end1="none"/> <line x2="820" x1="820" antialias="false" y2="-99.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="340" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-99.9999" x1="340" y1="-105" end1="none"/> <line x2="580" x1="580" antialias="false" y2="-99.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="260" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-99.9999" x1="260" y1="-105" end1="none"/> <line x2="500" x1="500" antialias="false" y2="-99.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="180" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="-99.9999" x1="180" y1="-105" end1="none"/> <line x2="420" x1="420" antialias="false" y2="-99.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="820" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" y2="-49.9999" x1="750" y1="-49.9999" end1="none"/> <line x2="340" x1="340" antialias="false" y2="-99.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="820" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" y2="-59.9999" x1="820" y1="-49.9999" end1="none"/> <line x2="260" x1="260" antialias="false" y2="-99.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="590" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" y2="-49.9999" x1="650" y1="-49.9999" end1="none"/> <line x2="180" x1="180" antialias="false" y2="-99.9999" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="330" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" y2="-49.9999" x1="270" y1="-49.9999" end1="none"/> <line x2="820" x1="750" antialias="false" y2="-49.9999" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="490" style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" y2="-49.9999" x1="430" y1="-49.9999" end1="none"/> <line x2="820" x1="820" antialias="false" y2="-59.9999" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.9999" length2="1.5"/>
<line length2="1.5" antialias="false" length1="1.5" x2="865" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" y2="0" x1="865" y1="-100" end1="none"/> <line x2="590" x1="650" antialias="false" y2="-49.9999" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.9999" length2="1.5"/>
<terminal y="-105" x="740" orientation="n"/> <line x2="330" x1="270" antialias="false" y2="-49.9999" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.9999" length2="1.5"/>
<terminal y="-105" x="580" orientation="n"/> <line x2="490" x1="430" antialias="false" y2="-49.9999" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.9999" length2="1.5"/>
<terminal y="-105" x="340" orientation="n"/> <line x2="865" x1="865" antialias="false" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-100" length2="1.5"/>
<terminal y="-105" x="820" orientation="n"/> <terminal x="740" orientation="n" y="-105"/>
<terminal y="-105" x="660" orientation="n"/> <terminal x="580" orientation="n" y="-105"/>
<terminal y="-105" x="260" orientation="n"/> <terminal x="340" orientation="n" y="-105"/>
<terminal y="-105" x="420" orientation="n"/> <terminal x="820" orientation="n" y="-105"/>
<terminal y="-105" x="180" orientation="n"/> <terminal x="660" orientation="n" y="-105"/>
<terminal y="-105" x="500" orientation="n"/> <terminal x="260" orientation="n" y="-105"/>
<terminal x="420" orientation="n" y="-105"/>
<terminal x="180" orientation="n" y="-105"/>
<terminal x="500" orientation="n" y="-105"/>
</description> </description>
</definition> </definition>
@@ -1,156 +1,168 @@
<definition orientation="dyyy" height="120" link_type="simple" type="element" hotspot_x="5" version="0.70" width="880" hotspot_y="111"> <definition hotspot_y="111" type="element" height="120" link_type="simple" width="880" orientation="dyyy" version="0.80" hotspot_x="5">
<uuid uuid="{70889266-4010-416d-9496-60998df2f993}"/> <uuid uuid="{98b131a8-af00-45f3-9bde-2f15610e381f}"/>
<names> <names>
<name lang="en">1756-IF8 1/2</name>
<name lang="hu">1756-IF8 1/2</name> <name lang="hu">1756-IF8 1/2</name>
<name lang="en">1756-IF8 1/2</name>
</names> </names>
<elementInformations/> <elementInformations>
<elementInformation name="supplier" show="1"></elementInformation>
<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="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>
</elementInformations>
<informations></informations> <informations></informations>
<description> <description>
<dynamic_text frame="false" Valignment="AlignTop" text_width="-1" rotation="0" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" uuid="{15fb4c53-253d-4dfd-8d0d-c58d303eb45c}" x="5" Halignment="AlignLeft" text_from="UserText" y="-20" z="1"> <dynamic_text z="1" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="5" text_width="-1" rotation="0" frame="false" y="-20" uuid="{15fb4c53-253d-4dfd-8d0d-c58d303eb45c}">
<text>Allen-Bradley ControlLogix AI8 part 1 of 2</text> <text>Allen-Bradley ControlLogix AI8 part 1 of 2</text>
</dynamic_text> </dynamic_text>
<dynamic_text frame="false" Valignment="AlignTop" text_width="-1" rotation="0" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" uuid="{557eab90-dbf4-49c4-82d9-2fd4d75b581a}" x="725" Halignment="AlignLeft" text_from="UserText" y="-42" z="2"> <dynamic_text z="2" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="725" text_width="-1" rotation="0" frame="false" y="-42" uuid="{557eab90-dbf4-49c4-82d9-2fd4d75b581a}">
<text>IN-3</text> <text>IN-3</text>
</dynamic_text> </dynamic_text>
<rect height="14" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="412" width="16" y="-100" antialias="false"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="412" width="16" rx="0" y="-100"/>
<rect height="20" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="490" width="100" y="-60" antialias="false"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="490" width="100" rx="0" y="-60"/>
<arc height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="177" width="6" angle="180" y="-81" antialias="true"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="177" width="6" angle="180" y="-81"/>
<dynamic_text frame="false" Valignment="AlignTop" text_width="-1" rotation="0" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" uuid="{a2bf8553-ae03-42e1-ba0d-90b2aeecf6f2}" x="325" Halignment="AlignLeft" text_from="UserText" y="-42" z="5"> <dynamic_text z="5" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="325" text_width="-1" rotation="0" frame="false" y="-42" uuid="{a2bf8553-ae03-42e1-ba0d-90b2aeecf6f2}">
<text>i RTN-1</text> <text>i RTN-1</text>
</dynamic_text> </dynamic_text>
<arc height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="497" width="6" angle="180" y="-81" antialias="true"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="497" width="6" angle="180" y="-81"/>
<dynamic_text frame="false" Valignment="AlignTop" text_width="-1" rotation="0" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" uuid="{f740e0ce-ec50-460f-b4ed-e54f0d571a35}" x="165" Halignment="AlignLeft" text_from="UserText" y="-42" z="7"> <dynamic_text z="7" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="165" text_width="-1" rotation="0" frame="false" y="-42" uuid="{f740e0ce-ec50-460f-b4ed-e54f0d571a35}">
<text>i RTN-0</text> <text>i RTN-0</text>
</dynamic_text> </dynamic_text>
<dynamic_text frame="false" Valignment="AlignTop" text_width="-1" rotation="0" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" uuid="{eb92b862-ca78-4030-a482-6a443278fa6d}" x="-45" Halignment="AlignLeft" text_from="UserText" y="-65" z="8"> <dynamic_text z="8" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-45" text_width="-1" rotation="0" frame="false" y="-65" uuid="{eb92b862-ca78-4030-a482-6a443278fa6d}">
<text>/</text> <text>/</text>
</dynamic_text> </dynamic_text>
<dynamic_text frame="false" Valignment="AlignTop" text_width="-1" rotation="0" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" uuid="{c8234bfd-e471-4327-a289-5a0aa5e22946}" x="405" Halignment="AlignLeft" text_from="UserText" y="-42" z="9"> <dynamic_text z="9" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="405" text_width="-1" rotation="0" frame="false" y="-42" uuid="{c8234bfd-e471-4327-a289-5a0aa5e22946}">
<text>IN-1</text> <text>IN-1</text>
</dynamic_text> </dynamic_text>
<rect height="14" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="812" width="16" y="-100" antialias="false"/> <dynamic_text z="10" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="806.5" text_width="-1" rotation="0" frame="false" y="-42" uuid="{8342974e-141c-413d-86d9-2ddd4c43b0be}">
<dynamic_text frame="false" Valignment="AlignTop" text_width="-1" rotation="0" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" uuid="{8342974e-141c-413d-86d9-2ddd4c43b0be}" x="806.5" Halignment="AlignLeft" text_from="UserText" y="-42" z="10">
<text>RTN</text> <text>RTN</text>
</dynamic_text> </dynamic_text>
<arc height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="337" width="6" angle="180" y="-81" antialias="true"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="812" width="16" rx="0" y="-100"/>
<arc height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="737" width="6" angle="180" y="-81" antialias="true"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="337" width="6" angle="180" y="-81"/>
<arc height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="657" width="6" angle="180" y="-81" antialias="true"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="737" width="6" angle="180" y="-81"/>
<rect height="14" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="252" width="16" y="-100" antialias="false"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="657" width="6" angle="180" y="-81"/>
<rect height="20" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="650" width="100" y="-60" antialias="false"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="252" width="16" rx="0" y="-100"/>
<rect height="20" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="330" width="100" y="-60" antialias="false"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="650" width="100" rx="0" y="-60"/>
<dynamic_text frame="false" Valignment="AlignTop" text_width="-1" rotation="0" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" uuid="{60a02113-5cc9-4547-810e-79f9bafbf920}" x="645" Halignment="AlignLeft" text_from="UserText" y="-42" z="19"> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="330" width="100" rx="0" y="-60"/>
<dynamic_text z="19" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="645" text_width="-1" rotation="0" frame="false" y="-42" uuid="{60a02113-5cc9-4547-810e-79f9bafbf920}">
<text>i RTN-3</text> <text>i RTN-3</text>
</dynamic_text> </dynamic_text>
<rect height="14" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="732" width="16" y="-100" antialias="false"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="732" width="16" rx="0" y="-100"/>
<dynamic_text frame="false" Valignment="AlignTop" text_width="-1" rotation="0" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" uuid="{d9d75a0f-eeda-4f80-b990-eb1c27c747be}" x="565" Halignment="AlignLeft" text_from="UserText" y="-42" z="20"> <dynamic_text z="20" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="565" text_width="-1" rotation="0" frame="false" y="-42" uuid="{d9d75a0f-eeda-4f80-b990-eb1c27c747be}">
<text>IN-2</text> <text>IN-2</text>
</dynamic_text> </dynamic_text>
<dynamic_text frame="false" Valignment="AlignTop" text_width="-1" rotation="0" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" uuid="{10707eae-665e-4959-8892-689f6fc18803}" x="485" Halignment="AlignLeft" text_from="UserText" y="-42" z="21"> <dynamic_text z="21" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="485" text_width="-1" rotation="0" frame="false" y="-42" uuid="{10707eae-665e-4959-8892-689f6fc18803}">
<text>i RTN-2</text> <text>i RTN-2</text>
</dynamic_text> </dynamic_text>
<line length1="1.5" x1="500" end1="none" y2="-81" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" x2="500" length2="1.5" antialias="false"/> <dynamic_text z="22" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="246" text_width="-1" rotation="0" frame="false" y="-42" uuid="{71e73458-8089-4445-9534-4c6c7d2f95a4}">
<dynamic_text frame="false" Valignment="AlignTop" text_width="-1" rotation="0" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" uuid="{71e73458-8089-4445-9534-4c6c7d2f95a4}" x="246" Halignment="AlignLeft" text_from="UserText" y="-42" z="22">
<text>IN-0</text> <text>IN-0</text>
</dynamic_text> </dynamic_text>
<line length1="1.5" x1="340" end1="none" y2="-81" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" x2="340" length2="1.5" antialias="false"/> <line x2="500" x1="500" antialias="false" y2="-81" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-86" length2="1.5"/>
<rect height="14" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="572" width="16" y="-100" antialias="false"/> <line x2="340" x1="340" antialias="false" y2="-81" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-86" length2="1.5"/>
<line length1="1.5" x1="180" end1="none" y2="-81" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" x2="180" length2="1.5" antialias="false"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="572" width="16" rx="0" y="-100"/>
<line length1="1.5" x1="740" end1="none" y2="-81" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" x2="740" length2="1.5" antialias="false"/> <line x2="180" x1="180" antialias="false" y2="-81" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-86" length2="1.5"/>
<text text="2" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="257.213" y="-89.0959" color="#000000"/> <line x2="740" x1="740" antialias="false" y2="-81" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-86" length2="1.5"/>
<line length1="1.5" x1="650" end1="none" y2="-60" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" x2="750" length2="1.5" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="257.213" rotation="0" text="2" y="-89.0959"/>
<line length1="1.5" x1="330" end1="none" y2="-60" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" x2="430" length2="1.5" antialias="false"/> <line x2="750" x1="650" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-40" length2="1.5"/>
<line length1="1.5" x1="660" end1="none" y2="-81" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" x2="660" length2="1.5" antialias="false"/> <line x2="430" x1="330" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-40" length2="1.5"/>
<text text="9" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="817.213" y="-89.0959" color="#000000"/> <line x2="660" x1="660" antialias="false" y2="-81" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-86" length2="1.5"/>
<line length1="1.5" x1="490" end1="none" y2="-60" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" x2="590" length2="1.5" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="817.213" rotation="0" text="9" y="-89.0959"/>
<text text="4" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="417.213" y="-89.0959" color="#000000"/> <line x2="590" x1="490" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-40" length2="1.5"/>
<line length1="1.5" x1="339" end1="none" y2="-73" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="339" length2="1.5" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="417.213" rotation="0" text="4" y="-89.0959"/>
<line length1="1.5" x1="659" end1="none" y2="-73" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="659" length2="1.5" antialias="false"/> <line x2="339" x1="339" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<rect height="14" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="332" width="16" y="-100" antialias="false"/> <line x2="659" x1="659" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line length1="1.5" x1="739" end1="none" y2="-73" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="739" length2="1.5" antialias="false"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="332" width="16" rx="0" y="-100"/>
<line length1="1.5" x1="179" end1="none" y2="-73" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="179" length2="1.5" antialias="false"/> <line x2="739" x1="739" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<dynamic_text frame="false" Valignment="AlignTop" text_width="-1" rotation="0" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" uuid="{5f820735-d0c0-4e3b-b523-772e1c66b2e0}" x="10" Halignment="AlignLeft" text_from="UserText" y="-90" z="40"> <line x2="179" x1="179" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<dynamic_text z="40" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="10" text_width="-1" rotation="0" frame="false" y="-90" uuid="{5f820735-d0c0-4e3b-b523-772e1c66b2e0}">
<text>1756-IF8 [IN 1/2]</text> <text>1756-IF8 [IN 1/2]</text>
</dynamic_text> </dynamic_text>
<dynamic_text frame="false" Valignment="AlignTop" text_width="-1" rotation="0" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" uuid="{3e5e75ad-138f-40f6-afa5-7790cdd1c8c1}" x="869" Halignment="AlignLeft" text_from="ElementInfo" y="-96" z="41"> <dynamic_text z="41" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="ElementInfo" x="869" text_width="-1" rotation="0" frame="false" y="-96" uuid="{3e5e75ad-138f-40f6-afa5-7790cdd1c8c1}">
<text></text> <text></text>
<info_name>label</info_name> <info_name>label</info_name>
</dynamic_text> </dynamic_text>
<line length1="1.5" x1="499" end1="none" y2="-73" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="499" length2="1.5" antialias="false"/> <line x2="499" x1="499" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<text text="8" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="737.213" y="-89.0959" color="#000000"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="737.213" rotation="0" text="8" y="-89.0959"/>
<line length1="1.5" x1="341" end1="none" y2="-73" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="341" length2="1.5" antialias="false"/> <line x2="341" x1="341" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<text text="3" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="337.213" y="-89.0959" color="#000000"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="337.213" rotation="0" text="3" y="-89.0959"/>
<line length1="1.5" x1="741" end1="none" y2="-73" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="741" length2="1.5" antialias="false"/> <line x2="741" x1="741" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line length1="1.5" x1="661" end1="none" y2="-73" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="661" length2="1.5" antialias="false"/> <line x2="661" x1="661" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line length1="1.5" x1="181" end1="none" y2="-73" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="181" length2="1.5" antialias="false"/> <line x2="181" x1="181" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<text text="6" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="577" y="-90" color="#000000"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="577" rotation="0" text="6" y="-90"/>
<line length1="1.5" x1="501" end1="none" y2="-73" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="501" length2="1.5" antialias="false"/> <line x2="501" x1="501" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line length1="1.5" x1="660" end1="none" y2="-60" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="660" length2="1.5" antialias="false"/> <line x2="660" x1="660" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line length1="1.5" x1="740" end1="none" y2="-60" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="740" length2="1.5" antialias="false"/> <line x2="740" x1="740" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<dynamic_text frame="false" Valignment="AlignTop" text_width="-1" rotation="0" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}" x="423" Halignment="AlignLeft" text_from="UserText" y="-20" z="53"> <dynamic_text z="53" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="764" text_width="-1" rotation="0" frame="false" y="-20" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}">
<text>LOGICAL SLOT:_</text>
</dynamic_text>
<dynamic_text frame="false" Valignment="AlignTop" text_width="-1" rotation="0" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}" x="764" Halignment="AlignLeft" text_from="UserText" y="-20" z="53">
<text>SUPPLY: 24V DC</text> <text>SUPPLY: 24V DC</text>
</dynamic_text> </dynamic_text>
<line length1="1.5" x1="340" end1="none" y2="-60" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="340" length2="1.5" antialias="false"/> <dynamic_text z="53" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="423" text_width="-1" rotation="0" frame="false" y="-20" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}">
<rect height="14" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="652" width="16" y="-100" antialias="false"/> <text>LOGICAL SLOT:_</text>
<line length1="1.5" x1="500" end1="none" y2="-60" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="500" length2="1.5" antialias="false"/> </dynamic_text>
<line length1="1.5" x1="180" end1="none" y2="-60" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="180" length2="1.5" antialias="false"/> <line x2="340" x1="340" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<arc height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="417" width="6" angle="180" y="-81" antialias="true"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="652" width="16" rx="0" y="-100"/>
<text text="7" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="657.213" y="-89.0959" color="#000000"/> <line x2="500" x1="500" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<arc height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="257" width="6" angle="180" y="-81" antialias="true"/> <line x2="180" x1="180" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<arc height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="577" width="6" angle="180" y="-81" antialias="true"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="417" width="6" angle="180" y="-81"/>
<line length1="1.5" x1="260" end1="none" y2="-81" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" x2="260" length2="1.5" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="657.213" rotation="0" text="7" y="-89.0959"/>
<line length1="1.5" x1="420" end1="none" y2="-81" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" x2="420" length2="1.5" antialias="false"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="257" width="6" angle="180" y="-81"/>
<rect height="14" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="492" width="16" y="-100" antialias="false"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="577" width="6" angle="180" y="-81"/>
<line length1="1.5" x1="580" end1="none" y2="-81" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" x2="580" length2="1.5" antialias="false"/> <line x2="260" x1="260" antialias="false" y2="-81" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-86" length2="1.5"/>
<line length1="1.5" x1="259" end1="none" y2="-73" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="259" length2="1.5" antialias="false"/> <line x2="420" x1="420" antialias="false" y2="-81" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-86" length2="1.5"/>
<line length1="1.5" x1="579" end1="none" y2="-73" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="579" length2="1.5" antialias="false"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="492" width="16" rx="0" y="-100"/>
<line length1="1.5" x1="419" end1="none" y2="-73" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="419" length2="1.5" antialias="false"/> <line x2="580" x1="580" antialias="false" y2="-81" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-86" length2="1.5"/>
<text text="5" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="497.213" y="-89.0959" color="#000000"/> <line x2="259" x1="259" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line length1="1.5" x1="261" end1="none" y2="-73" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="261" length2="1.5" antialias="false"/> <line x2="579" x1="579" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line length1="1.5" x1="421" end1="none" y2="-73" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="421" length2="1.5" antialias="false"/> <line x2="419" x1="419" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line length1="1.5" x1="581" end1="none" y2="-73" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="581" length2="1.5" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="497.213" rotation="0" text="5" y="-89.0959"/>
<line length1="1.5" x1="420" end1="none" y2="-60" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="420" length2="1.5" antialias="false"/> <line x2="261" x1="261" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line length1="1.5" x1="260" end1="none" y2="-60" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="260" length2="1.5" antialias="false"/> <line x2="421" x1="421" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line length1="1.5" x1="580" end1="none" y2="-60" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="580" length2="1.5" antialias="false"/> <line x2="581" x1="581" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<polygon y5="-60" y6="-105" x4="870" x1="865" y2="-50" x6="865" closed="false" x3="860" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="5" x2="865" y3="-55" x5="865" y4="-57" antialias="true"/> <line x2="420" x1="420" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line length1="1.5" x1="0.20997" end1="none" y2="-100" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-100" x2="865" length2="1.5" antialias="false"/> <line x2="260" x1="260" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line length1="1.5" x1="0" end1="none" y2="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-100" x2="0" length2="1.5" antialias="false"/> <line x2="580" x1="580" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<rect height="14" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="172" width="16" y="-100" antialias="false"/> <polygon x2="865" closed="false" x1="865" antialias="true" y2="-50" x3="860" x5="865" style="line-style:normal;line-weight:normal;filling:none;color:black" x6="865" y4="-57" y6="-105" x4="870" y3="-55" y1="5" y5="-60"/>
<text text="1" rotation="0" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="177.213" y="-89.0959" color="#000000"/> <line x2="865" x1="0.20997" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-100" length2="1.5"/>
<arc height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="817" width="6" angle="180" y="-81" antialias="true"/> <line x2="0" x1="0" antialias="false" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-100" length2="1.5"/>
<line length1="1.5" x1="820" end1="none" y2="-81" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-86" x2="820" length2="1.5" antialias="false"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="172" width="16" rx="0" y="-100"/>
<line length1="1.5" x1="819" end1="none" y2="-73" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="819" length2="1.5" antialias="false"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="177.213" rotation="0" text="1" y="-89.0959"/>
<line length1="1.5" x1="821" end1="none" y2="-73" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="821" length2="1.5" antialias="false"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="817" width="6" angle="180" y="-81"/>
<line length1="1.5" x1="820" end1="none" y2="-60" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-78" x2="820" length2="1.5" antialias="false"/> <line x2="820" x1="820" antialias="false" y2="-81" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-86" length2="1.5"/>
<rect height="20" rx="0" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="170" width="100" y="-60" antialias="false"/> <line x2="819" x1="819" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line length1="1.5" x1="170" end1="none" y2="-60" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-40" x2="270" length2="1.5" antialias="false"/> <line x2="821" x1="821" antialias="false" y2="-73" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line length1="1.5" x1="865" end1="none" y2="0" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x2="0" length2="1.5" antialias="false"/> <line x2="820" x1="820" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-78" length2="1.5"/>
<line length1="1.5" x1="0" end1="none" y2="-20" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-20" x2="865" length2="1.5" antialias="false"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="170" width="100" rx="0" y="-60"/>
<line length1="1.5" x1="660" end1="none" y2="-100" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-105" x2="660" length2="1.5" antialias="false"/> <line x2="270" x1="170" antialias="false" y2="-60" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-40" length2="1.5"/>
<line length1="1.5" x1="740" end1="none" y2="-100" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-105" x2="740" length2="1.5" antialias="false"/> <line x2="0" x1="865" antialias="false" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="0" length2="1.5"/>
<line length1="1.5" x1="820" end1="none" y2="-100" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-105" x2="820" length2="1.5" antialias="false"/> <line x2="865" x1="0" antialias="false" y2="-20" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-20" length2="1.5"/>
<line length1="1.5" x1="580" end1="none" y2="-100" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-105" x2="580" length2="1.5" antialias="false"/> <line x2="660" x1="660" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length1="1.5" x1="500" end1="none" y2="-100" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-105" x2="500" length2="1.5" antialias="false"/> <line x2="740" x1="740" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length1="1.5" x1="420" end1="none" y2="-100" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-105" x2="420" length2="1.5" antialias="false"/> <line x2="820" x1="820" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length1="1.5" x1="340" end1="none" y2="-100" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-105" x2="340" length2="1.5" antialias="false"/> <line x2="580" x1="580" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length1="1.5" x1="260" end1="none" y2="-100" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-105" x2="260" length2="1.5" antialias="false"/> <line x2="500" x1="500" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length1="1.5" x1="180" end1="none" y2="-100" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-105" x2="180" length2="1.5" antialias="false"/> <line x2="420" x1="420" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length1="1.5" x1="750" end1="none" y2="-50" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" y1="-50" x2="820" length2="1.5" antialias="false"/> <line x2="340" x1="340" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length1="1.5" x1="820" end1="none" y2="-60" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" y1="-50" x2="820" length2="1.5" antialias="false"/> <line x2="260" x1="260" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length1="1.5" x1="650" end1="none" y2="-50" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" y1="-50" x2="590" length2="1.5" antialias="false"/> <line x2="180" x1="180" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-105" length2="1.5"/>
<line length1="1.5" x1="270" end1="none" y2="-50" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" y1="-50" x2="330" length2="1.5" antialias="false"/> <line x2="820" x1="750" antialias="false" y2="-50" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-50" length2="1.5"/>
<line length1="1.5" x1="430" end1="none" y2="-50" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" y1="-50" x2="490" length2="1.5" antialias="false"/> <line x2="820" x1="820" antialias="false" y2="-60" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-50" length2="1.5"/>
<terminal orientation="n" x="820" y="-105"/> <line x2="590" x1="650" antialias="false" y2="-50" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-50" length2="1.5"/>
<terminal orientation="n" x="260" y="-105"/> <line x2="330" x1="270" antialias="false" y2="-50" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-50" length2="1.5"/>
<terminal orientation="n" x="740" y="-105"/> <line x2="490" x1="430" antialias="false" y2="-50" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-50" length2="1.5"/>
<terminal orientation="n" x="580" y="-105"/> <terminal x="820" orientation="n" y="-105"/>
<terminal orientation="n" x="660" y="-105"/> <terminal x="260" orientation="n" y="-105"/>
<terminal orientation="n" x="500" y="-105"/> <terminal x="740" orientation="n" y="-105"/>
<terminal orientation="n" x="340" y="-105"/> <terminal x="580" orientation="n" y="-105"/>
<terminal orientation="n" x="180" y="-105"/> <terminal x="660" orientation="n" y="-105"/>
<terminal orientation="n" x="420" y="-105"/> <terminal x="500" orientation="n" y="-105"/>
<terminal x="340" orientation="n" y="-105"/>
<terminal x="180" orientation="n" y="-105"/>
<terminal x="420" orientation="n" y="-105"/>
</description> </description>
</definition> </definition>
@@ -1,156 +1,168 @@
<definition type="element" link_type="simple" height="120" hotspot_x="10" version="0.70" width="880" hotspot_y="110" orientation="dyyy"> <definition hotspot_y="110" type="element" height="120" link_type="simple" width="880" orientation="dyyy" version="0.80" hotspot_x="10">
<uuid uuid="{3282e00f-d353-4e1c-ab55-9ac24a2faf4b}"/> <uuid uuid="{82cc5055-77d5-4c25-8b5d-e29277b03f0a}"/>
<names> <names>
<name lang="hu">1756-IF8 2/2</name> <name lang="hu">1756-IF8 2/2</name>
<name lang="en">1756-IF8 2/2</name> <name lang="en">1756-IF8 2/2</name>
</names> </names>
<elementInformations/> <elementInformations>
<elementInformation name="supplier" show="1"></elementInformation>
<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="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>
</elementInformations>
<informations></informations> <informations></informations>
<description> <description>
<dynamic_text Halignment="AlignLeft" z="1" Valignment="AlignTop" rotation="0" text_width="-1" x="5.02743" uuid="{15fb4c53-253d-4dfd-8d0d-c58d303eb45c}" frame="false" y="-19.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText"> <dynamic_text z="1" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="5.02743" text_width="-1" rotation="0" frame="false" y="-19.6989" uuid="{15fb4c53-253d-4dfd-8d0d-c58d303eb45c}">
<text>Allen-Bradley ControlLogix AI8 part 2 of 2</text> <text>Allen-Bradley ControlLogix AI8 part 2 of 2</text>
</dynamic_text> </dynamic_text>
<polygon y3="-54.6989" x6="0.027" closed="false" x4="5.027" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" y5="-59.6989" y4="-56.6989" y6="-104.699" x1="0.027" y1="5.30106" x3="-4.973" x5="0.027" x2="0.027" y2="-49.6989"/> <polygon x2="0.027" closed="false" x1="0.027" antialias="true" y2="-49.6989" x3="-4.973" x5="0.027" style="line-style:normal;line-weight:normal;filling:none;color:black" x6="0.027" y4="-56.6989" y6="-104.699" x4="5.027" y3="-54.6989" y1="5.30106" y5="-59.6989"/>
<dynamic_text Halignment="AlignLeft" z="2" Valignment="AlignTop" rotation="0" text_width="-1" x="725.027" uuid="{557eab90-dbf4-49c4-82d9-2fd4d75b581a}" frame="false" y="-41.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText"> <dynamic_text z="2" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="725.027" text_width="-1" rotation="0" frame="false" y="-41.6989" uuid="{557eab90-dbf4-49c4-82d9-2fd4d75b581a}">
<text>IN-7</text> <text>IN-7</text>
</dynamic_text> </dynamic_text>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x="412.027" height="14" rx="0" width="16" y="-99.6989"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="412.027" width="16" rx="0" y="-99.6989"/>
<dynamic_text Halignment="AlignLeft" z="5" Valignment="AlignTop" rotation="0" text_width="-1" x="325.027" uuid="{a2bf8553-ae03-42e1-ba0d-90b2aeecf6f2}" frame="false" y="-41.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText"> <dynamic_text z="5" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="325.027" text_width="-1" rotation="0" frame="false" y="-41.6989" uuid="{a2bf8553-ae03-42e1-ba0d-90b2aeecf6f2}">
<text>i RTN-5</text> <text>i RTN-5</text>
</dynamic_text> </dynamic_text>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x="490.027" height="20" rx="0" width="100" y="-59.6989"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="490.027" width="100" rx="0" y="-59.6989"/>
<arc start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="177.027" height="6" angle="180" width="6" y="-80.6989"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="177.027" width="6" angle="180" y="-80.6989"/>
<dynamic_text Halignment="AlignLeft" z="7" Valignment="AlignTop" rotation="0" text_width="-1" x="165.027" uuid="{f740e0ce-ec50-460f-b4ed-e54f0d571a35}" frame="false" y="-41.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText"> <dynamic_text z="7" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="165.027" text_width="-1" rotation="0" frame="false" y="-41.6989" uuid="{f740e0ce-ec50-460f-b4ed-e54f0d571a35}">
<text>i RTN-4</text> <text>i RTN-4</text>
</dynamic_text> </dynamic_text>
<arc start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="497.027" height="6" angle="180" width="6" y="-80.6989"/> <dynamic_text z="8" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-44.9726" text_width="-1" rotation="0" frame="false" y="-64.6989" uuid="{eb92b862-ca78-4030-a482-6a443278fa6d}">
<dynamic_text Halignment="AlignLeft" z="8" Valignment="AlignTop" rotation="0" text_width="-1" x="-44.9726" uuid="{eb92b862-ca78-4030-a482-6a443278fa6d}" frame="false" y="-64.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText">
<text>/</text> <text>/</text>
</dynamic_text> </dynamic_text>
<dynamic_text Halignment="AlignLeft" z="9" Valignment="AlignTop" rotation="0" text_width="-1" x="405.027" uuid="{c8234bfd-e471-4327-a289-5a0aa5e22946}" frame="false" y="-41.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText"> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="497.027" width="6" angle="180" y="-80.6989"/>
<dynamic_text z="9" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="405.027" text_width="-1" rotation="0" frame="false" y="-41.6989" uuid="{c8234bfd-e471-4327-a289-5a0aa5e22946}">
<text>IN-5</text> <text>IN-5</text>
</dynamic_text> </dynamic_text>
<dynamic_text Halignment="AlignLeft" z="10" Valignment="AlignTop" rotation="0" text_width="-1" x="806.527" uuid="{8342974e-141c-413d-86d9-2ddd4c43b0be}" frame="false" y="-41.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText"> <dynamic_text z="10" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="806.527" text_width="-1" rotation="0" frame="false" y="-41.6989" uuid="{8342974e-141c-413d-86d9-2ddd4c43b0be}">
<text>RTN</text> <text>RTN</text>
</dynamic_text> </dynamic_text>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x="812.027" height="14" rx="0" width="16" y="-99.6989"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="812.027" width="16" rx="0" y="-99.6989"/>
<arc start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="337.027" height="6" angle="180" width="6" y="-80.6989"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="337.027" width="6" angle="180" y="-80.6989"/>
<arc start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="737.027" height="6" angle="180" width="6" y="-80.6989"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="737.027" width="6" angle="180" y="-80.6989"/>
<arc start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="657.027" height="6" angle="180" width="6" y="-80.6989"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="657.027" width="6" angle="180" y="-80.6989"/>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x="252.027" height="14" rx="0" width="16" y="-99.6989"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="252.027" width="16" rx="0" y="-99.6989"/>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x="650.027" height="20" rx="0" width="100" y="-59.6989"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="650.027" width="100" rx="0" y="-59.6989"/>
<dynamic_text Halignment="AlignLeft" z="19" Valignment="AlignTop" rotation="0" text_width="-1" x="645.027" uuid="{60a02113-5cc9-4547-810e-79f9bafbf920}" frame="false" y="-41.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText"> <dynamic_text z="19" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="645.027" text_width="-1" rotation="0" frame="false" y="-41.6989" uuid="{60a02113-5cc9-4547-810e-79f9bafbf920}">
<text>i RTN-7</text> <text>i RTN-7</text>
</dynamic_text> </dynamic_text>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x="330.027" height="20" rx="0" width="100" y="-59.6989"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="330.027" width="100" rx="0" y="-59.6989"/>
<dynamic_text Halignment="AlignLeft" z="20" Valignment="AlignTop" rotation="0" text_width="-1" x="565.027" uuid="{d9d75a0f-eeda-4f80-b990-eb1c27c747be}" frame="false" y="-41.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText"> <dynamic_text z="20" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="565.027" text_width="-1" rotation="0" frame="false" y="-41.6989" uuid="{d9d75a0f-eeda-4f80-b990-eb1c27c747be}">
<text>IN-6</text> <text>IN-6</text>
</dynamic_text> </dynamic_text>
<dynamic_text Halignment="AlignLeft" z="21" Valignment="AlignTop" rotation="0" text_width="-1" x="485.027" uuid="{10707eae-665e-4959-8892-689f6fc18803}" frame="false" y="-41.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText"> <dynamic_text z="21" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="485.027" text_width="-1" rotation="0" frame="false" y="-41.6989" uuid="{10707eae-665e-4959-8892-689f6fc18803}">
<text>i RTN-6</text> <text>i RTN-6</text>
</dynamic_text> </dynamic_text>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x="732.027" height="14" rx="0" width="16" y="-99.6989"/> <dynamic_text z="22" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="246.027" text_width="-1" rotation="0" frame="false" y="-41.6989" uuid="{71e73458-8089-4445-9534-4c6c7d2f95a4}">
<dynamic_text Halignment="AlignLeft" z="22" Valignment="AlignTop" rotation="0" text_width="-1" x="246.027" uuid="{71e73458-8089-4445-9534-4c6c7d2f95a4}" frame="false" y="-41.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText">
<text>IN-4</text> <text>IN-4</text>
</dynamic_text> </dynamic_text>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="500.027" y1="-85.6989" end2="none" x2="500.027" y2="-80.6989"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="732.027" width="16" rx="0" y="-99.6989"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="340.027" y1="-85.6989" end2="none" x2="340.027" y2="-80.6989"/> <line x2="500.027" x1="500.027" antialias="false" y2="-80.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.6989" length2="1.5"/>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x="572.027" height="14" rx="0" width="16" y="-99.6989"/> <line x2="340.027" x1="340.027" antialias="false" y2="-80.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="180.027" y1="-85.6989" end2="none" x2="180.027" y2="-80.6989"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="572.027" width="16" rx="0" y="-99.6989"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="740.027" y1="-85.6989" end2="none" x2="740.027" y2="-80.6989"/> <line x2="180.027" x1="180.027" antialias="false" y2="-80.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.6989" length2="1.5"/>
<text color="#000000" rotation="0" x="254.24" text="12" y="-88.7948" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/> <line x2="740.027" x1="740.027" antialias="false" y2="-80.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="650.027" y1="-39.6989" end2="none" x2="750.027" y2="-59.6989"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="254.24" rotation="0" text="12" y="-88.7948"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="330.027" y1="-39.6989" end2="none" x2="430.027" y2="-59.6989"/> <line x2="750.027" x1="650.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-39.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="660.027" y1="-85.6989" end2="none" x2="660.027" y2="-80.6989"/> <line x2="430.027" x1="330.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-39.6989" length2="1.5"/>
<text color="#000000" rotation="0" x="814.24" text="10" y="-88.7948" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/> <line x2="660.027" x1="660.027" antialias="false" y2="-80.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="490.027" y1="-39.6989" end2="none" x2="590.027" y2="-59.6989"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="814.24" rotation="0" text="10" y="-88.7948"/>
<text color="#000000" rotation="0" x="414.24" text="14" y="-88.7948" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/> <line x2="590.027" x1="490.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-39.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="339.027" y1="-77.6989" end2="none" x2="339.027" y2="-72.6989"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="414.24" rotation="0" text="14" y="-88.7948"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="659.027" y1="-77.6989" end2="none" x2="659.027" y2="-72.6989"/> <line x2="339.027" x1="339.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x="332.027" height="14" rx="0" width="16" y="-99.6989"/> <line x2="659.027" x1="659.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="739.027" y1="-77.6989" end2="none" x2="739.027" y2="-72.6989"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="332.027" width="16" rx="0" y="-99.6989"/>
<dynamic_text Halignment="AlignLeft" z="40" Valignment="AlignTop" rotation="0" text_width="-1" x="10.0274" uuid="{5f820735-d0c0-4e3b-b523-772e1c66b2e0}" frame="false" y="-89.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText"> <line x2="739.027" x1="739.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<dynamic_text z="40" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="10.0274" text_width="-1" rotation="0" frame="false" y="-89.6989" uuid="{5f820735-d0c0-4e3b-b523-772e1c66b2e0}">
<text>1756-IF8 [IN 2/2]</text> <text>1756-IF8 [IN 2/2]</text>
</dynamic_text> </dynamic_text>
<dynamic_text Halignment="AlignLeft" z="41" Valignment="AlignTop" rotation="0" text_width="-1" x="869.027" uuid="{3e5e75ad-138f-40f6-afa5-7790cdd1c8c1}" frame="false" y="-95.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="ElementInfo"> <dynamic_text z="41" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="ElementInfo" x="869.027" text_width="-1" rotation="0" frame="false" y="-95.6989" uuid="{3e5e75ad-138f-40f6-afa5-7790cdd1c8c1}">
<text></text> <text></text>
<info_name>label</info_name> <info_name>label</info_name>
</dynamic_text> </dynamic_text>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="179.027" y1="-77.6989" end2="none" x2="179.027" y2="-72.6989"/> <line x2="179.027" x1="179.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="499.027" y1="-77.6989" end2="none" x2="499.027" y2="-72.6989"/> <line x2="499.027" x1="499.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<text color="#000000" rotation="0" x="734.24" text="18" y="-88.7948" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="734.24" rotation="0" text="18" y="-88.7948"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="341.027" y1="-77.6989" end2="none" x2="341.027" y2="-72.6989"/> <line x2="341.027" x1="341.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<text color="#000000" rotation="0" x="334.24" text="13" y="-88.7948" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="334.24" rotation="0" text="13" y="-88.7948"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="741.027" y1="-77.6989" end2="none" x2="741.027" y2="-72.6989"/> <line x2="741.027" x1="741.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="661.027" y1="-77.6989" end2="none" x2="661.027" y2="-72.6989"/> <line x2="661.027" x1="661.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="181.027" y1="-77.6989" end2="none" x2="181.027" y2="-72.6989"/> <line x2="181.027" x1="181.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<text color="#000000" rotation="0" x="574.027" text="16" y="-89.6989" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="574.027" rotation="0" text="16" y="-89.6989"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="501.027" y1="-77.6989" end2="none" x2="501.027" y2="-72.6989"/> <line x2="501.027" x1="501.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="660.027" y1="-77.6989" end2="none" x2="660.027" y2="-59.6989"/> <line x2="660.027" x1="660.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<dynamic_text Halignment="AlignLeft" z="53" Valignment="AlignTop" rotation="0" text_width="-1" x="410" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}" frame="false" y="-20" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText"> <dynamic_text z="53" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="764.027" text_width="-1" rotation="0" frame="false" y="-19.6989" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}">
<text>LOGICAL SLOT:_</text>
</dynamic_text>
<dynamic_text Halignment="AlignLeft" z="53" Valignment="AlignTop" rotation="0" text_width="-1" x="764.027" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}" frame="false" y="-19.6989" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText">
<text>SUPPLY: 24V DC</text> <text>SUPPLY: 24V DC</text>
</dynamic_text> </dynamic_text>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="740.027" y1="-77.6989" end2="none" x2="740.027" y2="-59.6989"/> <dynamic_text z="53" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="410" text_width="-1" rotation="0" frame="false" y="-20" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}">
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="340.027" y1="-77.6989" end2="none" x2="340.027" y2="-59.6989"/> <text>LOGICAL SLOT:_</text>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x="652.027" height="14" rx="0" width="16" y="-99.6989"/> </dynamic_text>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="500.027" y1="-77.6989" end2="none" x2="500.027" y2="-59.6989"/> <line x2="740.027" x1="740.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="180.027" y1="-77.6989" end2="none" x2="180.027" y2="-59.6989"/> <line x2="340.027" x1="340.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<arc start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="417.027" height="6" angle="180" width="6" y="-80.6989"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="652.027" width="16" rx="0" y="-99.6989"/>
<text color="#000000" rotation="0" x="654" text="17" y="-89" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/> <line x2="500.027" x1="500.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<arc start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="257.027" height="6" angle="180" width="6" y="-80.6989"/> <line x2="180.027" x1="180.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<arc start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="577.027" height="6" angle="180" width="6" y="-80.6989"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="417.027" width="6" angle="180" y="-80.6989"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="260.027" y1="-85.6989" end2="none" x2="260.027" y2="-80.6989"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="654" rotation="0" text="17" y="-89"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="420.027" y1="-85.6989" end2="none" x2="420.027" y2="-80.6989"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="257.027" width="6" angle="180" y="-80.6989"/>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x="492.027" height="14" rx="0" width="16" y="-99.6989"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="577.027" width="6" angle="180" y="-80.6989"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="580.027" y1="-85.6989" end2="none" x2="580.027" y2="-80.6989"/> <line x2="260.027" x1="260.027" antialias="false" y2="-80.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="259.027" y1="-77.6989" end2="none" x2="259.027" y2="-72.6989"/> <line x2="420.027" x1="420.027" antialias="false" y2="-80.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="579.027" y1="-77.6989" end2="none" x2="579.027" y2="-72.6989"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="492.027" width="16" rx="0" y="-99.6989"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="419.027" y1="-77.6989" end2="none" x2="419.027" y2="-72.6989"/> <line x2="580.027" x1="580.027" antialias="false" y2="-80.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.6989" length2="1.5"/>
<text color="#000000" rotation="0" x="494.24" text="15" y="-88.7948" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/> <line x2="259.027" x1="259.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="261.027" y1="-77.6989" end2="none" x2="261.027" y2="-72.6989"/> <line x2="579.027" x1="579.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="421.027" y1="-77.6989" end2="none" x2="421.027" y2="-72.6989"/> <line x2="419.027" x1="419.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="581.027" y1="-77.6989" end2="none" x2="581.027" y2="-72.6989"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="494.24" rotation="0" text="15" y="-88.7948"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="420.027" y1="-77.6989" end2="none" x2="420.027" y2="-59.6989"/> <line x2="261.027" x1="261.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="260.027" y1="-77.6989" end2="none" x2="260.027" y2="-59.6989"/> <line x2="421.027" x1="421.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="580.027" y1="-77.6989" end2="none" x2="580.027" y2="-59.6989"/> <line x2="581.027" x1="581.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="-0.0274295" y1="-100.001" end2="none" x2="864.973" y2="-100.001"/> <line x2="420.027" x1="420.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x="172.027" height="14" rx="0" width="16" y="-99.6989"/> <line x2="260.027" x1="260.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<text color="#000000" rotation="0" x="174.24" text="11" y="-88.7948" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/> <line x2="580.027" x1="580.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<arc start="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" x="817.027" height="6" angle="180" width="6" y="-80.6989"/> <line x2="864.973" x1="-0.0274295" antialias="false" y2="-100.001" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-100.001" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="820.027" y1="-85.6989" end2="none" x2="820.027" y2="-80.6989"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="172.027" width="16" rx="0" y="-99.6989"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="819.027" y1="-77.6989" end2="none" x2="819.027" y2="-72.6989"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="174.24" rotation="0" text="11" y="-88.7948"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="821.027" y1="-77.6989" end2="none" x2="821.027" y2="-72.6989"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="817.027" width="6" angle="180" y="-80.6989"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="820.027" y1="-77.6989" end2="none" x2="820.027" y2="-59.6989"/> <line x2="820.027" x1="820.027" antialias="false" y2="-80.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-85.6989" length2="1.5"/>
<rect ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" x="170.027" height="20" rx="0" width="100" y="-59.6989"/> <line x2="819.027" x1="819.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="170.027" y1="-39.6989" end2="none" x2="270.027" y2="-59.6989"/> <line x2="821.027" x1="821.027" antialias="false" y2="-72.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="865.027" y1="0.301062" end2="none" x2="0.0274295" y2="0.301062"/> <line x2="820.027" x1="820.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-77.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="0.0274295" y1="-19.6989" end2="none" x2="865.027" y2="-19.6989"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="170.027" width="100" rx="0" y="-59.6989"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="660.027" y1="-104.699" end2="none" x2="660.027" y2="-99.6989"/> <line x2="270.027" x1="170.027" antialias="false" y2="-59.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-39.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="740.027" y1="-104.699" end2="none" x2="740.027" y2="-99.6989"/> <line x2="0.0274295" x1="865.027" antialias="false" y2="0.301062" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="0.301062" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="820.027" y1="-104.699" end2="none" x2="820.027" y2="-99.6989"/> <line x2="865.027" x1="0.0274295" antialias="false" y2="-19.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-19.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="580.027" y1="-104.699" end2="none" x2="580.027" y2="-99.6989"/> <line x2="660.027" x1="660.027" antialias="false" y2="-99.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-104.699" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="500.027" y1="-104.699" end2="none" x2="500.027" y2="-99.6989"/> <line x2="740.027" x1="740.027" antialias="false" y2="-99.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-104.699" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="420.027" y1="-104.699" end2="none" x2="420.027" y2="-99.6989"/> <line x2="820.027" x1="820.027" antialias="false" y2="-99.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-104.699" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="340.027" y1="-104.699" end2="none" x2="340.027" y2="-99.6989"/> <line x2="580.027" x1="580.027" antialias="false" y2="-99.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-104.699" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="260.027" y1="-104.699" end2="none" x2="260.027" y2="-99.6989"/> <line x2="500.027" x1="500.027" antialias="false" y2="-99.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-104.699" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="180.027" y1="-104.699" end2="none" x2="180.027" y2="-99.6989"/> <line x2="420.027" x1="420.027" antialias="false" y2="-99.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-104.699" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="750.027" y1="-49.6989" end2="none" x2="820.027" y2="-49.6989"/> <line x2="340.027" x1="340.027" antialias="false" y2="-99.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-104.699" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="820.027" y1="-49.6989" end2="none" x2="820.027" y2="-59.6989"/> <line x2="260.027" x1="260.027" antialias="false" y2="-99.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-104.699" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="650.027" y1="-49.6989" end2="none" x2="590.027" y2="-49.6989"/> <line x2="180.027" x1="180.027" antialias="false" y2="-99.6989" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-104.699" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="270.027" y1="-49.6989" end2="none" x2="330.027" y2="-49.6989"/> <line x2="820.027" x1="750.027" antialias="false" y2="-49.6989" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="430.027" y1="-49.6989" end2="none" x2="490.027" y2="-49.6989"/> <line x2="820.027" x1="820.027" antialias="false" y2="-59.6989" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.6989" length2="1.5"/>
<line length2="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" length1="1.5" x1="865" y1="-100" end2="none" x2="865" y2="0"/> <line x2="590.027" x1="650.027" antialias="false" y2="-49.6989" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.6989" length2="1.5"/>
<terminal x="500.027" y="-104.699" orientation="n"/> <line x2="330.027" x1="270.027" antialias="false" y2="-49.6989" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.6989" length2="1.5"/>
<terminal x="420.027" y="-104.699" orientation="n"/> <line x2="490.027" x1="430.027" antialias="false" y2="-49.6989" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-49.6989" length2="1.5"/>
<terminal x="820.027" y="-104.699" orientation="n"/> <line x2="865" x1="865" antialias="false" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-100" length2="1.5"/>
<terminal x="260.027" y="-104.699" orientation="n"/> <terminal x="500.027" orientation="n" y="-104.699"/>
<terminal x="740.027" y="-104.699" orientation="n"/> <terminal x="420.027" orientation="n" y="-104.699"/>
<terminal x="660.027" y="-104.699" orientation="n"/> <terminal x="820.027" orientation="n" y="-104.699"/>
<terminal x="580.027" y="-104.699" orientation="n"/> <terminal x="260.027" orientation="n" y="-104.699"/>
<terminal x="340.027" y="-104.699" orientation="n"/> <terminal x="740.027" orientation="n" y="-104.699"/>
<terminal x="180.027" y="-104.699" orientation="n"/> <terminal x="660.027" orientation="n" y="-104.699"/>
<terminal x="580.027" orientation="n" y="-104.699"/>
<terminal x="340.027" orientation="n" y="-104.699"/>
<terminal x="180.027" orientation="n" y="-104.699"/>
</description> </description>
</definition> </definition>
@@ -1,167 +1,179 @@
<definition height="120" width="880" hotspot_x="5" hotspot_y="109" version="0.70" link_type="simple" orientation="dyyy" type="element"> <definition hotspot_y="109" type="element" height="120" link_type="simple" width="880" orientation="dyyy" version="0.80" hotspot_x="5">
<uuid uuid="{7bae8d93-a8cb-470e-b975-ce6bbf24fa24}"/> <uuid uuid="{79dac3de-3a5b-458f-a1e6-58166e444118}"/>
<names> <names>
<name lang="hu">1756-OF8 1/2</name> <name lang="hu">1756-OF8 1/2</name>
<name lang="en">1756-OF8 1/2</name> <name lang="en">1756-OF8 1/2</name>
</names> </names>
<elementInformations/> <elementInformations>
<elementInformation name="supplier" show="1"></elementInformation>
<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="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>
</elementInformations>
<informations>dessine</informations> <informations>dessine</informations>
<description> <description>
<dynamic_text Halignment="AlignLeft" y="-101" rotation="0" frame="false" uuid="{15fb4c53-253d-4dfd-8d0d-c58d303eb45c}" text_width="-1" text_from="UserText" x="5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" Valignment="AlignTop" z="1"> <dynamic_text z="1" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="5" text_width="-1" rotation="0" frame="false" y="-101" uuid="{15fb4c53-253d-4dfd-8d0d-c58d303eb45c}">
<text>Allen-Bradley ControlLogix AO8 part 1 of 2</text> <text>Allen-Bradley ControlLogix AO8 part 1 of 2</text>
</dynamic_text> </dynamic_text>
<arc y="-25" height="6" start="180" antialias="true" width="6" angle="180" x="177" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="180" x="177" width="6" angle="180" y="-25"/>
<line y2="5" antialias="false" x1="340" x2="340" y1="0" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="340" x1="340" antialias="false" y2="5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="0" length2="1.5"/>
<line y2="5" antialias="false" x1="180" x2="180" y1="0" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="180" x1="180" antialias="false" y2="5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="0" length2="1.5"/>
<dynamic_text Halignment="AlignLeft" y="-75" rotation="0" frame="false" uuid="{a2bf8553-ae03-42e1-ba0d-90b2aeecf6f2}" text_width="-1" text_from="UserText" x="318" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" Valignment="AlignTop" z="5"> <dynamic_text z="5" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="718" text_width="-1" rotation="0" frame="false" y="-75" uuid="{a2bf8553-ae03-42e1-ba0d-90b2aeecf6f2}">
<text>VOUT-1</text>
</dynamic_text>
<dynamic_text Halignment="AlignLeft" y="-75" rotation="0" frame="false" uuid="{a2bf8553-ae03-42e1-ba0d-90b2aeecf6f2}" text_width="-1" text_from="UserText" x="718" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" Valignment="AlignTop" z="5">
<text>VOUT-3</text> <text>VOUT-3</text>
</dynamic_text> </dynamic_text>
<arc y="-25" height="6" start="180" antialias="true" width="6" angle="180" x="817" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <dynamic_text z="5" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="318" text_width="-1" rotation="0" frame="false" y="-75" uuid="{a2bf8553-ae03-42e1-ba0d-90b2aeecf6f2}">
<dynamic_text Halignment="AlignLeft" y="-75" rotation="0" frame="false" uuid="{f740e0ce-ec50-460f-b4ed-e54f0d571a35}" text_width="-1" text_from="UserText" x="478" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" Valignment="AlignTop" z="7"> <text>VOUT-1</text>
</dynamic_text>
<arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="180" x="817" width="6" angle="180" y="-25"/>
<dynamic_text z="7" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="478" text_width="-1" rotation="0" frame="false" y="-75" uuid="{f740e0ce-ec50-460f-b4ed-e54f0d571a35}">
<text>VOUT-2</text> <text>VOUT-2</text>
</dynamic_text> </dynamic_text>
<dynamic_text Halignment="AlignLeft" y="-75" rotation="0" frame="false" uuid="{f740e0ce-ec50-460f-b4ed-e54f0d571a35}" text_width="-1" text_from="UserText" x="78" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" Valignment="AlignTop" z="7"> <dynamic_text z="7" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="78" text_width="-1" rotation="0" frame="false" y="-75" uuid="{f740e0ce-ec50-460f-b4ed-e54f0d571a35}">
<text>VOUT-0</text> <text>VOUT-0</text>
</dynamic_text> </dynamic_text>
<line y2="5" antialias="false" x1="660" x2="660" y1="0" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <dynamic_text z="8" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="-45" text_width="-1" rotation="0" frame="false" y="-65" uuid="{eb92b862-ca78-4030-a482-6a443278fa6d}">
<dynamic_text Halignment="AlignLeft" y="-65" rotation="0" frame="false" uuid="{eb92b862-ca78-4030-a482-6a443278fa6d}" text_width="-1" text_from="UserText" x="-45" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" Valignment="AlignTop" z="8">
<text>/</text> <text>/</text>
</dynamic_text> </dynamic_text>
<dynamic_text Halignment="AlignLeft" y="-75" rotation="0" frame="false" uuid="{c8234bfd-e471-4327-a289-5a0aa5e22946}" text_width="-1" text_from="UserText" x="401" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" Valignment="AlignTop" z="9"> <dynamic_text z="9" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="401" text_width="-1" rotation="0" frame="false" y="-75" uuid="{c8234bfd-e471-4327-a289-5a0aa5e22946}">
<text>IOUT-1</text> <text>IOUT-1</text>
</dynamic_text> </dynamic_text>
<dynamic_text Halignment="AlignLeft" y="-75" rotation="0" frame="false" uuid="{c8234bfd-e471-4327-a289-5a0aa5e22946}" text_width="-1" text_from="UserText" x="801" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" Valignment="AlignTop" z="9"> <dynamic_text z="9" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="801" text_width="-1" rotation="0" frame="false" y="-75" uuid="{c8234bfd-e471-4327-a289-5a0aa5e22946}">
<text>IOUT-3</text> <text>IOUT-3</text>
</dynamic_text> </dynamic_text>
<dynamic_text Halignment="AlignLeft" y="-75" rotation="0" frame="false" uuid="{8342974e-141c-413d-86d9-2ddd4c43b0be}" text_width="-1" text_from="UserText" x="646.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" Valignment="AlignTop" z="10"> <line x2="660" x1="660" antialias="false" y2="5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="0" length2="1.5"/>
<dynamic_text z="10" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="646.5" text_width="-1" rotation="0" frame="false" y="-75" uuid="{8342974e-141c-413d-86d9-2ddd4c43b0be}">
<text>RTN</text> <text>RTN</text>
</dynamic_text> </dynamic_text>
<dynamic_text Halignment="AlignLeft" y="-75" rotation="0" frame="false" uuid="{8342974e-141c-413d-86d9-2ddd4c43b0be}" text_width="-1" text_from="UserText" x="246.5" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" Valignment="AlignTop" z="10"> <dynamic_text z="10" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="246.5" text_width="-1" rotation="0" frame="false" y="-75" uuid="{8342974e-141c-413d-86d9-2ddd4c43b0be}">
<text>RTN</text> <text>RTN</text>
</dynamic_text> </dynamic_text>
<line y2="5" antialias="false" x1="820" x2="820" y1="0" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="820" x1="820" antialias="false" y2="5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="0" length2="1.5"/>
<arc y="-25" height="6" start="180" antialias="true" width="6" angle="180" x="337" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="180" x="337" width="6" angle="180" y="-25"/>
<arc y="-25" height="6" start="180" antialias="true" width="6" angle="180" x="497" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="180" x="497" width="6" angle="180" y="-25"/>
<arc y="-25" height="6" start="180" antialias="true" width="6" angle="180" x="657" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="180" x="657" width="6" angle="180" y="-25"/>
<line y2="-14" antialias="false" x1="180" x2="180" y1="-19" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="180" x1="180" antialias="false" y2="-14" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-19" length2="1.5"/>
<arc y="-25" height="6" start="180" antialias="true" width="6" angle="180" x="737" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="180" x="737" width="6" angle="180" y="-25"/>
<dynamic_text Halignment="AlignLeft" y="-75" rotation="0" frame="false" uuid="{71e73458-8089-4445-9534-4c6c7d2f95a4}" text_width="-1" text_from="UserText" x="562" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" Valignment="AlignTop" z="22"> <dynamic_text z="22" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="562" text_width="-1" rotation="0" frame="false" y="-75" uuid="{71e73458-8089-4445-9534-4c6c7d2f95a4}">
<text>IOUT-2</text> <text>IOUT-2</text>
</dynamic_text> </dynamic_text>
<arc y="-25" height="6" start="180" antialias="true" width="6" angle="180" x="417" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <dynamic_text z="22" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="162" text_width="-1" rotation="0" frame="false" y="-75" uuid="{71e73458-8089-4445-9534-4c6c7d2f95a4}">
<dynamic_text Halignment="AlignLeft" y="-75" rotation="0" frame="false" uuid="{71e73458-8089-4445-9534-4c6c7d2f95a4}" text_width="-1" text_from="UserText" x="162" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" Valignment="AlignTop" z="22">
<text>IOUT-0</text> <text>IOUT-0</text>
</dynamic_text> </dynamic_text>
<arc y="-25" height="6" start="180" antialias="true" width="6" angle="180" x="577" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="180" x="417" width="6" angle="180" y="-25"/>
<arc y="-25" height="6" start="180" antialias="true" width="6" angle="180" x="257" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="180" x="577" width="6" angle="180" y="-25"/>
<line y2="5" antialias="false" x1="740" x2="740" y1="0" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="180" x="257" width="6" angle="180" y="-25"/>
<line y2="5" antialias="false" x1="260" x2="260" y1="0" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="740" x1="740" antialias="false" y2="5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="0" length2="1.5"/>
<line y2="5" antialias="false" x1="500" x2="500" y1="0" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="260" x1="260" antialias="false" y2="5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="0" length2="1.5"/>
<arc y="-25" height="6" start="180" antialias="true" width="6" angle="180" x="97" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="500" x1="500" antialias="false" y2="5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="0" length2="1.5"/>
<line y2="-14" antialias="false" x1="820" x2="820" y1="-19" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <arc antialias="true" height="6" style="line-style:normal;line-weight:normal;filling:none;color:black" start="180" x="97" width="6" angle="180" y="-25"/>
<line y2="-14" antialias="false" x1="660" x2="660" y1="-19" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="820" x1="820" antialias="false" y2="-14" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-19" length2="1.5"/>
<line y2="-22" antialias="false" x1="179" x2="179" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="660" x1="660" antialias="false" y2="-14" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-19" length2="1.5"/>
<rect y="-14" height="14" antialias="false" ry="0" width="16" x="252" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="179" x1="179" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<line y2="5" antialias="false" x1="580" x2="580" y1="0" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="252" width="16" rx="0" y="-14"/>
<line y2="-14" antialias="false" x1="500" x2="500" y1="-19" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="580" x1="580" antialias="false" y2="5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="0" length2="1.5"/>
<line y2="-14" antialias="false" x1="340" x2="340" y1="-19" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="500" x1="500" antialias="false" y2="-14" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-19" length2="1.5"/>
<line y2="-22" antialias="false" x1="659" x2="659" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="340" x1="340" antialias="false" y2="-14" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-19" length2="1.5"/>
<line y2="-22" antialias="false" x1="819" x2="819" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="659" x1="659" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<line y2="5" antialias="false" x1="420" x2="420" y1="0" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="819" x1="819" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<dynamic_text Halignment="AlignLeft" y="-59" rotation="0" frame="false" uuid="{5f820735-d0c0-4e3b-b523-772e1c66b2e0}" text_width="70" text_from="UserText" x="6" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" Valignment="AlignTop" z="40"> <line x2="420" x1="420" antialias="false" y2="5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="0" length2="1.5"/>
<dynamic_text z="40" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="6" text_width="70" rotation="0" frame="false" y="-59" uuid="{5f820735-d0c0-4e3b-b523-772e1c66b2e0}">
<text>1756-OF8 [OUT 1/2]</text> <text>1756-OF8 [OUT 1/2]</text>
</dynamic_text> </dynamic_text>
<line y2="-22" antialias="false" x1="181" x2="181" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <dynamic_text z="41" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="ElementInfo" x="869" text_width="-1" rotation="0" frame="false" y="-96" uuid="{3e5e75ad-138f-40f6-afa5-7790cdd1c8c1}">
<dynamic_text Halignment="AlignLeft" y="-96" rotation="0" frame="false" uuid="{3e5e75ad-138f-40f6-afa5-7790cdd1c8c1}" text_width="-1" text_from="ElementInfo" x="869" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" Valignment="AlignTop" z="41">
<text></text> <text></text>
<info_name>label</info_name> <info_name>label</info_name>
</dynamic_text> </dynamic_text>
<line y2="-22" antialias="false" x1="499" x2="499" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="181" x1="181" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<line y2="-22" antialias="false" x1="339" x2="339" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="499" x1="499" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<line y2="-22" antialias="false" x1="821" x2="821" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="339" x1="339" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<rect y="-14" height="14" antialias="false" ry="0" width="16" x="412" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="821" x1="821" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<line y2="-22" antialias="false" x1="501" x2="501" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="412" width="16" rx="0" y="-14"/>
<line y2="-22" antialias="false" x1="180" x2="180" y1="-38" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="501" x1="501" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<line y2="-22" antialias="false" x1="341" x2="341" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="180" x1="180" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-38" length2="1.5"/>
<line y2="-22" antialias="false" x1="661" x2="661" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="341" x1="341" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<line y2="-14" antialias="false" x1="100" x2="100" y1="-19" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="661" x1="661" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<line y2="-22" antialias="false" x1="660" x2="660" y1="-38" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="100" x1="100" antialias="false" y2="-14" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-19" length2="1.5"/>
<dynamic_text Halignment="AlignLeft" y="-100" rotation="0" frame="false" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}" text_width="-1" text_from="UserText" x="590" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" Valignment="AlignTop" z="53"> <line x2="660" x1="660" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-38" length2="1.5"/>
<dynamic_text z="53" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="590" text_width="-1" rotation="0" frame="false" y="-100" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}">
<text>LOGICAL SLOT:_</text> <text>LOGICAL SLOT:_</text>
</dynamic_text> </dynamic_text>
<dynamic_text Halignment="AlignLeft" y="-100" rotation="0" frame="false" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}" text_width="-1" text_from="UserText" x="764" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" Valignment="AlignTop" z="53"> <dynamic_text z="53" Valignment="AlignTop" Halignment="AlignLeft" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normál" text_from="UserText" x="764" text_width="-1" rotation="0" frame="false" y="-100" uuid="{ac70f92e-3360-4a9e-9d54-a4b41a0c6aa9}">
<text>SUPPLY: 24V DC</text> <text>SUPPLY: 24V DC</text>
</dynamic_text> </dynamic_text>
<line y2="-22" antialias="false" x1="820" x2="820" y1="-38" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="820" x1="820" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-38" length2="1.5"/>
<line y2="-22" antialias="false" x1="500" x2="500" y1="-38" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="500" x1="500" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-38" length2="1.5"/>
<line y2="-22" antialias="false" x1="340" x2="340" y1="-38" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="340" x1="340" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-38" length2="1.5"/>
<line y2="-14" antialias="false" x1="420" x2="420" y1="-19" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="420" x1="420" antialias="false" y2="-14" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-19" length2="1.5"/>
<line y2="-14" antialias="false" x1="740" x2="740" y1="-19" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="740" x1="740" antialias="false" y2="-14" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-19" length2="1.5"/>
<line y2="-14" antialias="false" x1="260" x2="260" y1="-19" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="260" x1="260" antialias="false" y2="-14" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-19" length2="1.5"/>
<text y="-3.0959" color="#000000" rotation="0" text="5" x="257.213" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="257.213" rotation="0" text="5" y="-3.0959"/>
<line y2="-14" antialias="false" x1="580" x2="580" y1="-19" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="580" x1="580" antialias="false" y2="-14" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-19" length2="1.5"/>
<line y2="-22" antialias="false" x1="259" x2="259" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="259" x1="259" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<line y2="-22" antialias="false" x1="739" x2="739" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="739" x1="739" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<line y2="-22" antialias="false" x1="419" x2="419" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="419" x1="419" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<line y2="-22" antialias="false" x1="579" x2="579" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="579" x1="579" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<line y2="-22" antialias="false" x1="741" x2="741" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="741" x1="741" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<line y2="-22" antialias="false" x1="261" x2="261" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="261" x1="261" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<line y2="-22" antialias="false" x1="581" x2="581" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="581" x1="581" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<line y2="-22" antialias="false" x1="421" x2="421" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="421" x1="421" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<line y2="-22" antialias="false" x1="580" x2="580" y1="-38" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="580" x1="580" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-38" length2="1.5"/>
<line y2="-22" antialias="false" x1="420" x2="420" y1="-38" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="420" x1="420" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-38" length2="1.5"/>
<line y2="-22" antialias="false" x1="740" x2="740" y1="-38" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="740" x1="740" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-38" length2="1.5"/>
<line y2="-22" antialias="false" x1="260" x2="260" y1="-38" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="260" x1="260" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-38" length2="1.5"/>
<line y2="-22" antialias="false" x1="99" x2="99" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="99" x1="99" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<line y2="-22" antialias="false" x1="101" x2="101" y1="-27" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="101" x1="101" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-27" length2="1.5"/>
<line y2="-22" antialias="false" x1="100" x2="100" y1="-38" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="100" x1="100" antialias="false" y2="-22" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-38" length2="1.5"/>
<rect y="-14" height="14" antialias="false" ry="0" width="16" x="812" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="812" width="16" rx="0" y="-14"/>
<rect y="-58" height="20" antialias="false" ry="0" width="100" x="730" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="730" width="100" rx="0" y="-58"/>
<rect y="-14" height="14" antialias="false" ry="0" width="16" x="172" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="172" width="16" rx="0" y="-14"/>
<line y2="-58" antialias="false" x1="730" x2="830" y1="-38" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="830" x1="730" antialias="false" y2="-58" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-38" length2="1.5"/>
<rect y="-58" height="20" antialias="false" ry="0" width="100" x="330" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="330" width="100" rx="0" y="-58"/>
<rect y="-14" height="14" antialias="false" ry="0" width="16" x="732" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="732" width="16" rx="0" y="-14"/>
<rect y="-14" height="14" antialias="false" ry="0" width="16" x="572" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="572" width="16" rx="0" y="-14"/>
<text y="-3.0959" color="#000000" rotation="0" text="3" x="177.213" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="177.213" rotation="0" text="3" y="-3.0959"/>
<line y2="-58" antialias="false" x1="330" x2="430" y1="-38" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="430" x1="330" antialias="false" y2="-58" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-38" length2="1.5"/>
<text y="-3.0959" color="#000000" rotation="0" text="19" x="814.213" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="814.213" rotation="0" text="19" y="-3.0959"/>
<rect y="-58" height="20" antialias="false" ry="0" width="100" x="490" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="490" width="100" rx="0" y="-58"/>
<line y2="-58" antialias="false" x1="490" x2="590" y1="-38" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="590" x1="490" antialias="false" y2="-58" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-38" length2="1.5"/>
<line y2="-48" antialias="false" x1="590" x2="730" y1="-48" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black"/> <line x2="730" x1="590" antialias="false" y2="-48" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-48" length2="1.5"/>
<text y="-3.0959" color="#000000" rotation="0" text="9" x="417.213" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="417.213" rotation="0" text="9" y="-3.0959"/>
<line y2="-38" antialias="false" x1="660" x2="660" y1="-48" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black"/> <line x2="660" x1="660" antialias="false" y2="-38" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-48" length2="1.5"/>
<rect y="-14" height="14" antialias="false" ry="0" width="16" x="332" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="332" width="16" rx="0" y="-14"/>
<text y="-3.0959" color="#000000" rotation="0" text="17" x="734.213" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="734.213" rotation="0" text="17" y="-3.0959"/>
<text y="-3.0959" color="#000000" rotation="0" text="7" x="337.213" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="337.213" rotation="0" text="7" y="-3.0959"/>
<text y="-3" color="#000000" rotation="0" text="13" x="574" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="574" rotation="0" text="13" y="-3"/>
<rect y="-14" height="14" antialias="false" ry="0" width="16" x="652" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="652" width="16" rx="0" y="-14"/>
<text y="-3.0959" color="#000000" rotation="0" text="15" x="654.213" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="654.213" rotation="0" text="15" y="-3.0959"/>
<rect y="-14" height="14" antialias="false" ry="0" width="16" x="492" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="492" width="16" rx="0" y="-14"/>
<text y="-3.0959" color="#000000" rotation="0" text="11" x="494.213" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="494.213" rotation="0" text="11" y="-3.0959"/>
<polygon x3="860" y2="-50" antialias="true" y4="-57" x1="865" x4="870" y3="-55" x6="865" x2="865" y6="-105" y1="5" closed="false" x5="865" y5="-60" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <polygon x2="865" closed="false" x1="865" antialias="true" y2="-50" x3="860" x5="865" style="line-style:normal;line-weight:normal;filling:none;color:black" x6="865" y4="-57" y6="-105" x4="870" y3="-55" y1="5" y5="-60"/>
<line y2="-100" antialias="false" x1="0.20997" x2="865" y1="-100" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="865" x1="0.20997" antialias="false" y2="-100" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-100" length2="1.5"/>
<line y2="0" antialias="false" x1="0" x2="0" y1="-100" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="0" x1="0" antialias="false" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-100" length2="1.5"/>
<rect y="-14" height="14" antialias="false" ry="0" width="16" x="92" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <rect ry="0" antialias="false" height="14" style="line-style:normal;line-weight:normal;filling:none;color:black" x="92" width="16" rx="0" y="-14"/>
<text y="-3.0959" color="#000000" rotation="0" text="1" x="97.213" font="Sans Serif,8,-1,5,50,0,0,0,0,0"/> <text color="#000000" font="Sans Serif,8,-1,5,50,0,0,0,0,0" x="97.213" rotation="0" text="1" y="-3.0959"/>
<rect y="-58" height="20" antialias="false" ry="0" width="100" x="90" rx="0" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <rect ry="0" antialias="false" height="20" style="line-style:normal;line-weight:normal;filling:none;color:black" x="90" width="100" rx="0" y="-58"/>
<line y2="-58" antialias="false" x1="90" x2="190" y1="-38" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="190" x1="90" antialias="false" y2="-58" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-38" length2="1.5"/>
<line y2="0" antialias="false" x1="865" x2="0" y1="0" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="0" x1="865" antialias="false" y2="0" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="0" length2="1.5"/>
<line y2="-79" antialias="false" x1="0" x2="865" y1="-79" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="865" x1="0" antialias="false" y2="-79" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-79" length2="1.5"/>
<line y2="-48" antialias="false" x1="190" x2="330" y1="-48" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black"/> <line x2="330" x1="190" antialias="false" y2="-48" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-48" length2="1.5"/>
<line y2="-38" antialias="false" x1="260" x2="260" y1="-48" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black"/> <line x2="260" x1="260" antialias="false" y2="-38" style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="-48" length2="1.5"/>
<line y2="5" antialias="false" x1="100" x2="100" y1="0" length2="1.5" length1="1.5" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black"/> <line x2="100" x1="100" antialias="false" y2="5" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" length1="1.5" end2="none" y1="0" length2="1.5"/>
<terminal y="5" x="100" orientation="s"/> <terminal x="100" orientation="s" y="5"/>
<terminal y="5" x="180" orientation="s"/> <terminal x="180" orientation="s" y="5"/>
<terminal y="5" x="260" orientation="s"/> <terminal x="260" orientation="s" y="5"/>
<terminal y="5" x="340" orientation="s"/> <terminal x="340" orientation="s" y="5"/>
<terminal y="5" x="740" orientation="s"/> <terminal x="740" orientation="s" y="5"/>
<terminal y="5" x="420" orientation="s"/> <terminal x="420" orientation="s" y="5"/>
<terminal y="5" x="500" orientation="s"/> <terminal x="500" orientation="s" y="5"/>
<terminal y="5" x="660" orientation="s"/> <terminal x="660" orientation="s" y="5"/>
<terminal y="5" x="580" orientation="s"/> <terminal x="580" orientation="s" y="5"/>
<terminal y="5" x="820" orientation="s"/> <terminal x="820" orientation="s" y="5"/>
</description> </description>
</definition> </definition>

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